diff options
Diffstat (limited to 'tools/dyecmd')
-rw-r--r-- | tools/dyecmd/src/dye.cpp | 7 | ||||
-rw-r--r-- | tools/dyecmd/src/dye.h | 7 | ||||
-rw-r--r-- | tools/dyecmd/src/dyecmd.cpp | 7 | ||||
-rw-r--r-- | tools/dyecmd/src/imagewriter.cpp | 7 | ||||
-rw-r--r-- | tools/dyecmd/src/imagewriter.h | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/tools/dyecmd/src/dye.cpp b/tools/dyecmd/src/dye.cpp index 1df49112..c053b1b1 100644 --- a/tools/dyecmd/src/dye.cpp +++ b/tools/dyecmd/src/dye.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 <algorithm> diff --git a/tools/dyecmd/src/dye.h b/tools/dyecmd/src/dye.h index 14148e24..bdd240d8 100644 --- a/tools/dyecmd/src/dye.h +++ b/tools/dyecmd/src/dye.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 DYE_H diff --git a/tools/dyecmd/src/dyecmd.cpp b/tools/dyecmd/src/dyecmd.cpp index 92951063..e2a588c9 100644 --- a/tools/dyecmd/src/dyecmd.cpp +++ b/tools/dyecmd/src/dyecmd.cpp @@ -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/>. */ #include <iostream> diff --git a/tools/dyecmd/src/imagewriter.cpp b/tools/dyecmd/src/imagewriter.cpp index cd89dfaa..b39e2ff5 100644 --- a/tools/dyecmd/src/imagewriter.cpp +++ b/tools/dyecmd/src/imagewriter.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 "imagewriter.h" diff --git a/tools/dyecmd/src/imagewriter.h b/tools/dyecmd/src/imagewriter.h index 8a44b663..91f6b6f6 100644 --- a/tools/dyecmd/src/imagewriter.h +++ b/tools/dyecmd/src/imagewriter.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/>. */ #include <iosfwd> |