Skip to content

Commit bcef2d5

Browse files
chore: compliance (#11)
* Update footer * Do not load images from external sources * Update copyright text
1 parent ccea093 commit bcef2d5

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ We as members, contributors, and leaders pledge to make participation in our com
4848

4949
## Licensing
5050

51-
Copyright 2025 SAP SE or an SAP affiliate company and docs contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmcp-project/docs).
51+
Copyright 2025 SAP SE or an SAP affiliate company and openMCP contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/openmcp-project/docs).

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (\"API
66
[[annotations]]
77
path = "**"
88
precedence = "closest"
9-
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and docs contributors"
10-
SPDX-License-Identifier = "Apache-2.0"
9+
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and openMCP contributors"
10+
SPDX-License-Identifier = "Apache-2.0"

adrs/authors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ ValentinGerlach:
22
name: Valentin Gerlach
33
title: openMCP Contributor
44
url: https://github.com/ValentinGerlach
5-
image_url: https://github.com/ValentinGerlach.png
5+
image_url: /img/authors/ValentinGerlach.png
66
socials:
77
github: ValentinGerlach

docs/about/project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ To facilitate a nice environment for all, check out [our Code of Conduct](https:
2929

3030
## 🪙 Funding
3131

32-
![Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo](https://apeirora.eu/assets/img/BMWK-EU.png)
32+
![Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo](/img/BMWK-EU.png)

docusaurus.config.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,23 @@ const config: Config = {
144144
label: 'GitHub',
145145
href: 'https://github.com/openmcp-project',
146146
},
147+
{
148+
label: 'Terms of Service',
149+
href: 'https://www.sap.com/about/legal/terms-of-use.html',
150+
},
151+
{
152+
label: 'Imprint',
153+
href: 'https://www.sap.com/about/legal/impressum-se.html',
154+
}
147155
],
148156
},
149157
],
150-
copyright: `Copyright © ${new Date().getFullYear()} SAP SE or an SAP affiliate company and contributors. Built with Docusaurus.`,
158+
copyright: `
159+
Copyright © ${new Date().getFullYear()} SAP SE or an SAP affiliate company and openMCP contributors.
160+
<br>
161+
This site is hosted by <a href="https://pages.github.com/">GitHub Pages</a>.
162+
Please see the <a href="https://docs.github.com/en/github/site-policy/github-privacy-statement">GitHub Privacy Statement</a> for any information how GitHub processes your personal data.
163+
`,
151164
},
152165
prism: {
153166
theme: prismThemes.github,

static/img/BMWK-EU.png

61.8 KB
Loading
7.67 KB
Loading

0 commit comments

Comments
 (0)