From de99ad0e0314b638e7ac3a8fce63890e7a312151 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 13 Feb 2005 02:52:44 +0000 Subject: [PATCH] style cleanup; move the license text to the bottom --- stepmania/src/StdString.h | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/stepmania/src/StdString.h b/stepmania/src/StdString.h index db09d2b952..c82e94ba5d 100644 --- a/stepmania/src/StdString.h +++ b/stepmania/src/StdString.h @@ -1,3 +1,5 @@ +/* StdString - std::string convenience wrapper. */ + // ============================================================================= // FILE: StdString.h // AUTHOR: Joe O'Leary (with outside help noted in comments) @@ -231,16 +233,6 @@ // // 1998-FEB-?? - Initial submission // -// COPYRIGHT: -// 1999 Joseph M. O'Leary. This code is free. Use it anywhere you want. -// Rewrite it, restructure it, whatever. Please don't blame me if it makes -// your $30 billion dollar satellite explode in orbit. If you redistribute -// it in any form, I'd appreciate it if you would leave this notice here. -// -// If you find any bugs, please let me know: -// -// jmoleary@earthlink.net -// http://home.earthlink.net/~jmoleary // ============================================================================= // Turn off browser references @@ -1313,3 +1305,16 @@ struct StdStringEqualsNoCaseA #define CStringArray vector #endif // #ifndef STDSTRING_H + +/* + * COPYRIGHT: + * 1999 Joseph M. O'Leary. This code is free. Use it anywhere you want. + * Rewrite it, restructure it, whatever. Please don't blame me if it makes + * your $30 billion dollar satellite explode in orbit. If you redistribute + * it in any form, I'd appreciate it if you would leave this notice here. + * + * If you find any bugs, please let me know: + * + * jmoleary@earthlink.net + * http://home.earthlink.net/~jmoleary + */