[Pkg-javascript-commits] [pdf.js] 22/157: Update Adobe CMaps URL and license
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 06:46:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit a5cfb0a73b21ac7f02aef643a200a81865e3472e
Author: Timothy Gu <timothygu99 at gmail.com>
Date: Tue Jun 30 00:33:25 2015 -0700
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 0c8380c..5c73b02 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 cd6034f..7140edf 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
-->
<html dir="ltr" mozdisallowselectionprint moznomarginboxes>
<head>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list