Skip to content

Commit 7f30854

Browse files
committed
Clarify dots world map attribution
1 parent c587b41 commit 7f30854

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

LICENSE

+3-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4747
SOFTWARE.
4848

4949
## Dots world map
50-
[Dots world map](https://www.deviantart.com/snowfleikun/art/Dots-world-map-179891314)
50+
51+
"[Dots world map](https://www.deviantart.com/snowfleikun/art/Dots-world-map-179891314)"
5152
by [sNowFleikuN](https://www.deviantart.com/snowfleikun) is licensed under
52-
[CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
53+
[CC BY 3.0](https://creativecommons.org/licenses/by/3.0/) / Color changed from original.

src/components/Licenses.jsx

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import SiteLicense from "/LICENSE";
44
{/* Generated by https://creativecommons.org/choose/ */}
55
const ccAttribution = `
66
<li xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
7-
<a property="dct:title" rel="cc:attributionURL" href="https://www.deviantart.com/snowfleikun/art/Dots-world-map-179891314">Dots world map</a>
7+
"<a property="dct:title" rel="cc:attributionURL" href="https://www.deviantart.com/snowfleikun/art/Dots-world-map-179891314">Dots world map</a>"
88
by
99
<a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.deviantart.com/snowfleikun">sNowFleikuN</a>
1010
is licensed under
11-
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block">
12-
CC BY 3.0
11+
<a href="https://creativecommons.org/licenses/by/3.0/" target="_blank" rel="license noopener noreferrer" style="display: inline-block" class="text-decoration-none">
12+
<u>CC BY 3.0</u>
1313
<img style="height: 22px; margin-left: 3px; vertical-align: text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt="Creative Commons icon"/>
1414
<img style="height: 22px; margin-left: 3px; vertical-align: text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt="Creative Commons BY icon"/>
15-
</a>
15+
</a> / Color changed from original.
1616
</li>
1717
`;
1818

0 commit comments

Comments
 (0)