mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-11 14:35:29 -04:00
extra attribution for Twemoji, Inter, and Hack. they're worth it.
[skip ci]
This commit is contained in:
@@ -39,6 +39,12 @@ docker run -v $(pwd):/src -p 1337:1337 jarv.is
|
||||
|
||||

|
||||
|
||||
Site content (everything in [`content/notes`](content/notes/)) is published under the [Creative Commons Attribution 4.0 International License](LICENSE.md) (CC-BY-4.0), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
|
||||
Site content (everything in [`content/notes`](content/notes/)) is published under the [**Creative Commons Attribution 4.0 International License**](LICENSE.md) (CC-BY-4.0), which means that you can copy, redistribute, remix, transform, and build upon the content for any purpose as long as you give appropriate credit.
|
||||
|
||||
All code in this repository (like my [Hugo theme](layouts/)) is published under the [MIT license](https://opensource.org/licenses/MIT).
|
||||
All original code in this repository (like my [Hugo theme](layouts/)) is published under the [**MIT License**](https://opensource.org/licenses/MIT).
|
||||
|
||||
External assets include:
|
||||
|
||||
- [**Twemoji**](https://twemoji.twitter.com/): Copyright (c) 2018 Twitter, Inc. and other contributors. [Licensed under CC-BY-4.0.](https://github.com/twitter/twemoji/blob/v12.1.5/LICENSE-GRAPHICS)
|
||||
- [**Inter**](https://rsms.me/inter/): Copyright (c) 2016-2019 The Inter Project Authors. [Licensed under the SIL Open Font License, Version 1.1.](https://github.com/rsms/inter/blob/v3.12/LICENSE.txt)
|
||||
- [**Hack**](https://sourcefoundry.org/hack/): Copyright (c) 2018 Source Foundry Authors. [Licensed under the MIT License.](https://github.com/source-foundry/Hack/blob/v3.003/LICENSE.md)
|
||||
|
||||
+20
-3
@@ -40,9 +40,26 @@
|
||||
|
||||
https://go.jarv.is/source
|
||||
|
||||
# LICENSE
|
||||
# LICENSES
|
||||
|
||||
All content is licensed under CC-BY-4.0, an
|
||||
open & permissive Creative Commons license.
|
||||
open & permissive Creative Commons license:
|
||||
|
||||
https://jarv.is/license.txt
|
||||
https://jarv.is/license.txt
|
||||
|
||||
Twemoji: Licensed under Creative Commons
|
||||
Attribution 4.0 International by Twitter, Inc.
|
||||
and other contributors:
|
||||
|
||||
https://twemoji.twitter.com/
|
||||
|
||||
Inter: Copyright (c) 2016-2019 The Inter
|
||||
Project Authors. Licensed under the SIL Open
|
||||
Font License, Version 1.1:
|
||||
|
||||
https://rsms.me/inter/
|
||||
|
||||
Hack: Copyright (c) 2018 Source Foundry
|
||||
Authors. Licensed under the MIT License:
|
||||
|
||||
https://sourcefoundry.org/hack/
|
||||
|
||||
Reference in New Issue
Block a user