diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-10-18 20:56:55 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2011-10-19 22:33:51 +0200 |
commit | 9c02241c2c714e94f8af413030ed55a64179f06b (patch) | |
tree | 899f2008d5fb3dd9cb5cecb20d692f8f2c515da5 /.LICENSE-HEADER | |
parent | c8f2916bdc60f7c5b632655cfe9bddaad3a15bc0 (diff) | |
download | manaserv-9c02241c2c714e94f8af413030ed55a64179f06b.tar.gz manaserv-9c02241c2c714e94f8af413030ed55a64179f06b.tar.bz2 manaserv-9c02241c2c714e94f8af413030ed55a64179f06b.tar.xz manaserv-9c02241c2c714e94f8af413030ed55a64179f06b.zip |
Added license header template
Should be used when adding new files. Rather than individual copyright
on files, the Mana server will use the same copyright everywhere.
Reviewed-by: Yohann Ferreira
Diffstat (limited to '.LICENSE-HEADER')
-rw-r--r-- | .LICENSE-HEADER | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.LICENSE-HEADER b/.LICENSE-HEADER new file mode 100644 index 00000000..8411df14 --- /dev/null +++ b/.LICENSE-HEADER @@ -0,0 +1,20 @@ +/* + * The Mana Server + * Copyright (C) 2004-2010 The Mana World Development Team + * Copyright (C) 2010-2011 The Mana Developers + * + * This file is part of The Mana Server. + * + * The Mana Server is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * any later version. + * + * The Mana Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with The Mana Server. If not, see <http://www.gnu.org/licenses/>. + */ |