Skip to content

Commit 449e1c0

Browse files
authored
Merge pull request #60 from CapsCollective/feature/copyright-headers
Updated copyright headers across project
2 parents 8caaf02 + 7eb3d63 commit 449e1c0

File tree

267 files changed

+590
-261
lines changed

Some content is hidden

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

267 files changed

+590
-261
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions

LICENCE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
1+
Copyright (c) 2020-present Caps Collective & contributors
2+
Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
23

34
This software is provided "as-is", without any express or implied warranty. In no event
45
will the authors be held liable for any damages arising from the use of this software.

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
1+
# Copyright (c) 2020-present Caps Collective & contributors
2+
# Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
23
#
34
# This code is released under an unmodified zlib license.
45
# For conditions of distribution and use, please see:

README.md

Lines changed: 1 addition & 1 deletion

engine/core/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
1+
# Copyright (c) 2020-present Caps Collective & contributors
2+
# Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
23
#
34
# This code is released under an unmodified zlib license.
45
# For conditions of distribution and use, please see:

engine/core/ResourceSystem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
2+
// Copyright (c) 2020-present Caps Collective & contributors
3+
// Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
34
//
45
// This code is released under an unmodified zlib license.
56
// For conditions of distribution and use, please see:

engine/core/ResourceSystem.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
2+
// Copyright (c) 2020-present Caps Collective & contributors
3+
// Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
34
//
45
// This code is released under an unmodified zlib license.
56
// For conditions of distribution and use, please see:

engine/core/Statics.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
2+
// Copyright (c) 2020-present Caps Collective & contributors
3+
// Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
34
//
45
// This code is released under an unmodified zlib license.
56
// For conditions of distribution and use, please see:

engine/core/Statics.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
2+
// Copyright (c) 2020-present Caps Collective & contributors
3+
// Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
34
//
45
// This code is released under an unmodified zlib license.
56
// For conditions of distribution and use, please see:

engine/core/Ticker.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2022 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
2+
// Copyright (c) 2020-present Caps Collective & contributors
3+
// Originally authored by Jonathan Moallem (@jonjondev) & Aryeh Zinn (@Raelr)
34
//
45
// This code is released under an unmodified zlib license.
56
// For conditions of distribution and use, please see:

0 commit comments

Comments
 (0)