Skip to content

Commit

Permalink
Removed GPL copyright from Quake for cmd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileyAG authored and YaLTeR committed Dec 30, 2023
1 parent fb0924a commit 08dea72
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions HLSDK/engine/cmd.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
/*
Copyright (C) 1996-1997 Id Software, Inc.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/

// cmd.h -- Command buffer and command execution

//===========================================================================
Expand Down Expand Up @@ -43,4 +28,4 @@ typedef struct cmd_function_s
char *name;
xcommand_t function;
int flags;
} cmd_function_t;
} cmd_function_t;

0 comments on commit 08dea72

Please sign in to comment.