[pkg-opensc-commit] [pkcs11-helper] 07/60: License update

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.

commit dfd8fc59db6350f81a5499ee1edd31e3675afce6
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date:   Sun Nov 26 19:32:19 2006 +0000

    License update
---
 COPYING                                            | 97 ++++++++++++++++++++++
 COPYING.BSD                                        |  6 --
 COPYING.GPL                                        |  6 --
 Makefile.am                                        |  4 +-
 configure.ac                                       |  2 +-
 doc/Makefile.am                                    |  2 +-
 doc/api/Makefile.am                                |  2 +-
 include/Makefile.am                                |  2 +-
 include/pkcs11-helper-1.0/Makefile.am              |  2 +-
 .../pkcs11-helper-1.0/pkcs11-headers/Makefile.am   |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-certificate.h    |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-core.h           | 10 +--
 include/pkcs11-helper-1.0/pkcs11h-data.h           |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-def.h            |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-engines.h        |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-locate.h         |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-openssl.h        |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-standalone.h     |  2 +-
 include/pkcs11-helper-1.0/pkcs11h-token.h          |  2 +-
 lib/Makefile.am                                    |  2 +-
 lib/Makefile.w32-vc                                |  2 +-
 lib/_pkcs11h-certificate.h                         |  2 +-
 lib/_pkcs11h-core.h                                |  2 +-
 lib/_pkcs11h-crypto.h                              |  2 +-
 lib/_pkcs11h-mem.h                                 |  2 +-
 lib/_pkcs11h-session.h                             |  2 +-
 lib/_pkcs11h-slotevent.h                           |  2 +-
 lib/_pkcs11h-sys.h                                 |  2 +-
 lib/_pkcs11h-threading.h                           |  2 +-
 lib/_pkcs11h-token.h                               |  2 +-
 lib/_pkcs11h-util.h                                |  2 +-
 lib/common.h                                       |  2 +-
 lib/pkcs11h-certificate.c                          |  2 +-
 lib/pkcs11h-core.c                                 |  2 +-
 lib/pkcs11h-crypto.c                               |  2 +-
 lib/pkcs11h-data.c                                 |  2 +-
 lib/pkcs11h-locate.c                               |  2 +-
 lib/pkcs11h-mem.c                                  |  2 +-
 lib/pkcs11h-openssl.c                              |  2 +-
 lib/pkcs11h-serialization.c                        |  2 +-
 lib/pkcs11h-session.c                              |  2 +-
 lib/pkcs11h-slotevent.c                            |  2 +-
 lib/pkcs11h-standalone.c                           |  2 +-
 lib/pkcs11h-sys.c                                  |  2 +-
 lib/pkcs11h-threading.c                            |  2 +-
 lib/pkcs11h-token.c                                |  2 +-
 lib/pkcs11h-util.c                                 |  2 +-
 m4dir/Makefile.am                                  |  2 +-
 m4dir/pkcs11-helper-1.m4                           |  2 +-
 man/Makefile.am                                    |  2 +-
 man/pkcs11-helper.8                                |  2 +-
 tests/Makefile.am                                  |  2 +-
 tests/basic/Makefile.am                            |  2 +-
 tests/certificate/Makefile.am                      |  2 +-
 tests/slotevent/Makefile.am                        |  2 +-
 55 files changed, 154 insertions(+), 69 deletions(-)

diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..52eee9d
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,97 @@
+
+pkcs11-helper License
+
+	Copyright (c) 2005-2006 Alon Bar-Lev <alon.barlev at gmail.com>
+	All rights reserved.
+
+	This software is available to you under a choice of one of two
+	licenses.  You may choose to be licensed under the terms of the GNU
+	General Public License (GPL) Version 2, or the OpenIB.org BSD license.
+
+	GNU General Public License (GPL) Version 2
+	===========================================
+	This program is free software; you can redistribute it and/or modify
+	it under the terms of the GNU General Public License version 2
+	as published by the Free Software Foundation.
+
+	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 (see the file COPYING.GPL included with this
+	distribution); if not, write to the Free Software Foundation, Inc.,
+	59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+	OpenIB.org BSD license
+	=======================
+	Redistribution and use in source and binary forms, with or without modifi-
+	cation, are permitted provided that the following conditions are met:
+
+	o  Redistributions of source code must retain the above copyright notice,
+	this list of conditions and the following disclaimer.
+
+	o  Redistributions in binary form must reproduce the above copyright no-
+	tice, this list of conditions and the following disclaimer in the do-
+	cumentation and/or other materials provided with the distribution.
+
+	o  The names of the contributors may not be used to endorse or promote
+	products derived from this software without specific prior written
+	permission.
+
+	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+	``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+	TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LI-
+	ABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUEN-
+	TIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+	OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEV-
+	ER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABI-
+	LITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
+	THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+RSA Security Inc. License
+
+	This software is using RSA Security Inc. PKCS #11 Cryptographic Token
+	Interface (Cryptoki).
+
+m4 Macros License
+
+	autoconf/automake
+		Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+
+	pkg.m4
+		Copyright © 2004 Scott James Remnant <scott at netsplit.com>.
+
+OpenSSL License (Optional component)
+
+	This product includes software developed by the OpenSSL Project
+	for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)
+
+	This product includes cryptographic software written by Eric Young
+	(eay at cryptsoft.com).  This product includes software written by Tim
+	Hudson (tjh at cryptsoft.com).
+
+GNUTLS License (Optional component)
+
+	Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Nikos Mavroyanopoulos
+	See the end for copying conditions.
+
+	The copyright holder for Gnutls is Free Software Foundation,
+	Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+	USA.
+
+Doxygen License (Optional component)
+
+	Copyright © 1997-2006 by Dimitri van Heesch.
+
+	Permission to use, copy, modify, and distribute this software and
+	its documentation under the terms of the GNU General Public License
+	is hereby granted. No representations are made about the suitability
+	of this software for any purpose. It is provided "as is" without express
+	or implied warranty. See the GNU General Public License for more details. 
+
+	Documents produced by doxygen are derivative works derived
+	from the input used in their production; they are not affected by this
+	license.
diff --git a/COPYING.BSD b/COPYING.BSD
index f63088e..36dd777 100644
--- a/COPYING.BSD
+++ b/COPYING.BSD
@@ -24,9 +24,3 @@ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGE.
-
-RSA Security Inc. License
--------------------------
-
-  This software is using RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki).
-
diff --git a/COPYING.GPL b/COPYING.GPL
index 3b2c785..3912109 100644
--- a/COPYING.GPL
+++ b/COPYING.GPL
@@ -338,9 +338,3 @@ proprietary programs.  If your program is a subroutine library, you may
 consider it more useful to permit linking proprietary applications with the
 library.  If this is what you want to do, use the GNU Library General
 Public License instead of this License.
-
-RSA Security Inc. License
--------------------------
-
-  This software is using RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki).
-
diff --git a/Makefile.am b/Makefile.am
index f531051..211d2ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
@@ -56,7 +56,7 @@ AUTOMAKE_OPTIONS=foreign dist-bzip2
 
 SUBDIRS=man include lib m4dir doc tests
 
-dist_doc_DATA=README COPYING.GPL COPYING.BSD
+dist_doc_DATA=README COPYING.GPL COPYING.BSD COPYING
 
 EXTRA_DIST=config-w32-vc.h
 
diff --git a/configure.ac b/configure.ac
index db318ef..a6553fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 858394a..ceae508 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index 0522e79..de45691 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/include/Makefile.am b/include/Makefile.am
index a496bd1..1416223 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/include/pkcs11-helper-1.0/Makefile.am b/include/pkcs11-helper-1.0/Makefile.am
index de2b117..046555d 100644
--- a/include/pkcs11-helper-1.0/Makefile.am
+++ b/include/pkcs11-helper-1.0/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/include/pkcs11-helper-1.0/pkcs11-headers/Makefile.am b/include/pkcs11-helper-1.0/pkcs11-headers/Makefile.am
index 9b4b39d..913eb12 100644
--- a/include/pkcs11-helper-1.0/pkcs11-headers/Makefile.am
+++ b/include/pkcs11-helper-1.0/pkcs11-headers/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/include/pkcs11-helper-1.0/pkcs11h-certificate.h b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
index fc597cb..1d1060c 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-certificate.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-core.h b/include/pkcs11-helper-1.0/pkcs11h-core.h
index 7f1a28f..d49a581 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-core.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-core.h
@@ -1,6 +1,4 @@
-/**
- * @page License License
- * @code
+/*
  * Copyright (c) 2005-2006 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
@@ -20,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
@@ -50,7 +48,6 @@
  * ER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABI-
  * LITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- * @endcode
  */
 
 /**
@@ -91,6 +88,9 @@
  * - @ref pkcs11h-locate.h "Locate" - Simplified object locate interface.
  * - @ref pkcs11h-openssl.h "OpenSSL" - OpenSSL engine support.
  * - @ref pkcs11h-standalone.h "Standalone Debugging" - Token structure debugging interface.
+ * @page License
+ * @par pkcs11-helper License
+ * @include COPYING
  */
 
 /**
diff --git a/include/pkcs11-helper-1.0/pkcs11h-data.h b/include/pkcs11-helper-1.0/pkcs11h-data.h
index 130461c..f5322dd 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-data.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-data.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-def.h b/include/pkcs11-helper-1.0/pkcs11h-def.h
index 98bd634..ca0827d 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-def.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-def.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-engines.h b/include/pkcs11-helper-1.0/pkcs11h-engines.h
index 300edd7..7bc56fd 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-engines.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-engines.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-locate.h b/include/pkcs11-helper-1.0/pkcs11h-locate.h
index 65ea857..bed6941 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-locate.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-locate.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-openssl.h b/include/pkcs11-helper-1.0/pkcs11h-openssl.h
index 0102964..d071dfb 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-openssl.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-openssl.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-standalone.h b/include/pkcs11-helper-1.0/pkcs11h-standalone.h
index 4bbbe69..8e77d6f 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-standalone.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-standalone.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/include/pkcs11-helper-1.0/pkcs11h-token.h b/include/pkcs11-helper-1.0/pkcs11h-token.h
index 2eae2ec..e2e32b2 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-token.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-token.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 211279c..9ff5f56 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/lib/Makefile.w32-vc b/lib/Makefile.w32-vc
index d2410d6..f629e1f 100644
--- a/lib/Makefile.w32-vc
+++ b/lib/Makefile.w32-vc
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/lib/_pkcs11h-certificate.h b/lib/_pkcs11h-certificate.h
index 32fe118..130ae13 100644
--- a/lib/_pkcs11h-certificate.h
+++ b/lib/_pkcs11h-certificate.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-core.h b/lib/_pkcs11h-core.h
index 5b8251a..81180e6 100644
--- a/lib/_pkcs11h-core.h
+++ b/lib/_pkcs11h-core.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-crypto.h b/lib/_pkcs11h-crypto.h
index a45cc00..4db3405 100644
--- a/lib/_pkcs11h-crypto.h
+++ b/lib/_pkcs11h-crypto.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-mem.h b/lib/_pkcs11h-mem.h
index b1bfb24..cf145c9 100644
--- a/lib/_pkcs11h-mem.h
+++ b/lib/_pkcs11h-mem.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-session.h b/lib/_pkcs11h-session.h
index 0bc1bc3..2292211 100644
--- a/lib/_pkcs11h-session.h
+++ b/lib/_pkcs11h-session.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-slotevent.h b/lib/_pkcs11h-slotevent.h
index 80dcc1c..0780638 100644
--- a/lib/_pkcs11h-slotevent.h
+++ b/lib/_pkcs11h-slotevent.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-sys.h b/lib/_pkcs11h-sys.h
index 6f41baa..9e77c4a 100644
--- a/lib/_pkcs11h-sys.h
+++ b/lib/_pkcs11h-sys.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-threading.h b/lib/_pkcs11h-threading.h
index 583e119..6cd5498 100644
--- a/lib/_pkcs11h-threading.h
+++ b/lib/_pkcs11h-threading.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-token.h b/lib/_pkcs11h-token.h
index cb0dd13..e385d11 100644
--- a/lib/_pkcs11h-token.h
+++ b/lib/_pkcs11h-token.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/_pkcs11h-util.h b/lib/_pkcs11h-util.h
index c5c211b..aeee550 100644
--- a/lib/_pkcs11h-util.h
+++ b/lib/_pkcs11h-util.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/common.h b/lib/common.h
index 6c6af4a..4bf9236 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-certificate.c b/lib/pkcs11h-certificate.c
index 41fce22..af703f4 100644
--- a/lib/pkcs11h-certificate.c
+++ b/lib/pkcs11h-certificate.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-core.c b/lib/pkcs11h-core.c
index ceb53df..8d01376 100644
--- a/lib/pkcs11h-core.c
+++ b/lib/pkcs11h-core.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-crypto.c b/lib/pkcs11h-crypto.c
index eb884e2..870aa73 100644
--- a/lib/pkcs11h-crypto.c
+++ b/lib/pkcs11h-crypto.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-data.c b/lib/pkcs11h-data.c
index 174dc1b..b0481ff 100644
--- a/lib/pkcs11h-data.c
+++ b/lib/pkcs11h-data.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-locate.c b/lib/pkcs11h-locate.c
index 3746d68..ebd09df 100644
--- a/lib/pkcs11h-locate.c
+++ b/lib/pkcs11h-locate.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-mem.c b/lib/pkcs11h-mem.c
index e7ac899..da2ce0a 100644
--- a/lib/pkcs11h-mem.c
+++ b/lib/pkcs11h-mem.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
index 9f49c6a..362f928 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-serialization.c b/lib/pkcs11h-serialization.c
index 17f407f..9df2acf 100644
--- a/lib/pkcs11h-serialization.c
+++ b/lib/pkcs11h-serialization.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-session.c b/lib/pkcs11h-session.c
index 9303673..83114c8 100644
--- a/lib/pkcs11h-session.c
+++ b/lib/pkcs11h-session.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-slotevent.c b/lib/pkcs11h-slotevent.c
index f203e7b..b2a2fb7 100644
--- a/lib/pkcs11h-slotevent.c
+++ b/lib/pkcs11h-slotevent.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-standalone.c b/lib/pkcs11h-standalone.c
index a66d42a..fae2fb0 100644
--- a/lib/pkcs11h-standalone.c
+++ b/lib/pkcs11h-standalone.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-sys.c b/lib/pkcs11h-sys.c
index 935f46e..228fcf7 100644
--- a/lib/pkcs11h-sys.c
+++ b/lib/pkcs11h-sys.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-threading.c b/lib/pkcs11h-threading.c
index 0972160..9409ea8 100644
--- a/lib/pkcs11h-threading.c
+++ b/lib/pkcs11h-threading.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-token.c b/lib/pkcs11h-token.c
index 6635f11..4c15476 100644
--- a/lib/pkcs11h-token.c
+++ b/lib/pkcs11h-token.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/lib/pkcs11h-util.c b/lib/pkcs11h-util.c
index e0da128..f6c8502 100644
--- a/lib/pkcs11h-util.c
+++ b/lib/pkcs11h-util.c
@@ -18,7 +18,7 @@
  *  GNU General Public License for more details.
  *
  *  You should have received a copy of the GNU General Public License
- *  along with this program (see the file COPYING[.GPL2] included with this
+ *  along with this program (see the file COPYING.GPL included with this
  *  distribution); if not, write to the Free Software Foundation, Inc.,
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
diff --git a/m4dir/Makefile.am b/m4dir/Makefile.am
index 8639793..2ec45bd 100644
--- a/m4dir/Makefile.am
+++ b/m4dir/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/m4dir/pkcs11-helper-1.m4 b/m4dir/pkcs11-helper-1.m4
index 2fa72a7..33963c8 100644
--- a/m4dir/pkcs11-helper-1.m4
+++ b/m4dir/pkcs11-helper-1.m4
@@ -19,7 +19,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/man/Makefile.am b/man/Makefile.am
index c6ecf75..2d1472f 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/man/pkcs11-helper.8 b/man/pkcs11-helper.8
index 23d0461..3d64979 100644
--- a/man/pkcs11-helper.8
+++ b/man/pkcs11-helper.8
@@ -18,7 +18,7 @@
 .\"  GNU General Public License for more details.
 .\"
 .\"  You should have received a copy of the GNU General Public License
-.\"  along with this program (see the file COPYING[.GPL2] included with this
+.\"  along with this program (see the file COPYING.GPL included with this
 .\"  distribution); if not, write to the Free Software Foundation, Inc.,
 .\"  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 .\"
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 4e43a7e..dfd339b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/tests/basic/Makefile.am b/tests/basic/Makefile.am
index 478af9b..40bb293 100644
--- a/tests/basic/Makefile.am
+++ b/tests/basic/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/tests/certificate/Makefile.am b/tests/certificate/Makefile.am
index d3757c5..7260f1d 100644
--- a/tests/certificate/Makefile.am
+++ b/tests/certificate/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
diff --git a/tests/slotevent/Makefile.am b/tests/slotevent/Makefile.am
index 5d598d0..ad8feb8 100644
--- a/tests/slotevent/Makefile.am
+++ b/tests/slotevent/Makefile.am
@@ -18,7 +18,7 @@
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program (see the file COPYING[.GPL2] included with this
+#  along with this program (see the file COPYING.GPL included with this
 #  distribution); if not, write to the Free Software Foundation, Inc.,
 #  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list