diff options
Diffstat (limited to 'srfi')
-rw-r--r-- | srfi/Makefile.am | 2 | ||||
-rw-r--r-- | srfi/srfi-1.h | 2 | ||||
-rw-r--r-- | srfi/srfi-1.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-10.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-11.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-13.c | 2 | ||||
-rw-r--r-- | srfi/srfi-13.h | 2 | ||||
-rw-r--r-- | srfi/srfi-13.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-14.c | 2 | ||||
-rw-r--r-- | srfi/srfi-14.h | 2 | ||||
-rw-r--r-- | srfi/srfi-14.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-16.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-17.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-19.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-2.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-26.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-31.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-34.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-39.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-4.c | 2 | ||||
-rw-r--r-- | srfi/srfi-4.h | 2 | ||||
-rw-r--r-- | srfi/srfi-4.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-6.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-60.h | 2 | ||||
-rw-r--r-- | srfi/srfi-60.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-8.scm | 2 | ||||
-rw-r--r-- | srfi/srfi-9.scm | 2 |
27 files changed, 27 insertions, 27 deletions
diff --git a/srfi/Makefile.am b/srfi/Makefile.am index 92c363983..569c79dff 100644 --- a/srfi/Makefile.am +++ b/srfi/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 2001, 2002, 2004, 2005 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h index b57d2202b..810f1046d 100644 --- a/srfi/srfi-1.h +++ b/srfi/srfi-1.h @@ -2,7 +2,7 @@ #define SCM_SRFI_1_H /* srfi-1.h --- SRFI-1 procedures for Guile * - * Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. + * Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-1.scm b/srfi/srfi-1.scm index 6c5a12e8c..252e9b312 100644 --- a/srfi/srfi-1.scm +++ b/srfi/srfi-1.scm @@ -1,6 +1,6 @@ ;;; srfi-1.scm --- List Library -;; Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-10.scm b/srfi/srfi-10.scm index d04a6c60d..8e7181a3b 100644 --- a/srfi/srfi-10.scm +++ b/srfi/srfi-10.scm @@ -1,6 +1,6 @@ ;;; srfi-10.scm --- Hash-Comma Reader Extension -;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-11.scm b/srfi/srfi-11.scm index cb805a99b..9e17d6632 100644 --- a/srfi/srfi-11.scm +++ b/srfi/srfi-11.scm @@ -1,6 +1,6 @@ ;;; srfi-11.scm --- let-values and let*-values -;; Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2004, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-13.c b/srfi/srfi-13.c index a37164538..64331f37e 100644 --- a/srfi/srfi-13.c +++ b/srfi/srfi-13.c @@ -1,6 +1,6 @@ /* srfi-13.c --- old place of SRFI-13 procedures for Guile * - * Copyright (C) 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-13.h b/srfi/srfi-13.h index 85dfca131..8007d565b 100644 --- a/srfi/srfi-13.h +++ b/srfi/srfi-13.h @@ -3,7 +3,7 @@ /* SRFI-13 procedures for Guile * - * Copyright (C) 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-13.scm b/srfi/srfi-13.scm index 4fee4d984..1036a0f47 100644 --- a/srfi/srfi-13.scm +++ b/srfi/srfi-13.scm @@ -1,6 +1,6 @@ ;;; srfi-13.scm --- String Library -;; Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-14.c b/srfi/srfi-14.c index 121253438..fe5e049d1 100644 --- a/srfi/srfi-14.c +++ b/srfi/srfi-14.c @@ -1,6 +1,6 @@ /* srfi-14.c --- Old place of SRFI-14 procedures for Guile * - * Copyright (C) 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-14.h b/srfi/srfi-14.h index 049b3a55d..b1f4ae726 100644 --- a/srfi/srfi-14.h +++ b/srfi/srfi-14.h @@ -2,7 +2,7 @@ #define SCM_SRFI_14_H /* srfi-14.c --- SRFI-14 procedures for Guile * - * Copyright (C) 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-14.scm b/srfi/srfi-14.scm index 6d65daa6c..100b43b8e 100644 --- a/srfi/srfi-14.scm +++ b/srfi/srfi-14.scm @@ -1,6 +1,6 @@ ;;; srfi-14.scm --- Character-set Library -;; Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-16.scm b/srfi/srfi-16.scm index 9f8480145..0b213fde7 100644 --- a/srfi/srfi-16.scm +++ b/srfi/srfi-16.scm @@ -1,6 +1,6 @@ ;;; srfi-16.scm --- case-lambda -;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-17.scm b/srfi/srfi-17.scm index 6a3e67626..c9cb2abfe 100644 --- a/srfi/srfi-17.scm +++ b/srfi/srfi-17.scm @@ -1,6 +1,6 @@ ;;; srfi-17.scm --- Generalized set! -;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-19.scm b/srfi/srfi-19.scm index 57040f1ae..896dd035f 100644 --- a/srfi/srfi-19.scm +++ b/srfi/srfi-19.scm @@ -1,6 +1,6 @@ ;;; srfi-19.scm --- Time/Date Library -;; Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2005, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-2.scm b/srfi/srfi-2.scm index 9e8fb5dbd..0dfe38305 100644 --- a/srfi/srfi-2.scm +++ b/srfi/srfi-2.scm @@ -1,6 +1,6 @@ ;;; srfi-2.scm --- and-let* -;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-26.scm b/srfi/srfi-26.scm index d0f1c57ad..410d2e2f8 100644 --- a/srfi/srfi-26.scm +++ b/srfi/srfi-26.scm @@ -1,6 +1,6 @@ ;;; srfi-26.scm --- specializing parameters without currying. -;; Copyright (C) 2002 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-31.scm b/srfi/srfi-31.scm index 0c11049b9..54c2f9fd4 100644 --- a/srfi/srfi-31.scm +++ b/srfi/srfi-31.scm @@ -1,6 +1,6 @@ ;;; srfi-31.scm --- special form for recursive evaluation -;; Copyright (C) 2004 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-34.scm b/srfi/srfi-34.scm index e16ff834f..5101b543d 100644 --- a/srfi/srfi-34.scm +++ b/srfi/srfi-34.scm @@ -1,6 +1,6 @@ ;;; srfi-34.scm --- Exception handling for programs -;; Copyright (C) 2003 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-39.scm b/srfi/srfi-39.scm index 68479ddbd..ecb6944ff 100644 --- a/srfi/srfi-39.scm +++ b/srfi/srfi-39.scm @@ -1,6 +1,6 @@ ;;; srfi-39.scm --- Parameter objects -;; Copyright (C) 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 2004, 2005, 2006 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 diff --git a/srfi/srfi-4.c b/srfi/srfi-4.c index b7cd79661..b4486a568 100644 --- a/srfi/srfi-4.c +++ b/srfi/srfi-4.c @@ -1,6 +1,6 @@ /* srfi-4.c --- Homogeneous numeric vector datatypes. * - * Copyright (C) 2001, 2004 Free Software Foundation, Inc. + * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-4.h b/srfi/srfi-4.h index d638ee386..079219ace 100644 --- a/srfi/srfi-4.h +++ b/srfi/srfi-4.h @@ -2,7 +2,7 @@ #define SCM_SRFI_SRFI_4_H /* srfi-4.c --- Homogeneous numeric vector datatypes. * - * Copyright (C) 2001 Free Software Foundation, Inc. + * Copyright (C) 2001, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-4.scm b/srfi/srfi-4.scm index b1eede7f5..f30e83952 100644 --- a/srfi/srfi-4.scm +++ b/srfi/srfi-4.scm @@ -1,6 +1,6 @@ ;;; srfi-4.scm --- Homogeneous Numeric Vector Datatypes -;; Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-6.scm b/srfi/srfi-6.scm index 0fe2555c2..1e455bb5c 100644 --- a/srfi/srfi-6.scm +++ b/srfi/srfi-6.scm @@ -1,6 +1,6 @@ ;;; srfi-6.scm --- Basic String Ports -;; Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-60.h b/srfi/srfi-60.h index a7f4dd5cb..030b32525 100644 --- a/srfi/srfi-60.h +++ b/srfi/srfi-60.h @@ -1,6 +1,6 @@ /* srfi-60.h --- SRFI-60 procedures for Guile * - * Copyright (C) 2005 Free Software Foundation, Inc. + * Copyright (C) 2005, 2006 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-60.scm b/srfi/srfi-60.scm index 184e1e3f3..177f97681 100644 --- a/srfi/srfi-60.scm +++ b/srfi/srfi-60.scm @@ -1,6 +1,6 @@ ;;; srfi-60.scm --- Integers as Bits -;; Copyright (C) 2005 Free Software Foundation, Inc. +;; Copyright (C) 2005, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-8.scm b/srfi/srfi-8.scm index ea186156e..c15cbe9c0 100644 --- a/srfi/srfi-8.scm +++ b/srfi/srfi-8.scm @@ -1,6 +1,6 @@ ;;; srfi-8.scm --- receive -;; Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public diff --git a/srfi/srfi-9.scm b/srfi/srfi-9.scm index aa877747c..59d23bf53 100644 --- a/srfi/srfi-9.scm +++ b/srfi/srfi-9.scm @@ -1,6 +1,6 @@ ;;; srfi-9.scm --- define-record-type -;; Copyright (C) 2001, 2002 Free Software Foundation, Inc. +;; Copyright (C) 2001, 2002, 2006 Free Software Foundation, Inc. ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public |