diff --git a/sources/AcediaAdmin.uc b/sources/Futility.uc
similarity index 68%
rename from sources/AcediaAdmin.uc
rename to sources/Futility.uc
index 9ed71bb..636044b 100644
--- a/sources/AcediaAdmin.uc
+++ b/sources/Futility.uc
@@ -1,25 +1,25 @@
/**
- * Config object for `AcediaAdmin_Feature`.
+ * Config object for `Futility_Feature`.
* Copyright 2021 Anton Tarasenko
*------------------------------------------------------------------------------
- * This file is part of Acedia.
+ * This file is part of Futility.
*
- * Acedia is free software: you can redistribute it and/or modify
+ * Futility 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, version 3 of the License, or
* (at your option) any later version.
*
- * Acedia is distributed in the hope that it will be useful,
+ * Futility 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 Acedia. If not, see .
+ * along with Futility. If not, see .
*/
-class AcediaAdmin extends FeatureConfig
+class Futility extends FeatureConfig
perobjectconfig
- config(AcediaAdmin);
+ config(Futility);
protected function AssociativeArray ToData()
{
@@ -36,5 +36,5 @@ protected function DefaultIt()
defaultproperties
{
- configName = "AcediaAdmin"
+ configName = "Futility"
}
\ No newline at end of file
diff --git a/sources/AcediaAdmin_Feature.uc b/sources/Futility_Feature.uc
similarity index 79%
rename from sources/AcediaAdmin_Feature.uc
rename to sources/Futility_Feature.uc
index 475da83..357fc89 100644
--- a/sources/AcediaAdmin_Feature.uc
+++ b/sources/Futility_Feature.uc
@@ -1,24 +1,24 @@
/**
- * This is the AcediaAdmin feature, whose main purpose is to register commands
+ * This is the Futility feature, whose main purpose is to register commands
* from its package.
* Copyright 2021 Anton Tarasenko
*------------------------------------------------------------------------------
- * This file is part of Acedia.
+ * This file is part of Futility.
*
- * Acedia is free software: you can redistribute it and/or modify
+ * Futility 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, version 3 of the License, or
* (at your option) any later version.
*
- * Acedia is distributed in the hope that it will be useful,
+ * Futility 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 Acedia. If not, see .
+ * along with Futility. If not, see .
*/
-class AcediaAdmin_Feature extends Feature;
+class Futility_Feature extends Feature;
var LoggerAPI.Definition errNoCommandsFeature;
@@ -56,6 +56,6 @@ protected function OnDisabled()
defaultproperties
{
- configClass = class'AcediaAdmin'
- errNoCommandsFeature = (l=LOG_Error,m="`Commands_Feature` is not detected, \"AcediaAdmin\" will not be able to provide its functionality.")
+ configClass = class'Futility'
+ errNoCommandsFeature = (l=LOG_Error,m="`Commands_Feature` is not detected, \"Futility\" will not be able to provide its functionality.")
}
\ No newline at end of file
diff --git a/sources/Manifest.uc b/sources/Manifest.uc
index 2c1ce67..0fde09e 100644
--- a/sources/Manifest.uc
+++ b/sources/Manifest.uc
@@ -22,5 +22,5 @@
defaultproperties
{
- features(0) = class'AcediaAdmin_Feature'
+ features(0) = class'Futility_Feature'
}
\ No newline at end of file