summaryrefslogtreecommitdiff
path: root/benchmark-suite
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2006-04-16 23:37:40 +0000
committerKevin Ryde <user42@zip.com.au>2006-04-16 23:37:40 +0000
commit6e7d5622eebd416d95e487cc358ee19d0a22c762 (patch)
tree405ef9b19ae23d270bf990aa994fe7497d506a36 /benchmark-suite
parent1b09b607dd1096ab572afe0667e8602560622624 (diff)
downloadguile-6e7d5622eebd416d95e487cc358ee19d0a22c762.tar.gz
merge from 1.8 branch
Diffstat (limited to 'benchmark-suite')
-rwxr-xr-xbenchmark-suite/guile-benchmark2
-rw-r--r--benchmark-suite/lib.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark-suite/guile-benchmark b/benchmark-suite/guile-benchmark
index 4d3649dad..c4c6f23de 100755
--- a/benchmark-suite/guile-benchmark
+++ b/benchmark-suite/guile-benchmark
@@ -5,7 +5,7 @@
;;;; guile-benchmark --- run the Guile benchmark suite
;;;; Adapted from code by Jim Blandy <jimb@red-bean.com> --- May 1999
;;;;
-;;;; Copyright (C) 2002 Free Software Foundation, Inc.
+;;;; Copyright (C) 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/benchmark-suite/lib.scm b/benchmark-suite/lib.scm
index a2c1f879a..65491d735 100644
--- a/benchmark-suite/lib.scm
+++ b/benchmark-suite/lib.scm
@@ -1,5 +1,5 @@
;;;; benchmark-suite/lib.scm --- generic support for benchmarking
-;;;; Copyright (C) 2002 Free Software Foundation, Inc.
+;;;; Copyright (C) 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