From e58fdf43e65dede5f8284ad462de356cc8536aaf Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 27 Aug 2004 01:03:03 +0000 Subject: [PATCH] Add a copyright year. --- ice-9/regex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ice-9/regex.scm b/ice-9/regex.scm index 0f5016c3c..3d1bd3ab8 100644 --- a/ice-9/regex.scm +++ b/ice-9/regex.scm @@ -1,4 +1,4 @@ -;;;; Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. +;;;; Copyright (C) 1997, 1999, 2001, 2004 Free Software Foundation, Inc. ;;;; ;;;; This library is free software; you can redistribute it and/or ;;;; modify it under the terms of the GNU Lesser General Public