diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:37:40 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-04-16 23:37:40 +0000 |
commit | 6e7d5622eebd416d95e487cc358ee19d0a22c762 (patch) | |
tree | 405ef9b19ae23d270bf990aa994fe7497d506a36 /examples/box-dynamic-module | |
parent | 1b09b607dd1096ab572afe0667e8602560622624 (diff) | |
download | guile-6e7d5622eebd416d95e487cc358ee19d0a22c762.tar.gz |
merge from 1.8 branch
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 |