diff --git a/COPYING.md b/COPYING.md index 232073c8..3200ad26 100644 --- a/COPYING.md +++ b/COPYING.md @@ -38,27 +38,29 @@ the mod. The rules are the same - for instance, `add(CardMode(this)); // NON-MIT ### `DOF` Code originated in mods made by dolynick - primarily Dolynick's Faction Addon. All -rights reserved; contact him for any permissions you may require. +rights reserved; contact him for any permissions you may require. (Known point of contact: +Discord @dolynick) ### `SOI` (or `SoI`) Code originated in Shores of Infinity. All rights reserved; contact soloriens for any -permissions you may require. +permissions you may require. (Known points of contact: Discord @sol_oriens, GitHub @sol-oriens) -### `CP:$SUBSOURCE` +### `MP:$SUBSOURCE` (or `CP:$SUBSOURCE`) -Content from the SR2 Community Patch. See the rules for the specified value of -`$SUBSOURCE` in the Community Patch repository. For example: +Content from the OpenSR Modpack, or its predecessor, the SR2 Community Patch. +See the rules for the specified value of `$SUBSOURCE` in the Modpack repository. +For example: ``` -// BEGIN NON-MIT CODE - CP:DOF -// something something DOF contributions to the CP here +// BEGIN NON-MIT CODE - MP:DOF +// something something DOF contributions to the MP here // END NON-MIT CODE ``` -In the above example, `// something something DOF contributions to the CP here` would -obey the rules specified by the CP for DOF contributions. (These may or may not be the -same as the rules specified in this list, so make sure to review the CP files!) +In the above example, `// something something DOF contributions to the MP here` would +obey the rules specified by the MP for DOF contributions. (These may or may not be the +same as the rules specified in this list, so make sure to review the MP files!) ## Art sources diff --git a/Rising Stars/scripts/definitions/ABEM_version.as b/Rising Stars/scripts/definitions/ABEM_version.as index 1ea2da0e..6df62e14 100644 --- a/Rising Stars/scripts/definitions/ABEM_version.as +++ b/Rising Stars/scripts/definitions/ABEM_version.as @@ -2,7 +2,7 @@ import version; import CP_version; // ABEMMOD's last revision was 724. -const string MOD_REVISION = "1370"; +const string MOD_REVISION = "1371"; const array VERSIONS = { "v2.0.3", "OpenSR v1.0.0", @@ -21,6 +21,9 @@ const array CP_VERSIONS = { const array CP_REVISIONS = { "282", + "286", + "287", + "288", }; const string MOD_NAME = "Rising Stars v1.4.0";