From: Chris Koeritz Date: Thu, 21 Jul 2016 00:54:34 +0000 (-0400) Subject: tiny edits X-Git-Tag: 2.140.90~503 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=bc79a93800899052d071e8b8b3443cd2b655b6ca tiny edits --- 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"