Skip to content

Commit 38e7239

Browse files
authored
Update licensing info in readme and docs (#381)
1 parent 93f33d3 commit 38e7239

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,8 @@ kubectl apply -f https://raw.githubusercontent.com/<org>/metal-operator/<tag or
104104

105105
More information can be found via the [Kubebuilder Documentation](https://book.kubebuilder.io/introduction.html)
106106

107-
## License
107+
## Licensing
108108

109-
Copyright 2024.
110-
111-
Licensed under the Apache License, Version 2.0 (the "License");
112-
you may not use this file except in compliance with the License.
113-
You may obtain a copy of the License at
114-
115-
http://www.apache.org/licenses/LICENSE-2.0
116-
117-
Unless required by applicable law or agreed to in writing, software
118-
distributed under the License is distributed on an "AS IS" BASIS,
119-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
120-
See the License for the specific language governing permissions and
121-
limitations under the License.
109+
Copyright 2025 SAP SE or an SAP affiliate company and IronCore contributors. Please see our [LICENSE](LICENSE) for
110+
copyright and license information. Detailed information including third-party components and their licensing/copyright
111+
information is available [via the REUSE tool](https://api.reuse.software/info/github.com/ironcore-dev/metal-operator).

docs/.vitepress/config.mts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,28 @@ export default withMermaid({
55
title: "Metal Operator",
66
description: "Kubernetes Operator to manage Bare Metal Servers",
77
base: "/metal-operator/",
8+
head: [['link', { rel: 'icon', href: 'https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg' }]],
89
themeConfig: {
910
// https://vitepress.dev/reference/default-theme-config
1011
nav: [
1112
{ text: 'Home', link: '/' },
1213
{ text: 'Concepts', link: '/concepts' },
1314
{ text: 'Usage', link: '/usage' },
15+
{ text: 'IronCore Documentation', link: 'https://ironcore-dev.github.io' },
1416
],
1517

18+
editLink: {
19+
pattern: 'https://github.com/ironcore-dev/metal-operator/blob/main/docs/:path',
20+
text: 'Edit this page on GitHub'
21+
},
22+
23+
footer: {
24+
copyright: 'Copyright © Linux Foundation Europe. IronCore is a project of Linux Foundation Europe. For applicable' +
25+
' policies including privacy policy, terms of use and trademark usage guidelines, please see ' +
26+
'<a href=https://linuxfoundation.eu>https://linuxfoundation.eu</a>. Linux is a registered trademark of ' +
27+
'Linus Torvalds.'
28+
},
29+
1630
logo: { src: 'https://raw.githubusercontent.com/ironcore-dev/ironcore/refs/heads/main/docs/assets/logo_borderless.svg', width: 24, height: 24 },
1731

1832
search: {

0 commit comments

Comments
 (0)