Skip to content

Commit e4139e5

Browse files
author
TheBlackMage
committed
- Updated all copyright headers to remove Subversion tags.
1 parent c877523 commit e4139e5

25 files changed

+27
-82
lines changed

Chat/Chat.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Chat/ChatHandler.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/AdminCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/AliasCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/ChatCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/Commands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/MainCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/MiscCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id: InfoCommand.galaxy 2 2010-04-25 01:35:09Z TheBlackMage $
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/RegionCommands.galaxy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.

Commands/SharedData.galaxy

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Cortex SC2 Roleplaying Engine
22
// Copyright (C) 2009-2010 <http://www.cortexrp.com/>
3-
//
4-
// $Id$
5-
//
3+
//
64
// This program is free software; you can redistribute it and/or modify
75
// it under the terms of the GNU General Public License as published by
86
// the Free Software Foundation; version 2 of the License.
@@ -12,8 +10,6 @@
1210
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1311
// GNU General Public License for more details.
1412

15-
// This file is for data shared over multiple commands
16-
1713
struct SpawnCommandInstance
1814
{
1915
string unitType;

0 commit comments

Comments
 (0)