1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Update Adobe CMaps URL and license

They are now using Apache 2.0 as well.
This commit is contained in:
Timothy Gu 2015-06-30 00:33:25 -07:00
parent 1b370da735
commit a5cfb0a73b
2 changed files with 6 additions and 3 deletions

View file

@ -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);
}