Skip to content

Commit 6678772

Browse files
committed
Web: Clarify license of website contents
1 parent dbca656 commit 6678772

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

NOTICE

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
This product includes software developed by third parties under permissive
1+
The Apache License, Version 2.0 applies to the source code and contents of this
2+
repository unless otherwise noted.
3+
4+
Certain contents (e.g., company logos, legal documents...) may not be licensed
5+
under the Apache License 2.0. In such cases, see the `LICENSE` file located in
6+
the directories that contain those items for more information.
7+
8+
This product also includes software developed by third parties under permissive
29
licenses that allow for redistribution, either under the terms of the License
310
or under their own terms.
411

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const config: Config = {
147147
],
148148
},
149149
],
150-
copyright: `Copyright © ${new Date().getFullYear()} Appentra Solutions, S.L.`,
150+
copyright: `Copyright © ${new Date().getFullYear()} Appentra Solutions, S.L. - Contents licensed under the Apache License, Version 2.0; see <a href="https://github.com/codee-com/open-catalog/blob/main/NOTICE" target="_blank">NOTICE</a> for exceptions`,
151151
},
152152
prism: {
153153
theme: prismThemes.github,

static/pages/legal/license-notice.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ custom_edit_url: null
77

88
# License notice
99

10-
In compliance with open-source licensing obligations, this License notice
11-
details the licenses associated with components used in this project.
12-
1310
This License notice applies to the website https://open-catalog.codee.com/
1411
(hereinafter, "Website").
1512

16-
## Licenses used in this website
13+
## Third-party software used in the Website
14+
15+
In compliance with open-source licensing obligations, this License notice
16+
details the licenses associated with third-party software components used to
17+
power the Website.
1718

18-
The following software components and libraries are used to power the Website
19-
and are subject to their respective open-source licenses:
19+
The following software components are used and are subject to their respective
20+
open-source licenses:
2021

2122
### Docusaurus
2223

@@ -26,3 +27,9 @@ deploying, and maintaining documentation websites. We use Docusaurus to power
2627
the overall structure and functionality of the Website.
2728
- **More information**: For more information, please visit
2829
[Docusaurus' license page](https://github.com/facebook/docusaurus/blob/main/LICENSE)
30+
31+
## Website contents
32+
33+
Contents licensed under the Apache License, Version 2.0. See this
34+
[`NOTICE`](https://github.com/codee-com/open-catalog/blob/main/NOTICE) for
35+
exceptions.

0 commit comments

Comments
 (0)