From e9c3018cec8ed236a375c59aed55e66e47671022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 15 Sep 2010 18:27:47 +0200 Subject: [PATCH] Fix copyright year and module name of `write.bm'. * benchmark-suite/benchmarks/write.bm: Fix copyright year and module name. --- benchmark-suite/benchmarks/write.bm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark-suite/benchmarks/write.bm b/benchmark-suite/benchmarks/write.bm index e96f2efeb..46f5c8d1c 100644 --- a/benchmark-suite/benchmarks/write.bm +++ b/benchmark-suite/benchmarks/write.bm @@ -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)