diff options
Diffstat (limited to 'ExtensionInfo.xml')
| -rw-r--r-- | ExtensionInfo.xml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/ExtensionInfo.xml b/ExtensionInfo.xml index e4412c9..5ba4dc3 100644 --- a/ExtensionInfo.xml +++ b/ExtensionInfo.xml @@ -1,6 +1,25 @@ +<!--
+
+ Project: Byte
+ A extension for Hacknet
+ Copyright (C) 2018 AleeCorp
+
+ 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
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+-->
<HacknetExtension>
<!-- Max name length is 128 characters -->
- <Name>Blank Extension</Name>
+ <Name>Project Byte</Name>
<AllowSaves>true</AllowSaves>
<!-- a coma separated list of notes that start out as being visible-->
@@ -15,8 +34,7 @@ <StartingActions>Actions/StartingActions.xml</StartingActions>
<!-- Description that appears within Hacknet -->
- <Description> --- Blank Extension ---
-Edit this with your own extension info and start building!</Description>
+ <Description>Project Byte: A working progress extension by AleeCorp</Description>
<!-- Factions involved in this extension! You can define as many or as few as you like -->
<Faction>Factions/StartingFaction.xml</Faction>
|
