From b5d18e0c72936d668ae01bf5469fd1e1c9b02a9d Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Fri, 29 Mar 2019 13:38:08 -0400 Subject: [PATCH] Added license information --- testStopwatch.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/testStopwatch.lua b/testStopwatch.lua index 5d8db13..63c6646 100644 --- a/testStopwatch.lua +++ b/testStopwatch.lua @@ -3,6 +3,22 @@ -- Created: 03-29-19 --Modified: 03-29-19 --This script is used to test the stopwatch class +--[[ + Copyright (C) 2019 Matthew Ellison + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . +]] require "Stopwatch"