summaryrefslogtreecommitdiff
path: root/guile/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-27 16:33:59 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-27 16:33:59 +0100
commit17e65babe4476385a0e2b3f4b3558b69bc325516 (patch)
tree109008b484b97d18c5a025ccdcd5b422e46bd171 /guile/tests
parent6a8fd67cf1a1ad36f7bf7ce1cb651d16678d612d (diff)
downloadgnutls-17e65babe4476385a0e2b3f4b3558b69bc325516.tar.gz
Update copyright years.
Diffstat (limited to 'guile/tests')
-rw-r--r--guile/tests/Makefile.am2
-rw-r--r--guile/tests/anonymous-auth.scm2
-rw-r--r--guile/tests/errors.scm2
-rw-r--r--guile/tests/openpgp-auth.scm2
-rw-r--r--guile/tests/openpgp-keyring.scm2
-rw-r--r--guile/tests/openpgp-keys.scm2
-rw-r--r--guile/tests/pkcs-import-export.scm2
-rw-r--r--guile/tests/session-record-port.scm2
-rw-r--r--guile/tests/srp-base64.scm2
-rw-r--r--guile/tests/x509-auth.scm2
-rw-r--r--guile/tests/x509-certificates.scm2
11 files changed, 11 insertions, 11 deletions
diff --git a/guile/tests/Makefile.am b/guile/tests/Makefile.am
index ac932735ec..ab78ecc1cc 100644
--- a/guile/tests/Makefile.am
+++ b/guile/tests/Makefile.am
@@ -1,5 +1,5 @@
# GNUTLS -- Guile bindings for GnuTLS.
-# Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
#
# GNUTLS is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/anonymous-auth.scm b/guile/tests/anonymous-auth.scm
index f5500b2ddb..5a42d31d79 100644
--- a/guile/tests/anonymous-auth.scm
+++ b/guile/tests/anonymous-auth.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/errors.scm b/guile/tests/errors.scm
index db1aadd1c1..1bfc829ed9 100644
--- a/guile/tests/errors.scm
+++ b/guile/tests/errors.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/openpgp-auth.scm b/guile/tests/openpgp-auth.scm
index e3a7c749fc..34300cf5d6 100644
--- a/guile/tests/openpgp-auth.scm
+++ b/guile/tests/openpgp-auth.scm
@@ -1,5 +1,5 @@
;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
-;;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2008, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
diff --git a/guile/tests/openpgp-keyring.scm b/guile/tests/openpgp-keyring.scm
index 875340cb63..9083d2fb4e 100644
--- a/guile/tests/openpgp-keyring.scm
+++ b/guile/tests/openpgp-keyring.scm
@@ -1,5 +1,5 @@
;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
diff --git a/guile/tests/openpgp-keys.scm b/guile/tests/openpgp-keys.scm
index 0aa9da5456..f97c7af30f 100644
--- a/guile/tests/openpgp-keys.scm
+++ b/guile/tests/openpgp-keys.scm
@@ -1,5 +1,5 @@
;;; GNUTLS-EXTRA --- Guile bindings for GnuTLS-EXTRA.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS-EXTRA is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published by
diff --git a/guile/tests/pkcs-import-export.scm b/guile/tests/pkcs-import-export.scm
index 585e4b469d..d1cafde06b 100644
--- a/guile/tests/pkcs-import-export.scm
+++ b/guile/tests/pkcs-import-export.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/session-record-port.scm b/guile/tests/session-record-port.scm
index 978ba2de1b..021c2a2ae2 100644
--- a/guile/tests/session-record-port.scm
+++ b/guile/tests/session-record-port.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/srp-base64.scm b/guile/tests/srp-base64.scm
index 7db901281a..7c81fd29d0 100644
--- a/guile/tests/srp-base64.scm
+++ b/guile/tests/srp-base64.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/x509-auth.scm b/guile/tests/x509-auth.scm
index 432256fe95..147ff666b5 100644
--- a/guile/tests/x509-auth.scm
+++ b/guile/tests/x509-auth.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public
diff --git a/guile/tests/x509-certificates.scm b/guile/tests/x509-certificates.scm
index 1099c7e9a0..3ecddb9711 100644
--- a/guile/tests/x509-certificates.scm
+++ b/guile/tests/x509-certificates.scm
@@ -1,5 +1,5 @@
;;; GNUTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
;;;
;;; GNUTLS is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public