diff options
Diffstat (limited to 'guile/src')
-rw-r--r-- | guile/src/Makefile.am | 2 | ||||
-rw-r--r-- | guile/src/core.c | 2 | ||||
-rw-r--r-- | guile/src/errors.c | 2 | ||||
-rw-r--r-- | guile/src/errors.h | 2 | ||||
-rw-r--r-- | guile/src/extra.c | 2 | ||||
-rw-r--r-- | guile/src/make-enum-header.scm | 2 | ||||
-rw-r--r-- | guile/src/make-enum-map.scm | 2 | ||||
-rw-r--r-- | guile/src/make-session-priorities.scm | 2 | ||||
-rw-r--r-- | guile/src/make-smob-header.scm | 2 | ||||
-rw-r--r-- | guile/src/make-smob-types.scm | 2 | ||||
-rw-r--r-- | guile/src/utils.c | 2 | ||||
-rw-r--r-- | guile/src/utils.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/guile/src/Makefile.am b/guile/src/Makefile.am index 2721edf837..bc4f52d41f 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 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/src/core.c b/guile/src/core.c index e31e336798..79ea2be92e 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 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/src/errors.c b/guile/src/errors.c index 9e362b1db1..bffb7c1f62 100644 --- a/guile/src/errors.c +++ b/guile/src/errors.c @@ -1,5 +1,5 @@ /* GNUTLS --- Guile bindings for GnuTLS. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 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/src/errors.h b/guile/src/errors.h index 00593facb7..fd5740eece 100644 --- a/guile/src/errors.h +++ b/guile/src/errors.h @@ -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/src/extra.c b/guile/src/extra.c index f8f4fdb5a3..80a0079503 100644 --- a/guile/src/extra.c +++ b/guile/src/extra.c @@ -1,5 +1,5 @@ /* GNUTLS-EXTRA --- Guile bindings for GNUTLS-EXTRA. - Copyright (C) 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 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/src/make-enum-header.scm b/guile/src/make-enum-header.scm index e7ce647c35..c794bfeeef 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 Free Software Foundation, Inc. +;;; Copyright (C) 2007, 2008, 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/src/make-enum-map.scm b/guile/src/make-enum-map.scm index 17cbfaa7f4..58c692bede 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 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/src/make-session-priorities.scm b/guile/src/make-session-priorities.scm index 594e353b30..c6bb2bdb39 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 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/src/make-smob-header.scm b/guile/src/make-smob-header.scm index 3a86dfe8a5..8416f0fcb6 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 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/src/make-smob-types.scm b/guile/src/make-smob-types.scm index 3225437841..8138bdf170 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 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/src/utils.c b/guile/src/utils.c index 1bb531a5b2..be47827287 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 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/src/utils.h b/guile/src/utils.h index a13a53ef9a..4dd20a8b48 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 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 |