summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/tests
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/gkm/tests')
-rw-r--r--pkcs11/gkm/tests/mock-locked-object.c5
-rw-r--r--pkcs11/gkm/tests/mock-locked-object.h5
-rw-r--r--pkcs11/gkm/tests/mock-module.c3
-rw-r--r--pkcs11/gkm/tests/mock-module.h3
-rw-r--r--pkcs11/gkm/tests/test-attributes.c3
-rw-r--r--pkcs11/gkm/tests/test-certificate.c3
-rw-r--r--pkcs11/gkm/tests/test-credential.c3
-rw-r--r--pkcs11/gkm/tests/test-data-asn1.c3
-rw-r--r--pkcs11/gkm/tests/test-data-der.c3
-rw-r--r--pkcs11/gkm/tests/test-file-tracker.c3
-rw-r--r--pkcs11/gkm/tests/test-memory-store.c3
-rw-r--r--pkcs11/gkm/tests/test-object.c3
-rw-r--r--pkcs11/gkm/tests/test-secret.c3
-rw-r--r--pkcs11/gkm/tests/test-sexp.c3
-rw-r--r--pkcs11/gkm/tests/test-store.c3
-rw-r--r--pkcs11/gkm/tests/test-timer.c3
-rw-r--r--pkcs11/gkm/tests/test-transaction.c3
17 files changed, 19 insertions, 36 deletions
diff --git a/pkcs11/gkm/tests/mock-locked-object.c b/pkcs11/gkm/tests/mock-locked-object.c
index 0e92d074..951916e9 100644
--- a/pkcs11/gkm/tests/mock-locked-object.c
+++ b/pkcs11/gkm/tests/mock-locked-object.c
@@ -14,9 +14,8 @@
* Lesser General 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
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/pkcs11/gkm/tests/mock-locked-object.h b/pkcs11/gkm/tests/mock-locked-object.h
index ad1d0dd2..26cf83ed 100644
--- a/pkcs11/gkm/tests/mock-locked-object.h
+++ b/pkcs11/gkm/tests/mock-locked-object.h
@@ -14,9 +14,8 @@
* Lesser General 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
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
- * 02111-1307, USA.
+ * License along with this program; if not, see
+ * <http://www.gnu.org/licenses/>.
*/
#ifndef __MOCK_LOCKED_OBJECT_H__
diff --git a/pkcs11/gkm/tests/mock-module.c b/pkcs11/gkm/tests/mock-module.c
index 584013a6..6b98630c 100644
--- a/pkcs11/gkm/tests/mock-module.c
+++ b/pkcs11/gkm/tests/mock-module.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/mock-module.h b/pkcs11/gkm/tests/mock-module.h
index eb42c5e7..d633faac 100644
--- a/pkcs11/gkm/tests/mock-module.h
+++ b/pkcs11/gkm/tests/mock-module.h
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-attributes.c b/pkcs11/gkm/tests/test-attributes.c
index f648d542..2d7b9d8c 100644
--- a/pkcs11/gkm/tests/test-attributes.c
+++ b/pkcs11/gkm/tests/test-attributes.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-certificate.c b/pkcs11/gkm/tests/test-certificate.c
index 65c2e768..42f1442c 100644
--- a/pkcs11/gkm/tests/test-certificate.c
+++ b/pkcs11/gkm/tests/test-certificate.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stefw@gnome.org>
*/
diff --git a/pkcs11/gkm/tests/test-credential.c b/pkcs11/gkm/tests/test-credential.c
index 84f94fa1..3a7d26a8 100644
--- a/pkcs11/gkm/tests/test-credential.c
+++ b/pkcs11/gkm/tests/test-credential.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-data-asn1.c b/pkcs11/gkm/tests/test-data-asn1.c
index b66f034e..5d613c15 100644
--- a/pkcs11/gkm/tests/test-data-asn1.c
+++ b/pkcs11/gkm/tests/test-data-asn1.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-data-der.c b/pkcs11/gkm/tests/test-data-der.c
index 61c55fc7..54c3ce11 100644
--- a/pkcs11/gkm/tests/test-data-der.c
+++ b/pkcs11/gkm/tests/test-data-der.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-file-tracker.c b/pkcs11/gkm/tests/test-file-tracker.c
index 154ba3f0..4853e6ab 100644
--- a/pkcs11/gkm/tests/test-file-tracker.c
+++ b/pkcs11/gkm/tests/test-file-tracker.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-memory-store.c b/pkcs11/gkm/tests/test-memory-store.c
index f3feb7bd..54566764 100644
--- a/pkcs11/gkm/tests/test-memory-store.c
+++ b/pkcs11/gkm/tests/test-memory-store.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-object.c b/pkcs11/gkm/tests/test-object.c
index 760a2b82..7ecca5b3 100644
--- a/pkcs11/gkm/tests/test-object.c
+++ b/pkcs11/gkm/tests/test-object.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-secret.c b/pkcs11/gkm/tests/test-secret.c
index 4025114a..cf9e4bdb 100644
--- a/pkcs11/gkm/tests/test-secret.c
+++ b/pkcs11/gkm/tests/test-secret.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-sexp.c b/pkcs11/gkm/tests/test-sexp.c
index d20e9d8a..1e1a7463 100644
--- a/pkcs11/gkm/tests/test-sexp.c
+++ b/pkcs11/gkm/tests/test-sexp.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-store.c b/pkcs11/gkm/tests/test-store.c
index 7ac5f1b2..87314d0c 100644
--- a/pkcs11/gkm/tests/test-store.c
+++ b/pkcs11/gkm/tests/test-store.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-timer.c b/pkcs11/gkm/tests/test-timer.c
index 92f12da4..dd924b98 100644
--- a/pkcs11/gkm/tests/test-timer.c
+++ b/pkcs11/gkm/tests/test-timer.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/
diff --git a/pkcs11/gkm/tests/test-transaction.c b/pkcs11/gkm/tests/test-transaction.c
index 9cbdcb37..7c2dd839 100644
--- a/pkcs11/gkm/tests/test-transaction.c
+++ b/pkcs11/gkm/tests/test-transaction.c
@@ -15,8 +15,7 @@
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ <http://www.gnu.org/licenses/>.
Author: Stef Walter <stef@memberwebs.com>
*/