1
0
Fork 0
forked from fun/fun

Moved the website code to ./web/ to make it easier to maintain for me. No code changes. (0.40.5)

This commit is contained in:
Johannes Findeisen 2026-04-10 22:36:29 +02:00
commit 71576be449
71 changed files with 3354 additions and 1 deletions

View file

@ -0,0 +1,19 @@
---
layout: page
published: true
noToc: true
title: Copyright
description: The copyright for the content at fun-lang.xyz.
permalink: /copyright/
tags:
- license
- copyright
metasub: projects
---
The contents of this website (unless otherwise noted) are licensed under a non-commercial share-alike license. This means (among other things) that you may not put my content on a web page that contains a paywall, Google AdWords or any other similar advertising, and you may not use any automated system to take an RSS feed from my blog (either directly, via Feedburner, or via a Planet installation or other syndication service that includes my posts) and post it to another blog for commercial purposes (which includes attempts to increase page-rank or other SEO).
So, all content is licensed under an [{{ site.license_name }} ({{ site.license }})]({{ site.license_url }}){:class="ext"} license if not otherwise mentioned. You must [contact](/contact/){:class="ext"} me and ask for permission if you want to use some of my content for commercial purposes.
Original source: [https://doc.coker.com.au/legal/blog-license/](https://doc.coker.com.au/legal/blog-license/){:class="ext"} - I modified the content to what you read above.