r1079 - trunk/ui

r1079 - trunk/ui


Author: rdworth
Date: Wed Dec 10 05:31:00 2008
New Revision: 1079
Modified:
trunk/ui/effects.core.js
Log:
effects.core.js: Fixed character encoding so Notepad will stop adding UTF-8
BOM
Modified: trunk/ui/effects.core.js
==============================================================================
--- trunk/ui/effects.core.js    (original)
+++ trunk/ui/effects.core.js    Wed Dec 10 05:31:00 2008
@@ -311,7 +311,7 @@
*
* Open source under the BSD License.
*
- * Copyright (c) 2008 George McGinley Smith
+ * Copyright 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
modification,
@@ -480,7 +480,7 @@
*
* Open source under the BSD License.
*
- * Copyright (c) 2001 Robert Penner
+ * Copyright 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
modification,