From 8832ed59b99790ac95062f96f5c7d32f9eeea236 Mon Sep 17 00:00:00 2001 From: Sylwia Brant Date: Thu, 26 Nov 2020 15:02:26 +0100 Subject: [PATCH] CC license --- LICENSE => LICENSE.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) rename LICENSE => LICENSE.md (93%) diff --git a/LICENSE b/LICENSE.md similarity index 93% rename from LICENSE rename to LICENSE.md index 261eeb9e..9a932f81 100644 --- a/LICENSE +++ b/LICENSE.md @@ -1,7 +1,13 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ +# License +## Code + +### Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. @@ -176,7 +182,6 @@ END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. - To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include @@ -185,17 +190,24 @@ file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - + + http://www.apache.org/licenses/LICENSE-2.0 + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +## Content + +[Creative Commons Atribution-ShareAlike 4.0](Thttps://creativecommons.org/licenses/by-sa/4.0/) license applies, unless otherwise stated to the +content created as part of this website, such as the Asciidoc or Markdown files +inside of `website/content/`. + +Creative Commons Licence
This work is licensed under a Creative Commons Attribution 4.0 International License. \ No newline at end of file