From 4aa8b68388588af0fca818ed6060ba35dd35bf4b Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 13 Mar 2009 15:39:11 +0100 Subject: 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 --- include/libacl.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'include/libacl.h') diff --git a/include/libacl.h b/include/libacl.h index 021d345..41ec48e 100644 --- a/include/libacl.h +++ b/include/libacl.h @@ -2,6 +2,19 @@ File: libacl.h (C) 1999, 2000 Andreas Gruenbacher, + + 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 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 . */ #ifndef __ACL_LIBACL_H -- cgit v1.2.1