diff --git a/src/main/java/mattrixwv/Stopwatch.java b/src/main/java/mattrixwv/Stopwatch.java index 82fe15f..6c0df07 100644 --- a/src/main/java/mattrixwv/Stopwatch.java +++ b/src/main/java/mattrixwv/Stopwatch.java @@ -1,10 +1,10 @@ -//src/main/java/mattrixwv/Stopwatch.java +//JavaClasses/src/main/java/mattrixwv/Stopwatch.java //Matthew Ellison (Mattrixwv) // Created: 03-01-19 -//Modified: 06-07-20 +//Modified: 07-28-20 //This file contains a class that is used to time the execution time of other programs /* -Copyright (C) 2019 Matthew Ellison +Copyright (C) 2020 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 diff --git a/src/test/java/mattrixwv/TestStopwatch.java b/src/test/java/mattrixwv/TestStopwatch.java index 894a99f..9ba377e 100644 --- a/src/test/java/mattrixwv/TestStopwatch.java +++ b/src/test/java/mattrixwv/TestStopwatch.java @@ -1,11 +1,11 @@ -//src/test/java/mattrixwv/TestStopwatch.java +//JavaClasses/src/test/java/mattrixwv/TestStopwatch.java //Matthew Ellison // Created: 06-07-20 -//Modified: 06-07-20 +//Modified: 07-28-20 //This class holds many algorithms that I have found it useful to keep around //As such all of the functions in here are static and meant to be used as stand alone functions /* -Copyright (C) 2019 Matthew Ellison +Copyright (C) 2020 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