From 651ae05a20bbbf5bd6fea0afc8483e25213522fc Mon Sep 17 00:00:00 2001 From: lgrill-pentaho Date: Tue, 24 Sep 2024 18:21:03 -0400 Subject: [PATCH] Revert "HNC-766: updated license and copyright headers" This reverts commit 2f78a3a857e980b26401b0b61eef334a07a727de. --- LICENSE.txt | 4 +-- pentaho-aggdesigner-core/LICENSE.txt | 4 +-- .../ValidationMondrianSchemaLoaderTest.java | 28 +++++++++++-------- ...stractMondrianSchemaValidatorTestBase.java | 20 ++++++++----- .../validate/CubePkValidatorTest.java | 20 ++++++++----- .../validate/DimensionFkValidatorTest.java | 20 ++++++++----- .../validate/HierarchyPkValidatorTest.java | 20 ++++++++----- .../MondrianSchemaValidatorManagerTest.java | 20 ++++++++----- .../aggdes/test/AggDesignerMainTest.java | 28 +++++++++++-------- .../aggdes/test/AlgorithmImplTest.java | 28 +++++++++++-------- .../org/pentaho/aggdes/test/AllTests.java | 20 ++++++++----- .../pentaho/aggdes/test/LatticeImplTest.java | 28 +++++++++++-------- .../test/MondrianSchemaLoaderTestIT.java | 20 ++++++++----- .../test/MondrianSchemaOutputTestIT.java | 20 ++++++++----- .../test/MonteCarloLatticeImplTest.java | 28 +++++++++++-------- .../aggdes/test/OutputServiceImplTest.java | 28 +++++++++++-------- .../aggdes/test/SsasToMondrianTest.java | 28 +++++++++++-------- .../aggdes/test/TableGeneratorTestIT.java | 20 ++++++++----- .../aggdes/test/util/TestAggregate.java | 20 ++++++++----- .../pentaho/aggdes/test/util/TestResult.java | 20 ++++++++----- .../pentaho/aggdes/test/util/TestUtils.java | 20 ++++++++----- .../pentaho/aggdes/util/AggDesUtilTest.java | 28 +++++++++++-------- .../pentaho/aggdes/util/BitSetPlusTest.java | 28 +++++++++++-------- .../pentaho/aggdes/AggDesignerException.java | 28 +++++++++++-------- .../main/java/org/pentaho/aggdes/Main.java | 28 +++++++++++-------- .../pentaho/aggdes/algorithm/Algorithm.java | 28 +++++++++++-------- .../pentaho/aggdes/algorithm/Progress.java | 28 +++++++++++-------- .../org/pentaho/aggdes/algorithm/Result.java | 28 +++++++++++-------- .../impl/AdaptiveMonteCarloAlgorithm.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AggregateImpl.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AlgorithmImpl.java | 28 +++++++++++-------- .../pentaho/aggdes/algorithm/impl/Cost.java | 28 +++++++++++-------- .../impl/ExhaustiveLatticeAlgorithm.java | 28 +++++++++++-------- .../algorithm/impl/ExhaustiveLatticeImpl.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/Lattice.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/LatticeImpl.java | 28 +++++++++++-------- .../algorithm/impl/MonteCarloAlgorithm.java | 28 +++++++++++-------- .../algorithm/impl/MonteCarloLatticeImpl.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/ResultImpl.java | 28 +++++++++++-------- .../aggdes/algorithm/util/ArgumentUtils.java | 28 +++++++++++-------- .../aggdes/algorithm/util/StringUtils.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Aggregate.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Attribute.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Component.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Dialect.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Dimension.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Hierarchy.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/model/Level.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Measure.java | 28 +++++++++++-------- .../org/pentaho/aggdes/model/Parameter.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/model/Schema.java | 28 +++++++++++-------- .../pentaho/aggdes/model/SchemaLoader.java | 28 +++++++++++-------- .../aggdes/model/StatisticsProvider.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/model/Table.java | 28 +++++++++++-------- .../aggdes/model/ValidationMessage.java | 28 +++++++++++-------- .../aggdes/model/mondrian/Messages.java | 28 +++++++++++-------- .../model/mondrian/MondrianAttribute.java | 28 +++++++++++-------- .../model/mondrian/MondrianDialect.java | 20 ++++++++----- .../model/mondrian/MondrianDimension.java | 28 +++++++++++-------- .../model/mondrian/MondrianHierarchy.java | 28 +++++++++++-------- .../aggdes/model/mondrian/MondrianLevel.java | 28 +++++++++++-------- .../model/mondrian/MondrianMeasure.java | 28 +++++++++++-------- .../aggdes/model/mondrian/MondrianSchema.java | 28 +++++++++++-------- .../model/mondrian/MondrianSchemaLoader.java | 20 ++++++++----- .../mondrian/MondrianStatisticsProvider.java | 28 +++++++++++-------- .../aggdes/model/mondrian/MondrianTable.java | 28 +++++++++++-------- .../AbstractMondrianSchemaValidator.java | 28 +++++++++++-------- .../mondrian/validate/CubePkValidator.java | 28 +++++++++++-------- .../validate/DimensionFkValidator.java | 28 +++++++++++-------- .../validate/HierarchyPkValidator.java | 28 +++++++++++-------- .../validate/MondrianSchemaValidator.java | 28 +++++++++++-------- .../MondrianSchemaValidatorManager.java | 28 +++++++++++-------- .../mondrian/validate/ValidationHelper.java | 28 +++++++++++-------- .../aggdes/model/ssas/ConversionUtil.java | 28 +++++++++++-------- .../aggdes/output/ArtifactGenerator.java | 28 +++++++++++-------- .../aggdes/output/CreateScriptGenerator.java | 28 +++++++++++-------- .../org/pentaho/aggdes/output/Output.java | 28 +++++++++++-------- .../pentaho/aggdes/output/OutputFactory.java | 28 +++++++++++-------- .../pentaho/aggdes/output/OutputService.java | 28 +++++++++++-------- .../output/OutputValidationException.java | 28 +++++++++++-------- .../output/PopulateScriptGenerator.java | 28 +++++++++++-------- .../pentaho/aggdes/output/ResultHandler.java | 28 +++++++++++-------- .../aggdes/output/SchemaGenerator.java | 28 +++++++++++-------- .../aggdes/output/impl/AbstractGenerator.java | 28 +++++++++++-------- .../output/impl/AggregateTableOutput.java | 28 +++++++++++-------- .../impl/AggregateTableOutputFactory.java | 28 +++++++++++-------- .../output/impl/CreateTableGenerator.java | 28 +++++++++++-------- .../output/impl/MondrianSchemaGenerator.java | 28 +++++++++++-------- .../aggdes/output/impl/OutputServiceImpl.java | 28 +++++++++++-------- .../output/impl/PopulateTableGenerator.java | 28 +++++++++++-------- .../aggdes/output/impl/ResultHandlerImpl.java | 28 +++++++++++-------- .../RuleBasedAggregateTableOutputFactory.java | 28 +++++++++++-------- .../org/pentaho/aggdes/util/AggDesUtil.java | 28 +++++++++++-------- .../org/pentaho/aggdes/util/BitSetPlus.java | 28 +++++++++++-------- .../org/pentaho/aggdes/util/XmlaUtil.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AggregateStub.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AlgorithmStub.java | 28 +++++++++++-------- .../algorithm/impl/SchemaLoaderStub.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/SchemaStub.java | 28 +++++++++++-------- .../aggdes/output/impl/ResultHandlerStub.java | 28 +++++++++++-------- .../pentaho/aggdes/util/TestAggregate.java | 20 ++++++++----- .../org/pentaho/aggdes/util/TestResult.java | 20 ++++++++----- pentaho-aggdesigner-ui/LICENSE.txt | 4 +-- .../pentaho/aggdes/ui/AlgorithmRunner.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/OutputUIGenerator.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/OutputUIService.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/UIConfiguration.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/ui/UIMain.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/ui/Workspace.java | 28 +++++++++++-------- .../ui/exec/DDLExecutionCallbackService.java | 28 +++++++++++-------- .../ui/exec/DDLExecutionCompleteCallback.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/exec/SqlExecutor.java | 28 +++++++++++-------- .../ui/exec/impl/JdbcTemplateSqlExecutor.java | 28 +++++++++++-------- .../aggdes/ui/ext/AbstractUiExtension.java | 28 +++++++++++-------- .../aggdes/ui/ext/AlgorithmUiExtension.java | 28 +++++++++++-------- .../aggdes/ui/ext/OutputUiExtension.java | 28 +++++++++++-------- .../ui/ext/SchemaProviderUiExtension.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/ext/UiExtension.java | 28 +++++++++++-------- .../impl/AbstractMondrianSchemaProvider.java | 28 +++++++++++-------- .../AdaptiveMonteCarloAlgorithmUIPlugin.java | 28 +++++++++++-------- .../ui/ext/impl/MondrianFileSchemaModel.java | 28 +++++++++++-------- .../ext/impl/MondrianFileSchemaProvider.java | 28 +++++++++++-------- .../ui/form/controller/AggController.java | 28 +++++++++++-------- .../ui/form/controller/AggListController.java | 28 +++++++++++-------- .../form/controller/AlgorithmController.java | 28 +++++++++++-------- .../form/controller/ConnectionController.java | 28 +++++++++++-------- .../ui/form/controller/ExportHandler.java | 28 +++++++++++-------- .../ui/form/controller/MainController.java | 28 +++++++++++-------- .../ui/form/controller/PublishController.java | 28 +++++++++++-------- .../ui/form/controller/StatusController.java | 28 +++++++++++-------- .../aggdes/ui/form/model/AggModel.java | 28 +++++++++++-------- .../ui/form/model/AggregateSummaryModel.java | 28 +++++++++++-------- .../aggdes/ui/form/model/ConnectionModel.java | 28 +++++++++++-------- .../ui/form/model/ConnectionModelImpl.java | 28 +++++++++++-------- .../ui/form/model/DimensionRowModel.java | 28 +++++++++++-------- .../org/pentaho/aggdes/ui/model/AggList.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/model/AggListEvent.java | 28 +++++++++++-------- .../aggdes/ui/model/AggListListener.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/model/SchemaModel.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/model/UIAggregate.java | 28 +++++++++++-------- .../aggdes/ui/model/impl/AggListImpl.java | 28 +++++++++++-------- .../aggdes/ui/model/impl/UIAggregateImpl.java | 28 +++++++++++-------- .../aggdes/ui/util/AggListConverter.java | 28 +++++++++++-------- .../ui/util/AggregateNamingService.java | 28 +++++++++++-------- .../ui/util/AggregateNamingServiceImpl.java | 28 +++++++++++-------- .../aggdes/ui/util/AttributeConverter.java | 28 +++++++++++-------- .../aggdes/ui/util/DatabaseMetaConverter.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/util/EventSupport.java | 28 +++++++++++-------- .../aggdes/ui/util/MeasureConverter.java | 28 +++++++++++-------- .../org/pentaho/aggdes/ui/util/Messages.java | 28 +++++++++++-------- .../RuleBasedAggregateNamingServiceImpl.java | 28 +++++++++++-------- .../aggdes/ui/util/SerializationService.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AggregateStub.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/AlgorithmStub.java | 28 +++++++++++-------- .../algorithm/impl/ResultHandlerStub.java | 28 +++++++++++-------- .../algorithm/impl/SchemaLoaderStub.java | 28 +++++++++++-------- .../aggdes/algorithm/impl/SchemaStub.java | 28 +++++++++++-------- ...aptiveMonteCarloAlgorithmUIPluginTest.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/AggControllerTest.java | 20 ++++++++----- .../aggdes/ui/AggListControllerTest.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/AggListImplTest.java | 28 +++++++++++-------- .../org/pentaho/aggdes/ui/AggModelTest.java | 28 +++++++++++-------- .../aggdes/ui/AggregateNamingServiceTest.java | 20 ++++++++----- .../aggdes/ui/AggregateSummaryModelTest.java | 28 +++++++++++-------- .../aggdes/ui/AlgorithmRunnerTest.java | 28 +++++++++++-------- .../java/org/pentaho/aggdes/ui/AllTests.java | 20 ++++++++----- .../aggdes/ui/ConnectionControllerITest.java | 20 ++++++++----- .../aggdes/ui/ConnectionControllerTest.java | 20 ++++++++----- .../aggdes/ui/ConnectionModelStub.java | 28 +++++++++++-------- .../aggdes/ui/ConnectionModelTest.java | 28 +++++++++++-------- .../aggdes/ui/DimensionRowModelTest.java | 28 +++++++++++-------- .../org/pentaho/aggdes/ui/EventRecorder.java | 28 +++++++++++-------- .../pentaho/aggdes/ui/ExportHandlerTest.java | 28 +++++++++++-------- .../aggdes/ui/ExportHandlerTestNew.java | 20 ++++++++----- .../pentaho/aggdes/ui/MainControllerTest.java | 20 ++++++++----- .../ui/MondrianFileSchemaProviderTest.java | 20 ++++++++----- .../aggdes/ui/OutputUIServiceTest.java | 28 +++++++++++-------- .../aggdes/ui/SerializationServiceTest.java | 20 ++++++++----- .../pentaho/aggdes/ui/UIAggregateTest.java | 28 +++++++++++-------- .../org/pentaho/aggdes/ui/WorkspaceTest.java | 28 +++++++++++-------- .../exec/DDLExecutionCallbackServiceTest.java | 28 +++++++++++-------- .../impl/JdbcTemplateSqlExecutorTest.java | 20 ++++++++----- .../aggdes/ui/xulstubs/BindingTestBean.java | 28 +++++++++++-------- .../aggdes/ui/xulstubs/DocumentStub.java | 28 +++++++++++-------- .../aggdes/ui/xulstubs/XulDialogStub.java | 28 +++++++++++-------- .../ui/xulstubs/XulDomContainerStub.java | 28 +++++++++++-------- .../aggdes/ui/xulstubs/XulFileDialogStub.java | 28 +++++++++++-------- .../aggdes/ui/xulstubs/XulMessageBoxStub.java | 28 +++++++++++-------- .../XulSupressingBindingFactoryProxy.java | 28 +++++++++++-------- .../pentaho/aggdes/util/TestAggregate.java | 20 ++++++++----- .../org/pentaho/aggdes/util/TestResult.java | 20 ++++++++----- .../org/pentaho/aggdes/util/TestUtils.java | 20 ++++++++----- 192 files changed, 3103 insertions(+), 1969 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 270d405d3..f815843ee 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Pentaho Developer Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). +Pentaho Community Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). This project may include third party components that are individually licensed per the terms indicated by their respective copyright owners included in text file or in the source code. @@ -10,7 +10,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved. Parameters Licensor: Hitachi Vantara, LLC. -Licensed Work: Pentaho Developer Edition 10.3. The Licensed Work is (c) 2024 +Licensed Work: Pentaho Community Edition 10.3. The Licensed Work is (c) 2024 Hitachi Vantara, LLC. Additional Use Grant: None Change Date: Four years from the date the Licensed Work is published. diff --git a/pentaho-aggdesigner-core/LICENSE.txt b/pentaho-aggdesigner-core/LICENSE.txt index 270d405d3..f815843ee 100644 --- a/pentaho-aggdesigner-core/LICENSE.txt +++ b/pentaho-aggdesigner-core/LICENSE.txt @@ -1,4 +1,4 @@ -Pentaho Developer Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). +Pentaho Community Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). This project may include third party components that are individually licensed per the terms indicated by their respective copyright owners included in text file or in the source code. @@ -10,7 +10,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved. Parameters Licensor: Hitachi Vantara, LLC. -Licensed Work: Pentaho Developer Edition 10.3. The Licensed Work is (c) 2024 +Licensed Work: Pentaho Community Edition 10.3. The Licensed Work is (c) 2024 Hitachi Vantara, LLC. Additional Use Grant: None Change Date: Four years from the date the Licensed Work is published. diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/ValidationMondrianSchemaLoaderTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/ValidationMondrianSchemaLoaderTest.java index 4de08bb89..95d5576a4 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/ValidationMondrianSchemaLoaderTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/ValidationMondrianSchemaLoaderTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidatorTestBase.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidatorTestBase.java index b0afbf5b9..c29226b17 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidatorTestBase.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidatorTestBase.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidatorTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidatorTest.java index 1ef8f00df..d7174080e 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidatorTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidatorTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidatorTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidatorTest.java index 497ca6384..1418238d5 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidatorTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidatorTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidatorTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidatorTest.java index af55ab88d..0d21ccb9a 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidatorTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidatorTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManagerTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManagerTest.java index 7c36a16aa..da227b741 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManagerTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManagerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AggDesignerMainTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AggDesignerMainTest.java index 1ec513b97..15c65fb25 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AggDesignerMainTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AggDesignerMainTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AlgorithmImplTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AlgorithmImplTest.java index 80cfa7271..71d38420f 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AlgorithmImplTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AlgorithmImplTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AllTests.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AllTests.java index 212a5a0c3..f1716f548 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AllTests.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/AllTests.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/LatticeImplTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/LatticeImplTest.java index fcf7ff925..c9a57606d 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/LatticeImplTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/LatticeImplTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaLoaderTestIT.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaLoaderTestIT.java index 3fe4eabb8..cc7dd3d92 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaLoaderTestIT.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaLoaderTestIT.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaOutputTestIT.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaOutputTestIT.java index 1de6b6260..d3caa29f4 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaOutputTestIT.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MondrianSchemaOutputTestIT.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MonteCarloLatticeImplTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MonteCarloLatticeImplTest.java index 8a181864c..2dab7deb4 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MonteCarloLatticeImplTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/MonteCarloLatticeImplTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/OutputServiceImplTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/OutputServiceImplTest.java index 3ebb67871..6ef281eec 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/OutputServiceImplTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/OutputServiceImplTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/SsasToMondrianTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/SsasToMondrianTest.java index 6d0137199..e06659f9c 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/SsasToMondrianTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/SsasToMondrianTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/TableGeneratorTestIT.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/TableGeneratorTestIT.java index 5cc618b74..daf56c9da 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/TableGeneratorTestIT.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/TableGeneratorTestIT.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestAggregate.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestAggregate.java index d54fcea49..a721242fe 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestAggregate.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestAggregate.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test.util; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestResult.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestResult.java index 5f8349561..7ebb41dd8 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestResult.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestResult.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test.util; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestUtils.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestUtils.java index 881570ac9..fa5b69875 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestUtils.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/test/util/TestUtils.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.test.util; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/AggDesUtilTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/AggDesUtilTest.java index b2119ae1a..5b9561a99 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/AggDesUtilTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/AggDesUtilTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/BitSetPlusTest.java b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/BitSetPlusTest.java index f31923fb8..69e70f2e8 100644 --- a/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/BitSetPlusTest.java +++ b/pentaho-aggdesigner-core/src/it/java/org/pentaho/aggdes/util/BitSetPlusTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/AggDesignerException.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/AggDesignerException.java index 5ec185846..fa9907946 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/AggDesignerException.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/AggDesignerException.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/Main.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/Main.java index dd2690627..cc4414c0e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/Main.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/Main.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Algorithm.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Algorithm.java index 921dc8402..0d91d25d8 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Algorithm.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Algorithm.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Progress.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Progress.java index 8d40479db..5f9aca228 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Progress.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Progress.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Result.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Result.java index 5c527f68b..f067f68fa 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Result.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/Result.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AdaptiveMonteCarloAlgorithm.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AdaptiveMonteCarloAlgorithm.java index 459dceb6d..d9dff2aea 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AdaptiveMonteCarloAlgorithm.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AdaptiveMonteCarloAlgorithm.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AggregateImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AggregateImpl.java index 1d0e082fc..619132b59 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AggregateImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AggregateImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AlgorithmImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AlgorithmImpl.java index f6bc555d1..3398e92b9 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AlgorithmImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/AlgorithmImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Cost.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Cost.java index bbc0fac2b..4afe6e563 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Cost.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Cost.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeAlgorithm.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeAlgorithm.java index 4eedf2a4d..5226f6f37 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeAlgorithm.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeAlgorithm.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeImpl.java index 82c84d68f..b0fe46e8f 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ExhaustiveLatticeImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Lattice.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Lattice.java index 45603401d..bc27ba27f 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Lattice.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/Lattice.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/LatticeImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/LatticeImpl.java index 0c9275309..2b88b00bf 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/LatticeImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/LatticeImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloAlgorithm.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloAlgorithm.java index 23a3d5172..bd97be2d4 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloAlgorithm.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloAlgorithm.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloLatticeImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloLatticeImpl.java index a970ec4a3..623a1bcc8 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloLatticeImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/MonteCarloLatticeImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ResultImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ResultImpl.java index b73facaa8..77f11c12c 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ResultImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/impl/ResultImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/ArgumentUtils.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/ArgumentUtils.java index dded66329..405d3832d 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/ArgumentUtils.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/ArgumentUtils.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.util; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/StringUtils.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/StringUtils.java index f2c2e1532..a36780811 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/StringUtils.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/algorithm/util/StringUtils.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.util; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Aggregate.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Aggregate.java index c987f4f6c..b32cc0949 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Aggregate.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Aggregate.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Attribute.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Attribute.java index 1eb4c16e3..156f783a0 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Attribute.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Attribute.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Component.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Component.java index a66829272..d267de0c7 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Component.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Component.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dialect.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dialect.java index 60320f149..2c90163d5 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dialect.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dialect.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dimension.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dimension.java index 04c588899..928bba4ad 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dimension.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Dimension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Hierarchy.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Hierarchy.java index 09291c1af..0d461cdbb 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Hierarchy.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Hierarchy.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Level.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Level.java index 62fa466c0..cf3915d09 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Level.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Level.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Measure.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Measure.java index 575767fdb..bddb56a58 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Measure.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Measure.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Parameter.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Parameter.java index 75069e9e3..f51aca005 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Parameter.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Parameter.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Schema.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Schema.java index 8dcfb9032..d1c291b59 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Schema.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Schema.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/SchemaLoader.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/SchemaLoader.java index c38bc96ff..a76e12188 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/SchemaLoader.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/SchemaLoader.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/StatisticsProvider.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/StatisticsProvider.java index 9e642f60c..17fea86f3 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/StatisticsProvider.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/StatisticsProvider.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Table.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Table.java index 09d456e07..916c9f7c3 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Table.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/Table.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ValidationMessage.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ValidationMessage.java index a28f58312..0d2603d66 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ValidationMessage.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ValidationMessage.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/Messages.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/Messages.java index 5a8f497e4..7cb07bb2d 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/Messages.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/Messages.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianAttribute.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianAttribute.java index 3aa7bebc0..1d1d34d6b 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianAttribute.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianAttribute.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDialect.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDialect.java index 1cd5f1443..71a945dff 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDialect.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDialect.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2019 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDimension.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDimension.java index 9c783473c..406a19e28 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDimension.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianDimension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianHierarchy.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianHierarchy.java index 1c881e00d..a4d14b575 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianHierarchy.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianHierarchy.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianLevel.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianLevel.java index 44caef240..cefd6f173 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianLevel.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianLevel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianMeasure.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianMeasure.java index b68db811c..6d92ac2f3 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianMeasure.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianMeasure.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchema.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchema.java index d10c20847..625125eb2 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchema.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchema.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchemaLoader.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchemaLoader.java index 7226f0ea7..39da8c73b 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchemaLoader.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianSchemaLoader.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2019 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianStatisticsProvider.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianStatisticsProvider.java index 209c3b6df..14835f3ed 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianStatisticsProvider.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianStatisticsProvider.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianTable.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianTable.java index b60c1f582..57acb93de 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianTable.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/MondrianTable.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidator.java index 1243c970f..639bcd96b 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/AbstractMondrianSchemaValidator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidator.java index 9af4ff48a..710c7c0aa 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/CubePkValidator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidator.java index 56ac03b3f..931bc3ea0 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/DimensionFkValidator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidator.java index bb5c22f12..375c1a711 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/HierarchyPkValidator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidator.java index beaef0441..d34c6bc42 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManager.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManager.java index 004be666f..e1756892e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManager.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/MondrianSchemaValidatorManager.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/ValidationHelper.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/ValidationHelper.java index 40cb8d55f..8942342e9 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/ValidationHelper.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/mondrian/validate/ValidationHelper.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.mondrian.validate; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ssas/ConversionUtil.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ssas/ConversionUtil.java index 45108f7a2..822d5d49e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ssas/ConversionUtil.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/model/ssas/ConversionUtil.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2018 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.model.ssas; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ArtifactGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ArtifactGenerator.java index 03ad9ee85..cc162541e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ArtifactGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ArtifactGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/CreateScriptGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/CreateScriptGenerator.java index ee6539c94..4a79d765e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/CreateScriptGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/CreateScriptGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/Output.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/Output.java index db27508b9..e8afa151d 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/Output.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/Output.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputFactory.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputFactory.java index 16a6291b3..a1a5b7f48 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputFactory.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputFactory.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputService.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputService.java index 72b8f613a..e0fa90e9f 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputService.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputService.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputValidationException.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputValidationException.java index 4d93b5f7d..49b848d1f 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputValidationException.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/OutputValidationException.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/PopulateScriptGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/PopulateScriptGenerator.java index e5cf58be5..a358fc97b 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/PopulateScriptGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/PopulateScriptGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ResultHandler.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ResultHandler.java index 4175b4c2f..a3aec18b5 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ResultHandler.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/ResultHandler.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/SchemaGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/SchemaGenerator.java index 3462298e5..b96d6086d 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/SchemaGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/SchemaGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AbstractGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AbstractGenerator.java index fc80a9d88..8ead38f08 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AbstractGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AbstractGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutput.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutput.java index 88962c4e1..abb3fd45a 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutput.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutput.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutputFactory.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutputFactory.java index 8d10d9b92..75680d6fb 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutputFactory.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/AggregateTableOutputFactory.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/CreateTableGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/CreateTableGenerator.java index 81b8f8099..967e666fe 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/CreateTableGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/CreateTableGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/MondrianSchemaGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/MondrianSchemaGenerator.java index 4f62c1838..76cfc1cb0 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/MondrianSchemaGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/MondrianSchemaGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/OutputServiceImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/OutputServiceImpl.java index 67fc06c1d..cc91c9d8e 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/OutputServiceImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/OutputServiceImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/PopulateTableGenerator.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/PopulateTableGenerator.java index 15bbe7fa0..871dcd06a 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/PopulateTableGenerator.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/PopulateTableGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/ResultHandlerImpl.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/ResultHandlerImpl.java index c349d4fca..52bf9efea 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/ResultHandlerImpl.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/ResultHandlerImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/RuleBasedAggregateTableOutputFactory.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/RuleBasedAggregateTableOutputFactory.java index e5579c383..33dbd03e2 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/RuleBasedAggregateTableOutputFactory.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/output/impl/RuleBasedAggregateTableOutputFactory.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/AggDesUtil.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/AggDesUtil.java index c166bbb8e..9ad6bdd56 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/AggDesUtil.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/AggDesUtil.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/BitSetPlus.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/BitSetPlus.java index 6cc9cba5a..a9588953c 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/BitSetPlus.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/BitSetPlus.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/XmlaUtil.java b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/XmlaUtil.java index f30906cfd..e7df25ffa 100644 --- a/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/XmlaUtil.java +++ b/pentaho-aggdesigner-core/src/main/java/org/pentaho/aggdes/util/XmlaUtil.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java index 899adeabd..6a1938cf0 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java index 0d4c12eae..694f05b62 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java index 47a9ff68f..e71d487fd 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java index c82b7afe1..68cd80210 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/output/impl/ResultHandlerStub.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/output/impl/ResultHandlerStub.java index e13880cdf..76621a495 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/output/impl/ResultHandlerStub.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/output/impl/ResultHandlerStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.output.impl; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestAggregate.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestAggregate.java index 798edb76d..4614d8048 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestAggregate.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestAggregate.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ +* Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestResult.java b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestResult.java index c10af5ce6..1569e6ee7 100644 --- a/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestResult.java +++ b/pentaho-aggdesigner-core/src/test/java/org/pentaho/aggdes/util/TestResult.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-ui/LICENSE.txt b/pentaho-aggdesigner-ui/LICENSE.txt index 270d405d3..f815843ee 100644 --- a/pentaho-aggdesigner-ui/LICENSE.txt +++ b/pentaho-aggdesigner-ui/LICENSE.txt @@ -1,4 +1,4 @@ -Pentaho Developer Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). +Pentaho Community Edition 10.3 Copyright 2024 Hitachi Vantara, LLC; licensed under the Business Source License 1.1 (BSL). This project may include third party components that are individually licensed per the terms indicated by their respective copyright owners included in text file or in the source code. @@ -10,7 +10,7 @@ License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved. Parameters Licensor: Hitachi Vantara, LLC. -Licensed Work: Pentaho Developer Edition 10.3. The Licensed Work is (c) 2024 +Licensed Work: Pentaho Community Edition 10.3. The Licensed Work is (c) 2024 Hitachi Vantara, LLC. Additional Use Grant: None Change Date: Four years from the date the Licensed Work is published. diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/AlgorithmRunner.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/AlgorithmRunner.java index 9f1d2a24f..80630a785 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/AlgorithmRunner.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/AlgorithmRunner.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIGenerator.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIGenerator.java index 541e5c62d..4b086c5b1 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIGenerator.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIGenerator.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIService.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIService.java index 8dcd590f5..3e870edf9 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIService.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/OutputUIService.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIConfiguration.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIConfiguration.java index 96f33c76f..05477d945 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIConfiguration.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIConfiguration.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIMain.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIMain.java index 363672421..40058b795 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIMain.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/UIMain.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/Workspace.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/Workspace.java index 36ebf51ae..1b36c0c41 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/Workspace.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/Workspace.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackService.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackService.java index 7a03cb300..1c5dad6b2 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackService.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackService.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.exec; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCompleteCallback.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCompleteCallback.java index 5b8d99dcf..c00287434 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCompleteCallback.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/DDLExecutionCompleteCallback.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.exec; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/SqlExecutor.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/SqlExecutor.java index 61f62bde0..de6f79b82 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/SqlExecutor.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/SqlExecutor.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.exec; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutor.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutor.java index b9aff6f76..6d1419809 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutor.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutor.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.exec.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AbstractUiExtension.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AbstractUiExtension.java index 5257d006d..97c816b84 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AbstractUiExtension.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AbstractUiExtension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AlgorithmUiExtension.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AlgorithmUiExtension.java index 0dd907b41..987d5566c 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AlgorithmUiExtension.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/AlgorithmUiExtension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/OutputUiExtension.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/OutputUiExtension.java index e91027e02..e4b70f4c0 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/OutputUiExtension.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/OutputUiExtension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/SchemaProviderUiExtension.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/SchemaProviderUiExtension.java index a79c9cfdb..bbe11613b 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/SchemaProviderUiExtension.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/SchemaProviderUiExtension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/UiExtension.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/UiExtension.java index 7361f801e..dcc7d4e3b 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/UiExtension.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/UiExtension.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AbstractMondrianSchemaProvider.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AbstractMondrianSchemaProvider.java index 1887226d2..0b8b90831 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AbstractMondrianSchemaProvider.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AbstractMondrianSchemaProvider.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AdaptiveMonteCarloAlgorithmUIPlugin.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AdaptiveMonteCarloAlgorithmUIPlugin.java index 4101b9903..99bfb4480 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AdaptiveMonteCarloAlgorithmUIPlugin.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/AdaptiveMonteCarloAlgorithmUIPlugin.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaModel.java index 94a47e0bf..13786e2d1 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaProvider.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaProvider.java index 6c681c012..0b02f85fd 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaProvider.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/ext/impl/MondrianFileSchemaProvider.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.ext.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggController.java index bac7b3205..57d6872d0 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggListController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggListController.java index b82c3f68b..1ce1e0f6b 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggListController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AggListController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AlgorithmController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AlgorithmController.java index 62d08ff37..d9e3422b4 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AlgorithmController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/AlgorithmController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ConnectionController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ConnectionController.java index e5c35ca1c..8d864d530 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ConnectionController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ConnectionController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ExportHandler.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ExportHandler.java index 4ce362a99..417689638 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ExportHandler.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/ExportHandler.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/MainController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/MainController.java index 6e0b4741a..bdc84931e 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/MainController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/MainController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/PublishController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/PublishController.java index 6ef0d8fd3..403ad3208 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/PublishController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/PublishController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/StatusController.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/StatusController.java index 17d5b7a53..42a1f00c5 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/StatusController.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/controller/StatusController.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.controller; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggModel.java index fcf20b172..925258032 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggregateSummaryModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggregateSummaryModel.java index d7270f4b6..332bd5306 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggregateSummaryModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/AggregateSummaryModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModel.java index 572717a6b..5f997c783 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModelImpl.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModelImpl.java index 3b545829f..47a30048c 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModelImpl.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/ConnectionModelImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/DimensionRowModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/DimensionRowModel.java index 3141edf5a..1262922de 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/DimensionRowModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/form/model/DimensionRowModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.form.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggList.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggList.java index a3a0cd464..34678710b 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggList.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggList.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListEvent.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListEvent.java index c02402d3e..d8771ab9e 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListEvent.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListEvent.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListListener.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListListener.java index c329db47c..67a4e113d 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListListener.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/AggListListener.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/SchemaModel.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/SchemaModel.java index d58f9cd62..69a37b3c4 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/SchemaModel.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/SchemaModel.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/UIAggregate.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/UIAggregate.java index f4f356ec9..cebcdbfbc 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/UIAggregate.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/UIAggregate.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/AggListImpl.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/AggListImpl.java index a5114a278..53e6793c9 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/AggListImpl.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/AggListImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/UIAggregateImpl.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/UIAggregateImpl.java index 6af1e420e..a18814e0f 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/UIAggregateImpl.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/model/impl/UIAggregateImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.model.impl; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggListConverter.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggListConverter.java index b9c9849d6..ff4c3d9b9 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggListConverter.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggListConverter.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingService.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingService.java index 38cb57453..f17451a1a 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingService.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingService.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingServiceImpl.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingServiceImpl.java index 0338a4c0c..21b604b0f 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingServiceImpl.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AggregateNamingServiceImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AttributeConverter.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AttributeConverter.java index 13be41ff8..f754bec08 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AttributeConverter.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/AttributeConverter.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/DatabaseMetaConverter.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/DatabaseMetaConverter.java index 2bc23e684..9d88b8e60 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/DatabaseMetaConverter.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/DatabaseMetaConverter.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/EventSupport.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/EventSupport.java index fa96a80ea..188d3599b 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/EventSupport.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/EventSupport.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/MeasureConverter.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/MeasureConverter.java index 3b27bc8ec..9e4b00995 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/MeasureConverter.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/MeasureConverter.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/Messages.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/Messages.java index 7bf9695ce..540ad2d7e 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/Messages.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/Messages.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/RuleBasedAggregateNamingServiceImpl.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/RuleBasedAggregateNamingServiceImpl.java index c97597186..f8a45fb8e 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/RuleBasedAggregateNamingServiceImpl.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/RuleBasedAggregateNamingServiceImpl.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/SerializationService.java b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/SerializationService.java index 98bb72e23..2eacd936e 100644 --- a/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/SerializationService.java +++ b/pentaho-aggdesigner-ui/src/main/java/org/pentaho/aggdes/ui/util/SerializationService.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.util; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java index 7ec046254..bcb11986e 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AggregateStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java index f9b64f79d..02a2c474a 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/AlgorithmStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/ResultHandlerStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/ResultHandlerStub.java index 669a527a8..3bcd10ed3 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/ResultHandlerStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/ResultHandlerStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java index e3176ff7b..71c5c6aee 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaLoaderStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java index 83a8ba664..804eb75a9 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/algorithm/impl/SchemaStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.algorithm.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AdaptiveMonteCarloAlgorithmUIPluginTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AdaptiveMonteCarloAlgorithmUIPluginTest.java index 3f9f48c45..27c42f717 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AdaptiveMonteCarloAlgorithmUIPluginTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AdaptiveMonteCarloAlgorithmUIPluginTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggControllerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggControllerTest.java index 8d4020fd9..acd93e8bb 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggControllerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggControllerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListControllerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListControllerTest.java index 15da47c27..552c44754 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListControllerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListControllerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListImplTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListImplTest.java index d90becb62..1ebb7889b 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListImplTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggListImplTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggModelTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggModelTest.java index 4538e4cc3..7f419f461 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggModelTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggModelTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateNamingServiceTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateNamingServiceTest.java index 8b119f996..5c39f3c34 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateNamingServiceTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateNamingServiceTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateSummaryModelTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateSummaryModelTest.java index 9cc2681de..c25505fc0 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateSummaryModelTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AggregateSummaryModelTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AlgorithmRunnerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AlgorithmRunnerTest.java index 5474022e6..a1ff2116e 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AlgorithmRunnerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AlgorithmRunnerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ /** * diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AllTests.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AllTests.java index c63619390..2c9191ddf 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AllTests.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/AllTests.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2020 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerITest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerITest.java index 48da8706a..cf2bbb3f8 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerITest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerITest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerTest.java index abfad9006..924fe7b31 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionControllerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelStub.java index 9b9bdc80a..ca1841ed0 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelTest.java index 8264a6d55..9c13da89e 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ConnectionModelTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/DimensionRowModelTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/DimensionRowModelTest.java index 29d92ddfc..cfebfcf1c 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/DimensionRowModelTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/DimensionRowModelTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/EventRecorder.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/EventRecorder.java index 2107bdb9b..89d9784d7 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/EventRecorder.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/EventRecorder.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTest.java index 4868f60f0..2f251067b 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTestNew.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTestNew.java index c87903e68..f029e8150 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTestNew.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/ExportHandlerTestNew.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MainControllerTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MainControllerTest.java index 223291e3e..b2fc3017c 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MainControllerTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MainControllerTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MondrianFileSchemaProviderTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MondrianFileSchemaProviderTest.java index 42aa616cb..9ca8e83ea 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MondrianFileSchemaProviderTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/MondrianFileSchemaProviderTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/OutputUIServiceTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/OutputUIServiceTest.java index 68242614a..0a20a3b3d 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/OutputUIServiceTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/OutputUIServiceTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/SerializationServiceTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/SerializationServiceTest.java index 1c0e9e96e..38b862e7b 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/SerializationServiceTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/SerializationServiceTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/UIAggregateTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/UIAggregateTest.java index 8a959485f..765c025a6 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/UIAggregateTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/UIAggregateTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/WorkspaceTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/WorkspaceTest.java index 94cb2c31d..321f651ad 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/WorkspaceTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/WorkspaceTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackServiceTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackServiceTest.java index f0916b863..3bad4dec1 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackServiceTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/DDLExecutionCallbackServiceTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.exec; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutorTest.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutorTest.java index f583b9e4b..c8192d8a6 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutorTest.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/exec/impl/JdbcTemplateSqlExecutorTest.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2024 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.ui.exec.impl; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/BindingTestBean.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/BindingTestBean.java index 67cc630b0..0978824ec 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/BindingTestBean.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/BindingTestBean.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/DocumentStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/DocumentStub.java index 3681c6985..5343f04b0 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/DocumentStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/DocumentStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDialogStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDialogStub.java index b5e43e316..ebdb938aa 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDialogStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDialogStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDomContainerStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDomContainerStub.java index 18112c8d9..e1a56b7fc 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDomContainerStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulDomContainerStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulFileDialogStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulFileDialogStub.java index d39621e37..a41086bf8 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulFileDialogStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulFileDialogStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulMessageBoxStub.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulMessageBoxStub.java index 529648d23..bd5b093fc 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulMessageBoxStub.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulMessageBoxStub.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulSupressingBindingFactoryProxy.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulSupressingBindingFactoryProxy.java index 143b3e244..807f44f8e 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulSupressingBindingFactoryProxy.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/ui/xulstubs/XulSupressingBindingFactoryProxy.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** - * - * Pentaho - * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com - * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. - * - * Change Date: 2028-08-13 - ******************************************************************************/ +/* +* This program is free software; you can redistribute it and/or modify it under the +* terms of the GNU General Public License, version 2 as published by the Free Software +* Foundation. +* +* You should have received a copy of the GNU General Public License along with this +* program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html +* or from the Free Software Foundation, Inc., +* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +* +* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; +* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +* See the GNU General Public License for more details. +* +* +* Copyright 2006 - 2017 Hitachi Vantara. All rights reserved. +*/ package org.pentaho.aggdes.ui.xulstubs; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestAggregate.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestAggregate.java index 798edb76d..72eada29c 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestAggregate.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestAggregate.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestResult.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestResult.java index c10af5ce6..1569e6ee7 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestResult.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestResult.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.util; diff --git a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestUtils.java b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestUtils.java index 5ca996fde..5423560f6 100644 --- a/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestUtils.java +++ b/pentaho-aggdesigner-ui/src/test/java/org/pentaho/aggdes/util/TestUtils.java @@ -1,14 +1,20 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU General Public License, version 2 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/gpl-2.0.html + * or from the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * Copyright (C) 2024 by Hitachi Vantara, LLC : http://www.pentaho.com + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; + * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * - * Use of this software is governed by the Business Source License included - * in the LICENSE.TXT file. * - * Change Date: 2028-08-13 - ******************************************************************************/ + * Copyright 2006 - 2023 Hitachi Vantara. All rights reserved. + */ package org.pentaho.aggdes.util;