Skip to content

Commit

Permalink
Add license details for DATC
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliveriver committed Sep 2, 2024
1 parent 2bf58e4 commit f37d952
Show file tree
Hide file tree
Showing 6 changed files with 4,154 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ You should have received a copy of the GNU General Public License along with thi

This program uses the following third party assets:

Diplomacy standard map: Creative Commons BY-SA 3.0 Copyright (C) 2009 Martin Asal
Diplomacy Adjudicator Test Cases: Copyright (C) 2024 Lucas B. Kruijswijk
Diplomacy standard map: Creative Commons BY-SA 3.0 Copyright (C) 2009 Martin Asal
The Time Machinations: Copyright (C) 2024 Matthew Pickard, AKA Lady Razor
3 changes: 3 additions & 0 deletions server/Tests/DATC_A.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Tests;

// Diplomacy Adjudicator Test Cases, Lucas B. Kruijswijk
// https://boardgamegeek.com/filepage/274846/datc-diplomacy-adjudicator-test-cases

[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores")]
public class DATC_A : AdjudicationTestBase
{
Expand Down
3 changes: 3 additions & 0 deletions server/Tests/DATC_B.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Tests;

// Diplomacy Adjudicator Test Cases, Lucas B. Kruijswijk
// https://boardgamegeek.com/filepage/274846/datc-diplomacy-adjudicator-test-cases

[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores")]
public class DATC_B : AdjudicationTestBase
{
Expand Down
3 changes: 3 additions & 0 deletions server/Tests/DATC_C.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Tests;

// Diplomacy Adjudicator Test Cases, Lucas B. Kruijswijk
// https://boardgamegeek.com/filepage/274846/datc-diplomacy-adjudicator-test-cases

[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores")]
public class DATC_C : AdjudicationTestBase
{
Expand Down
3 changes: 3 additions & 0 deletions server/Tests/DATC_D.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

namespace Tests;

// Diplomacy Adjudicator Test Cases, Lucas B. Kruijswijk
// https://boardgamegeek.com/filepage/274846/datc-diplomacy-adjudicator-test-cases

[SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores")]
public class DATC_D : AdjudicationTestBase
{
Expand Down
Loading

0 comments on commit f37d952

Please sign in to comment.