From 02fc79af8388e4bc85ed1f3d871eb0828c76ba05 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Fri, 23 Jul 2021 11:39:54 +1000 Subject: [PATCH] Add: attribution example ### What/Why this PR? * To make it easy for developers correctly attribute. A simple example template. Otherwise, as in my case, I had to look at Creative Commons Attribution example, and cobbled together all the information etc. * Hopefully this is useful. If not, please feel free emend/edit/close. My hearty thanks to contributors and to all who make this project possible. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b65f3e79..1aa31bae 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,19 @@ As an open source project, attribution is critical from a legal, practical and m However, we consider the guide a bit onerous and as a project, will accept a mention in a project README or an 'About' section or footer on a website. In mobile applications, a common place would be in the Settings/About section (for example, see the mobile Twitter application Settings->About->Legal section). We would consider a mention in the HTML/JS source sufficient also. +
+ Javascript Source - Attribution Example +If you're using a bundling tool, perhaps make sure that readers can view source. +
+```js + +``` +
+ ## Community Projects * [Twemoji Amazing](https://github.com/SebastianAigner/twemoji-amazing) by [@SebastianAigner](https://github.com/SebastianAigner): Use Twemoji using CSS classes (like [Font Awesome](http://fortawesome.github.io/Font-Awesome/)).