diff options
author | Mark H Weaver <mhw@netris.org> | 2019-10-31 03:59:46 -0400 |
---|---|---|
committer | Mike Gerwitz <mtg@gnu.org> | 2019-10-31 21:28:32 -0400 |
commit | 6ae8abe66f46a41e931eab7115adc92937bf4b93 (patch) | |
tree | 70b53b1ac5349b505b94bb420b11e31e2a45ab7a | |
parent | 930298e1efff3e40721659d8fd7118cdd2477bd4 (diff) |
Branding: fix patching of trademarkInfo within l10n directory.
This is a followup to commit 930298e1efff3e40721659d8fd7118cdd2477bd4.
* makeicecat: Patch in the IceCat logo copyright notice in all
brand.dtd files within l10n directory.
-rwxr-xr-x | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -226,7 +226,7 @@ cp $DATA/bookmarks.html.in browser/locales/generic/profile/bookmarks.html.in # Custom legal about pages -find l10n -wholename '*/brand.dtd' |xargs /bin/sed 's/trademarkInfo.part1.*/trademarkInfo.part1 "">/' -i +find l10n -wholename '*/brand.dtd' |xargs /bin/sed 's/trademarkInfo.part1.*/trademarkInfo.part1 "The IceCat logo is Copyright 2008-2015 Free Software Foundation, released under the terms of the GNU Lesser General Public License, version 3 or any later version.">/' -i find l10n -wholename '*/brand.ftl' |xargs /bin/sed 's/^trademarkInfo = .*/trademarkInfo = The IceCat logo is Copyright 2008-2015 Free Software Foundation, released under the terms of the GNU Lesser General Public License, version 3 or any later version./' -i for STRING in rights.intro-point3-unbranded rights.intro-point4a-unbranded rights.intro-point4b-unbranded rights.intro-point4c-unbranded |