Use Gnulib's `strftime' to address bug #24130.
[bpt/guile.git] / ice-9 / list.scm
index eaa19ed..af83d17 100644 (file)
@@ -1,6 +1,6 @@
 ;;;; List functions not provided in R5RS or srfi-1
 
-;;; Copyright (C) 2003 Free Software Foundation, Inc.
+;;; Copyright (C) 2003, 2006 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
@@ -14,7 +14,7 @@
 ;; 
 ;; You should have received a copy of the GNU Lesser General Public
 ;; License along with this library; if not, write to the Free Software
-;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 (define-module (ice-9 list)
   :export (rassoc rassv rassq))