diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-23 11:19:23 +0100 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-23 16:41:00 -0700 |
commit | 7b64259cbdf2987159671c3226b42d902942b275 (patch) | |
tree | 3b560d5da74fb70bb08104996d64a65499fb31ac /src/textmanager.cpp | |
parent | e36a6085d16a0269c094e40471bff8ca81857374 (diff) | |
download | mana-7b64259cbdf2987159671c3226b42d902942b275.tar.gz mana-7b64259cbdf2987159671c3226b42d902942b275.tar.bz2 mana-7b64259cbdf2987159671c3226b42d902942b275.tar.xz mana-7b64259cbdf2987159671c3226b42d902942b275.zip |
Removed unnecessary references to The Mana World in code headers
This dates back to the old days of TMW, but the usage instructions of
GPLv2 don't mention this being necessary. Since it doesn't add anything,
avoid the branding in these sections.
Diffstat (limited to 'src/textmanager.cpp')
-rw-r--r-- | src/textmanager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/textmanager.cpp b/src/textmanager.cpp index cb5d0bf2..7c5d2713 100644 --- a/src/textmanager.cpp +++ b/src/textmanager.cpp @@ -7,8 +7,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * This program is distributed with The Mana Experiment * - * 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. * |