summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-21 17:16:29 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-21 17:16:29 +0000
commitf7fcde7653b352cd4c8c921f01e5f3c99ee80dbb (patch)
tree849d21999073369b5b576d047341a3c0987df5cc /src
parent5a341534a7de64c2a83ca06d594b982f373d7a1b (diff)
downloadmanaserv-f7fcde7653b352cd4c8c921f01e5f3c99ee80dbb.tar.gz
manaserv-f7fcde7653b352cd4c8c921f01e5f3c99ee80dbb.tar.bz2
manaserv-f7fcde7653b352cd4c8c921f01e5f3c99ee80dbb.tar.xz
manaserv-f7fcde7653b352cd4c8c921f01e5f3c99ee80dbb.zip
Removed our copyright header since these files are not copyright by us.
Diffstat (limited to 'src')
-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