diff options
author | w12x <none@none> | 2008-10-23 03:29:52 -0500 |
---|---|---|
committer | w12x <none@none> | 2008-10-23 03:29:52 -0500 |
commit | b8362cd7f13bf51e5aa1b3e9755d39e39682676f (patch) | |
tree | 98e600a84ce47bf77fe9a63f6dd2a3ea30852d20 /src/game/OutdoorPvPMgr.cpp | |
parent | 87681af45329f4993c64f84aad5baddc7e6cd3bf (diff) |
[svn] Fixed copyright notices to comply with GPL.
--HG--
branch : trunk
Diffstat (limited to 'src/game/OutdoorPvPMgr.cpp')
-rw-r--r-- | src/game/OutdoorPvPMgr.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/game/OutdoorPvPMgr.cpp b/src/game/OutdoorPvPMgr.cpp index f2b25c2533e..70a7d796e96 100644 --- a/src/game/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvPMgr.cpp @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> + * + * 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 + */ + #include "OutdoorPvPMgr.h" #include "OutdoorPvPHP.h" #include "OutdoorPvPNA.h" |