mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Add package comments to make revive happy.
This commit is contained in:
parent
c4b70d20cd
commit
5b60e7d728
6 changed files with 24 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
// SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
|
||||
|
||||
// Package main implements the csaf_aggregator tool.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
// SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
|
||||
|
||||
// Package main implements the csaf_checker tool.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
// SPDX-FileCopyrightText: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
|
||||
|
||||
// Package main implements the csaf_downloader tool.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
// SPDX-FileCopyrightText: 2021 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2021 Intevation GmbH <https://intevation.de>
|
||||
|
||||
// Package main implements the csaf_provider.
|
||||
package main
|
||||
|
||||
import (
|
||||
|
|
|
|||
10
csaf/doc.go
Normal file
10
csaf/doc.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// 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: 2022 German Federal Office for Information Security (BSI) <https://www.bsi.bund.de>
|
||||
// Software-Engineering: 2022 Intevation GmbH <https://intevation.de>
|
||||
|
||||
// Package csaf contains the core data models used by the csaf distribution.
|
||||
package csaf
|
||||
10
util/doc.go
Normal file
10
util/doc.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// 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>
|
||||
|
||||
// Package util implements several utilities functions and types.
|
||||
package util
|
||||
Loading…
Add table
Add a link
Reference in a new issue