Switch license to CC BY-NC-SA 4.0 Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 06 Aug 2019 18:35:12 +0530
13 files changed,
25 insertions(+),
15 deletions(-)
jump to
M
build/about/index.html
→
build/about/index.html
@@ -76,13 +76,13 @@
<p>This site uses no cookies, and I’m generally not interested in any form of tracking/analytics. However, my DNS and SSL provider, CloudFlare, does collect basic data like site hits and demographics. I’ve been meaning to get rid of it, but laziness has gotten the best of me. </p> -<p>The entirety of the content on my site is licensed under <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal</a>. -The source code for the site is licensed under the <a href="https://opensource.org/licenses/MIT">MIT</a> license.</p> +<p>The entirety of the content on my site is licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>. +The source code for the site is licensed under <a href="https://opensource.org/licenses/MIT">MIT</a>.</p> - <hr /> </div> + <hr /> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/blog/fb50/index.html
→
build/blog/fb50/index.html
@@ -248,7 +248,7 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/blog/index.html
→
build/blog/index.html
@@ -48,7 +48,7 @@
</div> <hr /> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/blog/my-setup/index.html
→
build/blog/my-setup/index.html
@@ -87,7 +87,7 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/blog/python-for-re-1/index.html
→
build/blog/python-for-re-1/index.html
@@ -327,7 +327,7 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/blog/rop-on-arm/index.html
→
build/blog/rop-on-arm/index.html
@@ -258,7 +258,7 @@ </div>
<hr /> <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:icyph0x@pm.me">icyph0x@pm.me</a>.</p> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/index.html
→
build/index.html
@@ -66,7 +66,7 @@
</div> <hr /> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/reading/index.html
→
build/reading/index.html
@@ -52,7 +52,7 @@
</div> <hr /> <footer> - <img src="https://licensebuttons.net/p/zero/1.0/80x15.png"> + <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a> </footer> </body> </div>
M
build/static/style.css
→
build/static/style.css
@@ -181,6 +181,11 @@ all: initial;
* { all: unset; } } +footer a:hover { + all: initial; + * { all: unset; } +} + h1, h2, h3 { font-weight: normal; }
M
config.py
→
config.py
@@ -9,5 +9,5 @@ <a href="/reading">reading</a>
<a href="https://twitter.com/icyphox">twitter</a> <a href="/about">about</a> """ -footer = """<img src="https://licensebuttons.net/p/zero/1.0/80x15.png">""" +footer = """<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://licensebuttons.net/l/by-nc-sa/4.0/80x15.png"></a>""" template = 'index.html' # default is index.html
M
pages/about.md
→
pages/about.md
@@ -41,5 +41,5 @@
This site uses no cookies, and I'm generally not interested in any form of tracking/analytics. However, my DNS and SSL provider, CloudFlare, does collect basic data like site hits and demographics. I've been meaning to get rid of it, but laziness has gotten the best of me. -The entirety of the content on my site is licensed under [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/). -The source code for the site is licensed under the [MIT](https://opensource.org/licenses/MIT) license. +The entirety of the content on my site is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). +The source code for the site is licensed under [MIT](https://opensource.org/licenses/MIT).
M
static/style.css
→
static/style.css
@@ -181,6 +181,11 @@ all: initial;
* { all: unset; } } +footer a:hover { + all: initial; + * { all: unset; } +} + h1, h2, h3 { font-weight: normal; }
M
templates/about.html
→
templates/about.html
@@ -30,8 +30,8 @@ <body>
<div class="content"> <div class="left"> {{ body }} - <hr /> </div> + <hr /> <footer> {{ footer }} </footer>