Skip to content

Commit a5e6199

Browse files
mkannwischerhanno-becker
authored andcommitted
Add copyright header to Makefiles and .yml files and extend lint
A couple of files in mlkem-native are lacking copyright headers for no good reason. This commit adds the copyright headers and extends the lint script to also cover Makefiles, .mk files, and .yml files. Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
1 parent cd0e18a commit a5e6199

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+48
-1
lines changed

.github/actions/bench/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Bench mlkem-native

.github/actions/cbmc/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: CBMC

.github/actions/config-variations/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: 'Custom config tests'

.github/actions/ct-test/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: CT Test

.github/actions/functest/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Functional tests

.github/actions/lint/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Lint

.github/actions/multi-functest/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Multiple Functional tests

.github/actions/setup-apt/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Dependencies (apt)

.github/actions/setup-aws-lc/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Setup AWS-LC

.github/actions/setup-brew/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) The mlkem-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: Dependencies (apt)

0 commit comments

Comments
 (0)