Skip to content

Commit

Permalink
Updated list of compatible MP revisions. Also updated COPYING with co…
Browse files Browse the repository at this point in the history
…ntact info for Dolynick and Soloriens, and changed references to the CP to mention the MP.
  • Loading branch information
DaloLorn authored Feb 21, 2024
1 parent f3a2884 commit 1e5b99c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
22 changes: 12 additions & 10 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 4 additions & 1 deletion Rising Stars/scripts/definitions/ABEM_version.as
Original file line number Diff line number Diff line change
Expand Up @@ -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<string> VERSIONS = {
"v2.0.3",
"OpenSR v1.0.0",
Expand All @@ -21,6 +21,9 @@ const array<string> CP_VERSIONS = {

const array<string> CP_REVISIONS = {
"282",
"286",
"287",
"288",
};

const string MOD_NAME = "Rising Stars v1.4.0";
Expand Down

0 comments on commit 1e5b99c

Please sign in to comment.