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 | |
parent | 1b09b607dd1096ab572afe0667e8602560622624 (diff) |
merge from 1.8 branch
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box-dynamic-module/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box-dynamic-module/box.c | 2 | ||||
-rw-r--r-- | examples/box-dynamic/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box-dynamic/box.c | 2 | ||||
-rw-r--r-- | examples/box-module/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box-module/box.c | 2 | ||||
-rw-r--r-- | examples/box/Makefile.am | 2 | ||||
-rw-r--r-- | examples/box/box.c | 2 | ||||
-rw-r--r-- | examples/compat/compat.h | 2 | ||||
-rw-r--r-- | examples/modules/Makefile.am | 2 | ||||
-rw-r--r-- | examples/safe/Makefile.am | 2 | ||||
-rw-r--r-- | examples/scripts/Makefile.am | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 4b865c9ee..ddea2663c 100644 --- a/examples/Makefile.am +++ b/examples/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/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 diff --git a/examples/box-dynamic/Makefile.am b/examples/box-dynamic/Makefile.am index 442af724a..6fa20c59c 100644 --- a/examples/box-dynamic/Makefile.am +++ b/examples/box-dynamic/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/box.c b/examples/box-dynamic/box.c index 6f26c8d76..bb9529650 100644 --- a/examples/box-dynamic/box.c +++ b/examples/box-dynamic/box.c @@ -1,6 +1,6 @@ /* examples/box-dynamic/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 diff --git a/examples/box-module/Makefile.am b/examples/box-module/Makefile.am index a1a796e21..4790a296c 100644 --- a/examples/box-module/Makefile.am +++ b/examples/box-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-module/box.c b/examples/box-module/box.c index 07d54f0c4..b589b262f 100644 --- a/examples/box-module/box.c +++ b/examples/box-module/box.c @@ -1,6 +1,6 @@ /* examples/box-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 diff --git a/examples/box/Makefile.am b/examples/box/Makefile.am index a1a796e21..4790a296c 100644 --- a/examples/box/Makefile.am +++ b/examples/box/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/box.c b/examples/box/box.c index 2dad082cd..e36d650b3 100644 --- a/examples/box/box.c +++ b/examples/box/box.c @@ -1,6 +1,6 @@ /* examples/box/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 diff --git a/examples/compat/compat.h b/examples/compat/compat.h index 839025fd0..7c6d2aa71 100644 --- a/examples/compat/compat.h +++ b/examples/compat/compat.h @@ -2,7 +2,7 @@ #ifndef COMPATH #define COMPATH -/* Copyright (C) 2001, 2002 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2002, 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/examples/modules/Makefile.am b/examples/modules/Makefile.am index 215ba5ddf..80b829b03 100644 --- a/examples/modules/Makefile.am +++ b/examples/modules/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/safe/Makefile.am b/examples/safe/Makefile.am index 3564e4f23..a2e966296 100644 --- a/examples/safe/Makefile.am +++ b/examples/safe/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/scripts/Makefile.am b/examples/scripts/Makefile.am index 8d410c052..cd588f543 100644 --- a/examples/scripts/Makefile.am +++ b/examples/scripts/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. ## |