Browse Source

Update Adobe CMaps URL and license

They are now using Apache 2.0 as well.
Timothy Gu 10 years ago
parent
commit
a5cfb0a73b
  1. 2
      make.js
  2. 7
      web/viewer.html

2
make.js

@ -455,7 +455,7 @@ target.cmaps = function (args) { @@ -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);
}

7
web/viewer.html

@ -14,8 +14,11 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -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>

Loading…
Cancel
Save