Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update file header and templates #240

Merged
merged 2 commits into from
Jan 31, 2024
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
86 changes: 86 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"fileHeaderComment.parameter": {
"*": {
"commentbegin": "/********************************************************************************",
"commentend": " ********************************************************************************/",
"commentprefix": "",
"commentbegin#": "###############################################################",
"commentend#": "###############################################################",
"commentprefix#": "#",
"commentbegin<!->": "<!--",
"commentend<!->": "-->",
"commentprefix<!->": "-",
"cx_header_default": [
"* Copyright (c) 2024 Contributors to the Eclipse Foundation",
" *",
" * See the NOTICE file(s) distributed with this work for additional",
" * information regarding copyright ownership.",
" *",
" * This program and the accompanying materials are made available under the",
" * terms of the Apache License, Version 2.0 which is available at",
" * https://www.apache.org/licenses/LICENSE-2.0.",
" *",
" * Unless required by applicable law or agreed to in writing, software",
" * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT",
" * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the",
" * License for the specific language governing permissions and limitations",
" * under the License.",
" *",
" * SPDX-License-Identifier: Apache-2.0"
],
"cx_header_with_#": [
"Copyright (c) 2024 Contributors to the Eclipse Foundation",
"",
" See the NOTICE file(s) distributed with this work for additional",
" information regarding copyright ownership.",
"",
" This program and the accompanying materials are made available under the",
" terms of the Apache License, Version 2.0 which is available at",
" https://www.apache.org/licenses/LICENSE-2.0.",
"",
" Unless required by applicable law or agreed to in writing, software",
" distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT",
" WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the",
" License for the specific language governing permissions and limitations",
" under the License.",
"",
" SPDX-License-Identifier: Apache-2.0"
],
"cx_header_with_<!->": [
"Copyright (c) 2024 Contributors to the Eclipse Foundation",
"-",
"- See the NOTICE file(s) distributed with this work for additional",
"- information regarding copyright ownership.",
"-",
"- This program and the accompanying materials are made available under the",
"- terms of the Apache License, Version 2.0 which is available at",
"- https://www.apache.org/licenses/LICENSE-2.0.",
"-",
"- Unless required by applicable law or agreed to in writing, software",
"- distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT",
"- WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the",
"- License for the specific language governing permissions and limitations",
"- under the License.",
"-",
"- SPDX-License-Identifier: Apache-2.0"
]
}
},
"fileHeaderComment.template": {
"cx_header_default": [
"${commentbegin}",
"${commentprefix} ${cx_header_default}",
"${commentend}"
],
"cx_header_with_<!->": [
"${commentbegin<!->}",
"${commentprefix<!->} ${cx_header_with_<!->}",
"${commentend<!->}"
],
"cx_header_with_#": [
"${commentbegin#}",
"${commentprefix#} ${cx_header_with_#}",
"${commentend#}"
]
}
}
16 changes: 16 additions & 0 deletions FILEHEADER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Copyright and License Header

Where possible, all source code, property files, and metadata files (including application, test, and generated source code as well as other types of files such as XML, HTML, etc.) must include a header with appropriate copyright and license notices.

## Use the 'File Header Comment' VS Code extension

It's recommended to use the [File Header Comment](https://marketplace.visualstudio.com/items?itemName=doi.fileheadercomment) VS Code extension because it allows us to share the header within the team by the .vscode/settings.json.

Install the extension and assign some [keyboard shortcut](https://code.visualstudio.com/docs/getstarted/keybindings#_keyboard-shortcuts-editor) to the extension insertFileHeaderCommentOther, Ctrl+Alt+I for instance.

Every time you create a new file or edit a file that you created and doesn't yet have a header, use the keyboard shortcut to insert the according header template in the file.

Currently the following templates are available:

- cx_header_default
- cx*header_with*#
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ Offer Change Messages, triggered by the api endpoint
| Topic | Notification Type | Content | UI Message | Receiver |
| ----- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ |
| INFO | SUBSCRIPTION_URL_UPDATE | {"appId":"{offer.id}",<br>"appName":"{offer.name}",<br>"oldUrl":"{app_subscription_details.url}"<br>"newUrl":"{app_subscription_details.url}" | Triggered from the FE locales file<br> "App URL {appName} updated<br>The app provider has changed the stored App Instance URL for your subscribed app {AppName}." | tbd |
| INFO | APP_ROLE_ADDED | {"AppName":"{offer.name}","Roles":["{user_roles.name}"]} | <img width="584" alt="image" src="https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/notification-example.png"> | app customer |
| INFO | APP_ROLE_ADDED | {"AppName":"{offer.name}","Roles":["{user_roles.name}"]} | <img width="584" alt="image" src="https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/notification-example.png"> | app customer |

<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion docs/static/CompanyApplicationTypes.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/CompanySsiDatabase.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/IdentityProvidersUpdate.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/PortalRoleAndPermissionMatrix.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/ServiceDetails.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextCenterAligned.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextCenterAlignedBody2.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextCenterAlignedWithCardGrid.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextImageCenterAligned.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextImageSideBySide.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextImageSideBySideWithCardGrid.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextImageSideBySideWithLinks.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextImageSideBySideWithSections.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/TextVideoSideBySide.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/VideoTextSideBySide.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/additional-roles-screen.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/agreement-file-upload.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/agreements-db-schema.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-access-management.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-subscription-activation-screen.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-subscription-data-mapping.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-subscription-details.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-subscription-overview.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/app-unsubscribe-list.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/assigned-portal-roles.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

2 changes: 1 addition & 1 deletion docs/static/bpdm-golden-record-overview.png.license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- SPDX-FileCopyrightText: Copyright (c) 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-assets

Loading
Loading