Skip to content

Commit a1415b6

Browse files
tistosneridagh
andauthored
Make the licenses that we use explicit (MIT, GPL, CC-BY). (#893)
Co-authored-by: Víctor Fernández de Alba <sneridagh@gmail.com>
1 parent 2ef8af6 commit a1415b6

4 files changed

Lines changed: 45 additions & 5 deletions

File tree

backend/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kitconcept.voltolighttheme Copyright 2025, Plone Foundatiuon
1+
kitconcept.voltolighttheme Copyright 2025, kitconcept GmbH
22

33
This program is free software; you can redistribute it and/or
44
modify it under the terms of the GNU General Public License version 2

docs/LICENSE

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Documentation and Design Specifications License
2+
================================================
3+
4+
Copyright 2025, kitconcept GmbH
5+
6+
Scope
7+
-----
8+
9+
This license applies to:
10+
- All documentation prose and text in this directory
11+
- Design specifications and visual guidelines
12+
- Illustrations, diagrams, and other visual assets
13+
14+
It does NOT apply to the source code of volto-light-theme (JavaScript,
15+
TypeScript, SCSS, design tokens), which is licensed under the MIT License.
16+
See frontend/packages/volto-light-theme/LICENSE for the software license.
17+
18+
License
19+
-------
20+
21+
Creative Commons Attribution 4.0 International (CC BY 4.0)
22+
23+
You are free to:
24+
25+
Share — copy and redistribute the material in any medium or format
26+
Adapt — remix, transform, and build upon the material for any purpose,
27+
even commercially.
28+
29+
Under the following terms:
30+
31+
Attribution — You must give appropriate credit to kitconcept GmbH,
32+
provide a link to the license, and indicate if changes were made.
33+
You may do so in any reasonable manner, but not in any way that
34+
suggests kitconcept GmbH endorses you or your use.
35+
36+
No additional restrictions — You may not apply legal terms or
37+
technological measures that legally restrict others from doing
38+
anything the license permits.
39+
40+
Full license text: https://creativecommons.org/licenses/by/4.0/legalcode

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
# -- Project information -----------------------------------------------------
2020

2121
project = "Volto Light Theme documentation"
22-
copyright = "kitconcept"
23-
author = "kitconcept, GmbH - VLT is an open source project created and maintained by kitconcept."
22+
copyright = "kitconcept GmbH"
23+
author = "kitconcept GmbH"
2424
trademark_name = "kitconcept"
2525
now = datetime.now()
2626
year = str(now.year)
@@ -118,7 +118,7 @@
118118
html_favicon = "_static/favicon.ico"
119119
html_theme_options = {
120120
"article_header_start": ["toggle-primary-sidebar"],
121-
"extra_footer": """<p>The text and illustrations in this website are licensed by <strong>kitconcept, GmbH</strong> under a Creative Commons Attribution 4.0 International license. Plone and the Plone® logo are registered trademarks of the Plone Foundation, registered in the United States and other countries. For guidelines on the permitted uses of the Plone trademarks, see <a href="https://plone.org/foundation/logo">https://plone.org/foundation/logo</a>. All other trademarks are owned by their respective owners.</p>
121+
"extra_footer": """<p>The documentation, design specifications, and visual assets on this website are licensed by kitconcept GmbH under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons Attribution 4.0 International license</a>. The source code of volto-light-theme is <a href="https://github.com/kitconcept/volto-light-theme/blob/main/frontend/packages/volto-light-theme/LICENSE" target="_blank" rel="noopener">MIT licensed</a>. Plone and the Plone® logo are registered trademarks of the Plone Foundation, registered in the United States and other countries. For guidelines on the permitted uses of the Plone trademarks, see <a href="https://plone.org/foundation/logo">https://plone.org/foundation/logo</a>. All other trademarks are owned by their respective owners.</p>
122122
<p>Pull request previews by <a href="https://readthedocs.org/" target="_blank">Read the Docs</a>.</p>""",
123123
"footer_end": ["version.html"],
124124
"icon_links": [

frontend/packages/volto-light-theme/src/components/Footer/slots/Copyright.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Copyright = () => {
4747
license: (
4848
<a
4949
className="item"
50-
href="https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html"
50+
href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"
5151
>
5252
<FormattedMessage
5353
id="GNU GPL license"

0 commit comments

Comments
 (0)