[gnome-keyring] Fix copyright headers.
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-keyring] Fix copyright headers.
- Date: Fri, 16 Mar 2012 21:16:08 +0000 (UTC)
commit 7ba686114bd490547c1deaf87bb44eee4a80cd74
Author: Jordi Mallach <jordi debian org>
Date: Thu Mar 15 21:29:54 2012 +0100
Fix copyright headers.
Many files were missing âPublicâ in âGNU Lesser General Public Licenseâ,
and others replaced it with âPrivateâ, probably due to a mass replace that
went a bit too far. Restore the correct wording in all affected places.
https://bugzilla.gnome.org/show_bug.cgi?id=672189
egg/egg-byte-array.c | 6 +++---
egg/egg-byte-array.h | 6 +++---
egg/egg-dh.c | 6 +++---
egg/egg-dh.h | 6 +++---
egg/egg-error.h | 6 +++---
egg/egg-hex.c | 4 ++--
egg/egg-hex.h | 4 ++--
egg/egg-hkdf.c | 6 +++---
egg/egg-hkdf.h | 6 +++---
egg/egg-padding.c | 6 +++---
egg/egg-padding.h | 6 +++---
egg/egg-symkey.c | 4 ++--
egg/egg-symkey.h | 4 ++--
egg/egg-testing.c | 6 +++---
egg/egg-testing.h | 6 +++---
pkcs11/gkm/gkm-aes-mechanism.c | 6 +++---
pkcs11/gkm/gkm-aes-mechanism.h | 6 +++---
pkcs11/gkm/gkm-attributes.c | 6 +++---
pkcs11/gkm/gkm-attributes.h | 6 +++---
pkcs11/gkm/gkm-certificate.c | 6 +++---
pkcs11/gkm/gkm-certificate.h | 6 +++---
pkcs11/gkm/gkm-credential.c | 6 +++---
pkcs11/gkm/gkm-credential.h | 6 +++---
pkcs11/gkm/gkm-crypto.c | 6 +++---
pkcs11/gkm/gkm-crypto.h | 6 +++---
pkcs11/gkm/gkm-dh-mechanism.c | 6 +++---
pkcs11/gkm/gkm-dh-mechanism.h | 6 +++---
pkcs11/gkm/gkm-dh-private-key.c | 6 +++---
pkcs11/gkm/gkm-dh-private-key.h | 6 +++---
pkcs11/gkm/gkm-dsa-mechanism.c | 6 +++---
pkcs11/gkm/gkm-dsa-mechanism.h | 6 +++---
pkcs11/gkm/gkm-hkdf-mechanism.c | 6 +++---
pkcs11/gkm/gkm-hkdf-mechanism.h | 6 +++---
pkcs11/gkm/gkm-manager.c | 6 +++---
pkcs11/gkm/gkm-manager.h | 6 +++---
pkcs11/gkm/gkm-mock.c | 6 +++---
pkcs11/gkm/gkm-module-ep.h | 6 +++---
pkcs11/gkm/gkm-null-mechanism.c | 6 +++---
pkcs11/gkm/gkm-null-mechanism.h | 6 +++---
pkcs11/gkm/gkm-private-xsa-key.c | 2 +-
pkcs11/gkm/gkm-private-xsa-key.h | 2 +-
pkcs11/gkm/gkm-rsa-mechanism.c | 6 +++---
pkcs11/gkm/gkm-rsa-mechanism.h | 6 +++---
pkcs11/gkm/gkm-sexp-key.c | 6 +++---
pkcs11/gkm/gkm-sexp-key.h | 6 +++---
pkcs11/gkm/gkm-sexp.c | 6 +++---
pkcs11/gkm/gkm-sexp.h | 6 +++---
pkcs11/gkm/gkm-test.c | 6 +++---
pkcs11/gkm/gkm-timer.c | 6 +++---
pkcs11/gkm/gkm-timer.h | 6 +++---
pkcs11/gkm/gkm-util.c | 6 +++---
pkcs11/gkm/gkm-util.h | 6 +++---
pkcs11/wrap-layer/gkm-wrap-layer.c | 6 +++---
53 files changed, 151 insertions(+), 151 deletions(-)
---
diff --git a/egg/egg-byte-array.c b/egg/egg-byte-array.c
index 6f9f736..15363f5 100644
--- a/egg/egg-byte-array.c
+++ b/egg/egg-byte-array.c
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Collabora Ltd
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-byte-array.h b/egg/egg-byte-array.h
index f03b34d..23d3578 100644
--- a/egg/egg-byte-array.h
+++ b/egg/egg-byte-array.h
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Collabora Ltd
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-dh.c b/egg/egg-dh.c
index 85dec77..96de773 100644
--- a/egg/egg-dh.c
+++ b/egg/egg-dh.c
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-dh.h b/egg/egg-dh.h
index ee315e2..6c001db 100644
--- a/egg/egg-dh.h
+++ b/egg/egg-dh.h
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-error.h b/egg/egg-error.h
index 50f459c..41cc0a5 100644
--- a/egg/egg-error.h
+++ b/egg/egg-error.h
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-hex.c b/egg/egg-hex.c
index 04a9007..5f94aee 100644
--- a/egg/egg-hex.c
+++ b/egg/egg-hex.c
@@ -4,14 +4,14 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* License along with this program; if not, write to the Free Software
diff --git a/egg/egg-hex.h b/egg/egg-hex.h
index c20f8d8..e751b14 100644
--- a/egg/egg-hex.h
+++ b/egg/egg-hex.h
@@ -4,14 +4,14 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* License along with this program; if not, write to the Free Software
diff --git a/egg/egg-hkdf.c b/egg/egg-hkdf.c
index a55ee5d..e5ab86e 100644
--- a/egg/egg-hkdf.c
+++ b/egg/egg-hkdf.c
@@ -4,16 +4,16 @@
* Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-hkdf.h b/egg/egg-hkdf.h
index 430d331..91689e9 100644
--- a/egg/egg-hkdf.h
+++ b/egg/egg-hkdf.h
@@ -4,16 +4,16 @@
* Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-padding.c b/egg/egg-padding.c
index 66699ce..ee694c8 100644
--- a/egg/egg-padding.c
+++ b/egg/egg-padding.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-padding.h b/egg/egg-padding.h
index d953fd4..12b9950 100644
--- a/egg/egg-padding.h
+++ b/egg/egg-padding.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-symkey.c b/egg/egg-symkey.c
index e257193..630f922 100644
--- a/egg/egg-symkey.c
+++ b/egg/egg-symkey.c
@@ -4,14 +4,14 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* License along with this program; if not, write to the Free Software
diff --git a/egg/egg-symkey.h b/egg/egg-symkey.h
index eceb802..21feab6 100644
--- a/egg/egg-symkey.h
+++ b/egg/egg-symkey.h
@@ -4,14 +4,14 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General
* License along with this program; if not, write to the Free Software
diff --git a/egg/egg-testing.c b/egg/egg-testing.c
index 0269af6..f99c7d8 100644
--- a/egg/egg-testing.c
+++ b/egg/egg-testing.c
@@ -4,16 +4,16 @@
* Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/egg/egg-testing.h b/egg/egg-testing.h
index f6b7a0e..8dca086 100644
--- a/egg/egg-testing.h
+++ b/egg/egg-testing.h
@@ -4,16 +4,16 @@
* Copyright (C) 2011 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-aes-mechanism.c b/pkcs11/gkm/gkm-aes-mechanism.c
index 898aa41..0b1dcbd 100644
--- a/pkcs11/gkm/gkm-aes-mechanism.c
+++ b/pkcs11/gkm/gkm-aes-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-aes-mechanism.h b/pkcs11/gkm/gkm-aes-mechanism.h
index d62d7c0..4de47c7 100644
--- a/pkcs11/gkm/gkm-aes-mechanism.h
+++ b/pkcs11/gkm/gkm-aes-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-attributes.c b/pkcs11/gkm/gkm-attributes.c
index 99c2f09..52f5894 100644
--- a/pkcs11/gkm/gkm-attributes.c
+++ b/pkcs11/gkm/gkm-attributes.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-attributes.h b/pkcs11/gkm/gkm-attributes.h
index 4315940..7f09fac 100644
--- a/pkcs11/gkm/gkm-attributes.h
+++ b/pkcs11/gkm/gkm-attributes.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-certificate.c b/pkcs11/gkm/gkm-certificate.c
index 256c747..1e3e2f2 100644
--- a/pkcs11/gkm/gkm-certificate.c
+++ b/pkcs11/gkm/gkm-certificate.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-certificate.h b/pkcs11/gkm/gkm-certificate.h
index a2f79fe..ac630b3 100644
--- a/pkcs11/gkm/gkm-certificate.h
+++ b/pkcs11/gkm/gkm-certificate.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-credential.c b/pkcs11/gkm/gkm-credential.c
index 3573f3f..474d362 100644
--- a/pkcs11/gkm/gkm-credential.c
+++ b/pkcs11/gkm/gkm-credential.c
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-credential.h b/pkcs11/gkm/gkm-credential.h
index f7f53b7..e341401 100644
--- a/pkcs11/gkm/gkm-credential.h
+++ b/pkcs11/gkm/gkm-credential.h
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-crypto.c b/pkcs11/gkm/gkm-crypto.c
index 65336ff..68120dc 100644
--- a/pkcs11/gkm/gkm-crypto.c
+++ b/pkcs11/gkm/gkm-crypto.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-crypto.h b/pkcs11/gkm/gkm-crypto.h
index 010b027..cd431e3 100644
--- a/pkcs11/gkm/gkm-crypto.h
+++ b/pkcs11/gkm/gkm-crypto.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dh-mechanism.c b/pkcs11/gkm/gkm-dh-mechanism.c
index 3f80be1..79f4e0c 100644
--- a/pkcs11/gkm/gkm-dh-mechanism.c
+++ b/pkcs11/gkm/gkm-dh-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dh-mechanism.h b/pkcs11/gkm/gkm-dh-mechanism.h
index eca2bbf..600c936 100644
--- a/pkcs11/gkm/gkm-dh-mechanism.h
+++ b/pkcs11/gkm/gkm-dh-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dh-private-key.c b/pkcs11/gkm/gkm-dh-private-key.c
index e1a8218..2476b1d 100644
--- a/pkcs11/gkm/gkm-dh-private-key.c
+++ b/pkcs11/gkm/gkm-dh-private-key.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Private License as
+ * 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
- * Lesser General Private License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Private
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dh-private-key.h b/pkcs11/gkm/gkm-dh-private-key.h
index 06a65ef..46c8ff2 100644
--- a/pkcs11/gkm/gkm-dh-private-key.h
+++ b/pkcs11/gkm/gkm-dh-private-key.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General Private License as
+ * 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
- * Lesser General Private License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Private
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dsa-mechanism.c b/pkcs11/gkm/gkm-dsa-mechanism.c
index 6558504..a7224a5 100644
--- a/pkcs11/gkm/gkm-dsa-mechanism.c
+++ b/pkcs11/gkm/gkm-dsa-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-dsa-mechanism.h b/pkcs11/gkm/gkm-dsa-mechanism.h
index 2b625ba..5e8aa4c 100644
--- a/pkcs11/gkm/gkm-dsa-mechanism.h
+++ b/pkcs11/gkm/gkm-dsa-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-hkdf-mechanism.c b/pkcs11/gkm/gkm-hkdf-mechanism.c
index be37d1c..de8eb7e 100644
--- a/pkcs11/gkm/gkm-hkdf-mechanism.c
+++ b/pkcs11/gkm/gkm-hkdf-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-hkdf-mechanism.h b/pkcs11/gkm/gkm-hkdf-mechanism.h
index fc7ffaa..bbb381b 100644
--- a/pkcs11/gkm/gkm-hkdf-mechanism.h
+++ b/pkcs11/gkm/gkm-hkdf-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2011 Collabora Ltd.
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-manager.c b/pkcs11/gkm/gkm-manager.c
index b35e3c3..e360deb 100644
--- a/pkcs11/gkm/gkm-manager.c
+++ b/pkcs11/gkm/gkm-manager.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-manager.h b/pkcs11/gkm/gkm-manager.h
index 7f4cb43..5e32cfa 100644
--- a/pkcs11/gkm/gkm-manager.h
+++ b/pkcs11/gkm/gkm-manager.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-mock.c b/pkcs11/gkm/gkm-mock.c
index e7f41a5..c136795 100644
--- a/pkcs11/gkm/gkm-mock.c
+++ b/pkcs11/gkm/gkm-mock.c
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-module-ep.h b/pkcs11/gkm/gkm-module-ep.h
index cfa0aee..4365ef9 100644
--- a/pkcs11/gkm/gkm-module-ep.h
+++ b/pkcs11/gkm/gkm-module-ep.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-null-mechanism.c b/pkcs11/gkm/gkm-null-mechanism.c
index b08360c..c54a098 100644
--- a/pkcs11/gkm/gkm-null-mechanism.c
+++ b/pkcs11/gkm/gkm-null-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-null-mechanism.h b/pkcs11/gkm/gkm-null-mechanism.h
index 697a297..5b0051b 100644
--- a/pkcs11/gkm/gkm-null-mechanism.h
+++ b/pkcs11/gkm/gkm-null-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-private-xsa-key.c b/pkcs11/gkm/gkm-private-xsa-key.c
index 7348384..ceed69a 100644
--- a/pkcs11/gkm/gkm-private-xsa-key.c
+++ b/pkcs11/gkm/gkm-private-xsa-key.c
@@ -13,7 +13,7 @@
* 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 Private
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-private-xsa-key.h b/pkcs11/gkm/gkm-private-xsa-key.h
index d3d14b0..024d45d 100644
--- a/pkcs11/gkm/gkm-private-xsa-key.h
+++ b/pkcs11/gkm/gkm-private-xsa-key.h
@@ -13,7 +13,7 @@
* 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 Private
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-rsa-mechanism.c b/pkcs11/gkm/gkm-rsa-mechanism.c
index 072dc2d..0300b08 100644
--- a/pkcs11/gkm/gkm-rsa-mechanism.c
+++ b/pkcs11/gkm/gkm-rsa-mechanism.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-rsa-mechanism.h b/pkcs11/gkm/gkm-rsa-mechanism.h
index 0339e31..3581aef 100644
--- a/pkcs11/gkm/gkm-rsa-mechanism.h
+++ b/pkcs11/gkm/gkm-rsa-mechanism.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-sexp-key.c b/pkcs11/gkm/gkm-sexp-key.c
index 8128ed4..8434d88 100644
--- a/pkcs11/gkm/gkm-sexp-key.c
+++ b/pkcs11/gkm/gkm-sexp-key.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-sexp-key.h b/pkcs11/gkm/gkm-sexp-key.h
index 61274c9..14e394f 100644
--- a/pkcs11/gkm/gkm-sexp-key.h
+++ b/pkcs11/gkm/gkm-sexp-key.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-sexp.c b/pkcs11/gkm/gkm-sexp.c
index cd34829..fdfdc0e 100644
--- a/pkcs11/gkm/gkm-sexp.c
+++ b/pkcs11/gkm/gkm-sexp.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-sexp.h b/pkcs11/gkm/gkm-sexp.h
index ae4ca7a..ec38802 100644
--- a/pkcs11/gkm/gkm-sexp.h
+++ b/pkcs11/gkm/gkm-sexp.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-test.c b/pkcs11/gkm/gkm-test.c
index 3e268ac..3937014 100644
--- a/pkcs11/gkm/gkm-test.c
+++ b/pkcs11/gkm/gkm-test.c
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-timer.c b/pkcs11/gkm/gkm-timer.c
index f747975..1749782 100644
--- a/pkcs11/gkm/gkm-timer.c
+++ b/pkcs11/gkm/gkm-timer.c
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-timer.h b/pkcs11/gkm/gkm-timer.h
index 91ce1ee..6d6b02f 100644
--- a/pkcs11/gkm/gkm-timer.h
+++ b/pkcs11/gkm/gkm-timer.h
@@ -4,16 +4,16 @@
* Copyright (C) 2009 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-util.c b/pkcs11/gkm/gkm-util.c
index f8de836..731eb46 100644
--- a/pkcs11/gkm/gkm-util.c
+++ b/pkcs11/gkm/gkm-util.c
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/gkm/gkm-util.h b/pkcs11/gkm/gkm-util.h
index 2a645b6..702eff7 100644
--- a/pkcs11/gkm/gkm-util.h
+++ b/pkcs11/gkm/gkm-util.h
@@ -4,16 +4,16 @@
* Copyright (C) 2008 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
diff --git a/pkcs11/wrap-layer/gkm-wrap-layer.c b/pkcs11/wrap-layer/gkm-wrap-layer.c
index acca058..fb9dd69 100644
--- a/pkcs11/wrap-layer/gkm-wrap-layer.c
+++ b/pkcs11/wrap-layer/gkm-wrap-layer.c
@@ -4,16 +4,16 @@
* Copyright (C) 2010 Stefan Walter
*
* This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Lesser General License as
+ * 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
- * Lesser General License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General
+ * You should have received a copy of the GNU Lesser General Public
* License along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
* 02111-1307, USA.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]