forked from mirrors/0ad
remove all author/modified by tags.
make include guards consistent. This was SVN commit r5040.
This commit is contained in:
+1
-13
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user