From d6c148abfc66326d9cb809064a1a3e5f615ade5f Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 13 Nov 2009 15:02:30 +0530 Subject: [PATCH 4/5] richacl: Update license details Signed-off-by: Andreas Gruenbacher Signed-off-by: Aneesh Kumar K.V --- include/byteorder.h | 18 ++++++++++++++++++ include/richacl-internal.h | 18 ++++++++++++++++++ include/richacl.h | 18 ++++++++++++++++++ include/richacl_xattr.h | 18 ++++++++++++++++++ include/string_buffer.h | 18 ++++++++++++++++++ lib/richacl.c | 18 ++++++++++++++++++ lib/richacl_compat.c | 28 ++++++++++++++++------------ lib/string_buffer.c | 18 ++++++++++++++++++ 8 files changed, 142 insertions(+), 12 deletions(-) diff --git a/include/byteorder.h b/include/byteorder.h index a04a86c..b7f987f 100644 --- a/include/byteorder.h +++ b/include/byteorder.h @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #include #if __BYTE_ORDER == __BIG_ENDIAN diff --git a/include/richacl-internal.h b/include/richacl-internal.h index 0727724..8924c2f 100644 --- a/include/richacl-internal.h +++ b/include/richacl-internal.h @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #ifndef __RICHACL_INTERNAL_H #define __RICHACL_INTERNAL_H diff --git a/include/richacl.h b/include/richacl.h index b6dee71..a599f15 100644 --- a/include/richacl.h +++ b/include/richacl.h @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #ifndef __RICHACL_H #define __RICHACL_H diff --git a/include/richacl_xattr.h b/include/richacl_xattr.h index bbd53e1..0ff3976 100644 --- a/include/richacl_xattr.h +++ b/include/richacl_xattr.h @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #ifndef __RICHACL_XATTR_H #define __RICHACL_XATTR_H diff --git a/include/string_buffer.h b/include/string_buffer.h index d8107fc..b4aa19d 100644 --- a/include/string_buffer.h +++ b/include/string_buffer.h @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #ifndef __STRING_BUFFER_H #define __STRING_BUFFER_H diff --git a/lib/richacl.c b/lib/richacl.c index def02d1..245121c 100644 --- a/lib/richacl.c +++ b/lib/richacl.c @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #define _GNU_SOURCE #include #include diff --git a/lib/richacl_compat.c b/lib/richacl_compat.c index 1890ae1..4eed796 100644 --- a/lib/richacl_compat.c +++ b/lib/richacl_compat.c @@ -1,17 +1,21 @@ /* - * Copyright (C) 2006 Andreas Gruenbacher - * - * 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, 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. - */ - + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #include #include "richacl.h" #include "richacl-internal.h" diff --git a/lib/string_buffer.c b/lib/string_buffer.c index 2edf1ad..01c3a34 100644 --- a/lib/string_buffer.c +++ b/lib/string_buffer.c @@ -1,3 +1,21 @@ +/* + Copyright (C) 2009 + 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 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 + 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ #include #include #include -- 1.6.5.2.74.g610f9