From dfd38496efc4d27f5f08a40d4ab5e9eef5fb094d Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 22 Jul 2022 17:21:47 -0500 Subject: Add LICENSE --- picker.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'picker.java') 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 . + */ + import java.lang.*; import java.util.*; -- cgit v1.2.3