summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-13 15:39:11 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-03-13 16:02:15 +0100
commit4aa8b68388588af0fca818ed6060ba35dd35bf4b (patch)
treed4e422cac01ce21bc13abba3eaca374b1b4b5fbd /examples
parent05c7b283dd7ece85dd6ea9e0f2d2c167e18cd6c4 (diff)
downloadacl-4aa8b68388588af0fca818ed6060ba35dd35bf4b.tar.gz
Fix wrong license notices; add missing notices
Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
Diffstat (limited to 'examples')
-rw-r--r--examples/copy-acl.c17
-rw-r--r--examples/copyperm.c17
-rw-r--r--examples/get-acl.c17
-rw-r--r--examples/set-acl.c17
4 files changed, 68 insertions, 0 deletions
diff --git a/examples/copy-acl.c b/examples/copy-acl.c
index d9a7cc4..9999615 100644
--- a/examples/copy-acl.c
+++ b/examples/copy-acl.c
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
+
+ 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/>.
+*/
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
diff --git a/examples/copyperm.c b/examples/copyperm.c
index 93ea27d..97a60ec 100644
--- a/examples/copyperm.c
+++ b/examples/copyperm.c
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
+
+ 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/>.
+*/
+
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
diff --git a/examples/get-acl.c b/examples/get-acl.c
index bce3f48..716e247 100644
--- a/examples/get-acl.c
+++ b/examples/get-acl.c
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
+
+ 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/>.
+*/
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
diff --git a/examples/set-acl.c b/examples/set-acl.c
index 95c4ee9..b3dd8d3 100644
--- a/examples/set-acl.c
+++ b/examples/set-acl.c
@@ -1,3 +1,20 @@
+/*
+ Copyright (C) 2009 Andreas Gruenbacher <agruen@suse.de>
+
+ 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/>.
+*/
+
#include <stdio.h>
#include <string.h>
#include <errno.h>