1
0
forked from mirrors/0ad

remove all author/modified by tags.

make include guards consistent.

This was SVN commit r5040.
This commit is contained in:
janwas
2007-05-07 16:33:24 +00:00
parent aa425d16ce
commit b755ddefda
512 changed files with 1501 additions and 3702 deletions
+1 -13
View File
@@ -3,22 +3,10 @@
* File : string_s.cpp
* Project : 0 A.D.
* Description : implementation of proposed CRT safe string functions
*
* @author Jan.Wassenberg@stud.uni-karlsruhe.de
* =========================================================================
*/
/*
* Copyright (c) 2005 Jan Wassenberg
*
* Redistribution and/or modification are also permitted under the
* terms of the GNU General Public License as published by the
* Free Software Foundation (version 2 or later, at your option).
*
* 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.
*/
// license: GPL; see lib/license.txt
#include "precompiled.h"
#include "string_s.h"