Skip to content

Commit 0e242f8

Browse files
willieyzmkannwischer
authored andcommitted
lint: add missing copyright header
Signed-off-by: willieyz <willie.zhao@chelpis.com>
1 parent 0142c80 commit 0e242f8

File tree

11 files changed

+12
-0
lines changed

11 files changed

+12
-0
lines changed

.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 mldsa-native project authors
12
# SPDX-License-Identifier: Apache-2.0 OR ISC OR MIT
23

34
name: 'Custom config tests'

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

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

34
name: Setup libOQS

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright (c) The mldsa-native project authors
2+
13
version: 2
24
updates:
35
- package-ecosystem: github-actions

.github/workflows/all.yml

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

34
name: CI

.github/workflows/cbmc.yml

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

34
name: CBMC

.github/workflows/hol_light.yml

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

34
name: HOL-Light

.github/workflows/lint_markdown.yml

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

34
name: Lint-Markdown

BIBLIOGRAPHY.yml

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

34
- id: ACVP

META.yml

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

34
name: ML-DSA

proofs/cbmc/Makefile.common

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- mode: makefile -*-
22
# The first line sets the emacs major mode to Makefile
33

4+
# Copyright (c) The mldsa-native project authors
45
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
56
# SPDX-License-Identifier: MIT-0
67

0 commit comments

Comments
 (0)