summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/backtrace.c2
-rw-r--r--libguile/backtrace.h2
-rw-r--r--libguile/debug.c2
-rw-r--r--libguile/debug.h2
-rw-r--r--libguile/eq.c2
-rw-r--r--libguile/gdb_interface.h2
-rw-r--r--libguile/gdbint.c2
-rw-r--r--libguile/gdbint.h2
-rw-r--r--libguile/gh_data.c2
-rw-r--r--libguile/gh_init.c2
-rw-r--r--libguile/gh_io.c2
-rw-r--r--libguile/gh_list.c2
-rw-r--r--libguile/gh_predicates.c2
-rw-r--r--libguile/gh_test_c.c2
-rw-r--r--libguile/gh_test_repl.c2
-rw-r--r--libguile/init.c2
-rw-r--r--libguile/net_db.c2
-rw-r--r--libguile/options.c2
-rw-r--r--libguile/options.h2
-rw-r--r--libguile/ports.c2
-rw-r--r--libguile/print.c2
-rw-r--r--libguile/read.c2
-rw-r--r--libguile/script.h2
-rw-r--r--libguile/snarf.h2
-rw-r--r--libguile/srcprop.c2
-rw-r--r--libguile/srcprop.h2
-rw-r--r--libguile/stacks.c2
-rw-r--r--libguile/stacks.h2
-rw-r--r--libguile/throw.c2
29 files changed, 29 insertions, 29 deletions
diff --git a/libguile/backtrace.c b/libguile/backtrace.c
index eb12df4db..c1c6f216c 100644
--- a/libguile/backtrace.c
+++ b/libguile/backtrace.c
@@ -1,5 +1,5 @@
/* Printing of backtraces and error messages
- * Copyright (C) 1996 Mikael Djurfeldt
+ * Copyright (C) 1996,1997 Free Software Foundation
*
* 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/libguile/backtrace.h b/libguile/backtrace.h
index 830a1eb2a..831505588 100644
--- a/libguile/backtrace.h
+++ b/libguile/backtrace.h
@@ -2,7 +2,7 @@
#ifndef BACKTRACEH
#define BACKTRACEH
-/* Copyright (C) 1996 Mikael Djurfeldt
+/* Copyright (C) 1996 Free Software Foundation
*
* 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/libguile/debug.c b/libguile/debug.c
index 9fbc950a3..c48de1995 100644
--- a/libguile/debug.c
+++ b/libguile/debug.c
@@ -1,5 +1,5 @@
/* Debugging extensions for Guile
- * Copyright (C) 1995, 1996 Mikael Djurfeldt
+ * Copyright (C) 1995, 1996 Free Software Foundation
*
* 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/libguile/debug.h b/libguile/debug.h
index 0f796a687..4e4aea1d5 100644
--- a/libguile/debug.h
+++ b/libguile/debug.h
@@ -2,7 +2,7 @@
#ifndef DEBUGH
#define DEBUGH
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/eq.c b/libguile/eq.c
index dfdd9454d..b4046ce1b 100644
--- a/libguile/eq.c
+++ b/libguile/eq.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gdb_interface.h b/libguile/gdb_interface.h
index 9ca931b40..6d1c03219 100644
--- a/libguile/gdb_interface.h
+++ b/libguile/gdb_interface.h
@@ -1,5 +1,5 @@
/* Simple interpreter interface for GDB, the GNU debugger.
- Copyright (C) 1996 Mikael Djurfeldt.
+ Copyright (C) 1996 Free Software Foundation
This file is part of GDB.
diff --git a/libguile/gdbint.c b/libguile/gdbint.c
index 4879723d7..29a35f4d0 100644
--- a/libguile/gdbint.c
+++ b/libguile/gdbint.c
@@ -1,5 +1,5 @@
/* GDB interface for Guile
- * Copyright (C) 1996 Mikael Djurfeldt
+ * Copyright (C) 1996 Free Software Foundation
*
* 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/libguile/gdbint.h b/libguile/gdbint.h
index bf12524f6..db6b15753 100644
--- a/libguile/gdbint.h
+++ b/libguile/gdbint.h
@@ -2,7 +2,7 @@
#ifndef GDBINTH
#define GDBINTH
-/* Copyright (C) 1996 Mikael Djurfeldt
+/* Copyright (C) 1996 Free Software Foundation
*
* 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/libguile/gh_data.c b/libguile/gh_data.c
index b70228d8f..6edee837e 100644
--- a/libguile/gh_data.c
+++ b/libguile/gh_data.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1987 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_init.c b/libguile/gh_init.c
index 50517d441..50b59e5ac 100644
--- a/libguile/gh_init.c
+++ b/libguile/gh_init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_io.c b/libguile/gh_io.c
index 7488c189c..adbe15798 100644
--- a/libguile/gh_io.c
+++ b/libguile/gh_io.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_list.c b/libguile/gh_list.c
index b54c03d60..d9346e590 100644
--- a/libguile/gh_list.c
+++ b/libguile/gh_list.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_predicates.c b/libguile/gh_predicates.c
index e0183955c..42cf2c065 100644
--- a/libguile/gh_predicates.c
+++ b/libguile/gh_predicates.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_test_c.c b/libguile/gh_test_c.c
index 526b50e92..e5215a0cb 100644
--- a/libguile/gh_test_c.c
+++ b/libguile/gh_test_c.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1987 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/gh_test_repl.c b/libguile/gh_test_repl.c
index 5ef7a44b7..52f70ebc4 100644
--- a/libguile/gh_test_repl.c
+++ b/libguile/gh_test_repl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/init.c b/libguile/init.c
index d96a1f8aa..0c38962bb 100644
--- a/libguile/init.c
+++ b/libguile/init.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/net_db.c b/libguile/net_db.c
index 368e3e7fb..0f0dc23f5 100644
--- a/libguile/net_db.c
+++ b/libguile/net_db.c
@@ -1,5 +1,5 @@
/* "net_db.c" network database support
- * Copyright (C) 1995,1996 Free Software Foundation, Inc.
+ * Copyright (C) 1995,1996,1997 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/libguile/options.c b/libguile/options.c
index d0aba0a17..4161b09bf 100644
--- a/libguile/options.c
+++ b/libguile/options.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/options.h b/libguile/options.h
index 62363a862..2a7ead55b 100644
--- a/libguile/options.h
+++ b/libguile/options.h
@@ -2,7 +2,7 @@
#ifndef OPTIONSH
#define OPTIONSH
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/ports.c b/libguile/ports.c
index 6a474900c..fbfdaffce 100644
--- a/libguile/ports.c
+++ b/libguile/ports.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/print.c b/libguile/print.c
index b7e8040ef..01f713747 100644
--- a/libguile/print.c
+++ b/libguile/print.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/read.c b/libguile/read.c
index 54ce6cfcc..e4fcc5b28 100644
--- a/libguile/read.c
+++ b/libguile/read.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/script.h b/libguile/script.h
index a94ab68c9..4f526385a 100644
--- a/libguile/script.h
+++ b/libguile/script.h
@@ -2,7 +2,7 @@
#ifndef SCRIPTH
#define SCRIPTH
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1997 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/libguile/snarf.h b/libguile/snarf.h
index 9ed8c8e85..7780bcb35 100644
--- a/libguile/snarf.h
+++ b/libguile/snarf.h
@@ -5,7 +5,7 @@
#ifndef LIBGUILE_SNARF_H
#define LIBGUILE_SNARF_H
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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/libguile/srcprop.c b/libguile/srcprop.c
index 86705826f..364d8abbb 100644
--- a/libguile/srcprop.c
+++ b/libguile/srcprop.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/srcprop.h b/libguile/srcprop.h
index ae9358b0c..af2371603 100644
--- a/libguile/srcprop.h
+++ b/libguile/srcprop.h
@@ -2,7 +2,7 @@
#ifndef SRCPROPH
#define SRCPROPH
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/stacks.c b/libguile/stacks.c
index f17221ca7..d26326b96 100644
--- a/libguile/stacks.c
+++ b/libguile/stacks.c
@@ -1,5 +1,5 @@
/* Representation of stack frame debug information
- * Copyright (C) 1996 Mikael Djurfeldt
+ * Copyright (C) 1996 Free Software Foundation
*
* 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/libguile/stacks.h b/libguile/stacks.h
index 3cbcb28be..c16bacc69 100644
--- a/libguile/stacks.h
+++ b/libguile/stacks.h
@@ -2,7 +2,7 @@
#ifndef STACKSH
#define STACKSH
-/* Copyright (C) 1995,1996 Mikael Djurfeldt
+/* Copyright (C) 1995,1996 Free Software Foundation
*
* 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/libguile/throw.c b/libguile/throw.c
index 27c5c60db..88536046d 100644
--- a/libguile/throw.c
+++ b/libguile/throw.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997 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