diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-04 01:14:28 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-02-09 17:31:08 -0700 |
commit | ac468007930e8f9531403fbfb683903cfa263307 (patch) | |
tree | 09ed64e7b8c0f0d2cca7009f1a757a81336a14ef /src/gui/recorder.cpp | |
parent | e9df7438f734341bf7c906c33ac8a82a7733e204 (diff) | |
download | mana-ac468007930e8f9531403fbfb683903cfa263307.tar.gz mana-ac468007930e8f9531403fbfb683903cfa263307.tar.bz2 mana-ac468007930e8f9531403fbfb683903cfa263307.tar.xz mana-ac468007930e8f9531403fbfb683903cfa263307.zip |
Fixed up the copyright headers
Decision is to go with exact authors when some file is basically done by
one person, and in most other cases assign TMW or Aethyra team copyright
when multiple people from those teams have been involved.
Also, the first summary line should now contain the subset of
functionality that the file is part of, not the name of the whole
project.
Diffstat (limited to 'src/gui/recorder.cpp')
-rw-r--r-- | src/gui/recorder.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/recorder.cpp b/src/gui/recorder.cpp index 2e2ee8a5..c7989495 100644 --- a/src/gui/recorder.cpp +++ b/src/gui/recorder.cpp @@ -1,15 +1,15 @@ /* - * The Mana World - * Copyright 2004 The Mana World Development Team + * A chat recorder + * Copyright (C) 2008 Lloyd Bryant <lloyd_bryant@netzero.net> * - * This file is part of The Mana World. + * This file is part of Aethyra. * - * The Mana World is free software; you can redistribute it and/or modify + * This program 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 World is distributed in the hope that it will be useful, + * This program 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. |