summaryrefslogtreecommitdiff
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
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.
-rw-r--r--Makefile8
-rwxr-xr-xMakepkgs21
-rw-r--r--attr/Makefile8
-rw-r--r--attr/attr.c12
-rw-r--r--build/Makefile8
-rw-r--r--build/rpm/Makefile8
-rw-r--r--build/tar/Makefile8
-rw-r--r--configure.in8
-rw-r--r--debian/Makefile8
-rw-r--r--debian/copyright2
-rw-r--r--doc/Makefile8
-rw-r--r--examples/Makefile8
-rw-r--r--examples/copyattr.c8
-rw-r--r--exports8
-rw-r--r--getfattr/Makefile8
-rw-r--r--getfattr/getfattr.c20
-rw-r--r--include/Makefile8
-rw-r--r--include/attributes.h12
-rw-r--r--include/builddefs.in13
-rw-r--r--include/buildmacros13
-rw-r--r--include/buildrules13
-rw-r--r--include/config.h.in12
-rw-r--r--include/error_context.h8
-rwxr-xr-xinclude/install-sh14
-rw-r--r--include/libattr.h8
-rw-r--r--include/misc.h8
-rw-r--r--include/walk_tree.h25
-rw-r--r--include/xattr.h22
-rw-r--r--libattr/Makefile8
-rw-r--r--libattr/attr_copy_action.c5
-rw-r--r--libattr/attr_copy_check.c8
-rw-r--r--libattr/attr_copy_fd.c20
-rw-r--r--libattr/attr_copy_file.c8
-rw-r--r--libattr/libattr.c16
-rw-r--r--libattr/syscalls.c16
-rw-r--r--libmisc/Makefile8
-rw-r--r--libmisc/high_water_alloc.c19
-rw-r--r--libmisc/next_line.c8
-rw-r--r--libmisc/quote.c19
-rw-r--r--libmisc/unquote.c19
-rw-r--r--libmisc/walk_tree.c25
-rw-r--r--m4/Makefile8
-rw-r--r--m4/manual_format.m48
-rw-r--r--m4/package_globals.m48
-rw-r--r--m4/package_utilies.m48
-rw-r--r--man/Makefile8
-rw-r--r--man/man1/Makefile8
-rw-r--r--man/man1/attr.122
-rw-r--r--man/man1/getfattr.122
-rw-r--r--man/man1/setfattr.125
-rw-r--r--man/man2/Makefile8
-rw-r--r--man/man2/getxattr.25
-rw-r--r--man/man2/listxattr.25
-rw-r--r--man/man2/removexattr.25
-rw-r--r--man/man2/setxattr.25
-rw-r--r--man/man3/Makefile8
-rw-r--r--man/man3/attr_get.322
-rw-r--r--man/man3/attr_list.322
-rw-r--r--man/man3/attr_multi.322
-rw-r--r--man/man3/attr_remove.322
-rw-r--r--man/man3/attr_set.322
-rw-r--r--man/man5/Makefile8
-rw-r--r--man/man5/attr.525
-rw-r--r--po/Makefile8
-rw-r--r--po/cs.po8
-rw-r--r--po/de.po8
-rw-r--r--po/es.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/gl.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/sv.po8
-rw-r--r--setfattr/Makefile8
-rw-r--r--setfattr/setfattr.c20
-rw-r--r--test/Makefile8
-rwxr-xr-xtest/run20
76 files changed, 550 insertions, 360 deletions
diff --git a/Makefile b/Makefile
index 8fba820..b5c94ab 100644
--- a/Makefile
+++ b/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2006 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = .
diff --git a/Makepkgs b/Makepkgs
index e3f9e0c..406a4fb 100755
--- a/Makepkgs
+++ b/Makepkgs
@@ -1,7 +1,22 @@
#! /bin/sh
-#
-# Make whichever packages have been requested.
-# Defaults to RPMs.
+#
+# Copyright (C) 2001, 2002, 2003 Silicon Graphics, Inc. All rights reserved.
+#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Make whichever packages have been requested.
+# Defaults to RPMs.
#
LOGDIR=Logs
diff --git a/attr/Makefile b/attr/Makefile
index c8c87af..1c467e8 100644
--- a/attr/Makefile
+++ b/attr/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/attr/attr.c b/attr/attr.c
index c362580..e4a8272 100644
--- a/attr/attr.c
+++ b/attr/attr.c
@@ -2,18 +2,18 @@
* Copyright (c) 2000-2002,2004 Silicon Graphics, Inc.
* All Rights Reserved.
*
- * 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 the Free Software Foundation.
+ * 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
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
diff --git a/build/Makefile b/build/Makefile
index d7ef047..85dc1c5 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index 8071c9a..173c367 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/build/tar/Makefile b/build/tar/Makefile
index 7d23981..c27999d 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/configure.in b/configure.in
index 3500955..b966d0e 100644
--- a/configure.in
+++ b/configure.in
@@ -1,19 +1,17 @@
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
AC_INIT(include/attributes.h)
AC_CONFIG_AUX_DIR([.])
diff --git a/debian/Makefile b/debian/Makefile
index e6810b5..2db31cf 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/debian/copyright b/debian/copyright
index 9e7ddba..ef9f486 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -14,6 +14,6 @@ On Debian systems, refer to /usr/share/common-licenses/LGPL-2.1
for the complete text of the GNU Lesser General Public License.
Certain components (as annotated in the source) are licensed
-under the terms of the GNU General Public License.
+under version 2 of the terms of the GNU General Public License.
On Debian systems, the complete text of the GNU General Public
License can be found in /usr/share/common-licenses/GPL file.
diff --git a/doc/Makefile b/doc/Makefile
index 3cfc423..ab3cdf8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/examples/Makefile b/examples/Makefile
index 3828dc4..f109739 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/examples/copyattr.c b/examples/copyattr.c
index 6214d5a..0f6928e 100644
--- a/examples/copyattr.c
+++ b/examples/copyattr.c
@@ -1,20 +1,18 @@
/*
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This file is part of Attr.
-
- Attr is free software: you can redistribute it and/or modify it
+ 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
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
- Attr is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Attr. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/exports b/exports
index 763d782..6b6ca17 100644
--- a/exports
+++ b/exports
@@ -1,20 +1,18 @@
# Copyright (C) 2003, 2006 Andreas Gruenbacher <agruen@suse.de>
# Copyright (C) 2003, 2006 Silicon Graphics, Inc.
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
ATTR_1.0 {
diff --git a/getfattr/Makefile b/getfattr/Makefile
index 27f18fb..91d3df2 100644
--- a/getfattr/Makefile
+++ b/getfattr/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000, 2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/getfattr/getfattr.c b/getfattr/getfattr.c
index ddd856e..db9121a 100644
--- a/getfattr/getfattr.c
+++ b/getfattr/getfattr.c
@@ -5,20 +5,18 @@
Copyright (C) 2001-2002 Andreas Gruenbacher <a.gruenbacher@bestbits.at>
Copyright (C) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
- 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
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ 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
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU 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.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/include/Makefile b/include/Makefile
index db933e1..3068e56 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/include/attributes.h b/include/attributes.h
index 006114b..ba02025 100644
--- a/include/attributes.h
+++ b/include/attributes.h
@@ -2,18 +2,18 @@
* Copyright (c) 2001-2002,2004 Silicon Graphics, Inc.
* All Rights Reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation.
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 2.1 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* 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 program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ATTRIBUTES_H__
#define __ATTRIBUTES_H__
diff --git a/include/builddefs.in b/include/builddefs.in
index 1563a8e..6df0f5a 100644
--- a/include/builddefs.in
+++ b/include/builddefs.in
@@ -1,6 +1,19 @@
#
# Copyright (c) 2002-2006 Silicon Graphics, Inc. All Rights Reserved.
#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
# @configure_input@
#
diff --git a/include/buildmacros b/include/buildmacros
index bffe891..b4fe0d0 100644
--- a/include/buildmacros
+++ b/include/buildmacros
@@ -1,6 +1,19 @@
#
# Copyright (c) 2002-2003 Silicon Graphics, Inc. All Rights Reserved.
#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
BUILDRULES = $(TOPDIR)/include/buildrules
diff --git a/include/buildrules b/include/buildrules
index e509833..159d70c 100644
--- a/include/buildrules
+++ b/include/buildrules
@@ -1,6 +1,19 @@
#
# Copyright (c) 1999, 2001-2003 Silicon Graphics, Inc. All Rights Reserved.
#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
ifndef _BUILDRULES_INCLUDED_
_BUILDRULES_INCLUDED_ = 1
diff --git a/include/config.h.in b/include/config.h.in
index 27731ab..5695431 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -1,18 +1,18 @@
/*
* Copyright (c) 2002 Silicon Graphics, Inc. All Rights Reserved.
*
- * 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 the Free Software Foundation.
+ * 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
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* @configure_input@
*/
diff --git a/include/error_context.h b/include/error_context.h
index 842f619..1117901 100644
--- a/include/error_context.h
+++ b/include/error_context.h
@@ -1,20 +1,18 @@
/*
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This file is part of Attr.
-
- Attr is free software: you can redistribute it and/or modify it
+ This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
- Attr is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Attr. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __ERROR_CONTEXT_T
diff --git a/include/install-sh b/include/install-sh
index e790073..709e59d 100755
--- a/include/install-sh
+++ b/include/install-sh
@@ -2,6 +2,20 @@
#
# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
# This script emulates bsd install and also recognises
# two environment variables, with the following semantics :-
#
diff --git a/include/libattr.h b/include/libattr.h
index 21bdab1..f57c431 100644
--- a/include/libattr.h
+++ b/include/libattr.h
@@ -1,20 +1,18 @@
/*
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This file is part of Attr.
-
- Attr is free software: you can redistribute it and/or modify it
+ 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
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
- Attr is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Attr. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __LIBATTR_H
diff --git a/include/misc.h b/include/misc.h
index b1ec58b..5f1db58 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,20 +1,18 @@
/*
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This file is part of Attr.
-
- Attr is free software: you can redistribute it and/or modify it
+ This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
- Attr is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Attr. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
diff --git a/include/walk_tree.h b/include/walk_tree.h
index 73cbc7c..53a8fc5 100644
--- a/include/walk_tree.h
+++ b/include/walk_tree.h
@@ -3,19 +3,18 @@
Copyright (C) 2007 Andreas Gruenbacher <a.gruenbacher@computer.org>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library 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.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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 program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __WALK_TREE_H
diff --git a/include/xattr.h b/include/xattr.h
index 9b23ab6..70a84be 100644
--- a/include/xattr.h
+++ b/include/xattr.h
@@ -2,18 +2,20 @@
* Copyright (c) 2001-2002 Silicon Graphics, Inc.
* All Rights Reserved.
*
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation.
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation; either version 2.1 of the License, or (at
+ * your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Lesser General Public License for more details.
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of 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 program. If not, see
+ * <http://www.gnu.org/licenses/>.
*
- * You should have received a copy of the GNU Lesser General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __XATTR_H__
#define __XATTR_H__
diff --git a/libattr/Makefile b/libattr/Makefile
index fe8c10b..c084130 100644
--- a/libattr/Makefile
+++ b/libattr/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/libattr/attr_copy_action.c b/libattr/attr_copy_action.c
index df511c7..0d7aca5 100644
--- a/libattr/attr_copy_action.c
+++ b/libattr/attr_copy_action.c
@@ -11,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/>.
*/
#include <alloca.h>
diff --git a/libattr/attr_copy_check.c b/libattr/attr_copy_check.c
index c181270..ca0ac72 100644
--- a/libattr/attr_copy_check.c
+++ b/libattr/attr_copy_check.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2003 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
+/*
+ Copyright (C) 2003 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 - default check callback */
diff --git a/libattr/attr_copy_fd.c b/libattr/attr_copy_fd.c
index 1c48810..14b7368 100644
--- a/libattr/attr_copy_fd.c
+++ b/libattr/attr_copy_fd.c
@@ -1,18 +1,18 @@
/* 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
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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.
+ License along with this program. If not, see
+ <http://www.gnu.org/licenses/>.
*/
/* Copy extended attributes between files. */
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. */
diff --git a/libattr/libattr.c b/libattr/libattr.c
index a77dd84..e343155 100644
--- a/libattr/libattr.c
+++ b/libattr/libattr.c
@@ -2,18 +2,18 @@
* Copyright (c) 2001-2003,2005 Silicon Graphics, Inc.
* All Rights Reserved.
*
- * 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 the Free Software Foundation.
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 2.1 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <errno.h>
diff --git a/libattr/syscalls.c b/libattr/syscalls.c
index 6291c23..cbfec57 100644
--- a/libattr/syscalls.c
+++ b/libattr/syscalls.c
@@ -2,18 +2,18 @@
* Copyright (c) 2001-2002 Silicon Graphics, Inc.
* All Rights Reserved.
*
- * 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 the Free Software Foundation.
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published by
+ * the Free Software Foundation, either version 2.1 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it would be useful,
+ * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/libmisc/Makefile b/libmisc/Makefile
index 1519189..e64a287 100644
--- a/libmisc/Makefile
+++ b/libmisc/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000, 2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/libmisc/high_water_alloc.c b/libmisc/high_water_alloc.c
index 4228021..b07b19d 100644
--- a/libmisc/high_water_alloc.c
+++ b/libmisc/high_water_alloc.c
@@ -3,19 +3,18 @@
Copyright (C) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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.
+ License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/libmisc/next_line.c b/libmisc/next_line.c
index 4dfa00d..0566d7a 100644
--- a/libmisc/next_line.c
+++ b/libmisc/next_line.c
@@ -1,20 +1,18 @@
/*
Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
- This file is part of Attr.
-
- Attr is free software: you can redistribute it and/or modify it
+ This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 2.1 of the License, or
(at your option) any later version.
- Attr is distributed in the hope that it will be useful,
+ This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with Attr. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/libmisc/quote.c b/libmisc/quote.c
index 232c5f7..65cdeb3 100644
--- a/libmisc/quote.c
+++ b/libmisc/quote.c
@@ -3,19 +3,18 @@
Copyright (C) 2003 Andreas Gruenbacher <a.gruenbacher@bestbits.at>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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.
+ License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/libmisc/unquote.c b/libmisc/unquote.c
index aceb774..bffebf9 100644
--- a/libmisc/unquote.c
+++ b/libmisc/unquote.c
@@ -3,19 +3,18 @@
Copyright (C) 2003 Andreas Gruenbacher <a.gruenbacher@bestbits.at>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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.
+ License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c
index 320a635..2577cc6 100644
--- a/libmisc/walk_tree.c
+++ b/libmisc/walk_tree.c
@@ -3,19 +3,18 @@
Copyright (C) 2007 Andreas Gruenbacher <a.gruenbacher@computer.org>
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library 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.
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2.1 of the License, or (at
+ your option) any later version.
+
+ This program is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of 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 program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <sys/types.h>
diff --git a/m4/Makefile b/m4/Makefile
index 0a86c6f..7fc6ffd 100644
--- a/m4/Makefile
+++ b/m4/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2003-2006 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/m4/manual_format.m4 b/m4/manual_format.m4
index 856eeaf..34aa466 100644
--- a/m4/manual_format.m4
+++ b/m4/manual_format.m4
@@ -1,19 +1,17 @@
dnl Copyright (C) 2003 Silicon Graphics, Inc.
dnl
-dnl This file is part of Attr.
-dnl
-dnl Attr is free software: you can redistribute it and/or modify it
+dnl This program is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
-dnl Attr is distributed in the hope that it will be useful,
+dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with Attr. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Find format of installed man pages.
# Always gzipped on Debian, but not Redhat pre-7.0.
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index b3d36a6..915886e 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -1,19 +1,17 @@
dnl Copyright (C) 2003, 2004, 2006, 2007 Silicon Graphics, Inc.
dnl
-dnl This file is part of Attr.
-dnl
-dnl Attr is free software: you can redistribute it and/or modify it
+dnl This program is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
-dnl Attr is distributed in the hope that it will be useful,
+dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with Attr. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Generic macro, sets up all of the global packaging variables.
# The following environment variables may be set to override defaults:
diff --git a/m4/package_utilies.m4 b/m4/package_utilies.m4
index 8278ac1..165db35 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -1,19 +1,17 @@
dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 Silicon Graphics, Inc.
dnl
-dnl This file is part of Attr.
-dnl
-dnl Attr is free software: you can redistribute it and/or modify it
+dnl This program is free software: you can redistribute it and/or modify it
dnl under the terms of the GNU General Public License as published by
dnl the Free Software Foundation, either version 2 of the License, or
dnl (at your option) any later version.
dnl
-dnl Attr is distributed in the hope that it will be useful,
+dnl This program is distributed in the hope that it will be useful,
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
dnl GNU General Public License for more details.
dnl
dnl You should have received a copy of the GNU General Public License
-dnl along with Attr. If not, see <http://www.gnu.org/licenses/>.
+dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Check for specified utility (env var) - if unset, fail.
#
diff --git a/man/Makefile b/man/Makefile
index 5986c53..9535426 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/man/man1/Makefile b/man/man1/Makefile
index d1c8ec7..04db140 100644
--- a/man/man1/Makefile
+++ b/man/man1/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/man/man1/attr.1 b/man/man1/attr.1
index a1b30b3..b265823 100644
--- a/man/man1/attr.1
+++ b/man/man1/attr.1
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2006, 2007 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR 1 "Extended Attributes" "Dec 2001" "XFS Compatibility API"
.SH NAME
attr \- extended attributes on XFS filesystem objects
diff --git a/man/man1/getfattr.1 b/man/man1/getfattr.1
index 3655044..40f735d 100644
--- a/man/man1/getfattr.1
+++ b/man/man1/getfattr.1
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2002, 2004, 2007 Silicon Graphics, Inc. All rights reserved.
+.\" Copyright (C) 2002, 2004, 2007 Andreas Gruenbacher <agruen@suse.de>
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH GETFATTR 1 "Extended Attributes" "Dec 2001" "File Utilities"
.SH NAME
getfattr \- get extended attributes of filesystem objects
diff --git a/man/man1/setfattr.1 b/man/man1/setfattr.1
index 5287e5b..c36b024 100644
--- a/man/man1/setfattr.1
+++ b/man/man1/setfattr.1
@@ -1,3 +1,28 @@
+.\" Copyright (C) 2002, 2004 Silicon Graphics, Inc. Al rights reserved.
+.\" Copyright (C) 2002, 2004 Andreas Gruenbacher <agruen@suse.de>
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH SETFATTR 1 "Extended Attributes" "Dec 2001" "File Utilities"
.SH NAME
setfattr \- set extended attributes of filesystem objects
diff --git a/man/man2/Makefile b/man/man2/Makefile
index 450f4b1..d77309d 100644
--- a/man/man2/Makefile
+++ b/man/man2/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/man/man2/getxattr.2 b/man/man2/getxattr.2
index dab8485..405ad89 100644
--- a/man/man2/getxattr.2
+++ b/man/man2/getxattr.2
@@ -20,9 +20,8 @@
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
.\"
.TH GETXATTR 2 "Extended Attributes" "Dec 2001" "System calls"
.SH NAME
diff --git a/man/man2/listxattr.2 b/man/man2/listxattr.2
index 893ff86..8b4371c 100644
--- a/man/man2/listxattr.2
+++ b/man/man2/listxattr.2
@@ -20,9 +20,8 @@
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
.\"
.TH LISTXATTR 2 "Extended Attributes" "Dec 2001" "System calls"
.SH NAME
diff --git a/man/man2/removexattr.2 b/man/man2/removexattr.2
index 65e1bf8..2c7d934 100644
--- a/man/man2/removexattr.2
+++ b/man/man2/removexattr.2
@@ -20,9 +20,8 @@
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
.\"
.TH REMOVEXATTR 2 "Extended Attributes" "Dec 2001" "System calls"
.SH NAME
diff --git a/man/man2/setxattr.2 b/man/man2/setxattr.2
index 6dd1dc6..b20dc9f 100644
--- a/man/man2/setxattr.2
+++ b/man/man2/setxattr.2
@@ -20,9 +20,8 @@
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
-.\" License along with this manual; if not, write to the Free
-.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
-.\" USA.
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
.\"
.TH SETXATTR 2 "Extended Attributes" "Dec 2001" "System calls"
.SH NAME
diff --git a/man/man3/Makefile b/man/man3/Makefile
index 3009abb..4a07f5f 100644
--- a/man/man3/Makefile
+++ b/man/man3/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/man/man3/attr_get.3 b/man/man3/attr_get.3
index 4af0add..7908340 100644
--- a/man/man3/attr_get.3
+++ b/man/man3/attr_get.3
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2003, 2006, 2008 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR_GET 3 "Extended Attributes" "Dec 2001" "XFS Compatibility API"
.SH NAME
attr_get, attr_getf \- get the value of a user attribute of a filesystem object
diff --git a/man/man3/attr_list.3 b/man/man3/attr_list.3
index 79013be..978cfff 100644
--- a/man/man3/attr_list.3
+++ b/man/man3/attr_list.3
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2006 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR_LIST 3 "Extended Attributes" "Dec 2005" "XFS Compatibility API"
.SH NAME
attr_list, attr_listf \- list the names of the user attributes of a filesystem object
diff --git a/man/man3/attr_multi.3 b/man/man3/attr_multi.3
index ed30869..db0381c 100644
--- a/man/man3/attr_multi.3
+++ b/man/man3/attr_multi.3
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2003, 2006 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR_MULTI 3 "Extended Attributes" "Dec 2001" "XFS Compatibility API"
.SH NAME
attr_multi, attr_multif \- manipulate multiple user attributes on a filesystem object at once
diff --git a/man/man3/attr_remove.3 b/man/man3/attr_remove.3
index 90fbb72..6fd6a3d 100644
--- a/man/man3/attr_remove.3
+++ b/man/man3/attr_remove.3
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2003, 2006 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR_REMOVE 3 "Extended Attributes" "Dec 2001" "XFS Compatibility API"
.SH NAME
attr_remove, attr_removef \- remove a user attribute of a filesystem object
diff --git a/man/man3/attr_set.3 b/man/man3/attr_set.3
index 350ed46..9f49c48 100644
--- a/man/man3/attr_set.3
+++ b/man/man3/attr_set.3
@@ -1,3 +1,25 @@
+.\" Copyright (C) 2001, 2002, 2003, 2006 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
+.\"
.TH ATTR_SET 3 "Extended Attributes" "Dec 2001" "XFS Compatibility API"
.SH NAME
attr_set, attr_setf \- set the value of a user attribute of a filesystem object
diff --git a/man/man5/Makefile b/man/man5/Makefile
index 18722b9..6b70d3d 100644
--- a/man/man5/Makefile
+++ b/man/man5/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000, 2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ../..
diff --git a/man/man5/attr.5 b/man/man5/attr.5
index 43cb8cd..a02757d 100644
--- a/man/man5/attr.5
+++ b/man/man5/attr.5
@@ -1,8 +1,27 @@
-.\"
.\" Extended attributes manual page
.\"
-.\" (C) Andreas Gruenbacher, 2000
-.\" (C) Silicon Graphics Inc, 2001
+.\" Copyright (C) 2000, 2002, 2007 Andreas Gruenbacher <agruen@suse.de>
+.\" Copyright (C) 2001, 2002, 2004, 2007 Silicon Graphics, Inc.
+.\" All rights reserved.
+.\"
+.\" This is free documentation; you can redistribute it and/or
+.\" modify it under the terms of the GNU General Public License as
+.\" published by the Free Software Foundation; either version 2 of
+.\" the License, or (at your option) any later version.
+.\"
+.\" The GNU General Public License's references to "object code"
+.\" and "executables" are to be interpreted as the output of any
+.\" document formatting or typesetting system, including
+.\" intermediate and printed output.
+.\"
+.\" This manual is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public
+.\" License along with this manual. If not, see
+.\" <http://www.gnu.org/licenses/>.
.\"
.TH ATTR 5
.SH NAME
diff --git a/po/Makefile b/po/Makefile
index 1bafaae..d071bed 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/po/cs.po b/po/cs.po
index 93d4b82..0a3b552 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,19 +1,17 @@
# Copyright (C) 2008 Petr Pisar <petr.pisar@atlas.cz>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Czech translation for attr.
#
diff --git a/po/de.po b/po/de.po
index 95c0ce3..48dd008 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,20 +1,18 @@
# Copyright (C) 2000 Free Software Foundation, Inc.
# Copyright (C) 2002, 2003 Andreas Grünbacher <a.gruenbacher@computer.org>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# German translation for ATTR utilities
#
diff --git a/po/es.po b/po/es.po
index 714e8d1..f7e3c3f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,20 +1,18 @@
# Copyright (C) 2007 Free Software Foundation
# Copyright (C) 2007 Antonio Trueba <atrueba@users.sourceforge.net>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Spanish translation for ATTR package
#
diff --git a/po/fr.po b/po/fr.po
index 870877f..05af31e 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,19 +1,17 @@
# Copyright (C) 2005 Guilhelm Panaget <guilhelm.panaget@free.fr>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
msgid ""
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index c8c35a9..b032550 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,20 +1,18 @@
# Copyright (C) 2007 Free Software Foundation
# Copyright (C) 2007 Antonio Trueba <atrueba@users.sourceforge.net>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Galician translation for ATTR package
#
diff --git a/po/nl.po b/po/nl.po
index 9feaf0f..6670e7a 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,20 +1,18 @@
# Copyright (C) 2004 Luk Claes <luk.claes@ugent.be>
# Copyright (C) 2007 Free Software Foundation
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
msgid ""
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index bdc9f74..ffa65c8 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,20 +1,18 @@
# Copyright (C) 2004 Free Software Foundation, Inc.
# Copyright (C) 2004, 2005 Jakub Bogusz <qboosh@pld-linux.org>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Polish translation for attr.
#
diff --git a/po/sv.po b/po/sv.po
index c36d455..bbd6723 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,20 +1,18 @@
# Copyright (C) 2006 Free Software Foundation, Inc.
# Copyright (C) 2006 Daniel Nylander <po@danielnylander.se>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
# Swedish translation of attr
#
diff --git a/setfattr/Makefile b/setfattr/Makefile
index 4c69a41..d55461b 100644
--- a/setfattr/Makefile
+++ b/setfattr/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2000, 2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c
index 519d423..96bade2 100644
--- a/setfattr/setfattr.c
+++ b/setfattr/setfattr.c
@@ -5,20 +5,18 @@
Copyright (C) 2001-2002 Andreas Gruenbacher <a.gruenbacher@bestbits.at>
Copyright (C) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
- 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
- the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
+ 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
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
You should have received a copy of the GNU 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.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <limits.h>
diff --git a/test/Makefile b/test/Makefile
index aaeaa8c..c48b299 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,20 +2,18 @@
# Copyright (c) 2001-2002 Silicon Graphics, Inc. All Rights Reserved.
# Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
#
-# This file is part of Attr.
-#
-# Attr is free software: you can redistribute it and/or modify it
+# 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
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
-# Attr is distributed in the hope that it will be useful,
+# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with Attr. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
TOPDIR = ..
diff --git a/test/run b/test/run
index 0e0dee5..e7fead0 100755
--- a/test/run
+++ b/test/run
@@ -12,9 +12,6 @@
# 2. The name of the author may not be used to endorse or promote products
# derived from this software without specific prior written permission.
#
-# Alternatively, this software may be distributed under the terms of the
-# GNU Public License ("GPL").
-#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -26,6 +23,23 @@
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
+#
+# Alternatively, this software may be distributed under the terms of the
+# GNU Public License ("GPL"):
+#
+# 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
#
# Possible improvements: