diff options
Diffstat (limited to 'examples/box-dynamic-module')
-rw-r--r-- | examples/box-dynamic-module/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box-dynamic-module/box.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/box-dynamic-module/Makefile.am b/examples/box-dynamic-module/Makefile.am index 9127ee500..bf18f4f66 100644 --- a/examples/box-dynamic-module/Makefile.am +++ b/examples/box-dynamic-module/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 2001 Free Software Foundation, Inc. +## Copyright (C) 2001, 2006 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c index bb25e5cc9..7d6e2ce5d 100644 --- a/examples/box-dynamic-module/box.c +++ b/examples/box-dynamic-module/box.c @@ -1,6 +1,6 @@ /* examples/box-dynamic-module/box.c * - * Copyright (C) 1998,2001 Free Software Foundation, Inc. + * Copyright (C) 1998,2001, 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 |