On 01/02/2014 07:08 PM, Pádraig Brady wrote: > On 01/02/2014 05:38 PM, Bernhard Voelker wrote: >> - 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, the following addresses it. Have a nice day, Berny >From 024672ab152cda8b447615782c889a3bf36e273b Mon Sep 17 00:00:00 2001 From: Bernhard Voelker <[email protected]> Date: Thu, 2 Jan 2014 19:20:50 +0100 Subject: [PATCH] maint: fix copyright holder and year in selinux sources * src/selinux.c: As the copyright is assigned to the FSF for all of coreutils, replace the copyright holder from "Red Hat, Inc." to "Free Software Foundation, Inc.". Prompted by a warning of 'make update-copyright'. Also update the copyright year. --- src/selinux.c | 2 +- src/selinux.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/selinux.c b/src/selinux.c index 680bc49..cd38a81 100644 --- a/src/selinux.c +++ b/src/selinux.c @@ -1,5 +1,5 @@ /* selinux - core functions for maintaining SELinux labeling - Copyright (C) 2012-2013 Red Hat, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/selinux.h b/src/selinux.h index e4ded84..8afaa49 100644 --- a/src/selinux.h +++ b/src/selinux.h @@ -1,5 +1,5 @@ /* selinux - core functions for maintaining SELinux labeling - Copyright (C) 2012-2013 Red Hat, Inc. + Copyright (C) 2012-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- 1.8.4.2
