diff --git a/src/org/olap4j/mdx/DefaultMdxValidatorImpl.java b/src/org/olap4j/mdx/DefaultMdxValidatorImpl.java
index de701f4..20250fa 100644
--- a/src/org/olap4j/mdx/DefaultMdxValidatorImpl.java
+++ b/src/org/olap4j/mdx/DefaultMdxValidatorImpl.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/ParseRegion.java b/src/org/olap4j/mdx/ParseRegion.java
index 1573609..cf0b116 100644
--- a/src/org/olap4j/mdx/ParseRegion.java
+++ b/src/org/olap4j/mdx/ParseRegion.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/ParseTreeVisitor.java b/src/org/olap4j/mdx/ParseTreeVisitor.java
index b4aba74..b6eeb59 100644
--- a/src/org/olap4j/mdx/ParseTreeVisitor.java
+++ b/src/org/olap4j/mdx/ParseTreeVisitor.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/ParseTreeWriter.java b/src/org/olap4j/mdx/ParseTreeWriter.java
index 4f04021..3e87563 100644
--- a/src/org/olap4j/mdx/ParseTreeWriter.java
+++ b/src/org/olap4j/mdx/ParseTreeWriter.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/Syntax.java b/src/org/olap4j/mdx/Syntax.java
index ae6c307..b3c4e7f 100644
--- a/src/org/olap4j/mdx/Syntax.java
+++ b/src/org/olap4j/mdx/Syntax.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/MdxParseException.java b/src/org/olap4j/mdx/parser/MdxParseException.java
index 8b735da..0639dc0 100644
--- a/src/org/olap4j/mdx/parser/MdxParseException.java
+++ b/src/org/olap4j/mdx/parser/MdxParseException.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/MdxParser.java b/src/org/olap4j/mdx/parser/MdxParser.java
index eae1ac2..6e7ceab 100644
--- a/src/org/olap4j/mdx/parser/MdxParser.java
+++ b/src/org/olap4j/mdx/parser/MdxParser.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/MdxParserFactory.java b/src/org/olap4j/mdx/parser/MdxParserFactory.java
index d97c5ea..50e883c 100644
--- a/src/org/olap4j/mdx/parser/MdxParserFactory.java
+++ b/src/org/olap4j/mdx/parser/MdxParserFactory.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/MdxValidator.java b/src/org/olap4j/mdx/parser/MdxValidator.java
index f380580..254ae60 100644
--- a/src/org/olap4j/mdx/parser/MdxValidator.java
+++ b/src/org/olap4j/mdx/parser/MdxValidator.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/impl/DefaultMdxParserImpl.java b/src/org/olap4j/mdx/parser/impl/DefaultMdxParserImpl.java
index 9dd1772..0464232 100644
--- a/src/org/olap4j/mdx/parser/impl/DefaultMdxParserImpl.java
+++ b/src/org/olap4j/mdx/parser/impl/DefaultMdxParserImpl.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/impl/Scanner.java b/src/org/olap4j/mdx/parser/impl/Scanner.java
index 02544b7..1412461 100644
--- a/src/org/olap4j/mdx/parser/impl/Scanner.java
+++ b/src/org/olap4j/mdx/parser/impl/Scanner.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/mdx/parser/impl/StringScanner.java b/src/org/olap4j/mdx/parser/impl/StringScanner.java
index a1e4af6..012646f 100644
--- a/src/org/olap4j/mdx/parser/impl/StringScanner.java
+++ b/src/org/olap4j/mdx/parser/impl/StringScanner.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Catalog.java b/src/org/olap4j/metadata/Catalog.java
index ddf7894..1b99913 100644
--- a/src/org/olap4j/metadata/Catalog.java
+++ b/src/org/olap4j/metadata/Catalog.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Cube.java b/src/org/olap4j/metadata/Cube.java
index 2baa35b..a51fdd3 100644
--- a/src/org/olap4j/metadata/Cube.java
+++ b/src/org/olap4j/metadata/Cube.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Datatype.java b/src/org/olap4j/metadata/Datatype.java
index 575ac50..f2b2343 100644
--- a/src/org/olap4j/metadata/Datatype.java
+++ b/src/org/olap4j/metadata/Datatype.java
@@ -1,9 +1,9 @@
/*
-// $Id: Property.java 40 2007-11-18 01:13:26Z jhyde $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2007 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
@@ -19,7 +19,7 @@
* subset of the OLE DB Types Indicators returned by SQL Server.
*
* @author jhyde
- * @version $Id: Property.java 40 2007-11-18 01:13:26Z jhyde $
+ * @version $Id$
* @since Aug 23, 2006
*/
public enum Datatype {
diff --git a/src/org/olap4j/metadata/Dimension.java b/src/org/olap4j/metadata/Dimension.java
index 4fb8257..4e3612e 100644
--- a/src/org/olap4j/metadata/Dimension.java
+++ b/src/org/olap4j/metadata/Dimension.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Hierarchy.java b/src/org/olap4j/metadata/Hierarchy.java
index e64ff53..0db821d 100644
--- a/src/org/olap4j/metadata/Hierarchy.java
+++ b/src/org/olap4j/metadata/Hierarchy.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Level.java b/src/org/olap4j/metadata/Level.java
index bb87e69..0e1e419 100644
--- a/src/org/olap4j/metadata/Level.java
+++ b/src/org/olap4j/metadata/Level.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Measure.java b/src/org/olap4j/metadata/Measure.java
index c1951f4..44a0760 100644
--- a/src/org/olap4j/metadata/Measure.java
+++ b/src/org/olap4j/metadata/Measure.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Member.java b/src/org/olap4j/metadata/Member.java
index 309328f..c893025 100644
--- a/src/org/olap4j/metadata/Member.java
+++ b/src/org/olap4j/metadata/Member.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/MetadataElement.java b/src/org/olap4j/metadata/MetadataElement.java
index 11c871d..a6173e3 100644
--- a/src/org/olap4j/metadata/MetadataElement.java
+++ b/src/org/olap4j/metadata/MetadataElement.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/NamedList.java b/src/org/olap4j/metadata/NamedList.java
index 8040d3c..b500998 100644
--- a/src/org/olap4j/metadata/NamedList.java
+++ b/src/org/olap4j/metadata/NamedList.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/NamedSet.java b/src/org/olap4j/metadata/NamedSet.java
index 581f1e6..134283b 100644
--- a/src/org/olap4j/metadata/NamedSet.java
+++ b/src/org/olap4j/metadata/NamedSet.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/metadata/Schema.java b/src/org/olap4j/metadata/Schema.java
index 359f140..6699bdb 100644
--- a/src/org/olap4j/metadata/Schema.java
+++ b/src/org/olap4j/metadata/Schema.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/query/QueryDimension.java b/src/org/olap4j/query/QueryDimension.java
index c8a373b..e5c149c 100644
--- a/src/org/olap4j/query/QueryDimension.java
+++ b/src/org/olap4j/query/QueryDimension.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/query/Selection.java b/src/org/olap4j/query/Selection.java
index 6f5fcbc..c301d75 100644
--- a/src/org/olap4j/query/Selection.java
+++ b/src/org/olap4j/query/Selection.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/query/SelectionFactory.java b/src/org/olap4j/query/SelectionFactory.java
index 2191888..624cdb6 100644
--- a/src/org/olap4j/query/SelectionFactory.java
+++ b/src/org/olap4j/query/SelectionFactory.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/query/SelectionImpl.java b/src/org/olap4j/query/SelectionImpl.java
index 288a455..499c197 100644
--- a/src/org/olap4j/query/SelectionImpl.java
+++ b/src/org/olap4j/query/SelectionImpl.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/sample/SimpleQuerySample.java b/src/org/olap4j/sample/SimpleQuerySample.java
index 5051486..7319c02 100644
--- a/src/org/olap4j/sample/SimpleQuerySample.java
+++ b/src/org/olap4j/sample/SimpleQuerySample.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2006-2006 Julian Hyde
+// Copyright (C) 2006-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/transform/AxisTransform.java b/src/org/olap4j/transform/AxisTransform.java
index 74a6d52..c8dee1d 100644
--- a/src/org/olap4j/transform/AxisTransform.java
+++ b/src/org/olap4j/transform/AxisTransform.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -19,7 +19,7 @@
* a single query axis (e.g. drill-down on member, roll-up, ...)
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*
*/
diff --git a/src/org/olap4j/transform/DrillDownOnPositionTransform.java b/src/org/olap4j/transform/DrillDownOnPositionTransform.java
index d85d594..f28f19c 100644
--- a/src/org/olap4j/transform/DrillDownOnPositionTransform.java
+++ b/src/org/olap4j/transform/DrillDownOnPositionTransform.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -53,7 +53,7 @@
*
* @author etdub
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Jul 30, 2008
*/
public class DrillDownOnPositionTransform extends AxisTransform {
diff --git a/src/org/olap4j/transform/DrillReplaceTransform.java b/src/org/olap4j/transform/DrillReplaceTransform.java
index 99cb054..df63e9a 100644
--- a/src/org/olap4j/transform/DrillReplaceTransform.java
+++ b/src/org/olap4j/transform/DrillReplaceTransform.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -29,7 +29,7 @@
* execution of the initial MDX query must also be available.
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Jul 30, 2008
*/
public class DrillReplaceTransform extends AxisTransform {
diff --git a/src/org/olap4j/transform/MdxHelper.java b/src/org/olap4j/transform/MdxHelper.java
index a23d6a0..6050657 100644
--- a/src/org/olap4j/transform/MdxHelper.java
+++ b/src/org/olap4j/transform/MdxHelper.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -25,7 +25,7 @@
* this package.
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*/
class MdxHelper {
diff --git a/src/org/olap4j/transform/MdxQueryTransform.java b/src/org/olap4j/transform/MdxQueryTransform.java
index 7395d4e..4f344c6 100644
--- a/src/org/olap4j/transform/MdxQueryTransform.java
+++ b/src/org/olap4j/transform/MdxQueryTransform.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -20,7 +20,7 @@
*
* @author etdub
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Jul 28, 2008
*/
public interface MdxQueryTransform {
diff --git a/src/org/olap4j/transform/Quax.java b/src/org/olap4j/transform/Quax.java
index e6ed065..9917545 100644
--- a/src/org/olap4j/transform/Quax.java
+++ b/src/org/olap4j/transform/Quax.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -27,7 +27,7 @@
* NOTE: not exactly sure how to implement this, to be completed...
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*/
public class Quax {
diff --git a/src/org/olap4j/transform/RollUpLevelTransform.java b/src/org/olap4j/transform/RollUpLevelTransform.java
index eb32369..9c966aa 100644
--- a/src/org/olap4j/transform/RollUpLevelTransform.java
+++ b/src/org/olap4j/transform/RollUpLevelTransform.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -30,7 +30,7 @@
* hierarchies?)
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 4, 2008
*/
public class RollUpLevelTransform extends AxisTransform {
diff --git a/src/org/olap4j/transform/StandardTransformLibrary.java b/src/org/olap4j/transform/StandardTransformLibrary.java
index 0c8c187..fdce33e 100644
--- a/src/org/olap4j/transform/StandardTransformLibrary.java
+++ b/src/org/olap4j/transform/StandardTransformLibrary.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -21,7 +21,7 @@
*
* @author etdub
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Jul 28, 2008
*/
public class StandardTransformLibrary {
diff --git a/src/org/olap4j/transform/TransformUtil.java b/src/org/olap4j/transform/TransformUtil.java
index fe8e519..ddad77a 100644
--- a/src/org/olap4j/transform/TransformUtil.java
+++ b/src/org/olap4j/transform/TransformUtil.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -25,7 +25,7 @@
* public olap4j API.
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*/
class TransformUtil {
diff --git a/src/org/olap4j/transform/TreeNode.java b/src/org/olap4j/transform/TreeNode.java
index 0435b2d..c45dbbb 100644
--- a/src/org/olap4j/transform/TreeNode.java
+++ b/src/org/olap4j/transform/TreeNode.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -19,7 +19,7 @@
*
REVIEW: Should this class be in the public olap4j API? (jhyde, 2008/8/14)
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*/
class TreeNode {
diff --git a/src/org/olap4j/transform/TreeNodeCallback.java b/src/org/olap4j/transform/TreeNodeCallback.java
index 30bc1ea..94849c9 100644
--- a/src/org/olap4j/transform/TreeNodeCallback.java
+++ b/src/org/olap4j/transform/TreeNodeCallback.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -17,7 +17,7 @@
* REVIEW: Should this class be in the public olap4j API? (jhyde, 2008/8/14)
*
* @author etdub
- * @version $Id: $
+ * @version $Id$
* @since Aug 7, 2008
*/
interface TreeNodeCallback {
diff --git a/src/org/olap4j/type/BooleanType.java b/src/org/olap4j/type/BooleanType.java
index c9f75de..5479f7e 100755
--- a/src/org/olap4j/type/BooleanType.java
+++ b/src/org/olap4j/type/BooleanType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/CubeType.java b/src/org/olap4j/type/CubeType.java
index 5f3fcd7..71ab90d 100755
--- a/src/org/olap4j/type/CubeType.java
+++ b/src/org/olap4j/type/CubeType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/DecimalType.java b/src/org/olap4j/type/DecimalType.java
index ea20064..e545aaf 100755
--- a/src/org/olap4j/type/DecimalType.java
+++ b/src/org/olap4j/type/DecimalType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/DimensionType.java b/src/org/olap4j/type/DimensionType.java
index f64af1c..3f7f20d 100755
--- a/src/org/olap4j/type/DimensionType.java
+++ b/src/org/olap4j/type/DimensionType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/HierarchyType.java b/src/org/olap4j/type/HierarchyType.java
index f4ff8b0..7776d1c 100755
--- a/src/org/olap4j/type/HierarchyType.java
+++ b/src/org/olap4j/type/HierarchyType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/LevelType.java b/src/org/olap4j/type/LevelType.java
index a8e2c6e..5dd8421 100755
--- a/src/org/olap4j/type/LevelType.java
+++ b/src/org/olap4j/type/LevelType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/MemberType.java b/src/org/olap4j/type/MemberType.java
index 22634a8..5fbaceb 100644
--- a/src/org/olap4j/type/MemberType.java
+++ b/src/org/olap4j/type/MemberType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/NullType.java b/src/org/olap4j/type/NullType.java
index 7bf6f8f..f97ac61 100755
--- a/src/org/olap4j/type/NullType.java
+++ b/src/org/olap4j/type/NullType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/NumericType.java b/src/org/olap4j/type/NumericType.java
index b792d93..6c05ab8 100755
--- a/src/org/olap4j/type/NumericType.java
+++ b/src/org/olap4j/type/NumericType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/ScalarType.java b/src/org/olap4j/type/ScalarType.java
index 16db006..6d2e8fb 100755
--- a/src/org/olap4j/type/ScalarType.java
+++ b/src/org/olap4j/type/ScalarType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/SetType.java b/src/org/olap4j/type/SetType.java
index 18a5a9c..1d5b566 100755
--- a/src/org/olap4j/type/SetType.java
+++ b/src/org/olap4j/type/SetType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/StringType.java b/src/org/olap4j/type/StringType.java
index a77ea66..b031bdf 100755
--- a/src/org/olap4j/type/StringType.java
+++ b/src/org/olap4j/type/StringType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/SymbolType.java b/src/org/olap4j/type/SymbolType.java
index 0eddc4f..80bd4d2 100755
--- a/src/org/olap4j/type/SymbolType.java
+++ b/src/org/olap4j/type/SymbolType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/TupleType.java b/src/org/olap4j/type/TupleType.java
index 8155dda..887f150 100755
--- a/src/org/olap4j/type/TupleType.java
+++ b/src/org/olap4j/type/TupleType.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/Type.java b/src/org/olap4j/type/Type.java
index 47b5135..99f88c8 100644
--- a/src/org/olap4j/type/Type.java
+++ b/src/org/olap4j/type/Type.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/src/org/olap4j/type/TypeUtil.java b/src/org/olap4j/type/TypeUtil.java
index a9932a6..b1396b3 100755
--- a/src/org/olap4j/type/TypeUtil.java
+++ b/src/org/olap4j/type/TypeUtil.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2005-2005 Julian Hyde
+// Copyright (C) 2005-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/MetadataTest.java b/testsrc/org/olap4j/MetadataTest.java
index 8cd3aeb..b3764b1 100644
--- a/testsrc/org/olap4j/MetadataTest.java
+++ b/testsrc/org/olap4j/MetadataTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/MondrianTester.java b/testsrc/org/olap4j/MondrianTester.java
index 15b1c34..8df120e 100644
--- a/testsrc/org/olap4j/MondrianTester.java
+++ b/testsrc/org/olap4j/MondrianTester.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/OlapTest.java b/testsrc/org/olap4j/OlapTest.java
index 99fec24..387e1e5 100644
--- a/testsrc/org/olap4j/OlapTest.java
+++ b/testsrc/org/olap4j/OlapTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/XmlaTester.java b/testsrc/org/olap4j/XmlaTester.java
index 75120a8..d333035 100644
--- a/testsrc/org/olap4j/XmlaTester.java
+++ b/testsrc/org/olap4j/XmlaTester.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/impl/Base64Test.java b/testsrc/org/olap4j/impl/Base64Test.java
index a36bf15..cae811f 100644
--- a/testsrc/org/olap4j/impl/Base64Test.java
+++ b/testsrc/org/olap4j/impl/Base64Test.java
@@ -1,5 +1,5 @@
/*
-// $Id: //open/mondrian/testsrc/main/mondrian/util/Base64Test.java#2 $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -21,7 +21,7 @@
/**
* Test case for {@link Base64}.
*
- * @version $Id: //open/mondrian/testsrc/main/mondrian/util/Base64Test.java#2 $
+ * @version $Id$
* @author Brian Burton, Julian Hyde
*/
public class Base64Test extends TestCase
diff --git a/testsrc/org/olap4j/impl/ConnectStringParserTest.java b/testsrc/org/olap4j/impl/ConnectStringParserTest.java
index 224bf7b..7adde1e 100644
--- a/testsrc/org/olap4j/impl/ConnectStringParserTest.java
+++ b/testsrc/org/olap4j/impl/ConnectStringParserTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
@@ -15,7 +15,7 @@
/**
* Unit test for {@link org.olap4j.impl.ConnectStringParser}.
*
- * @version $Id: $
+ * @version $Id$
* @author jhyde
*/
public class ConnectStringParserTest extends TestCase {
diff --git a/testsrc/org/olap4j/impl/Olap4jUtilTest.java b/testsrc/org/olap4j/impl/Olap4jUtilTest.java
index a4c74ff..50367a8 100644
--- a/testsrc/org/olap4j/impl/Olap4jUtilTest.java
+++ b/testsrc/org/olap4j/impl/Olap4jUtilTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
@@ -16,7 +16,7 @@
* Tests for methods in {@link org.olap4j.impl.Olap4jUtil}.
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Dec 12, 2007
*/
public class Olap4jUtilTest extends TestCase {
diff --git a/testsrc/org/olap4j/mdx/MdxTest.java b/testsrc/org/olap4j/mdx/MdxTest.java
index 48e892c..397d54f 100644
--- a/testsrc/org/olap4j/mdx/MdxTest.java
+++ b/testsrc/org/olap4j/mdx/MdxTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
@@ -16,7 +16,7 @@
* Testcase for org.olap4j.mdx package.
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Dec 12, 2007
*/
public class MdxTest extends TestCase {
diff --git a/testsrc/org/olap4j/test/ArrayMapTest.java b/testsrc/org/olap4j/test/ArrayMapTest.java
index eb732fd..aa9cf9d 100644
--- a/testsrc/org/olap4j/test/ArrayMapTest.java
+++ b/testsrc/org/olap4j/test/ArrayMapTest.java
@@ -2,7 +2,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
@@ -17,7 +17,7 @@
* Unit test for {@link org.olap4j.impl.ArrayMap}.
*
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Dec 9, 2007
*/
public class ArrayMapTest extends TestCase {
diff --git a/testsrc/org/olap4j/test/ParserTest.java b/testsrc/org/olap4j/test/ParserTest.java
index 75bf760..1c48df2 100644
--- a/testsrc/org/olap4j/test/ParserTest.java
+++ b/testsrc/org/olap4j/test/ParserTest.java
@@ -3,7 +3,7 @@
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
-// Copyright (C) 2007-2007 Julian Hyde
+// Copyright (C) 2007-2008 Julian Hyde
// All Rights Reserved.
// You must accept the terms of that agreement to use this software.
*/
diff --git a/testsrc/org/olap4j/transform/TransformTest.java b/testsrc/org/olap4j/transform/TransformTest.java
index 5cec9f9..585c676 100644
--- a/testsrc/org/olap4j/transform/TransformTest.java
+++ b/testsrc/org/olap4j/transform/TransformTest.java
@@ -1,5 +1,5 @@
/*
-// $Id: $
+// $Id$
// This software is subject to the terms of the Common Public License
// Agreement, available at the following URL:
// http://www.opensource.org/licenses/cpl.html.
@@ -27,7 +27,7 @@
*
* @author etdub
* @author jhyde
- * @version $Id: $
+ * @version $Id$
* @since Jul 28, 2008
*/
public class TransformTest extends TestCase {