summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/dtor.h7
-rw-r--r--src/utils/gettext.h7
-rw-r--r--src/utils/mathutils.h7
-rw-r--r--src/utils/mutex.h7
-rw-r--r--src/utils/sha256.cpp7
-rw-r--r--src/utils/sha256.h7
-rw-r--r--src/utils/stringutils.cpp7
-rw-r--r--src/utils/stringutils.h7
-rw-r--r--src/utils/xml.cpp7
-rw-r--r--src/utils/xml.h7
10 files changed, 30 insertions, 40 deletions
diff --git a/src/utils/dtor.h b/src/utils/dtor.h
index b5caaf35..61672b2f 100644
--- a/src/utils/dtor.h
+++ b/src/utils/dtor.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UTILS_DTOR_H
diff --git a/src/utils/gettext.h b/src/utils/gettext.h
index 260de3b4..4ac2d150 100644
--- a/src/utils/gettext.h
+++ b/src/utils/gettext.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UTILS_GETTEXT_H
diff --git a/src/utils/mathutils.h b/src/utils/mathutils.h
index 11f78cdd..01e9c6cd 100644
--- a/src/utils/mathutils.h
+++ b/src/utils/mathutils.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2009-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UTILS_MATHUTILS_H
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index c6fdd662..c6ab64d3 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MUTEX_H
diff --git a/src/utils/sha256.cpp b/src/utils/sha256.cpp
index f1f8c125..50b8937f 100644
--- a/src/utils/sha256.cpp
+++ b/src/utils/sha256.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2008-2010 The Mana World Development Team
*
- * This file has been slighly modified as part of The Mana World.
+ * This file has been slighly modified as part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* +------------------------------------+
diff --git a/src/utils/sha256.h b/src/utils/sha256.h
index 52d8c452..26ef3544 100644
--- a/src/utils/sha256.h
+++ b/src/utils/sha256.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UTILS_SHA256_H
diff --git a/src/utils/stringutils.cpp b/src/utils/stringutils.cpp
index bd2fc94b..72ef1d5b 100644
--- a/src/utils/stringutils.cpp
+++ b/src/utils/stringutils.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "utils/stringutils.h"
diff --git a/src/utils/stringutils.h b/src/utils/stringutils.h
index ce9b8e08..1c098ff6 100644
--- a/src/utils/stringutils.h
+++ b/src/utils/stringutils.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2007-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef UTILS_STRINGUTILS_H
diff --git a/src/utils/xml.cpp b/src/utils/xml.cpp
index f8d60a69..3a34f1e4 100644
--- a/src/utils/xml.cpp
+++ b/src/utils/xml.cpp
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "utils/xml.h"
diff --git a/src/utils/xml.h b/src/utils/xml.h
index f260bc55..433a4431 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -1,8 +1,8 @@
/*
- * The Mana World
+ * The Mana Client
* Copyright (C) 2004-2010 The Mana World Development Team
*
- * This file is part of The Mana World.
+ * This file is part of The Mana Client.
*
* 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
@@ -15,8 +15,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef XML_H