Skip to content

Commit 32c69d9

Browse files
FlamefireFlow86
authored andcommitted
Add some missing copyright+license headers
1 parent dde3c33 commit 32c69d9

152 files changed

Lines changed: 1075 additions & 1 deletion

File tree

Some content is hidden

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

.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
---
26
Language: Cpp
37
AccessModifierOffset: -4

.clang-tidy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
---
26
Checks: >-
37
boost-*,

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
# Set the default behavior, in case people don't have core.autocrlf set.
26
* text=auto
37
#sources

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2018 - 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
on:
26
push:
37
tags:

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2018 - 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
name: Static analysis
26

37
on:

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2018 - 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
name: Unit tests
26

37
on:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (c) 2016 - 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
*.bak
26
*.cproject
37
*.opensdf

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
[submodule "libendian"]
26
url = https://github.com/Return-To-The-Roots/libendian.git
37
path = external/libendian

.markdownlint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
# SPDX-FileCopyrightText: 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: CC0-1.0
4+
15
default: true
26
line_length: false

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Copyright (C) 2018 - 2021 Settlers Freaks <sf-team at siedler25.org>
2+
#
3+
# SPDX-License-Identifier: GPL-2.0-or-later
4+
15
cmake_minimum_required(VERSION 3.9)
26
if(POLICY CMP0093)
37
cmake_policy(SET CMP0093 NEW) # Use Boost_VERSION x.y.z in CMake >= 3.15 or BoostConfig

0 commit comments

Comments
 (0)