[Rt-commit] r5761 - in Locale-Maketext-Simple: .
audreyt at bestpractical.com
audreyt at bestpractical.com
Sat Aug 12 22:55:19 EDT 2006
Author: audreyt
Date: Sat Aug 12 22:55:17 2006
New Revision: 5761
Modified:
Locale-Maketext-Simple/Changes
Locale-Maketext-Simple/README
Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
Log:
* Sebastien Aperghis-Tramoni noticed that the MIT license text was
mis-hyphenated, and the waranty clauses mentions "X Consortium"
where it should say "authors or copyright holders".
Modified: Locale-Maketext-Simple/Changes
==============================================================================
--- Locale-Maketext-Simple/Changes (original)
+++ Locale-Maketext-Simple/Changes Sat Aug 12 22:55:17 2006
@@ -1,3 +1,9 @@
+[Changes for 0.17 - 2006-08-13]
+
+* Sebastien Aperghis-Tramoni noticed that the MIT license text was
+ mis-hyphenated, and the waranty clauses mentions "X Consortium"
+ where it should say "authors or copyright holders".
+
[Changes for 0.16 - 2006-05-03]
* Oops, the gettext_to_maketext function was missing an escape
Modified: Locale-Maketext-Simple/README
==============================================================================
--- Locale-Maketext-Simple/README (original)
+++ Locale-Maketext-Simple/README Sat Aug 12 22:55:17 2006
@@ -13,21 +13,23 @@
* COPYRIGHT (The "MIT" License)
-Copyright 2002-2006 by Audrey Tang <cpan at audreyt.org>.
+Copyright 2002, 2003, 2004, 2005, 2006 by Audrey Tang <cpan at audreyt.org>.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is fur-
-nished to do so, subject to the following conditions:
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
-CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
Modified: Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm
==============================================================================
--- Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm (original)
+++ Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Sat Aug 12 22:55:17 2006
@@ -1,5 +1,5 @@
package Locale::Maketext::Simple;
-$Locale::Maketext::Simple::VERSION = '0.16';
+$Locale::Maketext::Simple::VERSION = '0.17';
use strict;
use 5.004;
@@ -10,8 +10,8 @@
=head1 VERSION
-This document describes version 0.16 of Locale::Maketext::Simple,
-released May 3, 2006.
+This document describes version 0.17 of Locale::Maketext::Simple,
+released August 13, 2006.
=head1 SYNOPSIS
@@ -315,17 +315,18 @@
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is fur-
-nished to do so, subject to the following conditions:
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
-NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
-CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
-ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
=cut
More information about the Rt-commit
mailing list