Skip to content

Commit d7d0203

Browse files
committed
Add SPDX license information to EVERYWHERE
1 parent 9f1f577 commit d7d0203

File tree

149 files changed

+623
-1548
lines changed

Some content is hidden

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

149 files changed

+623
-1548
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
AllowShortIfStatementsOnASingleLine: WithoutElse
25
AllowShortLoopsOnASingleLine: true
36
AllowShortFunctionsOnASingleLine: InlineOnly

.clang-format-ignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
build

.clang-tidy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
Checks: '*,modernize-*'

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
build
25
data

.github/license-check/header-AGPLv3.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/license-check/license-config.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
name: CI
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
4+
name: OpenPFC CI
25

36
on:
47
push:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
.vscode
25
build
36
result

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
14
[submodule "docs/doxygen-awesome-css"]
25
path = docs/doxygen-awesome-css
36
url = https://github.com/jothepro/doxygen-awesome-css.git

.reuse/config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[reuse]
2+
exclude = \
3+
build \
4+
.clang-format \
5+
.editorconfig \
6+
.gitignore \
7+
flake.lock \
8+
flake.nix \
9+
README.md \
10+
CHANGELOG.md \
11+
CMakeLists.txt \
12+
cmake/
13+
/build/env-vars

0 commit comments

Comments
 (0)