diff options
Diffstat (limited to 'oop/goops')
-rw-r--r-- | oop/goops/Makefile.am | 2 | ||||
-rw-r--r-- | oop/goops/accessors.scm | 2 | ||||
-rw-r--r-- | oop/goops/active-slot.scm | 2 | ||||
-rw-r--r-- | oop/goops/compile.scm | 2 | ||||
-rw-r--r-- | oop/goops/composite-slot.scm | 2 | ||||
-rw-r--r-- | oop/goops/describe.scm | 2 | ||||
-rw-r--r-- | oop/goops/dispatch.scm | 2 | ||||
-rw-r--r-- | oop/goops/internal.scm | 2 | ||||
-rw-r--r-- | oop/goops/old-define-method.scm | 2 | ||||
-rw-r--r-- | oop/goops/save.scm | 2 | ||||
-rw-r--r-- | oop/goops/simple.scm | 2 | ||||
-rw-r--r-- | oop/goops/stklos.scm | 2 | ||||
-rw-r--r-- | oop/goops/util.scm | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/oop/goops/Makefile.am b/oop/goops/Makefile.am index 61d2f7924..30b650d0a 100644 --- a/oop/goops/Makefile.am +++ b/oop/goops/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. +## Copyright (C) 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## diff --git a/oop/goops/accessors.scm b/oop/goops/accessors.scm index cd629c459..1451f58ce 100644 --- a/oop/goops/accessors.scm +++ b/oop/goops/accessors.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999, 2000, 2005 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2000, 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 published by diff --git a/oop/goops/active-slot.scm b/oop/goops/active-slot.scm index e6198d94a..e6b409ad0 100644 --- a/oop/goops/active-slot.scm +++ b/oop/goops/active-slot.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 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/oop/goops/compile.scm b/oop/goops/compile.scm index 5dfb5e762..c0175a72a 100644 --- a/oop/goops/compile.scm +++ b/oop/goops/compile.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 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/oop/goops/composite-slot.scm b/oop/goops/composite-slot.scm index a9f773afb..9bf5cf8f8 100644 --- a/oop/goops/composite-slot.scm +++ b/oop/goops/composite-slot.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2000, 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/oop/goops/describe.scm b/oop/goops/describe.scm index 1cb7cd8f1..06acf30a0 100644 --- a/oop/goops/describe.scm +++ b/oop/goops/describe.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1998, 1999, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1998, 1999, 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/oop/goops/dispatch.scm b/oop/goops/dispatch.scm index a1af69dd7..73f413234 100644 --- a/oop/goops/dispatch.scm +++ b/oop/goops/dispatch.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2000, 2001, 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/oop/goops/internal.scm b/oop/goops/internal.scm index a8aed7e66..4288bd6f2 100644 --- a/oop/goops/internal.scm +++ b/oop/goops/internal.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 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/oop/goops/old-define-method.scm b/oop/goops/old-define-method.scm index b6c251341..3469dc9bb 100644 --- a/oop/goops/old-define-method.scm +++ b/oop/goops/old-define-method.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; 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/oop/goops/save.scm b/oop/goops/save.scm index 88d31f7ee..e9c8e00eb 100644 --- a/oop/goops/save.scm +++ b/oop/goops/save.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; 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/oop/goops/simple.scm b/oop/goops/simple.scm index 56fc945bb..48e76f312 100644 --- a/oop/goops/simple.scm +++ b/oop/goops/simple.scm @@ -1,6 +1,6 @@ ;;; installed-scm-file -;;;; 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/oop/goops/stklos.scm b/oop/goops/stklos.scm index 49c62a53e..60ab293c3 100644 --- a/oop/goops/stklos.scm +++ b/oop/goops/stklos.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999,2002 Free Software Foundation, Inc. +;;;; Copyright (C) 1999,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/oop/goops/util.scm b/oop/goops/util.scm index b4d85e022..33e871c54 100644 --- a/oop/goops/util.scm +++ b/oop/goops/util.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc. +;;;; Copyright (C) 1999, 2000, 2001, 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 |