Skip to content

Commit 7eb3d63

Browse files
committed
Updated copyright headers to assign copyright to Caps Collective
1 parent 9d2dbff commit 7eb3d63

File tree

264 files changed

+530
-265
lines changed

Some content is hidden

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

264 files changed

+530
-265
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) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Copyright (c) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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) 2020-present Jonathan Moallem (@jonjondev) & 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.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//
2-
// Copyright (c) 2020-present Jonathan Moallem (@jonjondev) & 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)