Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ We as members, contributors, and leaders pledge to make participation in our com

## Licensing

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).
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).
4 changes: 2 additions & 2 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ SPDX-PackageComment = "The code in this project may include calls to APIs (\"API
[[annotations]]
path = "**"
precedence = "closest"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and docs contributors"
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "2025 SAP SE or an SAP affiliate company and openMCP contributors"
SPDX-License-Identifier = "Apache-2.0"
2 changes: 1 addition & 1 deletion adrs/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ ValentinGerlach:
name: Valentin Gerlach
title: openMCP Contributor
url: https://github.com/ValentinGerlach
image_url: https://github.com/ValentinGerlach.png
image_url: /img/authors/ValentinGerlach.png
socials:
github: ValentinGerlach
2 changes: 1 addition & 1 deletion docs/about/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ To facilitate a nice environment for all, check out [our Code of Conduct](https:

## 🪙 Funding

![Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo](https://apeirora.eu/assets/img/BMWK-EU.png)
![Bundesministerium für Wirtschaft und Energie (BMWE)-EU funding logo](/img/BMWK-EU.png)
15 changes: 14 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,23 @@ const config: Config = {
label: 'GitHub',
href: 'https://github.com/openmcp-project',
},
{
label: 'Terms of Service',
href: 'https://www.sap.com/about/legal/terms-of-use.html',
},
{
label: 'Imprint',
href: 'https://www.sap.com/about/legal/impressum-se.html',
}
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} SAP SE or an SAP affiliate company and contributors. Built with Docusaurus.`,
copyright: `
Copyright © ${new Date().getFullYear()} SAP SE or an SAP affiliate company and openMCP contributors.
<br>
This site is hosted by <a href="https://pages.github.com/">GitHub Pages</a>.
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.
`,
},
prism: {
theme: prismThemes.github,
Expand Down
Binary file added static/img/BMWK-EU.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/authors/ValentinGerlach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.