summaryrefslogtreecommitdiff
path: root/include
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 /include
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.
Diffstat (limited to 'include')
-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
5 files changed, 73 insertions, 0 deletions
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 :-
#