Skip to content

Commit 8619252

Browse files
authored
Merge pull request #1017 from pq-code-package/missing_relicensing
Fix relicensing gap
2 parents 14524d2 + 9f715a3 commit 8619252

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: Apache-2.0 O ISC OR MIT
1+
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
22
# Last matching pattern has precedence
33

44
* @pq-code-package/pqcp-mlkem-native-admin

META.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# SPDX-License-Identifier: CC-BY-4.0
2+
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
33

44
# Helper script to query META.yml
55
#

nix/cbmc/0001-Do-not-download-sources-in-cmake.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: Apache-2.0
1+
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
22
diff --git a/src/solvers/CMakeLists.txt b/src/solvers/CMakeLists.txt
33
index 003a0d957b..79751ef8b2 100644
44
--- a/src/solvers/CMakeLists.txt

proofs/cbmc/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: Apache-2.0
1+
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
22

33
# Emitted when running CBMC proofs
44
**/logs

0 commit comments

Comments
 (0)