* xgettext.c (construct_header): Replace PACKAGE placeholder in
the header comment.
+2015-08-24 Daiki Ueno <ueno@gnu.org>
+
+ * xgettext.c (construct_header): Replace PACKAGE placeholder in
+ the header comment.
+
2015-06-11 Philip Withnall <philip.withnall@collabora.co.uk>
xgettext: add support for AppData files
comment = xasprintf ("\
SOME DESCRIPTIVE TITLE.\n\
%s\
-This file is distributed under the same license as the PACKAGE package.\n\
+This file is distributed under the same license as the %s package.\n\
FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n",
- copyright_comment);
+ copyright_comment,
+ package_name != NULL ? package_name : "PACKAGE");
free (copyright_comment);
}
else