Skip to content

Commit 5009ca4

Browse files
Schmoozerdxfurry
authored andcommitted
[s1930] Fix typo and add missing file headers
(based on commit [12398] - 3a86a54) Signed-off-by: Xfurry <[email protected]>
1 parent 50e54d1 commit 5009ca4

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This file contains the authors of the C(ontinued) MaNGOS project.
22

33
The project is currently hosted at http://cmangos.net
44

5-
The code of CMaNGOS is shipped as it is without any form of warrenty,
5+
The code of CMaNGOS is shipped as it is without any form of warranty,
66
and - except for third party libraries - licensed under the GPL 2.0,
77
which you can read from the file "COPYING"
88

src/game/AuctionHouseBot/AuctionHouseBot.cpp

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program; if not, write to the Free Software
16+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
*/
18+
119
#include "AuctionHouseBot.h"
220
#include "ProgressBar.h"
321
#include "Log.h"

src/game/AuctionHouseBot/AuctionHouseBot.h

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
/*
2+
* This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information
3+
*
4+
* This program is free software; you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation; either version 2 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program; if not, write to the Free Software
16+
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
*/
18+
119
#ifndef AUCTION_HOUSE_BOT_H
220
#define AUCTION_HOUSE_BOT_H
321

src/shared/revision_nr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef __REVISION_NR_H__
22
#define __REVISION_NR_H__
3-
#define REVISION_NR "1929"
3+
#define REVISION_NR "1930"
44
#endif // __REVISION_NR_H__

0 commit comments

Comments
 (0)