summaryrefslogtreecommitdiff
path: root/guile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:58 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:58 +0100
commitbbfd707cb666b9c2bba8bc37f8fb9e5f9500753f (patch)
treef22108f26cd9480e4162a22a1ea292317636c92a /guile
parentb9dea0c392c0f462eade4b152af7c7fafb7759a1 (diff)
downloadgnutls-bbfd707cb666b9c2bba8bc37f8fb9e5f9500753f.tar.gz
Run 'make update-copyright'.
Diffstat (limited to 'guile')
-rw-r--r--guile/Makefile.am2
-rw-r--r--guile/modules/Makefile.am2
-rw-r--r--guile/modules/gnutls.in2
-rw-r--r--guile/modules/gnutls/build/enums.scm2
-rw-r--r--guile/modules/gnutls/build/priorities.scm2
-rw-r--r--guile/modules/gnutls/build/smobs.scm2
-rw-r--r--guile/modules/gnutls/build/tests.scm2
-rw-r--r--guile/modules/gnutls/build/utils.scm2
-rw-r--r--guile/modules/gnutls/extra.scm2
-rw-r--r--guile/modules/system/documentation/c-snarf.scm2
-rw-r--r--guile/modules/system/documentation/output.scm2
-rw-r--r--guile/pre-inst-guile.in2
-rw-r--r--guile/src/Makefile.am2
-rw-r--r--guile/src/core.c2
-rw-r--r--guile/src/errors.c2
-rw-r--r--guile/src/errors.h2
-rw-r--r--guile/src/make-enum-header.scm2
-rw-r--r--guile/src/make-enum-map.scm2
-rw-r--r--guile/src/make-session-priorities.scm2
-rw-r--r--guile/src/make-smob-header.scm2
-rw-r--r--guile/src/make-smob-types.scm2
-rw-r--r--guile/src/utils.c2
-rw-r--r--guile/src/utils.h2
-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/priorities.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
35 files changed, 35 insertions, 35 deletions
diff --git a/guile/Makefile.am b/guile/Makefile.am
index 6e730607ef..6dad7892b2 100644
--- a/guile/Makefile.am
+++ b/guile/Makefile.am
@@ -1,5 +1,5 @@
# GnuTLS --- Guile bindings for GnuTLS.
-# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010, 2012 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/modules/Makefile.am b/guile/modules/Makefile.am
index ebe1d6e815..6c00689a16 100644
--- a/guile/modules/Makefile.am
+++ b/guile/modules/Makefile.am
@@ -1,5 +1,5 @@
# GnuTLS --- Guile bindings for GnuTLS.
-# Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2012 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/modules/gnutls.in b/guile/modules/gnutls.in
index 56e31372ee..4c11eabded 100644
--- a/guile/modules/gnutls.in
+++ b/guile/modules/gnutls.in
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/modules/gnutls/build/enums.scm b/guile/modules/gnutls/build/enums.scm
index 5277646966..14d1576e9b 100644
--- a/guile/modules/gnutls/build/enums.scm
+++ b/guile/modules/gnutls/build/enums.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/modules/gnutls/build/priorities.scm b/guile/modules/gnutls/build/priorities.scm
index 479e601fd7..d142136ec2 100644
--- a/guile/modules/gnutls/build/priorities.scm
+++ b/guile/modules/gnutls/build/priorities.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/modules/gnutls/build/smobs.scm b/guile/modules/gnutls/build/smobs.scm
index 8df455a41e..40b568ba1a 100644
--- a/guile/modules/gnutls/build/smobs.scm
+++ b/guile/modules/gnutls/build/smobs.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/modules/gnutls/build/tests.scm b/guile/modules/gnutls/build/tests.scm
index ca3985f12b..f5e135b4f2 100644
--- a/guile/modules/gnutls/build/tests.scm
+++ b/guile/modules/gnutls/build/tests.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2011-2012 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/modules/gnutls/build/utils.scm b/guile/modules/gnutls/build/utils.scm
index 9c5958f33d..98a82dfc57 100644
--- a/guile/modules/gnutls/build/utils.scm
+++ b/guile/modules/gnutls/build/utils.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010, 2012 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/modules/gnutls/extra.scm b/guile/modules/gnutls/extra.scm
index be8f7bbc49..2d8abb9147 100644
--- a/guile/modules/gnutls/extra.scm
+++ b/guile/modules/gnutls/extra.scm
@@ -1,5 +1,5 @@
;;; GnuTLS-extra --- Guile bindings for GnuTLS-EXTRA.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/modules/system/documentation/c-snarf.scm b/guile/modules/system/documentation/c-snarf.scm
index 5c1f9e3fbb..e01a6c03b8 100644
--- a/guile/modules/system/documentation/c-snarf.scm
+++ b/guile/modules/system/documentation/c-snarf.scm
@@ -1,6 +1,6 @@
;;; c-snarf.scm -- Parsing documentation "snarffed" from C files.
;;;
-;;; Copyright 2006, 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright 2006-2007, 2010-2012 Free Software Foundation, Inc.
;;;
;;;
;;; This program is free software; you can redistribute it and/or modify
diff --git a/guile/modules/system/documentation/output.scm b/guile/modules/system/documentation/output.scm
index 347a8b64f1..1b3c1cca82 100644
--- a/guile/modules/system/documentation/output.scm
+++ b/guile/modules/system/documentation/output.scm
@@ -1,6 +1,6 @@
;;; output.scm -- Output documentation "snarffed" from C files in Texi/GDF.
;;;
-;;; Copyright 2006, 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright 2006-2007, 2010-2012 Free Software Foundation, Inc.
;;;
;;;
;;; This program is free software; you can redistribute it and/or modify
diff --git a/guile/pre-inst-guile.in b/guile/pre-inst-guile.in
index 12789d7e04..1fcede8681 100644
--- a/guile/pre-inst-guile.in
+++ b/guile/pre-inst-guile.in
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010-2012 Free Software Foundation, Inc.
#
# This program 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/src/Makefile.am b/guile/src/Makefile.am
index 06d24e0821..7b555008f7 100644
--- a/guile/src/Makefile.am
+++ b/guile/src/Makefile.am
@@ -1,5 +1,5 @@
# GnuTLS --- Guile bindings for GnuTLS.
-# Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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/src/core.c b/guile/src/core.c
index 3b81268319..f7140787c6 100644
--- a/guile/src/core.c
+++ b/guile/src/core.c
@@ -1,5 +1,5 @@
/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2007-2012 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/src/errors.c b/guile/src/errors.c
index 987dd42113..d5bb91a3c3 100644
--- a/guile/src/errors.c
+++ b/guile/src/errors.c
@@ -1,5 +1,5 @@
/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2009-2012 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/src/errors.h b/guile/src/errors.h
index 341807d04e..a2fad2ea0e 100644
--- a/guile/src/errors.h
+++ b/guile/src/errors.h
@@ -1,5 +1,5 @@
/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2010-2012 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/src/make-enum-header.scm b/guile/src/make-enum-header.scm
index 908cc144c5..5b22d40023 100644
--- a/guile/src/make-enum-header.scm
+++ b/guile/src/make-enum-header.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2008, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007-2008, 2010-2012 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/src/make-enum-map.scm b/guile/src/make-enum-map.scm
index 99cb9cfebd..faa808dd6d 100644
--- a/guile/src/make-enum-map.scm
+++ b/guile/src/make-enum-map.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/src/make-session-priorities.scm b/guile/src/make-session-priorities.scm
index 8aeb820933..1bc5edcdad 100644
--- a/guile/src/make-session-priorities.scm
+++ b/guile/src/make-session-priorities.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010, 2012 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/src/make-smob-header.scm b/guile/src/make-smob-header.scm
index 9103af6df9..7c4fa516e9 100644
--- a/guile/src/make-smob-header.scm
+++ b/guile/src/make-smob-header.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/src/make-smob-types.scm b/guile/src/make-smob-types.scm
index 117168db7c..22132ec7d6 100644
--- a/guile/src/make-smob-types.scm
+++ b/guile/src/make-smob-types.scm
@@ -1,7 +1,7 @@
;;; Help produce Guile wrappers for GnuTLS types.
;;;
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/src/utils.c b/guile/src/utils.c
index f3d259caf1..8807950849 100644
--- a/guile/src/utils.c
+++ b/guile/src/utils.c
@@ -1,5 +1,5 @@
/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007-2010, 2012 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/src/utils.h b/guile/src/utils.h
index 22803c7dfb..8e04f726d3 100644
--- a/guile/src/utils.h
+++ b/guile/src/utils.h
@@ -1,5 +1,5 @@
/* GnuTLS --- Guile bindings for GnuTLS.
- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007-2010, 2012 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/Makefile.am b/guile/tests/Makefile.am
index ad73ea96ff..7107dd953e 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, 2010, 2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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 8f5e5ae3a8..5f12bb0ecc 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 65b4ae9fa6..a807b6c923 100644
--- a/guile/tests/errors.scm
+++ b/guile/tests/errors.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS.
-;;; Copyright (C) 2007, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 412a6863f7..e6878ee8fa 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007-2008, 2010-2012 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 e04e5454c6..08ca5fdb53 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 3dfc6d467e..a652936f81 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 4121b1822c..469cb6b18c 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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/priorities.scm b/guile/tests/priorities.scm
index 2af837eb9a..fe4f4a8a65 100644
--- a/guile/tests/priorities.scm
+++ b/guile/tests/priorities.scm
@@ -1,5 +1,5 @@
;;; GnuTLS --- Guile bindings for GnuTLS
-;;; Copyright (C) 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2011-2012 Free Software Foundation, Inc.
;;;
;;; GnuTLS 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/session-record-port.scm b/guile/tests/session-record-port.scm
index 1d53d9b264..7570fdb1eb 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 484288a50f..c4f0945d17 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 433b745504..1c983b91cb 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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 67c1885b62..4ad51d3d52 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, 2010, 2011 Free Software Foundation, Inc.
+;;; Copyright (C) 2007, 2010-2012 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