From d448b42accf37e50bf39277a5696131cc8d667fd Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 6 Jul 2008 10:37:43 +0200 Subject: [PATCH] Add license information to source file --- xattr.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/xattr.c b/xattr.c index 9609fa3..4b3278d 100644 --- a/xattr.c +++ b/xattr.c @@ -1,3 +1,25 @@ +/* + xattr - a python module for manipulating filesystem extended attributes + + Copyright (C) 2002, 2003, 2006, 2008 Iustin Pop + + This library 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 library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301 USA + +*/ + #define PY_SSIZE_T_CLEAN #include #include -- 2.39.2