Skip to content

Commit cc0da13

Browse files
committed
chore: Fix LICENSE issues that popped up during debian review
1 parent a4c500b commit cc0da13

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ cython_debug/
147147

148148
gallia.toml
149149
.ruff_cache
150+
151+
# The debian build process generates this one.
152+
.pybuild

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: AISEC Pentesting Team
22
#
3-
# SPDX-License-Identifier: CC0-1.0
3+
# SPDX-License-Identifier: Apache-2.0
44

55
FROM debian:stable
66

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: AISEC Pentesting Team
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
default:
26
@just --list
37

tests/bats/run_bats.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# SPDX-FileCopyrightText: AISEC Pentesting Team
44
#
5-
# SPDX-License-Identifier: CC0-1.0
5+
# SPDX-License-Identifier: Apache-2.0
66

77
set -eu
88

0 commit comments

Comments
 (0)