Skip to content

Commit

Permalink
add SPDX header
Browse files Browse the repository at this point in the history
Signed-off-by: Heiko Thiery <[email protected]>
  • Loading branch information
hthiery committed Oct 8, 2024
1 parent d6657e3 commit 59694cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions bsl.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down
1 change: 1 addition & 0 deletions bsl.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down
1 change: 1 addition & 0 deletions common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down
1 change: 1 addition & 0 deletions script.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: BSD-2-Clause
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down
1 change: 1 addition & 0 deletions script.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
/*
* Copyright (c) 2024 Kontron Europe GmbH
*
Expand Down

0 comments on commit 59694cc

Please sign in to comment.