README.rdoc in locale-2.0.4 vs README.rdoc in locale-2.0.5
- old
+ new
@@ -53,23 +53,23 @@
* Locale.current= - Sets the current locale(in a thread).
* Locale.default= - Sets the default locale(in the whole program).
* Locale.set_app_language_tags - Sets the locale that is supported by the App.
== License
-This program is licenced under the same licence as Ruby.
-(See the file 'COPYING'.)
+This program is licenced under the same licence as Ruby(See COPYING) or
+LGPL(Lesser General Public License: http://www.gnu.org/licenses/lgpl-3.0.txt).
* locale/language.rb, locale/region.rb,
locale/data/language.tab.gz, locale/data/region.tab.gz:
* Copyright (C) 2006 Brian Pontarelli, Antonio Terceiro
- * Copyright (C) 2008 Masao Mutoh <mutomasa at gmail.com>
+ * Copyright (C) 2008,2009 Masao Mutoh <mutomasa at gmail.com>
* setup.rb version 3.4.1
* Copyright (C) 2000-2005 Minero Aoki <aamine at loveruby.net>
* This file is released under LGPL. See the top of the setup.rb.
* Others(Some files are separated from Ruby-GetText-Package-1.92.0)
- * Copyright (C) 2008 Masao Mutoh <mutoh at highwhay.ne.jp>
+ * Copyright (C) 2008,2009 Masao Mutoh <mutoh at highwhay.ne.jp>
== References
=== Other libraries
* langtag-0.1.0
* by Martin Dürst <http://rubyforge.org/projects/langtag/>