diff options
Diffstat (limited to 'guile/modules')
-rw-r--r-- | guile/modules/Makefile.am | 2 | ||||
-rw-r--r-- | guile/modules/gnutls.scm | 2 | ||||
-rw-r--r-- | guile/modules/gnutls/build/enums.scm | 2 | ||||
-rw-r--r-- | guile/modules/gnutls/build/priorities.scm | 2 | ||||
-rw-r--r-- | guile/modules/gnutls/build/smobs.scm | 2 | ||||
-rw-r--r-- | guile/modules/gnutls/build/utils.scm | 2 | ||||
-rw-r--r-- | guile/modules/gnutls/extra.scm | 2 | ||||
-rw-r--r-- | guile/modules/system/documentation/c-snarf.scm | 2 | ||||
-rw-r--r-- | guile/modules/system/documentation/output.scm | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/guile/modules/Makefile.am b/guile/modules/Makefile.am index 176ccf6be2..786da89c0a 100644 --- a/guile/modules/Makefile.am +++ b/guile/modules/Makefile.am @@ -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/modules/gnutls.scm b/guile/modules/gnutls.scm index a14f1aa55e..425e7bd70d 100644 --- a/guile/modules/gnutls.scm +++ b/guile/modules/gnutls.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/modules/gnutls/build/enums.scm b/guile/modules/gnutls/build/enums.scm index f963bc9303..4c65e8ba74 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 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/modules/gnutls/build/priorities.scm b/guile/modules/gnutls/build/priorities.scm index 1965fe5465..f3beba6af8 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 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/modules/gnutls/build/smobs.scm b/guile/modules/gnutls/build/smobs.scm index 999c66c772..81cdd2e314 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 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/modules/gnutls/build/utils.scm b/guile/modules/gnutls/build/utils.scm index e28704e7af..349254cfa0 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 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/modules/gnutls/extra.scm b/guile/modules/gnutls/extra.scm index 0a18cf0732..6f7c892bfc 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 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/modules/system/documentation/c-snarf.scm b/guile/modules/system/documentation/c-snarf.scm index 40bfd8196a..2cd0bf5158 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 Free Software Foundation, Inc. +;;; Copyright 2006, 2007, 2010 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 05cb0ca61b..4f996ffeb2 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 Free Software Foundation, Inc. +;;; Copyright 2006, 2007, 2010 Free Software Foundation, Inc. ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify |