aboutsummaryrefslogtreecommitdiff
path: root/picker.java
diff options
context:
space:
mode:
authorMichael Hunteman <michael@michaelted.xyz>2022-07-22 17:21:47 -0500
committerMichael Hunteman <michael@huntm.net>2023-03-07 11:06:51 -0600
commitdfd38496efc4d27f5f08a40d4ab5e9eef5fb094d (patch)
treef528c0d807a31664cbe104bd056d576bf4ad9f99 /picker.java
parentb45abeef98474538749201c27c76cb7aab29b70a (diff)
Add LICENSE
Diffstat (limited to 'picker.java')
-rw-r--r--picker.java18
1 files changed, 18 insertions, 0 deletions
diff --git a/picker.java b/picker.java
index 6b49d2c..f25cf8f 100644
--- a/picker.java
+++ b/picker.java
@@ -1,3 +1,21 @@
+/**
+ * Stock picking algorithm
+ * Copyright (C) 2022 Michael Hunteman
+ *
+ * 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 <https://www.gnu.org/licenses/>.
+ */
+
import java.lang.*;
import java.util.*;