diff options
author | Aokromes <jipr@hotmail.com> | 2013-10-28 09:57:48 -0700 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-10-28 09:57:48 -0700 |
commit | 5cfd180247226f404584a8927d0a9908848ab8c9 (patch) | |
tree | 116a048c21606e3b4c3d5244c0756d6a46238dd9 /src/tools/vmap4_assembler/VMapAssembler.cpp | |
parent | cf72f7cc5cf13607dd7353b8d940d56679b6956b (diff) | |
parent | 7a7ad4a60ac2f0a082769551bb0b885a0f0d4962 (diff) |
Merge pull request #11138 from Ascathor/master
Core/Code: Unify codestyle for brackets: {} to { }.
Diffstat (limited to 'src/tools/vmap4_assembler/VMapAssembler.cpp')
-rw-r--r-- | src/tools/vmap4_assembler/VMapAssembler.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/tools/vmap4_assembler/VMapAssembler.cpp b/src/tools/vmap4_assembler/VMapAssembler.cpp index 4ee6f5fce3c..56368e4a78d 100644 --- a/src/tools/vmap4_assembler/VMapAssembler.cpp +++ b/src/tools/vmap4_assembler/VMapAssembler.cpp @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/> + * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> + * + * 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, see <http://www.gnu.org/licenses/>. + */ + #include <string> #include <iostream> |