]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - locale/Makefile
License change: Apache License, Version 2.0.
[thirdparty/cups.git] / locale / Makefile
index ef5693c747c7df93ecff4e7c075c8a77d1c206ac..4db478ce939186c9f9a70c1ab4d81c29a75528d1 100644 (file)
@@ -4,11 +4,7 @@
 # Copyright 2007-2017 by Apple Inc.
 # Copyright 1993-2007 by Easy Software Products.
 #
-# These coded instructions, statements, and computer programs are the
-# property of Apple Inc. and are protected by Federal copyright
-# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-# which should have been included with this file.  If this file is
-# missing or damaged, see the license at "http://www.cups.org/".
+# Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 #
 
 include ../Makedefs
@@ -131,8 +127,8 @@ pot:        checkpo po2strings
        cd ..; xgettext -o locale/cups.pot -cTRANSLATORS -s \
                --keyword=_ --no-wrap \
                --copyright-holder="Apple Inc." \
-               --package-name="CUPS" --package-version="1.6" \
-               --msgid-bugs-address="http://www.cups.org/str.php" \
+               --package-name="CUPS" --package-version="$(CUPS_VERSION)" \
+               --msgid-bugs-address="https://github.com/apple/cups/issues" \
                */*.c */*.cxx
        (cat cups.header; tail +6 cups.pot; cat cups.footer) > cups.pot.N
        mv cups.pot.N cups.pot