Skip to content

Commit

Permalink
fix(legal-notice): re-introduce placeholder values (#378)
Browse files Browse the repository at this point in the history
The placeholder values need to be replaced with the actual values during the build process and they were accidentally removed in the course of #89.
  • Loading branch information
evegufy authored Nov 27, 2023
1 parent 8cd0832 commit fdbad96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/assets/notice/legal-notice.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@catena-x/portal-shared-components-app",
"repositoryPath": "/",
"license": "Apache-2.0",
"licensePath": "//blob//LICENSE",
"noticePath": "//blob//NOTICE.md",
"sourcePath": "//tree/",
"commitId": "2cd1db3f218abe41889ed68f0bcf25b7375c8aeb"
"name": "NAME_PLACEHOLDER",
"repositoryPath": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER",
"license": "LICENSE_PLACEHOLDER",
"licensePath": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER/blob/REF_PLACEHOLDER/LICENSE",
"noticePath": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER/blob/REF_PLACEHOLDER/NOTICE.md",
"sourcePath": "SERVER_URL_PLACEHOLDER/REPOSITORY_PLACEHOLDER/tree/REF_PLACEHOLDER",
"commitId": "COMMIT_ID_PLACEHOLDER"
}

0 comments on commit fdbad96

Please sign in to comment.