From 6fc0fd2f79d39868b4e41ee63a073e95e8b72c1c Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Thu, 10 Mar 2016 17:14:56 -0800 Subject: readme: Move license information to LICENSE.md Closes #13 --- LICENSE.md | 35 +++++++++++++++++++++++++++++++++++ README.md | 35 ++++------------------------------- scfbuild-osx.yml | 6 +++--- scfbuild.yml | 6 +++--- 4 files changed, 45 insertions(+), 37 deletions(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..4c34d3d --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,35 @@ +# Licenses + +* Copyright 2016 Brad Erickson CC-BY-4.0 +* Copyright 2015 Ranks.com Inc. CC-BY-4.0 +* Copyright 2015 Twitter, Inc. CC-BY-4.0 + +## Artwork +* Applies to SVG file and TTF font files +* License: Creative Commons Attribution 4.0 International +* Human Readable License: http://creativecommons.org/licenses/by/4.0/ +* Complete Legal Terms: http://creativecommons.org/licenses/by/4.0/legalcode + +## Source Code +* Applies to everything else +* License: MIT +* Complete Legal Terms: http://opensource.org/licenses/MIT + +## Emoji One License +The SVG files of the [Emoji One](http://emojione.com/) project have been +modified to create the fallback emoji glyphs and used as-is for the SVGinOT +color glyphs. Files are stored in `assets/emojione-svg`. + +* Source: https://github.com/Ranks/emojione +* Art License: Creative Commons Attribution 4.0 International + +Please review the specific attribution requirements for commercial use of +Emoji One icons: http://emojione.com/licensing/ + +## Twitter Emoji for Everyone License +A few SVG files of the Twitter Emoji for Everyone project are used to fill in +where Emoji One is missing characters required to generate a font. Files are +stored in `assets/svg`. + +* Source: https://github.com/twitter/twemoji +* Art License: Creative Commons Attribution 4.0 International diff --git a/README.md b/README.md index 0f21ae3..3212dff 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ included for backwards/fallback compatibility. * [Install on Windows](#install-on-windows) * [Known issues](#known-issues) * [Building](#building) -* [Licenses](#licenses) +* [License](#license) ## Examples @@ -175,34 +175,7 @@ Or faster with multiple builds: `make -j 4` Let me know if you have ideas about making them look even better! I am not a font building professional and only recently learned how to do all of this.* 😋 -## Licenses +## License -### Artwork -* Applies to SVG files -* License: Creative Commons Attribution 4.0 International -* Human Readable License: http://creativecommons.org/licenses/by/4.0/ -* Complete Legal Terms: http://creativecommons.org/licenses/by/4.0/legalcode - -### Source Code -* Applies to everything else -* License: MIT -* Complete Legal Terms: http://opensource.org/licenses/MIT - -### Emoji One License -The SVG files of the [Emoji One](http://emojione.com/) project have been -modified to create the fallback emoji glyphs and used as-is for the SVGinOT -color glyphs. Files are stored in `assets/emojione-svg`. - -* Source: https://github.com/Ranks/emojione -* Art License: Creative Commons Attribution 4.0 International - -Please review the specific attribution requirements for commercial use of -Emoji One icons: http://emojione.com/licensing/ - -### Twitter Emoji for Everyone License -A few SVG files of the Twitter Emoji for Everyone project are used to fill in -where Emoji One is missing characters required to generate a font. Files are -stored in `assets/svg`. - -* Source: https://github.com/twitter/twemoji -* Art License: Creative Commons Attribution 4.0 International +The artwork and TTF fonts are licensed CC-BY-4.0. Please see +[LICENSE.md](LICENSE.md) for details. diff --git a/scfbuild-osx.yml b/scfbuild-osx.yml index ca141cd..cc4f389 100644 --- a/scfbuild-osx.yml +++ b/scfbuild-osx.yml @@ -13,9 +13,9 @@ glyph_translate_y: 150 color_transform: translate(0 -1788) scale(2.048) table_name: copyright: > - Copyright 2016 Brad Erickson CC-BY. - Copyright 2015 Ranks.com Inc. CC-BY. - Copyright 2015 Twitter, Inc. CC-BY. + Copyright 2016 Brad Erickson CC-BY-4.0 + Copyright 2015 Ranks.com Inc. CC-BY-4.0 + Copyright 2015 Twitter, Inc. CC-BY-4.0 family: Emoji One Color # Subfamily is also called Style or Weight. Often set to: Regular subfamily: Regular diff --git a/scfbuild.yml b/scfbuild.yml index 838dd3f..de46a7a 100644 --- a/scfbuild.yml +++ b/scfbuild.yml @@ -13,9 +13,9 @@ glyph_translate_y: 150 color_transform: translate(0 -1788) scale(2.048) table_name: copyright: > - Copyright 2016 Brad Erickson CC-BY. - Copyright 2015 Ranks.com Inc. CC-BY. - Copyright 2015 Twitter, Inc. CC-BY. + Copyright 2016 Brad Erickson CC-BY-4.0 + Copyright 2015 Ranks.com Inc. CC-BY-4.0 + Copyright 2015 Twitter, Inc. CC-BY-4.0 family: Emoji One Color # Subfamily is also called Style or Weight. Often set to: Regular subfamily: Regular -- cgit v1.2.3