Skip to content

Commit

Permalink
Add license information. (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Dec 13, 2022
1 parent 84900bc commit f85f3a6
Show file tree
Hide file tree
Showing 7 changed files with 1,344 additions and 0 deletions.
12 changes: 12 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
The documentation (text in the docs folder) is licensed under CC Attribution 4.0 International (CC BY 4.0) [1].
See LICENSE_CC4.

Code samples inside the documentation are licensed under BSD0 [2].
See LICENSE_BSD0.

Code that is used to serve the documentation (React code in src, ...) is licensed under LGPL 2.1 [3].
See LICENSE_LGPL.

[1] https://creativecommons.org/licenses/by/4.0/
[2] https://spdx.org/licenses/BSD-0-Clause.html
[3] https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
14 changes: 14 additions & 0 deletions LICENSE_BSD0
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Zero-Clause BSD License

Copyright (C) 2022 Toitware ApS

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
396 changes: 396 additions & 0 deletions LICENSE_CC4

Large diffs are not rendered by default.

504 changes: 504 additions & 0 deletions LICENSE_LGPL

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions docs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The documentation (text in this 'docs' folder) is licensed under CC Attribution 4.0 International (CC BY 4.0) [1].
See LICENSE_CC4.

Code samples inside the documentation are licensed under BSD0 [2].
See LICENSE_BSD0.

[1] https://creativecommons.org/licenses/by/4.0/
[2] https://spdx.org/licenses/BSD-0-Clause.html
14 changes: 14 additions & 0 deletions docs/LICENSE_BSD0
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Zero-Clause BSD License

Copyright (C) 2021 Toitware Aps

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
Loading

0 comments on commit f85f3a6

Please sign in to comment.