summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-10 21:20:46 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-10 21:29:07 +0100
commitf36cdfd09865432981eacabcc30423684c9898f4 (patch)
treebba15b8df4d0a05f588720e1f0bb0163c8fc9f94
parent977fc42c7c1432987f396361aed86e5bdc62ed3f (diff)
downloadattr-f36cdfd09865432981eacabcc30423684c9898f4.tar.gz
Add copyright and license notices to lots of files
Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
-rw-r--r--Makefile16
-rw-r--r--attr/Makefile16
-rw-r--r--build/Makefile16
-rw-r--r--build/rpm/Makefile16
-rw-r--r--build/tar/Makefile16
-rw-r--r--configure.in17
-rw-r--r--debian/Makefile16
-rw-r--r--doc/Makefile16
-rw-r--r--examples/Makefile16
-rw-r--r--examples/copyattr.c19
-rw-r--r--exports19
-rw-r--r--getfattr/Makefile16
-rw-r--r--include/Makefile16
-rw-r--r--include/error_context.h19
-rw-r--r--include/libattr.h19
-rw-r--r--include/misc.h19
-rw-r--r--libattr/Makefile16
-rw-r--r--libattr/attr_copy_action.c3
-rw-r--r--libattr/attr_copy_check.c4
-rw-r--r--libattr/attr_copy_fd.c4
-rw-r--r--libattr/attr_copy_file.c4
-rw-r--r--libmisc/Makefile16
-rw-r--r--libmisc/next_line.c19
-rw-r--r--libmisc/walk_tree.c2
-rw-r--r--m4/Makefile16
-rw-r--r--m4/manual_format.m416
-rw-r--r--m4/package_globals.m416
-rw-r--r--m4/package_utilies.m416
-rw-r--r--man/Makefile16
-rw-r--r--man/man1/Makefile16
-rw-r--r--man/man2/Makefile16
-rw-r--r--man/man3/Makefile16
-rw-r--r--man/man5/Makefile16
-rw-r--r--po/Makefile16
-rw-r--r--po/cs.po20
-rw-r--r--po/de.po20
-rw-r--r--po/es.po21
-rw-r--r--po/fr.po17
-rw-r--r--po/gl.po21
-rw-r--r--po/pl.po21
-rw-r--r--po/sv.po20
-rw-r--r--setfattr/Makefile16
-rw-r--r--test/Makefile16
43 files changed, 648 insertions, 24 deletions
diff --git a/Makefile b/Makefile
index a1a30db..3912199 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = .
diff --git a/attr/Makefile b/attr/Makefile
index edd30ef..31bcd64 100644
--- a/attr/Makefile
+++ b/attr/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/build/Makefile b/build/Makefile
index ec04bed..d6a9e65 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index 8bae706..05e49d0 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/build/tar/Makefile b/build/tar/Makefile
index 94a3ada..dbaa3ac 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/configure.in b/configure.in
index ec44926..e57c333 100644
--- a/configure.in
+++ b/configure.in
@@ -1,3 +1,20 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
AC_INIT(include/attributes.h)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/debian/Makefile b/debian/Makefile
index 77132e1..26118a4 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/doc/Makefile b/doc/Makefile
index 54d8d4c..27fa411 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/examples/Makefile b/examples/Makefile
index 15eafb2..42381a6 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/examples/copyattr.c b/examples/copyattr.c
index 1013206..05e5124 100644
--- a/examples/copyattr.c
+++ b/examples/copyattr.c
@@ -1,4 +1,23 @@
/*
+ 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
+ under the terms of the GNU 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,
+ 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/>.
+ */
+
+/*
* Example how to preserve Extended Attributes in file manager style
* applications. This does NOT also copy Access Control Lists!
*
diff --git a/exports b/exports
index 19fe54a..866435c 100644
--- a/exports
+++ b/exports
@@ -1,3 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
+
ATTR_1.0 {
global:
# System calls (to be moved to glibc)
diff --git a/getfattr/Makefile b/getfattr/Makefile
index c33cfa2..e9d0395 100644
--- a/getfattr/Makefile
+++ b/getfattr/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/include/Makefile b/include/Makefile
index 8135352..fa7d522 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/include/error_context.h b/include/error_context.h
index f3c54e9..842f619 100644
--- a/include/error_context.h
+++ b/include/error_context.h
@@ -1,3 +1,22 @@
+/*
+ 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
+ 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,
+ 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/>.
+ */
+
#ifndef __ERROR_CONTEXT_T
#define __ERROR_CONTEXT_T
diff --git a/include/libattr.h b/include/libattr.h
index 904b846..3a5ac9e 100644
--- a/include/libattr.h
+++ b/include/libattr.h
@@ -1,3 +1,22 @@
+/*
+ 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
+ under the terms of the GNU 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,
+ 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/>.
+ */
+
#ifndef __LIBATTR_H
#define __LIBATTR_H
diff --git a/include/misc.h b/include/misc.h
index bb7e7de..b1ec58b 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -1,3 +1,22 @@
+/*
+ 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
+ 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,
+ 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/>.
+ */
+
extern int high_water_alloc(void **buf, size_t *bufsize, size_t newsize);
extern const char *quote(const char *str);
diff --git a/libattr/Makefile b/libattr/Makefile
index b09efb1..94d9b6c 100644
--- a/libattr/Makefile
+++ b/libattr/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/libattr/attr_copy_action.c b/libattr/attr_copy_action.c
index 296057a..dc0b9c8 100644
--- a/libattr/attr_copy_action.c
+++ b/libattr/attr_copy_action.c
@@ -1,4 +1,5 @@
-/* Copyright (C) 2006 Andreas Gruenbacher <agruen@xxxxxxx>, SuSE Linux AG.
+/*
+ Copyright (C) 2006 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
diff --git a/libattr/attr_copy_check.c b/libattr/attr_copy_check.c
index e8a058e..3cc6245 100644
--- a/libattr/attr_copy_check.c
+++ b/libattr/attr_copy_check.c
@@ -1,5 +1,3 @@
-/* Copy extended attributes between files - default check callback */
-
/* Copyright (C) 2003 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
This program is free software; you can redistribute it and/or
@@ -17,6 +15,8 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* Copy extended attributes between files - default check callback */
+
#include <string.h>
#include "error_context.h"
#include "attr/libattr.h"
diff --git a/libattr/attr_copy_fd.c b/libattr/attr_copy_fd.c
index 67a7043..2b77ee6 100644
--- a/libattr/attr_copy_fd.c
+++ b/libattr/attr_copy_fd.c
@@ -1,5 +1,3 @@
-/* Copy extended attributes between files. */
-
/* Copyright (C) 2002 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
This program is free software; you can redistribute it and/or
@@ -17,6 +15,8 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* Copy extended attributes between files. */
+
#if defined (HAVE_CONFIG_H)
#include "config.h"
#endif
diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c
index cd10b31..69786ff 100644
--- a/libattr/attr_copy_file.c
+++ b/libattr/attr_copy_file.c
@@ -1,5 +1,3 @@
-/* Copy extended attributes between files. */
-
/* Copyright (C) 2002 Andreas Gruenbacher <agruen@suse.de>, SuSE Linux AG.
This program is free software; you can redistribute it and/or
@@ -17,6 +15,8 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+/* Copy extended attributes between files. */
+
#if defined (HAVE_CONFIG_H)
#include "config.h"
#endif
diff --git a/libmisc/Makefile b/libmisc/Makefile
index cdea6ad..c7936d6 100644
--- a/libmisc/Makefile
+++ b/libmisc/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/libmisc/next_line.c b/libmisc/next_line.c
index e65d821..4dfa00d 100644
--- a/libmisc/next_line.c
+++ b/libmisc/next_line.c
@@ -1,3 +1,22 @@
+/*
+ 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
+ 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,
+ 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/>.
+ */
+
#include <stdio.h>
#include <string.h>
#include <limits.h>
diff --git a/libmisc/walk_tree.c b/libmisc/walk_tree.c
index b26d7df..8b2074d 100644
--- a/libmisc/walk_tree.c
+++ b/libmisc/walk_tree.c
@@ -4,7 +4,7 @@
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
+ modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
diff --git a/m4/Makefile b/m4/Makefile
index 6e003a5..791aa7b 100644
--- a/m4/Makefile
+++ b/m4/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/m4/manual_format.m4 b/m4/manual_format.m4
index 50c6a91..184e8c3 100644
--- a/m4/manual_format.m4
+++ b/m4/manual_format.m4
@@ -1,3 +1,19 @@
+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 under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 2.1 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 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/>.
#
# 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 415564b..bcfbb42 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -1,3 +1,19 @@
+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 under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 2.1 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 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/>.
#
# 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 ce6a212..91d5ba1 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -1,3 +1,19 @@
+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 under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation, either version 2.1 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 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/>.
#
# Check for specified utility (env var) - if unset, fail.
#
diff --git a/man/Makefile b/man/Makefile
index 8b9fdf5..9862378 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/man/man1/Makefile b/man/man1/Makefile
index 8b439b1..7332f10 100644
--- a/man/man1/Makefile
+++ b/man/man1/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/man/man2/Makefile b/man/man2/Makefile
index e5ce5cf..d72a027 100644
--- a/man/man2/Makefile
+++ b/man/man2/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/man/man3/Makefile b/man/man3/Makefile
index d56b68c..26b39da 100644
--- a/man/man3/Makefile
+++ b/man/man3/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/man/man5/Makefile b/man/man5/Makefile
index c2d459f..28eb78a 100644
--- a/man/man5/Makefile
+++ b/man/man5/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ../..
diff --git a/po/Makefile b/po/Makefile
index 3e9c2fc..7df4622 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/po/cs.po b/po/cs.po
index e73c98c..0a590a7 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,7 +1,21 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# Czech translation for attr.
-# Copyright (C) 2008 authors of attr source code (msgids)
-# This file is distributed under the same license as the attr package.
-# Petr Pisar <petr.pisar@atlas.cz>, 2008.
#
msgid ""
msgstr ""
diff --git a/po/de.po b/po/de.po
index 822d34b..e0bdd88 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,6 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# German translation for ATTR utilities
-# Copyright (C) 2000 Free Software Foundation, Inc.
-# Andreas Grünbacher <a.gruenbacher@computer.org>, 2002.
#
msgid ""
msgstr ""
diff --git a/po/es.po b/po/es.po
index 08ae5fc..8b3db8f 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,7 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# Spanish translation for ATTR package
-# Copyright (C) 2007 Free Software Foundation
-# This file is distributed under the same license as the xfsprogs package.
-# Antonio Trueba <atrueba@users.sourceforge.net>, 2007
#
msgid ""
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index dbecbfd..ede80ab 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,3 +1,20 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
msgid ""
msgstr ""
"Project-Id-Version: attr\n"
diff --git a/po/gl.po b/po/gl.po
index 61b79b3..e1d5fac 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,7 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# Galician translation for ATTR package
-# Copyright (C) 2007 Free Software Foundation
-# This file is distributed under the same license as the xfsprogs package.
-# Antonio Trueba <atrueba@users.sourceforge.net>, 2007
#
msgid ""
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index ca6609a..6e9e544 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -1,7 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# Polish translation for attr.
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# This file is distributed under the same license as the attr package.
-# Jakub Bogusz <qboosh@pld-linux.org>, 2004-2005.
#
msgid ""
msgstr ""
diff --git a/po/sv.po b/po/sv.po
index df87dd3..40e1728 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,6 +1,22 @@
+# 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
+# under the terms of the GNU 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,
+# 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/>.
+#
# Swedish translation of attr
-# Copyright (C) 2006 Free Software Foundation, Inc.
-# Daniel Nylander <po@danielnylander.se>, 2006.
#
msgid ""
msgstr ""
diff --git a/setfattr/Makefile b/setfattr/Makefile
index ad40d71..0c37a81 100644
--- a/setfattr/Makefile
+++ b/setfattr/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..
diff --git a/test/Makefile b/test/Makefile
index e90b123..2485419 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,5 +1,21 @@
#
# 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
+# under the terms of the GNU 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,
+# 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/>.
#
TOPDIR = ..