Update license headers for compiler.

This commit is contained in:
Scott Ehlert
2014-08-04 04:31:39 -05:00
parent 1bb54f839e
commit 1cff91ced5
30 changed files with 84 additions and 104 deletions

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifdef _MSC_VER

View File

@ -20,8 +20,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

View File

@ -17,8 +17,6 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: dllmain.c 1724 2005-07-24 20:00:55Z dvander $
*/
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE

View File

@ -19,9 +19,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: libpawnc.c 2969 2006-08-25 00:28:36Z dvander $
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#include "memfile.h"
#include <string.h>
#include "osdefs.h"

View File

@ -1,3 +1,12 @@
// vim: set ts=4 sw=4 tw=99 noet:
//
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
// Copyright (C) The AMX Mod X Development Team.
//
// This software is licensed under the GNU General Public License, version 3 or higher.
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
// https://alliedmods.net/amxmodx-license
#ifndef _INCLUDE_MEMFILE_H
#define _INCLUDE_MEMFILE_H

View File

@ -19,9 +19,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: pawncc.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include "sc.h"
int main(int argc, char *argv[])

View File

@ -24,9 +24,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc.h 3460 2007-04-24 13:36:36Z sawce $
*/
#ifndef SC_H_INCLUDED
#define SC_H_INCLUDED
#include <limits.h>

View File

@ -19,9 +19,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc1.c 3460 2007-04-24 13:36:36Z sawce $
*/
#include <assert.h>
#include <ctype.h>
#include <limits.h>

View File

@ -17,9 +17,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc2.c 3318 2007-02-16 18:49:21Z sawce $
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -17,9 +17,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc3.c 3522 2007-05-22 01:29:18Z sawce $
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */

View File

@ -17,9 +17,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc4.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <ctype.h>
#include <stdio.h>

View File

@ -18,9 +18,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc5.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#if defined __WIN32__ || defined _WIN32 || defined __MSDOS__
#include <io.h>

View File

@ -17,9 +17,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc6.c 2018 2005-09-06 21:34:33Z dvander $
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h> /* for macro max() */

View File

@ -34,9 +34,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sc7.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h> /* for atoi() */

View File

@ -29,9 +29,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sci18n.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>
#include <stddef.h>

View File

@ -21,9 +21,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: sclist.c 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#include <assert.h>
#include <stdlib.h>
#include <string.h>

View File

@ -21,8 +21,6 @@
* misrepresented as being the original software.
*
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: scmemfil.c 2866 2006-07-16 02:25:32Z faluco $
*/
#include <assert.h>

View File

@ -42,9 +42,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: scstate.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <limits.h>
#include <stdio.h>

View File

@ -19,9 +19,8 @@
* 2. Altered source versions must be plainly marked as such, and must not be
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id: scvars.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */
#include "sc.h"