summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 00:55:12 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 00:57:39 +0100
commit74f4c80b84b6f0ca934bb8f2a593ca0cea326325 (patch)
treea46435b1f16057c2afbd9c8a016f3115ccd57c03 /src/utils
parentdfcc6397848d4597b386b688f689352de6c19ae2 (diff)
downloadmana-client-74f4c80b84b6f0ca934bb8f2a593ca0cea326325.tar.gz
mana-client-74f4c80b84b6f0ca934bb8f2a593ca0cea326325.tar.bz2
mana-client-74f4c80b84b6f0ca934bb8f2a593ca0cea326325.tar.xz
mana-client-74f4c80b84b6f0ca934bb8f2a593ca0cea326325.zip
Fixes to file headers and header guards
Mostly removal of branding for tmwserv related files, as was done for the eAthena client before.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/sha256.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp
index ffb1686b..a40efebc 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.cpp
@@ -1,21 +1,21 @@
/*
* The Mana World
- * Copyright 2008 The Mana World Development Team
+ * Copyright (C) 2008 The Mana World Development Team
*
* This file has been slighly modified as part of The Mana World.
*
- * 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.
*
* You should have received a copy of the GNU General Public License
- * along with The Mana World; if not, write to the Free Software
+ * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/