Skip to content

Commit 29e57f8

Browse files
Update the copyright notices.
1 parent 6420a0b commit 29e57f8

File tree

245 files changed

+246
-86
lines changed

Some content is hidden

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

245 files changed

+246
-86
lines changed

assets/ui/main.menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
{
162162
name copyright
163163
type ITEM_TYPE_TEXT
164-
text "Copyright (C) 2015-2017 GrangerHub"
164+
text "Copyright (C) 2015-2018 GrangerHub"
165165
style WINDOW_STYLE_EMPTY
166166
textstyle ITEM_TEXTSTYLE_NORMAL
167167
textscale .30

make-macosx-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
290290
<key>LSMinimumSystemVersion</key>
291291
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
292292
<key>NSHumanReadableCopyright</key>
293-
<string>Copyright © 1999-2015 Id Software LLC, a ZeniMax Media company, ioquake3, Darklegion Development, and Tremulous community contributors.</string>
293+
<string>Copyright © 1999-2015 Id Software LLC, a ZeniMax Media company, ioquake3, Darklegion Development, GrangerHub, and Tremulous community contributors.</string>
294294
<key>NSPrincipalClass</key>
295295
<string>NSApplication</string>
296296
</dict>

scripts/granger/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ for file in ipairs(install_files) do
6060
os.rename(src, dst)
6161
end
6262

63-
--- Copyright (C) 2017 GrangerHub
63+
--- Copyright (C) 2015-2018 GrangerHub

src/asm/qasm-inline.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 1999-2005 Id Software, Inc.
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

src/asm/qasm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 1999-2005 Id Software, Inc.
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

src/asm/snapvector.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 2011 Thilo Schulz <thilo@tjps.eu>
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

src/cgame/cg_animation.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 1999-2005 Id Software, Inc.
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

src/cgame/cg_animmapobj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 1999-2005 Id Software, Inc.
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

src/cgame/cg_attachment.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
22
===========================================================================
33
Copyright (C) 2000-2013 Darklegion Development
4+
Copyright (C) 2015-2018 GrangerHub
45
56
This file is part of Tremulous.
67

src/cgame/cg_buildable.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===========================================================================
33
Copyright (C) 1999-2005 Id Software, Inc.
44
Copyright (C) 2000-2013 Darklegion Development
5+
Copyright (C) 2015-2018 GrangerHub
56
67
This file is part of Tremulous.
78

0 commit comments

Comments
 (0)