mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
code review: add license header
This commit is contained in:
parent
d597577e30
commit
d54be467dc
1 changed files with 8 additions and 0 deletions
|
|
@ -1,4 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# This file is Free Software under the Apache-2.0 License
|
||||||
|
# without warranty, see README.md and LICENSES/Apache-2.0.txt for details.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2025 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||||
|
# Software-Engineering: 2025 Intevation GmbH <https://intevation.de>
|
||||||
|
|
||||||
# Script to generate the certificates used for testing.
|
# Script to generate the certificates used for testing.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue