Changeset 102 for trunk/src/shared
- Timestamp:
- 11/19/08 13:35:58 (17 years ago)
- Location:
- trunk/src/shared
- Files:
-
- 92 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shared/Auth/AuthCrypt.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/AuthCrypt.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/BigNumber.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/BigNumber.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/Hmac.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/Hmac.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/Sha1.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Auth/Sha1.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/ByteBuffer.h
r78 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Common.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Common.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Config/Config.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Config/Config.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Config/ConfigEnv.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Config/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DBCStores.cpp
r78 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DBCStores.h
r78 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DBCStructure.h
r78 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DBCfmt.cpp
r78 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/Database.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/Database.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseEnv.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseImpl.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseMysql.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseMysql.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabasePostgre.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabasePostgre.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseSqlite.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/DatabaseSqlite.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/Field.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/Field.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/MySQLDelayThread.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/PGSQLDelayThread.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResult.h
r54 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultMysql.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultMysql.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultPostgre.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultPostgre.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultSqlite.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/QueryResultSqlite.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SQLStorage.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SQLStorage.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SqlDelayThread.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SqlDelayThread.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SqlOperations.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/SqlOperations.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/dbcfile.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Database/dbcfile.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Errors.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Log.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Log.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/shared/PacketLog.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/PacketLog.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/ProgressBar.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/ProgressBar.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/ServiceWin32.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or -
trunk/src/shared/ServiceWin32.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or -
trunk/src/shared/SystemConfig.h
r44 r102 1 1 /* 2 /* Copyright (C) 2008 Trinity <http://www.trinitycore.org/>2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 3 * 4 * Thanks to the original authors: ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 5 5 * 6 6 * -
trunk/src/shared/Timer.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Util.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/Util.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/WorldPacket.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/BaseModel.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/BaseModel.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/CoordModelMapping.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/CoordModelMapping.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/DebugCmdLogger.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/DebugCmdLogger.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/IVMapManager.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/Makefile.am
r44 r102 1 # Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 2 # 1 3 # Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 2 #3 # Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ManagedModelContainer.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ManagedModelContainer.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ModelContainer.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ModelContainer.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/NodeValueAccess.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ShortBox.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/ShortVector.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/SubModel.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/SubModel.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/TileAssembler.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/TileAssembler.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/TreeNode.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/TreeNode.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapDefinitions.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapFactory.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapFactory.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapManager.cpp
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapManager.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify -
trunk/src/shared/vmap/VMapTools.h
r44 r102 1 1 /* 2 * Copyright (C) 2005-2008 MaNGOS <http://www.mangosproject.org/> 3 * 2 4 * Copyright (C) 2008 Trinity <http://www.trinitycore.org/> 3 *4 * Thanks to the original authors: MaNGOS <http://www.mangosproject.org/>5 5 * 6 6 * This program is free software; you can redistribute it and/or modify