summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-05-12 11:58:08 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-08 12:56:36 +0200
commit766ec9211f550128e2df883f2aaad58b51d208d1 (patch)
tree5764361f91eff4e6c3cbc38749ac9d4a33869ccc
parentf473a8d4da83541059180374b35c4b1405b94a75 (diff)
downloadacl-766ec9211f550128e2df883f2aaad58b51d208d1.tar.gz
More license updates
Add license headers to a number of small files which were only licenses as GPLv2+ implicitly so far.
-rw-r--r--Makefile14
-rwxr-xr-xMakepkgs15
-rw-r--r--build/Makefile14
-rw-r--r--build/rpm/Makefile14
-rw-r--r--build/tar/Makefile14
-rw-r--r--chacl/Makefile14
-rw-r--r--debian/Makefile14
-rw-r--r--doc/Makefile14
-rw-r--r--examples/Makefile14
-rw-r--r--getfacl/Makefile14
-rw-r--r--include/Makefile14
-rw-r--r--include/buildmacros13
-rw-r--r--include/buildrules13
-rw-r--r--include/config.h.in19
-rwxr-xr-xinclude/install-sh14
-rw-r--r--libacl/Makefile14
-rw-r--r--libmisc/Makefile14
-rw-r--r--m4/Makefile14
-rw-r--r--m4/manual_format.m414
-rw-r--r--m4/package_attrdev.m414
-rw-r--r--m4/package_globals.m414
-rw-r--r--m4/package_utilies.m414
-rw-r--r--m4/visibility_hidden.m414
-rw-r--r--man/Makefile14
-rw-r--r--man/man1/Makefile14
-rw-r--r--man/man1/chacl.121
-rw-r--r--man/man3/Makefile14
-rw-r--r--man/man5/Makefile14
-rw-r--r--po/Makefile14
-rw-r--r--setfacl/Makefile14
-rw-r--r--test/Makefile14
31 files changed, 445 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2591be5..6969443 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = .
HAVE_BUILDDEFS = $(shell test -f $(TOPDIR)/include/builddefs && echo yes || echo no)
diff --git a/Makepkgs b/Makepkgs
index e3f9e0c..bc463df 100755
--- a/Makepkgs
+++ b/Makepkgs
@@ -1,5 +1,20 @@
#! /bin/sh
#
+# 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.
#
diff --git a/build/Makefile b/build/Makefile
index ec04bed..0e87a20 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/build/rpm/Makefile b/build/rpm/Makefile
index 8bae706..041b84c 100644
--- a/build/rpm/Makefile
+++ b/build/rpm/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ../..
TREEROOT = $(shell cd ${TOPDIR}; pwd)
diff --git a/build/tar/Makefile b/build/tar/Makefile
index 94a3ada..31c8f92 100644
--- a/build/tar/Makefile
+++ b/build/tar/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
diff --git a/chacl/Makefile b/chacl/Makefile
index f72e3ad..33858d6 100644
--- a/chacl/Makefile
+++ b/chacl/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/debian/Makefile b/debian/Makefile
index 77132e1..0a0fc2d 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/doc/Makefile b/doc/Makefile
index 4ee8c76..a08e403 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/examples/Makefile b/examples/Makefile
index 69c68ea..2a862d3 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,6 +1,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 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/getfacl/Makefile b/getfacl/Makefile
index 7e811c3..7fbafda 100644
--- a/getfacl/Makefile
+++ b/getfacl/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000, 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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/include/Makefile b/include/Makefile
index 3a12a29..328a61d 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,6 +1,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 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
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 6ca788b..6787b6e 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -1,3 +1,22 @@
+/*
+ * 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, 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@
+ */
+
/* Define if you have the attr/error_context.h header */
#undef HAVE_ATTR_ERROR_CONTEXT_H
diff --git a/include/install-sh b/include/install-sh
index e790073..86093a0 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
# This script emulates bsd install and also recognises
# two environment variables, with the following semantics :-
#
diff --git a/libacl/Makefile b/libacl/Makefile
index 5ac4810..1224b65 100644
--- a/libacl/Makefile
+++ b/libacl/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
diff --git a/libmisc/Makefile b/libmisc/Makefile
index cdea6ad..323f047 100644
--- a/libmisc/Makefile
+++ b/libmisc/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000, 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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/m4/Makefile b/m4/Makefile
index cf40a70..9748f11 100644
--- a/m4/Makefile
+++ b/m4/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2003-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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/m4/manual_format.m4 b/m4/manual_format.m4
index 50c6a91..34aa466 100644
--- a/m4/manual_format.m4
+++ b/m4/manual_format.m4
@@ -1,3 +1,17 @@
+dnl Copyright (C) 2003 Silicon Graphics, Inc.
+dnl
+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 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 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_attrdev.m4 b/m4/package_attrdev.m4
index ded1050..92c9135 100644
--- a/m4/package_attrdev.m4
+++ b/m4/package_attrdev.m4
@@ -1,3 +1,17 @@
+dnl Copyright (C) 2003, 2004, 2006, 2007 Silicon Graphics, Inc.
+dnl
+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 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 this program. If not, see <http://www.gnu.org/licenses/>.
AC_DEFUN([AC_PACKAGE_NEED_ATTR_XATTR_H],
[ AC_CHECK_HEADERS([attr/xattr.h])
if test "$ac_cv_header_attr_xattr_h" != "yes"; then
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index 415564b..e5c2418 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -1,3 +1,17 @@
+dnl Copyright (C) 2003, 2005, 2006, 2007 Silicon Graphics, Inc.
+dnl
+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 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 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 16435a1..d8f0726 100644
--- a/m4/package_utilies.m4
+++ b/m4/package_utilies.m4
@@ -1,3 +1,17 @@
+dnl Copyright (C) 2003, 2004, 2005, 2006, 2007 Silicon Graphics, Inc.
+dnl
+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 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 this program. If not, see <http://www.gnu.org/licenses/>.
#
# Check for specified utility (env var) - if unset, fail.
#
diff --git a/m4/visibility_hidden.m4 b/m4/visibility_hidden.m4
index bfd74e4..808a8e3 100644
--- a/m4/visibility_hidden.m4
+++ b/m4/visibility_hidden.m4
@@ -1,3 +1,17 @@
+dnl Copyright (C) 2003, 2008 Silicon Graphics, Inc.
+dnl
+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 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 this program. If not, see <http://www.gnu.org/licenses/>.
AC_DEFUN([AC_FUNC_GCC_VISIBILITY],
[AC_CACHE_CHECK(whether __attribute__((visibility())) is supported,
libc_cv_visibility_attribute,
diff --git a/man/Makefile b/man/Makefile
index bfc9346..a2e7546 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/man/man1/Makefile b/man/man1/Makefile
index 8b439b1..2fd48eb 100644
--- a/man/man1/Makefile
+++ b/man/man1/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
diff --git a/man/man1/chacl.1 b/man/man1/chacl.1
index 25ff892..74c7d98 100644
--- a/man/man1/chacl.1
+++ b/man/man1/chacl.1
@@ -1,3 +1,24 @@
+.\" Copyright (C) 2001, 2002, 2004 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 CHACL 1 "ACL File Utilities" "September 2001" "Access Control Lists"
.SH NAME
chacl \- change the access control list of a file or directory
diff --git a/man/man3/Makefile b/man/man3/Makefile
index 8164397..c00f02d 100644
--- a/man/man3/Makefile
+++ b/man/man3/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
diff --git a/man/man5/Makefile b/man/man5/Makefile
index 2e83974..51de8d9 100644
--- a/man/man5/Makefile
+++ b/man/man5/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000-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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ../..
include $(TOPDIR)/include/builddefs
diff --git a/po/Makefile b/po/Makefile
index 3cca76e..7cd5b61 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,6 +1,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 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/setfacl/Makefile b/setfacl/Makefile
index 9cedf38..46b74d9 100644
--- a/setfacl/Makefile
+++ b/setfacl/Makefile
@@ -1,6 +1,20 @@
#
# Copyright (c) 2000, 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 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 to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs
diff --git a/test/Makefile b/test/Makefile
index f698ac7..a15e9e4 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,6 +1,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 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
TOPDIR = ..
include $(TOPDIR)/include/builddefs