Merge `libguile-i18n' into `libguile'.
[bpt/guile.git] / module / ice-9 / i18n.scm
index f33a9f2..e63ec74 100644 (file)
@@ -1,11 +1,11 @@
 ;;;; i18n.scm --- internationalization support
 
-;;;;   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+;;;;   Copyright (C) 2006, 2007, 2009 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
 ;;;; License as published by the Free Software Foundation; either
-;;;; version 2.1 of the License, or (at your option) any later version.
+;;;; version 3 of the License, or (at your option) any later version.
 ;;;;
 ;;;; This library is distributed in the hope that it will be useful,
 ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,7 +16,7 @@
 ;;;; License along with this library; if not, write to the Free Software
 ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
-;;; Author: Ludovic Courtès <ludovic.courtes@laas.fr>
+;;; Author: Ludovic Courtès <ludo@gnu.org>
 
 ;;; Commentary:
 ;;;
@@ -84,7 +84,7 @@
 
 
 (eval-when (eval load compile)
-  (load-extension "libguile-i18n-v-0" "scm_init_i18n"))
+  (load-extension "libguile" "scm_init_i18n"))
 
 \f
 ;;;