coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrong copyright in selinux.c and selinux.h


From: Pádraig Brady
Subject: Re: Wrong copyright in selinux.c and selinux.h
Date: Thu, 02 Jan 2014 18:08:47 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/02/2014 05:38 PM, Bernhard Voelker wrote:
> Hi Daniel,
> 
> a bad copyright line slipped into coreutils.git during the SELinux commits:
> 
>   $ make update-copyright
>     GEN      update-copyright
>   src/selinux.c: warning: copyright statement not found
>   src/selinux.h: warning: copyright statement not found
> 
> These sources should not be copyrighted to Red Hat:
> 
>   for f in src/selinux.{c,h} ; do head -n 2 $f | tail -n1 ; done
>      Copyright (C) 2012-2013 Red Hat, Inc.
>      Copyright (C) 2012-2013 Red Hat, Inc.
> 
> I wonder why we don't have a syntax-check rule for this yet ...
> 
> I'm not good in such law things, so I would assume you as
> the author are the only one who could re-license it by sending
> us a patch with with the correct line like ...
> 
> -   Copyright (C) 2012-2013 Red Hat, Inc.
> +   Copyright (C) 2012-2013 Free Software Foundation, Inc.

Copyright is assigned to the FSF for all of coreutils,
so we should change this as per the patch above.

thanks,
Pádraig



reply via email to

[Prev in Thread] Current Thread [Next in Thread]