diff options
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 7585237..979d184 100644 --- a/po/Makevars +++ b/po/Makevars @@ -1,4 +1,8 @@ # Makefile variables for PO directory in any package using GNU gettext. +# +# Copyright (C) 2003-2019 Free Software Foundation, Inc. +# This file is free software; the Free Software Foundation gives +# unlimited permission to use, copy, distribute, and modify it. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) @@ -43,7 +47,6 @@ PACKAGE_GNU = no # which the translators can contact you. MSGID_BUGS_ADDRESS = [email protected] - # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = |