Skip to content

Commit

Permalink
Update the copyright notices.
Browse files Browse the repository at this point in the history
  • Loading branch information
dGr8LookinSparky committed Feb 15, 2018
1 parent 6420a0b commit 29e57f8
Show file tree
Hide file tree
Showing 245 changed files with 246 additions and 86 deletions.
2 changes: 1 addition & 1 deletion assets/ui/main.menu
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
{
name copyright
type ITEM_TYPE_TEXT
text "Copyright (C) 2015-2017 GrangerHub"
text "Copyright (C) 2015-2018 GrangerHub"
style WINDOW_STYLE_EMPTY
textstyle ITEM_TEXTSTYLE_NORMAL
textscale .30
Expand Down
2 changes: 1 addition & 1 deletion make-macosx-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 1999-2015 Id Software LLC, a ZeniMax Media company, ioquake3, Darklegion Development, and Tremulous community contributors.</string>
<string>Copyright © 1999-2015 Id Software LLC, a ZeniMax Media company, ioquake3, Darklegion Development, GrangerHub, and Tremulous community contributors.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion scripts/granger/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ for file in ipairs(install_files) do
os.rename(src, dst)
end

--- Copyright (C) 2017 GrangerHub
--- Copyright (C) 2015-2018 GrangerHub
1 change: 1 addition & 0 deletions src/asm/qasm-inline.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/asm/qasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/asm/snapvector.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 2011 Thilo Schulz <[email protected]>
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_animation.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_animmapobj.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_attachment.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_buildable.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_consolecmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
2 changes: 1 addition & 1 deletion src/cgame/cg_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -3807,4 +3808,3 @@ void CG_DrawActive( stereoFrame_t stereoView )
// draw status bar and other floating elements
CG_Draw2D( );
}

2 changes: 1 addition & 1 deletion src/cgame/cg_drawtools.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -436,4 +437,3 @@ char CG_GetColorCharForHealth( int clientnum )
health_char = '3';
return health_char;
}

2 changes: 1 addition & 1 deletion src/cgame/cg_ents.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -1385,4 +1386,3 @@ void CG_AddPacketEntities( void )
}
}
}

2 changes: 1 addition & 1 deletion src/cgame/cg_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -1209,4 +1210,3 @@ void CG_CheckEvents( centity_t *cent )
if( oldEvent != EV_NONE )
cent->currentState.event = oldEvent;
}

1 change: 1 addition & 0 deletions src/cgame/cg_local.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
2 changes: 1 addition & 1 deletion src/cgame/cg_marks.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -285,4 +286,3 @@ void CG_AddMarks( void )
trap_R_AddPolyToScene( mp->markShader, mp->poly.numVerts, mp->verts );
}
}

1 change: 1 addition & 0 deletions src/cgame/cg_particles.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_players.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
2 changes: 1 addition & 1 deletion src/cgame/cg_playerstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -310,4 +311,3 @@ void CG_TransitionPlayerState( playerState_t *ps, playerState_t *ops )
cg.chargeMeterAlpha = 0.0f;
}
}

1 change: 1 addition & 0 deletions src/cgame/cg_predict.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
3 changes: 1 addition & 2 deletions src/cgame/cg_scanner.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -477,5 +478,3 @@ void THZ_DrawScanner( rectDef_t *rect )
}
}
}


1 change: 1 addition & 0 deletions src/cgame/cg_servercmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
2 changes: 1 addition & 1 deletion src/cgame/cg_snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -457,4 +458,3 @@ void CG_ProcessSnapshots( void )
if( cg.nextSnap != NULL && cg.nextSnap->serverTime <= cg.time )
CG_Error( "CG_ProcessSnapshots: cg.nextSnap->serverTime <= cg.time" );
}

1 change: 1 addition & 0 deletions src/cgame/cg_syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_trails.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/cgame/cg_tutorial.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
2 changes: 1 addition & 1 deletion src/cgame/cg_view.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -1486,4 +1487,3 @@ void CG_DrawActiveFrame( int serverTime, stereoFrame_t stereoView, qboolean demo
if( cg_stats.integer )
CG_Printf( "cg.clientFrame:%i\n", cg.clientFrame );
}

2 changes: 1 addition & 1 deletion src/cgame/cg_weapons.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -2163,4 +2164,3 @@ void CG_Bleed( vec3_t origin, vec3_t normal, int entityNum )
CG_SetParticleSystemNormal( ps, normal );
}
}

1 change: 1 addition & 0 deletions src/client/cl_avi.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
===========================================================================
Copyright (C) 2005-2009 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_cgame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_cin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_curl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 2006 Tony J. White ([email protected])
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_curl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 2006 Tony J. White ([email protected])
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
1 change: 1 addition & 0 deletions src/client/cl_net_chan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down
3 changes: 1 addition & 2 deletions src/client/cl_parse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
===========================================================================
Copyright (C) 1999-2005 Id Software, Inc.
Copyright (C) 2000-2013 Darklegion Development
Copyright (C) 2015-2018 GrangerHub
This file is part of Tremulous.
Expand Down Expand Up @@ -958,5 +959,3 @@ void CL_ParseServerMessage( msg_t *msg ) {
}
}
}


Loading

0 comments on commit 29e57f8

Please sign in to comment.