Skip to content

Commit

Permalink
Add missing licensing info
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Sep 7, 2023
1 parent 73f25a5 commit ec66099
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/singleview/vulnerabilities/Vulnerabilities.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
This file is Free Software under the MIT License
without warranty, see README.md and LICENSES/MIT.txt for details.
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
Software-Engineering: 2023 Intevation GmbH <https://intevation.de
-->
<script lang="ts">
import { appStore } from "$lib/store";
import Vulnerability from "./Vulnerability.svelte";
Expand Down
9 changes: 9 additions & 0 deletions src/lib/singleview/vulnerabilities/Vulnerability.svelte
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!--
This file is Free Software under the MIT License
without warranty, see README.md and LICENSES/MIT.txt for details.
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: 2023 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
Software-Engineering: 2023 Intevation GmbH <https://intevation.de
-->
<script lang="ts">
import Collapsible from "$lib/Collapsible.svelte";
import { appStore } from "$lib/store";
Expand Down

0 comments on commit ec66099

Please sign in to comment.