From 2a5ea21422f63fdd7c82673a7847e165d36a361d Mon Sep 17 00:00:00 2001 From: nixxquality Date: Wed, 4 Dec 2024 16:02:02 +0100 Subject: [PATCH] Fix CC0 link The old link broke at some point, and searching CC0 on tldrlegal now brings you to the current URL. --- pages/license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/license.md b/pages/license.md index 4bbf3ab..d7a0d4d 100644 --- a/pages/license.md +++ b/pages/license.md @@ -14,7 +14,7 @@ You are free to use the Project in any other project (even commercial projects) ## Sample Code -All demos and examples, whether in a Project's repository or displayed on a Project site, are released under the terms of the license as specified in the relevant repository. Many Projects choose to release their sample code under the terms of [CC0](https://tldrlegal.com/l/cc0-1.0). +All demos and examples, whether in a Project's repository or displayed on a Project site, are released under the terms of the license as specified in the relevant repository. Many Projects choose to release their sample code under the terms of [CC0](https://www.tldrlegal.com/license/creative-commons-cc0-1-0-universal). CC0 is even more permissive than the MIT license, allowing you to use the code in any manner you want, without any copyright headers, notices, or other attribution.