diff options
author | rbuj <[email protected]> | 2019-08-15 21:58:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-08-17 20:26:05 +0200 |
commit | 41700fe3e62d39bf74a5f2f2a5967913855a1439 (patch) | |
tree | 42ec8a38e071582a4cf1ae35e63e6b2636bf9e63 | |
parent | 66b4795d5e0a14c845c6cd5d00ff0644ac1cdeb3 (diff) | |
download | mate-session-manager-41700fe3e62d39bf74a5f2f2a5967913855a1439.tar.bz2 mate-session-manager-41700fe3e62d39bf74a5f2f2a5967913855a1439.tar.xz |
po/Makevars: Set COPYRIGHT_HOLDER to The MATE Team
$ diff mate-session-manager.pot.pre mate-session-manager.pot
2c2
< # Copyright (C) YEAR Free Software Foundation, Inc.
---
> # Copyright (C) YEAR MATE Desktop Environment team
11c11
< "POT-Creation-Date: 2019-08-15 21:17+0200\n"
---
> "POT-Creation-Date: 2019-08-15 21:58+0200\n"
https://github.com/mate-desktop/caja/blob/0c420a0360f355fa89d81cce9b7696eba99bcc5c/po/Makevars#L21
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 445f9b9..971a323 100644 --- a/po/Makevars +++ b/po/Makevars @@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = Free Software Foundation, Inc. +COPYRIGHT_HOLDER = MATE Desktop Environment team # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. |