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:
parent
33d92fe6ca
commit
e9c3018cec
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue