diff --git a/.gitignore b/.gitignore index 71f1ada..06393d3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,6 @@ debug.test # VS Code configuration .vscode/ # The generated VERSION file -VERSION +/VERSION cmd/shelldoc/shelldoc results.xml diff --git a/cmd/shelldoc/cmd/cmd_test.go b/cmd/shelldoc/cmd/cmd_test.go index 0c11207..05356af 100644 --- a/cmd/shelldoc/cmd/cmd_test.go +++ b/cmd/shelldoc/cmd/cmd_test.go @@ -1,6 +1,6 @@ // This file is part of shelldoc. // © 2023, Mirko Boehm and the shelldoc contributors -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: Apache-2.0 package cmd diff --git a/pkg/junitxml/writer.go b/pkg/junitxml/writer.go index 24dd019..c4509fa 100644 --- a/pkg/junitxml/writer.go +++ b/pkg/junitxml/writer.go @@ -1,3 +1,7 @@ +// This file is part of shelldoc. +// © 2023, Mirko Boehm and the shelldoc contributors +// SPDX-License-Identifier: LGPL-3.0 + package junitxml import ( diff --git a/pkg/junitxml/writer_test.go b/pkg/junitxml/writer_test.go index 1cf3a08..09f360d 100644 --- a/pkg/junitxml/writer_test.go +++ b/pkg/junitxml/writer_test.go @@ -1,3 +1,7 @@ +// This file is part of shelldoc. +// © 2023, Mirko Boehm and the shelldoc contributors +// SPDX-License-Identifier: Apache-2.0 + package junitxml import ( diff --git a/pkg/run/context.go b/pkg/run/context.go index 3023630..a15a26b 100644 --- a/pkg/run/context.go +++ b/pkg/run/context.go @@ -1,3 +1,7 @@ +// This file is part of shelldoc. +// © 2023, Mirko Boehm and the shelldoc contributors +// SPDX-License-Identifier: LGPL-3.0 + package run import ( diff --git a/pkg/run/interactions.go b/pkg/run/interactions.go index a026399..5955cc9 100644 --- a/pkg/run/interactions.go +++ b/pkg/run/interactions.go @@ -1,3 +1,7 @@ +// This file is part of shelldoc. +// © 2023, Mirko Boehm and the shelldoc contributors +// SPDX-License-Identifier: LGPL-3.0 + package run import ( diff --git a/pkg/version/version.go b/pkg/version/version.go index fa84489..58c647f 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -1,6 +1,6 @@ // This file is part of shelldoc. // © 2023, Mirko Boehm and the shelldoc contributors -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: LGPL-3.0 package version