From b8b92d9e231f7fc3ef6e655146a2d3bea3933740 Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Sat, 9 Jun 2012 16:50:41 -0400 Subject: [PATCH] comments updated --- .../structures/static_memory_gremlin.cpp | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/nucleus/library/structures/static_memory_gremlin.cpp b/nucleus/library/structures/static_memory_gremlin.cpp index b84bbb69..60836732 100644 --- a/nucleus/library/structures/static_memory_gremlin.cpp +++ b/nucleus/library/structures/static_memory_gremlin.cpp @@ -1,16 +1,14 @@ -/*****************************************************************************\ -* * -* Name : static_memory_gremlin * -* Author : Chris Koeritz * -* * -******************************************************************************* -* Copyright (c) 2004-$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 : static_memory_gremlin +* Author : Chris Koeritz +* +* Copyright (c) 2004-$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 "static_memory_gremlin.h" -- 2.34.1