From bc79a93800899052d071e8b8b3443cd2b655b6ca Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 20 Jul 2016 20:54:34 -0400 Subject: [PATCH] tiny edits --- nucleus/.settings/language.settings.xml | 2 +- nucleus/library/timely/stopwatch.h | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/nucleus/.settings/language.settings.xml b/nucleus/.settings/language.settings.xml index 1290d674..20dd7fcd 100644 --- a/nucleus/.settings/language.settings.xml +++ b/nucleus/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + diff --git a/nucleus/library/timely/stopwatch.h b/nucleus/library/timely/stopwatch.h index 964debf7..a3d4411d 100644 --- a/nucleus/library/timely/stopwatch.h +++ b/nucleus/library/timely/stopwatch.h @@ -1,18 +1,17 @@ #ifndef STOPWATCH_CLASS #define STOPWATCH_CLASS -/*** -* -* Name : stopwatch -* Author : Chris Koeritz -******************************************************************************* -* Copyright (c) 1991-$now By Author. 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 2 of * -* the License or (at your option) any later version. This is online at: * -* http://www.fsf.org/copyleft/gpl.html * -* Please send any updates to: fred@gruntose.com * -\*****************************************************************************/ +/* + * Name : stopwatch + * Author : Chris Koeritz + * + * Copyright (c) 1991-$now By Author. 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 2 of + * the License or (at your option) any later version. This is online at: + * http://www.fsf.org/copyleft/gpl.html + * Please send any updates to: fred@gruntose.com + */ #include "time_stamp.h" -- 2.34.1