summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/ChangeLog10
-rwxr-xr-xtest-suite/guile-test2
-rw-r--r--test-suite/lib.scm2
-rw-r--r--test-suite/tests/alist.test2
-rw-r--r--test-suite/tests/bit-operations.test2
-rw-r--r--test-suite/tests/common-list.test2
-rw-r--r--test-suite/tests/environments.test2
-rw-r--r--test-suite/tests/eval.test2
-rw-r--r--test-suite/tests/gc.test2
-rw-r--r--test-suite/tests/guardians.test2
-rw-r--r--test-suite/tests/hooks.test2
-rw-r--r--test-suite/tests/import.test2
-rw-r--r--test-suite/tests/interp.test2
-rw-r--r--test-suite/tests/list.test2
-rw-r--r--test-suite/tests/load.test2
-rw-r--r--test-suite/tests/numbers.test2
-rw-r--r--test-suite/tests/ports.test2
-rw-r--r--test-suite/tests/r4rs.test2
-rw-r--r--test-suite/tests/version.test2
-rw-r--r--test-suite/tests/weaks.test2
20 files changed, 29 insertions, 19 deletions
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index b54a5df3a..0aa2ad502 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -1,3 +1,13 @@
+2001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
+
+ * tests/alist.test, tests/bit-operations.test,
+ tests/common-list.test, tests/environments.test, tests/eval.test,
+ tests/gc.test, tests/hooks.test, tests/import.test,
+ tests/interp.test, tests/list.test, tests/load.test,
+ tests/numbers.test, tests/ports.test, tests/r4rs.test,
+ tests/version.test, tests/weaks.test, lib.scm, guile-test: Updated
+ copyright notice.
+
2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* tests/srfi-14.test: New file.
diff --git a/test-suite/guile-test b/test-suite/guile-test
index 4d9819641..a040c0da2 100755
--- a/test-suite/guile-test
+++ b/test-suite/guile-test
@@ -5,7 +5,7 @@
;;;; guile-test --- run the Guile test suite
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
;;;;
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/lib.scm b/test-suite/lib.scm
index 2ef8aee45..1084e641d 100644
--- a/test-suite/lib.scm
+++ b/test-suite/lib.scm
@@ -1,5 +1,5 @@
;;;; test-suite/lib.scm --- generic support for testing
-;;;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2000, 2001 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/test-suite/tests/alist.test b/test-suite/tests/alist.test
index 39d676ada..c25459c53 100644
--- a/test-suite/tests/alist.test
+++ b/test-suite/tests/alist.test
@@ -1,5 +1,5 @@
;;;; alist.test --- tests guile's alists -*- scheme -*-
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/bit-operations.test b/test-suite/tests/bit-operations.test
index 46c9fe1b8..f319648d3 100644
--- a/test-suite/tests/bit-operations.test
+++ b/test-suite/tests/bit-operations.test
@@ -1,5 +1,5 @@
;;;; bit-operations.test --- bitwise operations on numbers -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/common-list.test b/test-suite/tests/common-list.test
index 6e404f7a8..8d675da9d 100644
--- a/test-suite/tests/common-list.test
+++ b/test-suite/tests/common-list.test
@@ -1,5 +1,5 @@
;;;; common-list.test --- tests guile's common list functions -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/environments.test b/test-suite/tests/environments.test
index 895850d16..507dff7fe 100644
--- a/test-suite/tests/environments.test
+++ b/test-suite/tests/environments.test
@@ -1,5 +1,5 @@
;;;; environments.test -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/eval.test b/test-suite/tests/eval.test
index 96e3afc8d..8e94885c3 100644
--- a/test-suite/tests/eval.test
+++ b/test-suite/tests/eval.test
@@ -1,5 +1,5 @@
;;;; eval.test --- tests guile's evaluator -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/gc.test b/test-suite/tests/gc.test
index 7afeb4226..2617eff69 100644
--- a/test-suite/tests/gc.test
+++ b/test-suite/tests/gc.test
@@ -1,5 +1,5 @@
;;;; gc.test --- test guile's garbage collection -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/guardians.test b/test-suite/tests/guardians.test
index 8d5a6eb2b..8fc42c2f6 100644
--- a/test-suite/tests/guardians.test
+++ b/test-suite/tests/guardians.test
@@ -1,7 +1,7 @@
;;;; guardians.test --- test suite for Guile Guardians -*- scheme -*-
;;;; Jim Blandy <jimb@red-bean.com> --- July 1999
;;;;
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/hooks.test b/test-suite/tests/hooks.test
index 1f309e5f2..45398d9ff 100644
--- a/test-suite/tests/hooks.test
+++ b/test-suite/tests/hooks.test
@@ -1,5 +1,5 @@
;;;; hooks.test --- tests guile's hooks implementation -*- scheme -*-
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/import.test b/test-suite/tests/import.test
index 330c91a0b..f22522f8d 100644
--- a/test-suite/tests/import.test
+++ b/test-suite/tests/import.test
@@ -1,5 +1,5 @@
;;;; import.test --- test selective and renaming imports -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/interp.test b/test-suite/tests/interp.test
index ac346b256..5d872759b 100644
--- a/test-suite/tests/interp.test
+++ b/test-suite/tests/interp.test
@@ -1,6 +1,6 @@
;;;; interp.test --- tests for bugs in the Guile interpreter -*- scheme -*-
;;;;
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/list.test b/test-suite/tests/list.test
index 746eeb8ad..04929a2cc 100644
--- a/test-suite/tests/list.test
+++ b/test-suite/tests/list.test
@@ -1,5 +1,5 @@
;;;; list.test --- tests guile's lists -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/load.test b/test-suite/tests/load.test
index 473d09de2..294bd252a 100644
--- a/test-suite/tests/load.test
+++ b/test-suite/tests/load.test
@@ -1,7 +1,7 @@
;;;; load.test --- test LOAD and path searching functions -*- scheme -*-
;;;; Jim Blandy <jimb@red-bean.com> --- September 1999
;;;;
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/numbers.test b/test-suite/tests/numbers.test
index 139715f81..f20a37d93 100644
--- a/test-suite/tests/numbers.test
+++ b/test-suite/tests/numbers.test
@@ -1,5 +1,5 @@
;;;; numbers.test --- tests guile's numbers -*- scheme -*-
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/ports.test b/test-suite/tests/ports.test
index 6fa39cd8a..956aac191 100644
--- a/test-suite/tests/ports.test
+++ b/test-suite/tests/ports.test
@@ -1,7 +1,7 @@
;;;; ports.test --- test suite for Guile I/O ports -*- scheme -*-
;;;; Jim Blandy <jimb@red-bean.com> --- May 1999
;;;;
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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/test-suite/tests/r4rs.test b/test-suite/tests/r4rs.test
index 246bbfcfe..c9fbb1525 100644
--- a/test-suite/tests/r4rs.test
+++ b/test-suite/tests/r4rs.test
@@ -1,5 +1,5 @@
;;;; r4rs.test --- tests for R4RS compliance -*- scheme -*-
-;;;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1999, 2001 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/test-suite/tests/version.test b/test-suite/tests/version.test
index 3bf6bb6fe..79587923d 100644
--- a/test-suite/tests/version.test
+++ b/test-suite/tests/version.test
@@ -1,7 +1,7 @@
;;;; versions.test --- test suite for Guile's version functions -*- scheme -*-
;;;; Greg J. Badros <gjb@cs.washington.edu>
;;;;
-;;;; Copyright (C) 2000 Free Software Foundation, Inc.
+;;;; Copyright (C) 2000, 2001 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/test-suite/tests/weaks.test b/test-suite/tests/weaks.test
index b5be62da5..e66c89282 100644
--- a/test-suite/tests/weaks.test
+++ b/test-suite/tests/weaks.test
@@ -1,5 +1,5 @@
;;;; weaks.test --- tests guile's weaks -*- scheme -*-
-;;;; Copyright (C) 1999 Free Software Foundation, Inc.
+;;;; Copyright (C) 1999, 2001 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