summaryrefslogtreecommitdiff
path: root/src/test/java/sevenUnitsGUI/package-info.java
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-12 14:23:30 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-12 14:23:30 -0500
commite42994251882208e2a2ad0ce5f318b4c90823991 (patch)
tree806801b65c40d87128dcb24bc16475937ca5fa38 /src/test/java/sevenUnitsGUI/package-info.java
parent47b71bb5170fc2c3e1e052452864890826e6848d (diff)
Made some basic Presenter tests
Diffstat (limited to 'src/test/java/sevenUnitsGUI/package-info.java')
-rw-r--r--src/test/java/sevenUnitsGUI/package-info.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/test/java/sevenUnitsGUI/package-info.java b/src/test/java/sevenUnitsGUI/package-info.java
new file mode 100644
index 0000000..96bdbd9
--- /dev/null
+++ b/src/test/java/sevenUnitsGUI/package-info.java
@@ -0,0 +1,23 @@
+/**
+ * Copyright (C) 2022 Adrien Hopkins
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <https://www.gnu.org/licenses/>.
+ */
+/**
+ * Tests for the new 7Units GUI
+ *
+ * @author Adrien Hopkins
+ * @since 2022-01-29
+ */
+package sevenUnitsGUI; \ No newline at end of file