Skip to content

Commit 89a526f

Browse files
Schmoozerdxfurry
authored andcommitted
[s1918] Update Authorship information
(based on commit [12388] - 037f217) Signed-off-by: Xfurry <[email protected]>
1 parent 6370d9a commit 89a526f

File tree

506 files changed

+988
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

506 files changed

+988
-546
lines changed

AUTHORS

+451-9
Large diffs are not rendered by default.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the Continued-MaNGOS Project
2+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= MaNGOS -- History of visible changes =
22

3-
This file is part of the Continued-MaNGOS Project
3+
This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
44

55
See the COPYING file for copying conditions.
66

README.md

+1-1

cmake/ImportACE.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the Continued-MaNGOS Project
2+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

cmake/ImportTBB.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the Continued-MaNGOS Project
2+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

contrib/convertConditions/ConvertConditions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the Continued-MaNGOS Project
2+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
#
44
# This program is free software; you can redistribute it and/or modify
55
# it under the terms of the GNU General Public License as published by

contrib/convertConditions/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is part of the Continued-MaNGOS Project
2+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
#
44

55
This small Python script is intended to help with the convertion

contrib/extractor/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/extractor/libmpq/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/extractor/loadlib/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/extractor_binary/ExtractResources.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# This file is part of the Continued-MaNGOS Project
3+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
44
#
55
# This file is free software; as a special exception the author gives
66
# unlimited permission to copy and/or distribute it, with or without

contrib/extractor_binary/MoveMapGen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# This file is part of the Continued-MaNGOS Project
3+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
44
#
55
# This file is free software; as a special exception the author gives
66
# unlimited permission to copy and/or distribute it, with or without

contrib/extractor_binary/README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/git_id/git_id.cpp

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -672,38 +672,38 @@ bool generate_sql_makefile()
672672
if (!fout) { pclose(cmd_pipe); return false; }
673673

674674
fprintf(fout,
675-
"# This file is part of the Continued-MaNGOS Project\n"
676-
"#\n"
677-
"# This program is free software; you can redistribute it and/or modify\n"
678-
"# it under the terms of the GNU General Public License as published by\n"
679-
"# the Free Software Foundation; either version 2 of the License, or\n"
680-
"# (at your option) any later version.\n"
681-
"#\n"
682-
"# This program is distributed in the hope that it will be useful,\n"
683-
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
684-
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
685-
"# GNU General Public License for more details.\n"
686-
"#\n"
687-
"# You should have received a copy of the GNU General Public License\n"
688-
"# along with this program; if not, write to the Free Software\n"
689-
"# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
690-
"\n"
691-
"## Process this file with automake to produce Makefile.in\n"
692-
"\n"
693-
"## Sub-directories to parse\n"
694-
"SUBDIRS = before_upgrade_to_0.13\n"
695-
"\n"
696-
"## Change installation location\n"
697-
"# datadir = mangos/%s\n"
698-
"pkgdatadir = $(datadir)/mangos/%s\n"
699-
"\n"
700-
"## Files to be installed\n"
701-
"# Install basic SQL files to datadir\n"
702-
"pkgdata_DATA = \\\n",
703-
sql_update_dir, sql_update_dir
704-
);
705-
706-
for (std::set<std::string>::iterator itr = file_list.begin(), next; itr != file_list.end(); ++itr)
675+
"# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information\n"
676+
"#\n"
677+
"# This program is free software; you can redistribute it and/or modify\n"
678+
"# it under the terms of the GNU General Public License as published by\n"
679+
"# the Free Software Foundation; either version 2 of the License, or\n"
680+
"# (at your option) any later version.\n"
681+
"#\n"
682+
"# This program is distributed in the hope that it will be useful,\n"
683+
"# but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
684+
"# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
685+
"# GNU General Public License for more details.\n"
686+
"#\n"
687+
"# You should have received a copy of the GNU General Public License\n"
688+
"# along with this program; if not, write to the Free Software\n"
689+
"# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
690+
"\n"
691+
"## Process this file with automake to produce Makefile.in\n"
692+
"\n"
693+
"## Sub-directories to parse\n"
694+
"SUBDIRS = before_upgrade_to_0.13\n"
695+
"\n"
696+
"## Change installation location\n"
697+
"# datadir = mangos/%s\n"
698+
"pkgdatadir = $(datadir)/mangos/%s\n"
699+
"\n"
700+
"## Files to be installed\n"
701+
"# Install basic SQL files to datadir\n"
702+
"pkgdata_DATA = \\\n",
703+
sql_update_dir, sql_update_dir
704+
);
705+
706+
for(std::set<std::string>::iterator itr = file_list.begin(), next; itr != file_list.end(); ++itr)
707707
{
708708
next = itr; ++next;
709709
fprintf(fout, "\t%s%s\n", itr->c_str(), next == file_list.end() ? "" : " \\");

contrib/mmap/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/mmap/mmap_extract.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22

33
"""
4-
This file is part of the Continued-MaNGOS Project
4+
This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
55
66
This program is free software; you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by

contrib/mmap/src/IntermediateValues.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/IntermediateValues.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/MMapCommon.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/MangosMap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/MapBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/MapBuilder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/TerrainBuilder.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/TerrainBuilder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/VMapExtensions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mmap/src/generator.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mysql_to_pgsql/src/defines.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/mysql_to_pgsql/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/soap/example.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* This file is part of the Continued-MaNGOS Project
3+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
44
*
55
* This program is free software; you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by

contrib/vmap_assembler/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/vmap_assembler/vmap_assembler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/vmap_extractor/vmapextract/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is part of the Continued-MaNGOS Project
1+
# This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
22
#
33
# This file is free software; as a special exception the author gives
44
# unlimited permission to copy and/or distribute it, with or without

contrib/vmap_extractor/vmapextract/adtfile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/adtfile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/dbcfile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/dbcfile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/loadlib/loadlib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/model.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/model.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/modelheaders.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/vmapexport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/vmapexport.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/wdtfile.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/wdtfile.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/wmo.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

contrib/vmap_extractor/vmapextract/wmo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* This file is part of the Continued-MaNGOS Project
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
33
*
44
* This program is free software; you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)