diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/actiondef.h | 4 | ||||
-rw-r--r-- | src/actions/actionfuncptr.h | 4 | ||||
-rw-r--r-- | src/actions/actions.h | 4 | ||||
-rw-r--r-- | src/actions/chat.h | 4 | ||||
-rw-r--r-- | src/actions/commands.h | 4 | ||||
-rw-r--r-- | src/actions/move.h | 4 | ||||
-rw-r--r-- | src/actions/pets.h | 4 | ||||
-rw-r--r-- | src/actions/statusbar.h | 4 | ||||
-rw-r--r-- | src/actions/tabs.h | 4 | ||||
-rw-r--r-- | src/actions/target.h | 4 | ||||
-rw-r--r-- | src/actions/windows.h | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/src/actions/actiondef.h b/src/actions/actiondef.h index 11b81f468..e89e6ab24 100644 --- a/src/actions/actiondef.h +++ b/src/actions/actiondef.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2012-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/actionfuncptr.h b/src/actions/actionfuncptr.h index 1c3593cde..eec24cd9e 100644 --- a/src/actions/actionfuncptr.h +++ b/src/actions/actionfuncptr.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/actions.h b/src/actions/actions.h index cec536f52..d3a29ea3c 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/chat.h b/src/actions/chat.h index ad86116a3..988fb8d47 100644 --- a/src/actions/chat.h +++ b/src/actions/chat.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/commands.h b/src/actions/commands.h index 3b675c848..1baaa775a 100644 --- a/src/actions/commands.h +++ b/src/actions/commands.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/move.h b/src/actions/move.h index b69b24bd2..3f7e03166 100644 --- a/src/actions/move.h +++ b/src/actions/move.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/pets.h b/src/actions/pets.h index 2459cfddc..593138cfd 100644 --- a/src/actions/pets.h +++ b/src/actions/pets.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/statusbar.h b/src/actions/statusbar.h index a7490a03b..997a81987 100644 --- a/src/actions/statusbar.h +++ b/src/actions/statusbar.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/tabs.h b/src/actions/tabs.h index 18f2e20e7..209fa94b1 100644 --- a/src/actions/tabs.h +++ b/src/actions/tabs.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/target.h b/src/actions/target.h index 56a15af76..cccf19b14 100644 --- a/src/actions/target.h +++ b/src/actions/target.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 diff --git a/src/actions/windows.h b/src/actions/windows.h index f0f3cc1d7..5c85594ce 100644 --- a/src/actions/windows.h +++ b/src/actions/windows.h @@ -1,8 +1,8 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2011-2019 The ManaPlus Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse 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 |