From f50ccd80d129c31582fc5e3970d78d0f31357226 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 16 Jan 2019 11:07:31 +0100 Subject: [PATCH] Fix copyright tag in translations --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index b168d871..f9756bdf 100644 --- a/po/Makefile +++ b/po/Makefile @@ -18,7 +18,7 @@ update-js: $(JSONFILES) update-pot: xgettext --output=noVNC.js.pot \ - --copyright-holder="Various Authors" \ + --copyright-holder="The noVNC Authors" \ --package-name="noVNC" \ --package-version="$(VERSION)" \ --msgid-bugs-address="novnc@googlegroups.com" \