1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Fix copyright year and module name of `write.bm'.

* benchmark-suite/benchmarks/write.bm: Fix copyright year and module
  name.
This commit is contained in:
Ludovic Courtès 2010-09-15 18:27:47 +02:00
parent 33d92fe6ca
commit e9c3018cec

View file

@ -1,6 +1,6 @@
;;; write.bm --- Exercise the printer. -*- Scheme -*-
;;;
;;; Copyright (C) 2008, 2010 Free Software Foundation, Inc.
;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU Lesser General Public License
@ -17,7 +17,7 @@
;;; not, write to the Free Software Foundation, Inc., 51 Franklin
;;; Street, Fifth Floor, Boston, MA 02110-1301 USA
(define-module (benchmarks read)
(define-module (benchmarks write)
#:use-module (benchmark-suite lib))
(define %len 50000)