[Po4a-commits] "po4a/lib/Locale/Po4a Po.pm,1.77,1.78"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sat Jul 7 14:02:52 UTC 2007


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv16056/lib/Locale/Po4a

Modified Files:
	Po.pm 
Log Message:
Add the same sentence as xgettext to the default comment of the POT
header: "This file is distributed under the same license as the PACKAGE
package."


Index: Po.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Po.pm,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- Po.pm	17 Jun 2007 00:19:39 -0000	1.77
+++ Po.pm	7 Jul 2007 14:02:50 -0000	1.78
@@ -167,6 +167,7 @@
     $self->{header_comment}=
 	escape_text( " SOME DESCRIPTIVE TITLE\n"
 		    ." Copyright (C) YEAR ".$self->{options}{'copyright-holder'}."\n"
+		    ." This file is distributed under the same license as the PACKAGE package.\n"
 		    ." FIRST AUTHOR <EMAIL\@ADDRESS>, YEAR.\n"
 		    ." \n"
 		    .", fuzzy");




More information about the Po4a-commits mailing list