[git] GPA - branch, master, updated. gpa-0.9.4-2-g7a5b070

by Werner Koch cvs at cvs.gnupg.org
Wed Jul 10 12:36:16 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Assistant".

The branch, master has been updated
       via  7a5b070eb786fb09efe2f8c57784882219ade2d9 (commit)
      from  189a314712f9ca3ca1f4506226a04decbd258725 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7a5b070eb786fb09efe2f8c57784882219ade2d9
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jul 10 12:08:28 2013 +0200

    Change the license of some files to LGPLv2.1.
    
    * src/filetype.c: Change license notice
    * src/filetype.h: Ditto.
    * src/parsetlv.c: Ditto.
    * src/parsetlv.h: Ditto.
    --
    
    Those files are useful for other projects and thus we (g10 Code) allow
    its use under the less restrictive LGPLv2.1.
    
    NB: If you think that other parts of the code are also useful for
    projects with different licenses requirements, please write to me.  If
    g10 Code is the sole copyright holder, we may be able to change the
    license for that code as well.

diff --git a/AUTHORS b/AUTHORS
index d8cdd8f..9a3c148 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,6 @@
 Program: GPA
-Maintainer: None, check the mailing list gpa-dev at gnupg.org.
-Bug reports: <bug-gpa at gnupg.org>
+Maintainer: Werner Koch <wk at gnupg.org>
+Bug reports: http://bugs.gnupg.org
 Security related bug reports: <security at gnupg.org>
 License: GPLv3+
 
@@ -75,12 +75,12 @@ Can Berk Güder <cbguder at su.sabanciuniv.edu>
 
 Emilian Nowak <emil5 at go2.pl>
         Polish translation.
-        
+
 Daniel Nylander <po at danielnylander.se>
         Swedish translation.
-        
+
 Zdenek Hatas <zdenek.hatas at gmail.com>
-        Czech translation. 
+        Czech translation.
 
 Maxim Britov <maxim.britov at gmail.com>
         Russian translation.
@@ -88,3 +88,19 @@ Maxim Britov <maxim.britov at gmail.com>
 Marcus Brinkmann  <marcus at g10code.com>
         Clipboard code, cleanups, bug fixes.
 
+
+
+Copyright and Redistribution
+============================
+
+The copyright for GPA is hold by the authors.  Check the above list
+and each source file for the details.  The file src/helpmenu.c is used
+to show the names of the author and of the major copyright holders.
+
+GPA is distributed under the GNU General Public License, version 3 or
+later.
+
+To allow easy reuse of certain parts of the code, some files are under
+a different license, for example the GNU Lesser General Public
+License.  These licenses are compatible with the GPLv3 which covers
+the entire work.
diff --git a/src/filetype.c b/src/filetype.c
index 87c2523..c59dde7 100644
--- a/src/filetype.c
+++ b/src/filetype.c
@@ -1,19 +1,17 @@
 /* filetype.c -  Identify file types
  * Copyright (C) 2012 g10 Code GmbH
  *
- * This file is part of GPA
+ * This file 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.
  *
- * GPA 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 3 of the License, or
- * (at your option) any later version.
+ * This file 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.
  *
- * GPA 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
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/filetype.h b/src/filetype.h
index da554ae..6c88c68 100644
--- a/src/filetype.h
+++ b/src/filetype.h
@@ -1,19 +1,17 @@
 /* filetype.h -  Identify file types
  * Copyright (C) 2012 g10 Code GmbH
  *
- * This file is part of GPA
+ * This file 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.
  *
- * GPA 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 3 of the License, or
- * (at your option) any later version.
+ * This file 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.
  *
- * GPA 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
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/parsetlv.c b/src/parsetlv.c
index d673f02..afdc522 100644
--- a/src/parsetlv.c
+++ b/src/parsetlv.c
@@ -1,19 +1,17 @@
 /* parsetlv.c -  ASN.1 TLV functions
  * Copyright (C) 2005, 2007, 2008, 2012 g10 Code GmbH
  *
- * This file is part of GPA
+ * This file 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.
  *
- * GPA 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 3 of the License, or
- * (at your option) any later version.
+ * This file 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.
  *
- * GPA 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
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
diff --git a/src/parsetlv.h b/src/parsetlv.h
index 9840b24..d61a1c3 100644
--- a/src/parsetlv.h
+++ b/src/parsetlv.h
@@ -1,19 +1,17 @@
 /* parsetlv.h -  TLV functions defintions
  * Copyright (C) 2012 g10 Code GmbH
  *
- * This file is part of GPA
+ * This file 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.
  *
- * GPA 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 3 of the License, or
- * (at your option) any later version.
+ * This file 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.
  *
- * GPA 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
+ * You should have received a copy of the GNU Lesser General Public License
  * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS        |   26 +++++++++++++++++++++-----
 src/filetype.c |   20 +++++++++-----------
 src/filetype.h |   20 +++++++++-----------
 src/parsetlv.c |   20 +++++++++-----------
 src/parsetlv.h |   20 +++++++++-----------
 5 files changed, 57 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Assistant
http://git.gnupg.org




More information about the Gnupg-commits mailing list