summaryrefslogtreecommitdiff
path: root/src/actions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-13 15:30:47 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-13 15:30:47 -0300
commitcab0cf80f75d890b908c4526c9c83abd1e9017c1 (patch)
tree6bdcd738f5f9fefa8f28a7d08ada2a2249fa4c05 /src/actions
parentb47e02f1e70a1f303bee370110448d92bc0a3684 (diff)
downloadplus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.gz
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.bz2
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.tar.xz
plus-cab0cf80f75d890b908c4526c9c83abd1e9017c1.zip
Initial attempt at mass renaming
Diffstat (limited to 'src/actions')
-rw-r--r--src/actions/actiondef.h4
-rw-r--r--src/actions/actionfuncptr.h4
-rw-r--r--src/actions/actions.h4
-rw-r--r--src/actions/chat.h4
-rw-r--r--src/actions/commands.h4
-rw-r--r--src/actions/move.h4
-rw-r--r--src/actions/pets.h4
-rw-r--r--src/actions/statusbar.h4
-rw-r--r--src/actions/tabs.h4
-rw-r--r--src/actions/target.h4
-rw-r--r--src/actions/windows.h4
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