From 610aa2ad84b2fbd327b07b116d5018b7473826c0 Mon Sep 17 00:00:00 2001 From: Julian Hyde Date: Sun, 2 Nov 2008 07:43:12 +0000 Subject: [PATCH] Update copyright notices. Ensure all Java files have keyword replacement. git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@125 c6a108a4-781c-0410-a6c6-c2d559e19af0 --- src/org/olap4j/Axis.java | 2 +- src/org/olap4j/Cell.java | 2 +- src/org/olap4j/CellSet.java | 2 +- src/org/olap4j/CellSetAxis.java | 2 +- src/org/olap4j/CellSetAxisMetaData.java | 2 +- src/org/olap4j/CellSetMetaData.java | 2 +- src/org/olap4j/OlapConnection.java | 2 +- src/org/olap4j/OlapDataSource.java | 2 +- src/org/olap4j/OlapDatabaseMetaData.java | 2 +- src/org/olap4j/OlapException.java | 2 +- src/org/olap4j/OlapExceptionHelper.java | 2 +- src/org/olap4j/OlapParameterMetaData.java | 2 +- src/org/olap4j/OlapStatement.java | 2 +- src/org/olap4j/OlapWrapper.java | 2 +- src/org/olap4j/Position.java | 2 +- src/org/olap4j/PreparedOlapStatement.java | 2 +- src/org/olap4j/driver/xmla/DeferredNamedListImpl.java | 4 ++-- src/org/olap4j/driver/xmla/EmptyResultSet.java | 2 +- src/org/olap4j/driver/xmla/Factory.java | 2 +- src/org/olap4j/driver/xmla/FactoryJdbc3Impl.java | 2 +- src/org/olap4j/driver/xmla/FactoryJdbc4Impl.java | 2 +- src/org/olap4j/driver/xmla/MetadataReader.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jCell.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jCellProperty.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxis.java | 4 ++-- .../olap4j/driver/xmla/XmlaOlap4jCellSetAxisMetaData.java | 4 ++-- .../olap4j/driver/xmla/XmlaOlap4jCellSetMemberProperty.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jCube.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jDimension.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jElement.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jHierarchy.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jLevel.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jMeasure.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jMember.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jNamedSet.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jPosition.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jPositionMember.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jPreparedStatement.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jProperty.java | 4 ++-- src/org/olap4j/driver/xmla/XmlaOlap4jSchema.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jStatement.java | 2 +- src/org/olap4j/driver/xmla/XmlaOlap4jUtil.java | 4 ++-- src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java | 6 +++--- .../olap4j/driver/xmla/cache/XmlaOlap4jCacheElement.java | 6 +++--- .../driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java | 6 +++--- .../driver/xmla/cache/XmlaOlap4jInvalidStateException.java | 6 +++--- .../driver/xmla/cache/XmlaOlap4jNamedMemoryCache.java | 6 +++--- src/org/olap4j/driver/xmla/cache/XmlaOlap4jSHAEncoder.java | 6 +++--- .../driver/xmla/proxy/XmlaOlap4jAbstractHttpProxy.java | 6 +++--- src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCachedProxy.java | 6 +++--- .../olap4j/driver/xmla/proxy/XmlaOlap4jCookieManager.java | 6 +++--- src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java | 6 +++--- src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxy.java | 6 +++--- .../olap4j/driver/xmla/proxy/XmlaOlap4jProxyException.java | 2 +- src/org/olap4j/impl/AbstractNamedList.java | 2 +- src/org/olap4j/impl/ArrayMap.java | 4 ++-- src/org/olap4j/impl/ArrayNamedListImpl.java | 2 +- src/org/olap4j/impl/Base64.java | 2 +- src/org/olap4j/impl/ConnectStringParser.java | 2 +- src/org/olap4j/impl/Named.java | 2 +- src/org/olap4j/impl/NamedListImpl.java | 2 +- src/org/olap4j/impl/Olap4jUtil.java | 2 +- src/org/olap4j/impl/Olap4jUtilCompatible.java | 2 +- src/org/olap4j/impl/Olap4jUtilCompatibleJdk14.java | 2 +- src/org/olap4j/impl/Olap4jUtilCompatibleJdk15.java | 2 +- src/org/olap4j/impl/Pair.java | 4 ++-- src/org/olap4j/mdx/DefaultMdxValidatorImpl.java | 2 +- src/org/olap4j/mdx/ParseRegion.java | 2 +- src/org/olap4j/mdx/ParseTreeVisitor.java | 2 +- src/org/olap4j/mdx/ParseTreeWriter.java | 2 +- src/org/olap4j/mdx/Syntax.java | 2 +- src/org/olap4j/mdx/parser/MdxParseException.java | 2 +- src/org/olap4j/mdx/parser/MdxParser.java | 2 +- src/org/olap4j/mdx/parser/MdxParserFactory.java | 2 +- src/org/olap4j/mdx/parser/MdxValidator.java | 2 +- src/org/olap4j/mdx/parser/impl/DefaultMdxParserImpl.java | 2 +- src/org/olap4j/mdx/parser/impl/Scanner.java | 2 +- src/org/olap4j/mdx/parser/impl/StringScanner.java | 2 +- src/org/olap4j/metadata/Catalog.java | 2 +- src/org/olap4j/metadata/Cube.java | 2 +- src/org/olap4j/metadata/Datatype.java | 6 +++--- src/org/olap4j/metadata/Dimension.java | 2 +- src/org/olap4j/metadata/Hierarchy.java | 2 +- src/org/olap4j/metadata/Level.java | 2 +- src/org/olap4j/metadata/Measure.java | 2 +- src/org/olap4j/metadata/Member.java | 2 +- src/org/olap4j/metadata/MetadataElement.java | 2 +- src/org/olap4j/metadata/NamedList.java | 2 +- src/org/olap4j/metadata/NamedSet.java | 2 +- src/org/olap4j/metadata/Schema.java | 2 +- src/org/olap4j/query/QueryDimension.java | 2 +- src/org/olap4j/query/Selection.java | 2 +- src/org/olap4j/query/SelectionFactory.java | 2 +- src/org/olap4j/query/SelectionImpl.java | 2 +- src/org/olap4j/sample/SimpleQuerySample.java | 2 +- src/org/olap4j/transform/AxisTransform.java | 4 ++-- src/org/olap4j/transform/DrillDownOnPositionTransform.java | 4 ++-- src/org/olap4j/transform/DrillReplaceTransform.java | 4 ++-- src/org/olap4j/transform/MdxHelper.java | 4 ++-- src/org/olap4j/transform/MdxQueryTransform.java | 4 ++-- src/org/olap4j/transform/Quax.java | 4 ++-- src/org/olap4j/transform/RollUpLevelTransform.java | 4 ++-- src/org/olap4j/transform/StandardTransformLibrary.java | 4 ++-- src/org/olap4j/transform/TransformUtil.java | 4 ++-- src/org/olap4j/transform/TreeNode.java | 4 ++-- src/org/olap4j/transform/TreeNodeCallback.java | 4 ++-- src/org/olap4j/type/BooleanType.java | 2 +- src/org/olap4j/type/CubeType.java | 2 +- src/org/olap4j/type/DecimalType.java | 2 +- src/org/olap4j/type/DimensionType.java | 2 +- src/org/olap4j/type/HierarchyType.java | 2 +- src/org/olap4j/type/LevelType.java | 2 +- src/org/olap4j/type/MemberType.java | 2 +- src/org/olap4j/type/NullType.java | 2 +- src/org/olap4j/type/NumericType.java | 2 +- src/org/olap4j/type/ScalarType.java | 2 +- src/org/olap4j/type/SetType.java | 2 +- src/org/olap4j/type/StringType.java | 2 +- src/org/olap4j/type/SymbolType.java | 2 +- src/org/olap4j/type/TupleType.java | 2 +- src/org/olap4j/type/Type.java | 2 +- src/org/olap4j/type/TypeUtil.java | 2 +- testsrc/org/olap4j/MetadataTest.java | 2 +- testsrc/org/olap4j/MondrianTester.java | 2 +- testsrc/org/olap4j/OlapTest.java | 2 +- testsrc/org/olap4j/XmlaTester.java | 2 +- testsrc/org/olap4j/impl/Base64Test.java | 4 ++-- testsrc/org/olap4j/impl/ConnectStringParserTest.java | 4 ++-- testsrc/org/olap4j/impl/Olap4jUtilTest.java | 4 ++-- testsrc/org/olap4j/mdx/MdxTest.java | 4 ++-- testsrc/org/olap4j/test/ArrayMapTest.java | 4 ++-- testsrc/org/olap4j/test/ParserTest.java | 2 +- testsrc/org/olap4j/transform/TransformTest.java | 4 ++-- 138 files changed, 197 insertions(+), 197 deletions(-) diff --git a/src/org/olap4j/Axis.java b/src/org/olap4j/Axis.java index 7f1524e..53e69b7 100644 --- a/src/org/olap4j/Axis.java +++ b/src/org/olap4j/Axis.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/Cell.java b/src/org/olap4j/Cell.java index f39dc2b..9c30aae 100755 --- a/src/org/olap4j/Cell.java +++ b/src/org/olap4j/Cell.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/CellSet.java b/src/org/olap4j/CellSet.java index e6cc907..914dd84 100755 --- a/src/org/olap4j/CellSet.java +++ b/src/org/olap4j/CellSet.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/CellSetAxis.java b/src/org/olap4j/CellSetAxis.java index b12f051..6f468ec 100755 --- a/src/org/olap4j/CellSetAxis.java +++ b/src/org/olap4j/CellSetAxis.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/CellSetAxisMetaData.java b/src/org/olap4j/CellSetAxisMetaData.java index 7ae4d26..2ae88c5 100755 --- a/src/org/olap4j/CellSetAxisMetaData.java +++ b/src/org/olap4j/CellSetAxisMetaData.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/CellSetMetaData.java b/src/org/olap4j/CellSetMetaData.java index f067ea6..e83c828 100755 --- a/src/org/olap4j/CellSetMetaData.java +++ b/src/org/olap4j/CellSetMetaData.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/OlapConnection.java b/src/org/olap4j/OlapConnection.java index 0c8b249..377735c 100644 --- a/src/org/olap4j/OlapConnection.java +++ b/src/org/olap4j/OlapConnection.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/OlapDataSource.java b/src/org/olap4j/OlapDataSource.java index 153a8e3..5511b83 100644 --- a/src/org/olap4j/OlapDataSource.java +++ b/src/org/olap4j/OlapDataSource.java @@ -21,7 +21,7 @@ * {@link java.sql.Connection}s. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Mar 25, 2008 */ public interface OlapDataSource extends DataSource { diff --git a/src/org/olap4j/OlapDatabaseMetaData.java b/src/org/olap4j/OlapDatabaseMetaData.java index 70801df..6bfc92d 100644 --- a/src/org/olap4j/OlapDatabaseMetaData.java +++ b/src/org/olap4j/OlapDatabaseMetaData.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/OlapException.java b/src/org/olap4j/OlapException.java index 10fa0ad..f3a7ed2 100644 --- a/src/org/olap4j/OlapException.java +++ b/src/org/olap4j/OlapException.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/OlapExceptionHelper.java b/src/org/olap4j/OlapExceptionHelper.java index 258e80e..19d6f87 100644 --- a/src/org/olap4j/OlapExceptionHelper.java +++ b/src/org/olap4j/OlapExceptionHelper.java @@ -13,7 +13,7 @@ /** * Sugar class to help create OlapExceptions. * @author Luc Boudreau - * @version $Id: $ + * @version $Id$ */ public class OlapExceptionHelper { diff --git a/src/org/olap4j/OlapParameterMetaData.java b/src/org/olap4j/OlapParameterMetaData.java index eee54b2..488c2fe 100755 --- a/src/org/olap4j/OlapParameterMetaData.java +++ b/src/org/olap4j/OlapParameterMetaData.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/OlapStatement.java b/src/org/olap4j/OlapStatement.java index 34aed5d..6a4c9cc 100644 --- a/src/org/olap4j/OlapStatement.java +++ b/src/org/olap4j/OlapStatement.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/OlapWrapper.java b/src/org/olap4j/OlapWrapper.java index 89bf13f..551e5fb 100644 --- a/src/org/olap4j/OlapWrapper.java +++ b/src/org/olap4j/OlapWrapper.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/Position.java b/src/org/olap4j/Position.java index 4b63fd8..d5b5721 100755 --- a/src/org/olap4j/Position.java +++ b/src/org/olap4j/Position.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/PreparedOlapStatement.java b/src/org/olap4j/PreparedOlapStatement.java index 7c3e237..729ead5 100644 --- a/src/org/olap4j/PreparedOlapStatement.java +++ b/src/org/olap4j/PreparedOlapStatement.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/driver/xmla/DeferredNamedListImpl.java b/src/org/olap4j/driver/xmla/DeferredNamedListImpl.java index eabef44..bbf64ac 100644 --- a/src/org/olap4j/driver/xmla/DeferredNamedListImpl.java +++ b/src/org/olap4j/driver/xmla/DeferredNamedListImpl.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. */ @@ -37,7 +37,7 @@ * to this class.

* * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class DeferredNamedListImpl diff --git a/src/org/olap4j/driver/xmla/EmptyResultSet.java b/src/org/olap4j/driver/xmla/EmptyResultSet.java index 1f934f7..3dba5ac 100644 --- a/src/org/olap4j/driver/xmla/EmptyResultSet.java +++ b/src/org/olap4j/driver/xmla/EmptyResultSet.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/src/org/olap4j/driver/xmla/Factory.java b/src/org/olap4j/driver/xmla/Factory.java index 88b8696..b993484 100644 --- a/src/org/olap4j/driver/xmla/Factory.java +++ b/src/org/olap4j/driver/xmla/Factory.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/src/org/olap4j/driver/xmla/FactoryJdbc3Impl.java b/src/org/olap4j/driver/xmla/FactoryJdbc3Impl.java index 1753c45..4b14982 100644 --- a/src/org/olap4j/driver/xmla/FactoryJdbc3Impl.java +++ b/src/org/olap4j/driver/xmla/FactoryJdbc3Impl.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/src/org/olap4j/driver/xmla/FactoryJdbc4Impl.java b/src/org/olap4j/driver/xmla/FactoryJdbc4Impl.java index 749c615..05157d1 100644 --- a/src/org/olap4j/driver/xmla/FactoryJdbc4Impl.java +++ b/src/org/olap4j/driver/xmla/FactoryJdbc4Impl.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/src/org/olap4j/driver/xmla/MetadataReader.java b/src/org/olap4j/driver/xmla/MetadataReader.java index 100d687..202019e 100644 --- a/src/org/olap4j/driver/xmla/MetadataReader.java +++ b/src/org/olap4j/driver/xmla/MetadataReader.java @@ -17,7 +17,7 @@ * Can read metadata, in particular members. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Jan 14, 2008 */ interface MetadataReader { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.java index 7d657ba..a67a96e 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCatalog.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/driver/xmla/XmlaOlap4jCell.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCell.java index dfd080c..43c1b8d 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCell.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCell.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. */ @@ -20,7 +20,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 5, 2007 */ class XmlaOlap4jCell implements Cell { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCellProperty.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellProperty.java index 00499d3..e2adfce 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellProperty.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellProperty.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. */ @@ -21,7 +21,7 @@ * from XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 8, 2007 */ class XmlaOlap4jCellProperty implements Property, Named { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.java index 0d2b401..ccf15be 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSet.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/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxis.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxis.java index f5c1780..685f40b 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxis.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxis.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 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 5, 2007 */ class XmlaOlap4jCellSetAxis implements CellSetAxis { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxisMetaData.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxisMetaData.java index 5859989..1bf6ef2 100755 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxisMetaData.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetAxisMetaData.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. */ @@ -21,7 +21,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: MondrianOlap4jCellSetAxisMetaData.java 43 2007-11-21 01:57:47Z jhyde $ + * @version $Id$ * @since Nov 17, 2007 */ class XmlaOlap4jCellSetAxisMetaData implements CellSetAxisMetaData { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMemberProperty.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMemberProperty.java index 88eb5ee..8d5588e 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMemberProperty.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMemberProperty.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. */ @@ -20,7 +20,7 @@ * from an XML/A provider. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 7, 2007 */ class XmlaOlap4jCellSetMemberProperty implements Property, Named { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.java index 60f9bbf..37460e1 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCellSetMetaData.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/src/org/olap4j/driver/xmla/XmlaOlap4jCube.java b/src/org/olap4j/driver/xmla/XmlaOlap4jCube.java index 43d1e08..eb43ec9 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jCube.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jCube.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. */ @@ -21,7 +21,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jCube implements Cube, Named diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.java b/src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.java index 808287d..96f309b 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jDatabaseMetaData.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/src/org/olap4j/driver/xmla/XmlaOlap4jDimension.java b/src/org/olap4j/driver/xmla/XmlaOlap4jDimension.java index 85288b5..a4db080 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jDimension.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jDimension.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 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jDimension diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java b/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java index e6de2c2..c8668e6 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jDriver.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/src/org/olap4j/driver/xmla/XmlaOlap4jElement.java b/src/org/olap4j/driver/xmla/XmlaOlap4jElement.java index 90fd82d..bdcc5cb 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jElement.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jElement.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. */ @@ -18,7 +18,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 5, 2007 */ abstract class XmlaOlap4jElement implements MetadataElement, Named { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jHierarchy.java b/src/org/olap4j/driver/xmla/XmlaOlap4jHierarchy.java index 1a05c6d..cc09a75 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jHierarchy.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jHierarchy.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. */ @@ -19,7 +19,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jHierarchy diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jLevel.java b/src/org/olap4j/driver/xmla/XmlaOlap4jLevel.java index 421fbb8..01a573a 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jLevel.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jLevel.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. */ @@ -19,7 +19,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jLevel diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jMeasure.java b/src/org/olap4j/driver/xmla/XmlaOlap4jMeasure.java index 6466449..4d0de00 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jMeasure.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jMeasure.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 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jMeasure diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jMember.java b/src/org/olap4j/driver/xmla/XmlaOlap4jMember.java index 75ba16e..1795843 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jMember.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jMember.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/src/org/olap4j/driver/xmla/XmlaOlap4jNamedSet.java b/src/org/olap4j/driver/xmla/XmlaOlap4jNamedSet.java index 0da608b..913482e 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jNamedSet.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jNamedSet.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. */ @@ -20,7 +20,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 4, 2007 */ class XmlaOlap4jNamedSet diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jPosition.java b/src/org/olap4j/driver/xmla/XmlaOlap4jPosition.java index 0ce99d9..0092c6a 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jPosition.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jPosition.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. */ @@ -18,7 +18,7 @@ * for XML/A providers. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 5, 2007 */ class XmlaOlap4jPosition implements Position { diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jPositionMember.java b/src/org/olap4j/driver/xmla/XmlaOlap4jPositionMember.java index 5d39e2c..4e1da0d 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jPositionMember.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jPositionMember.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/src/org/olap4j/driver/xmla/XmlaOlap4jPreparedStatement.java b/src/org/olap4j/driver/xmla/XmlaOlap4jPreparedStatement.java index 2670811..847aa4b 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jPreparedStatement.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jPreparedStatement.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/src/org/olap4j/driver/xmla/XmlaOlap4jProperty.java b/src/org/olap4j/driver/xmla/XmlaOlap4jProperty.java index 87fa868..091f51c 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jProperty.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jProperty.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. */ @@ -23,7 +23,7 @@ * @see org.olap4j.driver.xmla.XmlaOlap4jCellSetMemberProperty * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 9, 2007 */ class XmlaOlap4jProperty diff --git a/src/org/olap4j/driver/xmla/XmlaOlap4jSchema.java b/src/org/olap4j/driver/xmla/XmlaOlap4jSchema.java index 097542d..e4866f0 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jSchema.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jSchema.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/src/org/olap4j/driver/xmla/XmlaOlap4jStatement.java b/src/org/olap4j/driver/xmla/XmlaOlap4jStatement.java index 5e7f8d0..03442fe 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jStatement.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jStatement.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/src/org/olap4j/driver/xmla/XmlaOlap4jUtil.java b/src/org/olap4j/driver/xmla/XmlaOlap4jUtil.java index efc2b8d..2ed98b2 100644 --- a/src/org/olap4j/driver/xmla/XmlaOlap4jUtil.java +++ b/src/org/olap4j/driver/xmla/XmlaOlap4jUtil.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. */ @@ -26,7 +26,7 @@ * package and in particular {@link org.olap4j.impl.Olap4jUtil}. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 2, 2007 */ abstract class XmlaOlap4jUtil { diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java index b500cf4..f6e2312 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCache.java @@ -1,9 +1,9 @@ /* -// $Id: XmlaOlap4jCache.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -24,7 +24,7 @@ * which triggered the request. * * @author Luc Boudreau - * @version $Id: XmlaOlap4jCache.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ public interface XmlaOlap4jCache { diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCacheElement.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCacheElement.java index c822fed..b8da82e 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCacheElement.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jCacheElement.java @@ -1,9 +1,9 @@ /* -// $Id: XmlaOlap4jCacheElement.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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 @@ /** * Internal POJO class definition for the XmlaOlap4jMemoryCache. * @author Luc Boudreau - * @version $Id: XmlaOlap4jCacheElement.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ class XmlaOlap4jCacheElement { diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java index 3d7f720..1479b9a 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jConcurrentMemoryCache.java @@ -1,9 +1,9 @@ /* -// $Id: XmlaOlap4jConcurrentMemoryCache.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -22,7 +22,7 @@ *

It keeps it's cache element objects in memory in an internal hash * table. Instantiate it and use. As simple as that. * @author Luc Boudreau - * @version $Id: XmlaOlap4jConcurrentMemoryCache.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ class XmlaOlap4jConcurrentMemoryCache { diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jInvalidStateException.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jInvalidStateException.java index e2bd844..eef59d6 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jInvalidStateException.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jInvalidStateException.java @@ -1,9 +1,9 @@ /* -// $Id: InvalidStateException.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -18,7 +18,7 @@ * to the system level since it's a programming error. * * @author Luc Boudreau - * @version $Id: InvalidStateException.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ class XmlaOlap4jInvalidStateException extends RuntimeException { private static final long serialVersionUID = 7265273715459263740L; diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jNamedMemoryCache.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jNamedMemoryCache.java index 4d1e8fd..646a544 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jNamedMemoryCache.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jNamedMemoryCache.java @@ -1,9 +1,9 @@ /* -// $Id: XmlaOlap4jNamedMemoryCache.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -39,7 +39,7 @@ * * * @see XmlaOlap4jNamedMemoryCache.Property - * @version $Id: XmlaOlap4jNamedMemoryCache.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ public class XmlaOlap4jNamedMemoryCache implements XmlaOlap4jCache { diff --git a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jSHAEncoder.java b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jSHAEncoder.java index 647c1bf..fb0460d 100644 --- a/src/org/olap4j/driver/xmla/cache/XmlaOlap4jSHAEncoder.java +++ b/src/org/olap4j/driver/xmla/cache/XmlaOlap4jSHAEncoder.java @@ -1,9 +1,9 @@ /* -// $Id: XmlaOlap4jSHAEncoder.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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 @@ * SHA encoder to create unique hash strings for cache elements. * * @author Luc Boudreau - * @version $Id: XmlaOlap4jSHAEncoder.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ * */ class XmlaOlap4jSHAEncoder { diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jAbstractHttpProxy.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jAbstractHttpProxy.java index a8a07ba..0dd9c4c 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jAbstractHttpProxy.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jAbstractHttpProxy.java @@ -1,9 +1,9 @@ /* -// $Id: AbstractHttpProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -31,7 +31,7 @@ * saveCookies(URL) and useCookies(URL). * * @author Luc Boudreau - * @version $Id: AbstractHttpProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ abstract class XmlaOlap4jAbstractHttpProxy implements XmlaOlap4jCachedProxy diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCachedProxy.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCachedProxy.java index 6946bac..720543e 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCachedProxy.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCachedProxy.java @@ -1,9 +1,9 @@ /* -// $Id: CachedProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -19,7 +19,7 @@ * Extended Proxy interface which supports cached SOAP calls. * * @author Luc Boudreau - * @version $Id: CachedProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ * */ public interface XmlaOlap4jCachedProxy extends XmlaOlap4jProxy { diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCookieManager.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCookieManager.java index d12b761..f58d74c 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCookieManager.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jCookieManager.java @@ -1,9 +1,9 @@ /* -// $Id: CookieManager.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -43,7 +43,7 @@ *


* * @author Ian Brown - * @version $Id: CookieManager.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ **/ @SuppressWarnings("unchecked") diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java index c9ef89b..a25084b 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jHttpProxy.java @@ -1,9 +1,9 @@ /* -// $Id: HttpProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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. */ @@ -28,7 +28,7 @@ * conform to cookie domain rules. * * @author Luc Boudreau and Julian Hyde - * @version $Id: HttpProxy.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ public class XmlaOlap4jHttpProxy extends XmlaOlap4jAbstractHttpProxy { diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxy.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxy.java index c47a275..068641b 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxy.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxy.java @@ -1,9 +1,9 @@ /* -// $Id: Proxy.java 92 2008-07-17 07:41:10Z lucboudreau $ +// $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) 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 @@ /** * Defines a common set of methods for proxy objects. - * @version $Id: Proxy.java 92 2008-07-17 07:41:10Z lucboudreau $ + * @version $Id$ */ public interface XmlaOlap4jProxy { /** diff --git a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxyException.java b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxyException.java index 747ed75..42518bd 100644 --- a/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxyException.java +++ b/src/org/olap4j/driver/xmla/proxy/XmlaOlap4jProxyException.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/impl/AbstractNamedList.java b/src/org/olap4j/impl/AbstractNamedList.java index e2a11ba..4a50f8e 100644 --- a/src/org/olap4j/impl/AbstractNamedList.java +++ b/src/org/olap4j/impl/AbstractNamedList.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/impl/ArrayMap.java b/src/org/olap4j/impl/ArrayMap.java index 3ecc5d8..32a3036 100644 --- a/src/org/olap4j/impl/ArrayMap.java +++ b/src/org/olap4j/impl/ArrayMap.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. */ @@ -19,7 +19,7 @@ * proportional to the number of keys. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 9, 2007 */ public class ArrayMap diff --git a/src/org/olap4j/impl/ArrayNamedListImpl.java b/src/org/olap4j/impl/ArrayNamedListImpl.java index 3f1f294..580c84e 100644 --- a/src/org/olap4j/impl/ArrayNamedListImpl.java +++ b/src/org/olap4j/impl/ArrayNamedListImpl.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/src/org/olap4j/impl/Base64.java b/src/org/olap4j/impl/Base64.java index fe391df..4ed6cf7 100644 --- a/src/org/olap4j/impl/Base64.java +++ b/src/org/olap4j/impl/Base64.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. diff --git a/src/org/olap4j/impl/ConnectStringParser.java b/src/org/olap4j/impl/ConnectStringParser.java index ce0d300..d17f2a9 100644 --- a/src/org/olap4j/impl/ConnectStringParser.java +++ b/src/org/olap4j/impl/ConnectStringParser.java @@ -14,7 +14,7 @@ * Parser for olap4j connect strings. * * @author jhyde - * @version $Id: $ + * @version $Id$ * @since Dec 12, 2007 */ // Copied from mondrian.olap.Util.ConnectStringParser diff --git a/src/org/olap4j/impl/Named.java b/src/org/olap4j/impl/Named.java index 15d9b54..17a4eea 100644 --- a/src/org/olap4j/impl/Named.java +++ b/src/org/olap4j/impl/Named.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/impl/NamedListImpl.java b/src/org/olap4j/impl/NamedListImpl.java index ffa8c51..9c0bf2d 100644 --- a/src/org/olap4j/impl/NamedListImpl.java +++ b/src/org/olap4j/impl/NamedListImpl.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/impl/Olap4jUtil.java b/src/org/olap4j/impl/Olap4jUtil.java index bf03143..ab373b4 100644 --- a/src/org/olap4j/impl/Olap4jUtil.java +++ b/src/org/olap4j/impl/Olap4jUtil.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/src/org/olap4j/impl/Olap4jUtilCompatible.java b/src/org/olap4j/impl/Olap4jUtilCompatible.java index adf889c..9e341db 100644 --- a/src/org/olap4j/impl/Olap4jUtilCompatible.java +++ b/src/org/olap4j/impl/Olap4jUtilCompatible.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/impl/Olap4jUtilCompatibleJdk14.java b/src/org/olap4j/impl/Olap4jUtilCompatibleJdk14.java index 90f5c9f..dbc22f0 100644 --- a/src/org/olap4j/impl/Olap4jUtilCompatibleJdk14.java +++ b/src/org/olap4j/impl/Olap4jUtilCompatibleJdk14.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/impl/Olap4jUtilCompatibleJdk15.java b/src/org/olap4j/impl/Olap4jUtilCompatibleJdk15.java index 4493060..2d1d22e 100644 --- a/src/org/olap4j/impl/Olap4jUtilCompatibleJdk15.java +++ b/src/org/olap4j/impl/Olap4jUtilCompatibleJdk15.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/impl/Pair.java b/src/org/olap4j/impl/Pair.java index bac74eb..1a269bb 100644 --- a/src/org/olap4j/impl/Pair.java +++ b/src/org/olap4j/impl/Pair.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. */ @@ -18,7 +18,7 @@ * {@link java.util.Collection}. * * @author jhyde - * @version $Id: //open/mondrian/src/main/mondrian/util/Pair.java#1 $ + * @version $Id$ * @since Apr 19, 2007 */ class Pair 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 {