blob: 4b978c8ca17ee4d93c4b8aa6f471c8e5863e6582 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# File Headers
To make the files clean we use a standard format for new file headers.
XXXX = start year
YYYY = active year
**Stand alone code from AzerothCore (No previous code from anyone):**
```cpp
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version.
*/
```
**With previous code from external sources or developers:**
```cpp
/*
* Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v3 license, you may redistribute it and/or modify it under version 3 of the License, or (at your option), any later version.
* Copyright (C) XXXX-YYYY external-teamname <url>
*/
```
|