Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITXMLParser.h
old mode 100755 (executable)
new mode 100644 (file)
index 63a6238..70fd4fa
@@ -1,11 +1,18 @@
+/*
+ *     ITFoundation
+ *     ITXMLParser.h
+ *
+ *     Copyright (c) 2005 iThink Software
+ *
+ */
+
 #import <Foundation/Foundation.h>
 
 @class ITXMLNode;
 
-@interface ITXMLParser : NSObject
-{
-    NSString *_source;
-    NSString *_XMLPathSeparator;
+@interface ITXMLParser : NSObject {
+       NSString *_source;
+       NSString *_XMLPathSeparator;
 }
 
 - (id)initWithContentsOfURL:(NSURL *)aURL;