Changeset 102 for trunk/src/shared/Database
- Timestamp:
- 11/19/08 13:35:58 (17 years ago)
- Location:
- trunk/src/shared/Database
- Files:
-
- 34 modified
Legend:
- Unmodified
- Added
- Removed
-
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