From a5cfb0a73b21ac7f02aef643a200a81865e3472e Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 30 Jun 2015 00:33:25 -0700 Subject: [PATCH] Update Adobe CMaps URL and license They are now using Apache 2.0 as well. --- make.js | 2 +- web/viewer.html | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/make.js b/make.js index 0c8380c38..5c73b0249 100644 --- a/make.js +++ b/make.js @@ -455,7 +455,7 @@ target.cmaps = function (args) { // testing a file that usually present if (!test('-f', CMAP_INPUT + '/UniJIS-UCS2-H')) { echo('./external/cmaps has no cmap files, please download them from:'); - echo(' http://sourceforge.net/adobe/cmap/wiki/Home/'); + echo(' https://github.com/adobe-type-tools/cmap-resources'); exit(1); } diff --git a/web/viewer.html b/web/viewer.html index cd6034ff9..7140edf9f 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -14,8 +14,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -Adobe CMap resources are covered by their own copyright and license: -http://sourceforge.net/adobe/cmap/wiki/License/ +Adobe CMap resources are covered by their own copyright but the same license: + + Copyright 1990-2015 Adobe Systems Incorporated. + +See https://github.com/adobe-type-tools/cmap-resources -->