Skip to content

Commit 4d853a4

Browse files
committed
Relicense to CC-BY
1 parent eba4314 commit 4d853a4

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

File renamed without changes.

content/configs

content/sources/30blog

content/sources/30code

content/sources/30css

Submodule 30css updated from d720296 to 616d946

content/sources/30git

Submodule 30git updated from b086184 to ac081f1

content/sources/30python

content/sources/30react

src/lang/en/about/license.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p class="f-justify">In order for the code provided via 30 seconds of code to be as accessible and useful as
2-
possible, all of the snippets are licensed under the CC0-1.0 License, meaning they are absolutely
2+
possible, all of the snippets are licensed under the CC-BY-4.0 License, meaning they are absolutely
33
free to use in any project you like. If you like what we do, you can always credit us, but that is not mandatory.
44
Additionally, if you share any of the content on this website as part of educational material, make sure to include a
55
link back to this website, so that readers can more easily find the original content and any updates to it.</p>
@@ -8,5 +8,5 @@
88
owners of the <a href="https://github.com/30-seconds?type=source" target="_blank">30 seconds of code GitHub
99
organization</a>.
1010
The only exception to this is the usage of the <em>30-seconds-of-</em> name in
11-
open source projects, licensed under the CC0-1.0 License and hosted on GitHub, if their README and website clearly
11+
open source projects, licensed under the CC-BY-4.0 License and hosted on GitHub, if their README and website clearly
1212
state that they are unofficial projects and in no way affiliated with the organization.</p>

src/lang/en/client/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const literals = {
66
cookies: 'Cookies',
77
copyright: 'Website, name & logo © 2017-2021 ',
88
snippetLicense: 'Individual snippets licensed under ',
9-
ccLicense: 'CC0-1.0',
9+
ccLicense: 'CC-BY-4.0',
1010
poweredBy: 'Powered by ',
1111
netlify: 'Netlify',
1212
next: 'Next.js',

0 commit comments

Comments
 (0)