summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-21 17:15:07 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-21 17:15:07 +0000
commitb8b4a6346a5fe4a8e1719fc476ab6c6f714446a6 (patch)
tree7acadb7da456b5866a10017deae0f4c4187ca1b3 /src/utils
parentac1a456a90d06ba7765716643257ec33cc513f76 (diff)
downloadmana-client-b8b4a6346a5fe4a8e1719fc476ab6c6f714446a6.tar.gz
mana-client-b8b4a6346a5fe4a8e1719fc476ab6c6f714446a6.tar.bz2
mana-client-b8b4a6346a5fe4a8e1719fc476ab6c6f714446a6.tar.xz
mana-client-b8b4a6346a5fe4a8e1719fc476ab6c6f714446a6.zip
Removed our copyright header since these files are not copyright by us.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/sha2.cpp24
-rw-r--r--src/utils/sha2.h28
2 files changed, 0 insertions, 52 deletions
diff --git a/src/utils/sha2.cpp b/src/utils/sha2.cpp
index aba6a532..b2bf9c1e 100644
--- a/src/utils/sha2.cpp
+++ b/src/utils/sha2.cpp
@@ -1,27 +1,3 @@
-/*
- * The Mana World
- * Copyright 2008 The Mana World Development Team
- *
- * This file is part of The Mana World.
- *
- * The Mana World 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,
- * 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
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * Additional information about this file can be read below:
- * $Id:$
- */
-
/*************************************************************
This program is a C++ implementation of the Secure Hash Algorithm (SHA)
diff --git a/src/utils/sha2.h b/src/utils/sha2.h
index 3a0f07b5..79f6b862 100644
--- a/src/utils/sha2.h
+++ b/src/utils/sha2.h
@@ -1,28 +1,3 @@
-/*
- * The Mana World
- * Copyright 2008 The Mana World Development Team
- *
- * This file is part of The Mana World.
- *
- * The Mana World 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,
- * 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
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * Additional information about this file can be read below.
- *
- * $Id: $
- */
-
/*************************************************************
This program is a C++ implementation of the Secure Hash Algorithm (SHA)
@@ -63,9 +38,6 @@
*************************************************************/
-
-
-
#ifndef _TMW_UTILS_SHA2C_H
#define _TMW_UTILS_SHA2C_H