aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar Bram Stein <blsteingmailcom>2022-09-28 11:14:13 +0200
committerLibravatarLarge Libravatar GitHub <noreplygithubcom>2022-09-28 11:14:13 +0200
commit38adf26481a1db2a5b2afa185b92d938744466c2 (patch)
tree0783f032865ffc3aa8af384389ccb1c9ccccc83c
parenta43acb00bc0bec0a16885046bf16f3facb99d2e2 (diff)
parent86b5d609c5213baec0b3e84a1777cca6f50cc928 (diff)
downloadsfnt2woff-zopfli-38adf26481a1db2a5b2afa185b92d938744466c2.tar.gz
sfnt2woff-zopfli-38adf26481a1db2a5b2afa185b92d938744466c2.tar.bz2
sfnt2woff-zopfli-38adf26481a1db2a5b2afa185b92d938744466c2.tar.lz
sfnt2woff-zopfli-38adf26481a1db2a5b2afa185b92d938744466c2.zip

Merge pull request #15 from bkmgit/link-update

HEADmaster

Use web archive

-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b8d4722..487084a 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,8 @@ This will compile two utilities `sfnt2woff-zopfli` to convert OpenType files to
## Licensing
-The WOFF portion of the code is taken from [sfnt2woff](https://people.mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL.
+The WOFF portion of the code is taken from [sfnt2woff](https://web.archive.org/web/20170630235618/https://people-mozilla.org/~jkew/woff/), which is licensed under the MPL/GPL/LGPL. The [Zopfli implementation](https://code.google.com/p/zopfli/) is licensed under the Apache License. My modifications to `woff.c` are also licensed under the MPL/GPL/LGPL.
## Alternative
-You can also use the [ttf2woff tool](http://wizard.ae.krakow.pl/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli.
+You can also use the [ttf2woff tool](https://torinak.com/~jb/ttf2woff/), which also converts OpenType files to WOFF using Zopfli, but is exclusively licensed under the GPL. However it doesn't have a command line option for the number of Zopfli iterations and thus can't create files as small as sfnt2woff-zopfli.