From: Bernhard Voelker Date: Thu, 2 Jan 2014 18:20:50 +0000 (+0100) Subject: maint: fix copyright holder and year in selinux sources X-Git-Tag: v8.23~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=299924fc224b4419350e3b7749650178a509206a;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/src/selinux.c b/src/selinux.c index 680bc492e5..cd38a81e84 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 e4ded84666..8afaa49505 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