Update copyright.
[shibboleth/cpp-xmltooling.git] / xmltooling / util / DateTime.h
index 44ce374..1aeaa8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2006 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 /**
- * @file DateTime.h
+ * @file xmltooling/util/DateTime.h
  * 
  * Manipulation of XML date/time data. 
  */
 
-#ifndef _XML_DATETIME_H
-#define _XML_DATETIME_H
+#ifndef __xmltool_datetime_h__
+#define __xmltool_datetime_h__
 
 #include <xmltooling/base.h>
 
@@ -230,4 +230,4 @@ namespace xmltooling
 
 }
 
-#endif
+#endif /* __xmltool_datetime_h__ */