summaryrefslogtreecommitdiff
path: root/libattr/attr_copy_file.c
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-05-12 10:55:30 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-05-12 10:55:30 +0200
commit474c29fd852576aadf508d94f5ffa6a184b3cf7d (patch)
tree9c35d49a7c73b7e0c150718c045fd85dc324637a /libattr/attr_copy_file.c
parent01b18c161f2ab2cb85c6e2caedc622a938407660 (diff)
downloadattr-474c29fd852576aadf508d94f5ffa6a184b3cf7d.tar.gz
More license updates
Clarify some license notices to specifically refer to GPLv2+ instead of only referring to GPL without version. (Most of the sloppy license headers slipped in unnoticed; the changes were acked by Felix Blyakher <felixb@sgi.com> on behalf of SGI on 8 April 2009.) Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far. Refer to this package as "this program" rather than "Attr" throughout the license notices; this simplifies sharing files among packages.
Diffstat (limited to 'libattr/attr_copy_file.c')
-rw-r--r--libattr/attr_copy_file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c
index a142d18..2efc224 100644
--- a/libattr/attr_copy_file.c
+++ b/libattr/attr_copy_file.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2002 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
+/*
+ Copyright (C) 2002 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -10,9 +11,8 @@
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ You should have received a copy of the GNU Lesser General Public License
+ along with this manual. If not, see <http://www.gnu.org/licenses/>.
*/
/* Copy extended attributes between files. */