From ab1afb333d1ffb6e909e48c32f2fe2430efdcb23 Mon Sep 17 00:00:00 2001 From: lgrill-pentaho Date: Tue, 24 Sep 2024 18:24:05 -0400 Subject: [PATCH] Revert "HNC-766: updated license and copyright headers" This reverts commit 093dc39571d288e848bea3abb951927534bd2c56. --- LICENSE.txt | 4 ++-- .../webdetails/cda/AccessDeniedException.java | 19 +++++++-------- .../pt/webdetails/cda/BaseCdaEnvironment.java | 19 +++++++-------- .../main/java/pt/webdetails/cda/CdaBoot.java | 19 +++++++-------- .../pt/webdetails/cda/CdaCoreService.java | 19 +++++++-------- .../java/pt/webdetails/cda/CdaEngine.java | 19 +++++++-------- .../java/pt/webdetails/cda/CdaExecutor.java | 19 +++++++-------- .../main/java/pt/webdetails/cda/CdaInfo.java | 19 +++++++-------- .../webdetails/cda/CdaPropertiesHelper.java | 19 +++++++-------- .../pt/webdetails/cda/ICdaEnvironment.java | 19 +++++++-------- .../cda/InitializationException.java | 19 +++++++-------- .../pt/webdetails/cda/cache/CacheKey.java | 19 +++++++-------- .../cda/cache/ClassLoaderAwareCaller.java | 19 +++++++-------- .../cache/DataAccessCacheElementParser.java | 19 +++++++-------- .../cda/cache/EHCacheQueryCache.java | 19 +++++++-------- .../cda/cache/HazelcastQueryCache.java | 19 +++++++-------- .../cda/cache/ICacheScheduleManager.java | 19 +++++++-------- .../pt/webdetails/cda/cache/IQueryCache.java | 19 +++++++-------- .../webdetails/cda/cache/TableCacheKey.java | 19 +++++++-------- .../cda/cache/monitor/CacheElementInfo.java | 19 +++++++-------- .../cda/cache/monitor/ExtraCacheInfo.java | 19 +++++++-------- .../cda/connections/AbstractConnection.java | 19 +++++++-------- .../cda/connections/Connection.java | 19 +++++++-------- .../cda/connections/ConnectionCatalog.java | 19 +++++++-------- .../cda/connections/DummyConnection.java | 19 +++++++-------- .../cda/connections/EvaluableConnection.java | 19 +++++++-------- .../InvalidConnectionException.java | 19 +++++++-------- .../cda/connections/JndiConnectionInfo.java | 19 +++++++-------- .../UnsupportedConnectionException.java | 19 +++++++-------- .../dataservices/DataservicesConnection.java | 19 +++++++-------- .../DataservicesConnectionInfo.java | 19 +++++++-------- .../IDataservicesLocalConnection.java | 19 +++++++-------- .../connections/kettle/KettleConnection.java | 19 +++++++-------- .../kettle/TransFromFileConnection.java | 19 +++++++-------- .../kettle/TransFromFileConnectionInfo.java | 19 +++++++-------- .../metadata/MetadataConnection.java | 19 +++++++-------- .../metadata/MetadataConnectionInfo.java | 19 +++++++-------- .../mondrian/AbstractMondrianConnection.java | 19 +++++++-------- .../mondrian/IMondrianRoleMapper.java | 19 +++++++-------- .../connections/mondrian/JdbcConnection.java | 19 +++++++-------- .../mondrian/JdbcConnectionInfo.java | 19 +++++++-------- .../connections/mondrian/JndiConnection.java | 19 +++++++-------- .../mondrian/MondrianConnection.java | 19 +++++++-------- .../mondrian/MondrianConnectionInfo.java | 19 +++++++-------- .../mondrian/MondrianJndiConnectionInfo.java | 19 +++++++-------- .../mondrian/OlapJndiConnectionInfo.java | 19 +++++++-------- .../olap4j/DefaultOlap4jConnection.java | 19 +++++++-------- .../connections/olap4j/Olap4JConnection.java | 19 +++++++-------- .../olap4j/Olap4jConnectionInfo.java | 19 +++++++-------- .../scripting/ScriptingConnection.java | 19 +++++++-------- .../scripting/ScriptingConnectionInfo.java | 19 +++++++-------- .../sql/AbstractSqlConnection.java | 19 +++++++-------- .../cda/connections/sql/JdbcConnection.java | 19 +++++++-------- .../connections/sql/JdbcConnectionInfo.java | 19 +++++++-------- .../cda/connections/sql/JndiConnection.java | 19 +++++++-------- .../cda/connections/sql/SqlConnection.java | 19 +++++++-------- .../sql/SqlJndiConnectionInfo.java | 19 +++++++-------- .../connections/xpath/XPathConnection.java | 19 +++++++-------- .../xpath/XPathConnectionInfo.java | 19 +++++++-------- .../cda/dataaccess/AbstractDataAccess.java | 19 +++++++-------- .../cda/dataaccess/ColumnDefinition.java | 19 +++++++-------- .../cda/dataaccess/CompoundDataAccess.java | 19 +++++++-------- .../webdetails/cda/dataaccess/DataAccess.java | 19 +++++++-------- .../cda/dataaccess/DataAccessCatalog.java | 19 +++++++-------- .../DataAccessConnectionDescriptor.java | 19 +++++++-------- .../cda/dataaccess/DataAccessEnums.java | 19 +++++++-------- .../dataaccess/DataservicesDataAccess.java | 19 +++++++-------- .../DefaultCubeFileProviderSetter.java | 19 +++++++-------- .../dataaccess/DefaultDataAccessUtils.java | 19 +++++++-------- .../dataaccess/DenormalizedMdxDataAccess.java | 19 +++++++-------- .../DenormalizedOlap4JDataAccess.java | 19 +++++++-------- .../cda/dataaccess/GlobalMdxDataAccess.java | 19 +++++++-------- .../dataaccess/ICubeFileProviderSetter.java | 19 +++++++-------- .../cda/dataaccess/IDataAccessUtils.java | 19 +++++++-------- .../dataaccess/InvalidParameterException.java | 19 +++++++-------- .../dataaccess/JoinCompoundDataAccess.java | 19 +++++++-------- .../dataaccess/JsonScriptableDataAccess.java | 19 +++++++-------- .../cda/dataaccess/KettleDataAccess.java | 19 +++++++-------- .../cda/dataaccess/MdxDataAccess.java | 19 +++++++-------- .../cda/dataaccess/MqlDataAccess.java | 19 +++++++-------- .../cda/dataaccess/Olap4JDataAccess.java | 19 +++++++-------- .../cda/dataaccess/PREDataAccess.java | 19 +++++++-------- .../webdetails/cda/dataaccess/Parameter.java | 19 +++++++-------- .../cda/dataaccess/PropertyDescriptor.java | 19 +++++++-------- .../cda/dataaccess/QueryException.java | 19 +++++++-------- .../cda/dataaccess/ReflectionDataAccess.java | 19 +++++++-------- .../cda/dataaccess/ScriptableDataAccess.java | 19 +++++++-------- .../cda/dataaccess/SimpleDataAccess.java | 19 +++++++-------- .../cda/dataaccess/SqlDataAccess.java | 19 +++++++-------- .../StreamingDataservicesDataAccess.java | 19 +++++++-------- .../dataaccess/UnionCompoundDataAccess.java | 19 +++++++-------- .../UnsupportedDataAccessException.java | 19 +++++++-------- .../cda/dataaccess/XPathDataAccess.java | 19 +++++++-------- .../kettle/DataAccessKettleAdapter.java | 19 +++++++-------- .../DataAccessKettleAdapterFactory.java | 19 +++++++-------- .../kettle/KettleAdapterException.java | 19 +++++++-------- .../dataaccess/kettle/SQLKettleAdapter.java | 19 +++++++-------- .../streaming/IStreamingDataAccess.java | 19 +++++++-------- .../cda/endpoints/RestEndpoint.java | 19 +++++++-------- .../pt/webdetails/cda/events/CdaEvent.java | 19 +++++++-------- .../cda/events/QueryErrorEvent.java | 19 +++++++-------- .../cda/events/QueryTooLongEvent.java | 19 +++++++-------- .../cda/exporter/AbstractExporter.java | 19 +++++++-------- .../cda/exporter/AbstractKettleExporter.java | 19 +++++++-------- .../cda/exporter/BinaryExporter.java | 19 +++++++-------- .../webdetails/cda/exporter/CsvExporter.java | 19 +++++++-------- .../cda/exporter/DefaultStreamExporter.java | 19 +++++++-------- .../cda/exporter/ExportOptions.java | 19 +++++++-------- .../cda/exporter/ExportedQueryResult.java | 19 +++++++-------- .../exporter/ExportedStreamQueryResult.java | 19 +++++++-------- .../exporter/ExportedTableQueryResult.java | 19 +++++++-------- .../pt/webdetails/cda/exporter/Exporter.java | 19 +++++++-------- .../cda/exporter/ExporterEngine.java | 19 +++++++-------- .../cda/exporter/ExporterException.java | 19 +++++++-------- .../webdetails/cda/exporter/HtmlExporter.java | 19 +++++++-------- .../webdetails/cda/exporter/JsonExporter.java | 19 +++++++-------- .../cda/exporter/StreamExporter.java | 19 +++++++-------- .../cda/exporter/TableExporter.java | 19 +++++++-------- .../UnsupportedExporterException.java | 19 +++++++-------- .../webdetails/cda/exporter/XlsExporter.java | 19 +++++++-------- .../webdetails/cda/exporter/XmlExporter.java | 19 +++++++-------- .../formula/CdaSecurityParameterProvider.java | 19 +++++++-------- .../formula/CdaSessionParameterProvider.java | 19 +++++++-------- .../formula/CdaSystemParameterProvider.java | 19 +++++++-------- .../formula/DefaultSessionFormulaContext.java | 19 +++++++-------- .../cda/formula/ICdaParameterProvider.java | 19 +++++++-------- .../cda/push/IWebsocketEndpoint.java | 19 +++++++-------- .../cda/push/WebsocketJsonQueryEndpoint.java | 19 +++++++-------- .../webdetails/cda/query/IQueryArguments.java | 19 +++++++-------- .../pt/webdetails/cda/query/QueryOptions.java | 19 +++++++-------- .../webdetails/cda/services/BaseService.java | 19 +++++++-------- .../cda/settings/CdaFileResourceLoader.java | 19 +++++++-------- .../settings/CdaRepositoryResourceLoader.java | 19 +++++++-------- .../webdetails/cda/settings/CdaSettings.java | 19 +++++++-------- .../settings/CdaSettingsReadException.java | 19 +++++++-------- .../cda/settings/CdaSystemResourceLoader.java | 19 +++++++-------- .../cda/settings/ICdaResourceLoader.java | 19 +++++++-------- .../cda/settings/SettingsManager.java | 19 +++++++-------- .../settings/UnknownConnectionException.java | 19 +++++++-------- .../settings/UnknownDataAccessException.java | 19 +++++++-------- .../cda/utils/CalculatedColumnException.java | 19 +++++++-------- .../cda/utils/CalculatedTableModel.java | 19 +++++++-------- .../cda/utils/CdaPropertyLookupParser.java | 19 +++++++-------- .../webdetails/cda/utils/DataTableFilter.java | 19 +++++++-------- .../cda/utils/DoQueryParameters.java | 19 +++++++-------- .../cda/utils/FormulaEvaluator.java | 19 +++++++-------- .../webdetails/cda/utils/ISolutionUtil.java | 19 +++++++-------- .../utils/InvalidOutputIndexException.java | 19 +++++++-------- .../cda/utils/MetadataTableModel.java | 19 +++++++-------- .../cda/utils/NaturalOrderComparator.java | 19 +++++++-------- .../utils/ParameterArrayToStringEncoder.java | 19 +++++++-------- .../webdetails/cda/utils/PathRelativizer.java | 19 +++++++-------- .../webdetails/cda/utils/QueryParameters.java | 19 +++++++-------- .../webdetails/cda/utils/TableModelUtils.java | 19 +++++++-------- .../java/pt/webdetails/cda/utils/Util.java | 19 +++++++-------- .../cda/utils/kettle/CustomSorter.java | 19 +++++++-------- .../cda/utils/kettle/RowCountListener.java | 19 +++++++-------- .../cda/utils/kettle/RowMetaToTableModel.java | 19 +++++++-------- .../cda/utils/kettle/SortException.java | 23 ++++++++++--------- .../cda/utils/kettle/SortTableModel.java | 19 +++++++-------- .../cda/utils/kettle/SortableTableModel.java | 19 +++++++-------- .../mondrian/CompactBandedMDXDataFactory.java | 19 +++++++-------- .../mondrian/CompactBandedMDXTableModel.java | 19 +++++++-------- .../mondrian/ExtBandedMDXDataFactory.java | 19 +++++++-------- .../mondrian/ExtBandedMDXTableModel.java | 19 +++++++-------- .../ExtDenormalizedMDXDataFactory.java | 19 +++++++-------- .../ExtDenormalizedMDXTableModel.java | 19 +++++++-------- .../utils/mondrian/MDXTableModelUtils.java | 19 +++++++-------- .../SQLStreamingReportDataFactory.java | 19 +++++++-------- .../cda/xml/DomTraversalHelper.java | 19 +++++++-------- .../pt/webdetails/cda/xml/DomVisitable.java | 19 +++++++-------- .../pt/webdetails/cda/xml/DomVisitor.java | 19 +++++++-------- .../java/pt/webdetails/cda/xml/XmlUtils.java | 19 +++++++-------- .../robochef/DynamicTransConfig.java | 19 +++++++-------- .../robochef/DynamicTransMetaConfig.java | 19 +++++++-------- .../robochef/DynamicTransformation.java | 19 +++++++-------- .../robochef/RowProducerBridge.java | 19 +++++++-------- .../robochef/RowProductionManager.java | 19 +++++++-------- .../webdetails/robochef/TableModelInput.java | 19 +++++++-------- .../cda/connections/DummyConnectionTest.java | 19 +++++++-------- .../connections/JndiConnectionInfoTest.java | 19 +++++++-------- .../DataservicesConnectionInfoTest.java | 19 +++++++-------- .../DataservicesConnectionTest.java | 19 +++++++-------- .../cda/dataaccess/DataAccessTest.java | 19 +++++++-------- .../DataservicesDataAccessTest.java | 19 +++++++-------- .../DefaultDataAccessUtilsTest.java | 11 --------- .../JoinCompoundDataAccessTest.java | 19 +++++++-------- .../StreamingDataservicesDataAccessTest.java | 19 +++++++-------- .../cda/endpoints/RestEndpointTest.java | 19 +++++++-------- .../AbstractKettleExporterTestBase.java | 19 +++++++-------- .../cda/exporter/BasicExportExamples.java | 19 +++++++-------- .../cda/exporter/CsvExporterTest.java | 19 +++++++-------- .../exporter/DefaultStreamExporterTest.java | 19 +++++++-------- .../cda/exporter/HtmlExporterTest.java | 19 +++++++-------- .../cda/exporter/JsonExporterTest.java | 19 +++++++-------- .../cda/exporter/XmlExporterTest.java | 19 +++++++-------- .../cda/filetests/CacheKeysTest.java | 19 +++++++-------- .../filetests/CdaPluginTestEnvironment.java | 19 +++++++-------- .../webdetails/cda/filetests/CdaTestCase.java | 19 +++++++-------- .../cda/filetests/CdaTestEnvironment.java | 19 +++++++-------- .../CdaTestingContentAccessFactory.java | 19 +++++++-------- .../cda/filetests/ColumnDefinitionTest.java | 19 +++++++-------- .../cda/filetests/CompoundQueryTest.java | 19 +++++++-------- .../cda/filetests/CsvXslFromSQLTest.java | 19 +++++++-------- .../cda/filetests/DataserviceTest.java | 19 +++++++-------- .../cda/filetests/DiscoveryTest.java | 19 +++++++-------- .../webdetails/cda/filetests/KettleTest.java | 19 +++++++-------- .../webdetails/cda/filetests/MdxJdbcTest.java | 19 +++++++-------- .../webdetails/cda/filetests/Olap4jTest.java | 19 +++++++-------- .../cda/filetests/OutputColumnsTest.java | 19 +++++++-------- .../cda/filetests/ReflectionTest.java | 19 +++++++-------- .../cda/filetests/RoundtripSuiteTest.java | 19 +++++++-------- .../cda/filetests/ScriptingTest.java | 19 +++++++-------- .../pt/webdetails/cda/filetests/SqlTest.java | 19 +++++++-------- .../filetests/StaticDataFactorySample.java | 19 +++++++-------- .../webdetails/cda/filetests/XPathTest.java | 19 +++++++-------- .../CdaSecurityParameterProviderTest.java | 19 +++++++-------- .../CdaSessionParameterProviderTest.java | 19 +++++++-------- .../CdaSystemParameterProviderTest.java | 19 +++++++-------- .../DefaultSessionFormulaContextTest.java | 19 +++++++-------- .../cda/formula/FormulaEvaluatorTest.java | 19 +++++++-------- .../push/WebsocketJsonQueryEndpointTest.java | 23 +++++++++++-------- .../cda/settings/CdaSettingsTest.java | 19 +++++++-------- .../cda/test/util/CdaTestHelper.java | 19 +++++++-------- .../cda/test/util/TableModelChecker.java | 19 +++++++-------- .../cda/utils/CalculatedTableModelTest.java | 19 +++++++-------- .../cda/utils/NaturalOrderTest.java | 19 +++++++-------- .../ParameterArrayToStringEncoderTest.java | 19 +++++++-------- .../webdetails/cda/utils/ParameterTest.java | 19 +++++++-------- .../cda/utils/PathRelativizerTest.java | 19 +++++++-------- .../cda/utils/QueryParametersTest.java | 23 +++++++++++-------- .../cda/utils/TableModelUtilsTest.java | 19 +++++++-------- .../utils/kettle/RowMetaToTableModelTest.java | 19 +++++++-------- .../SQLStreamingReportDataFactoryTest.java | 21 ++++++++++------- .../pt/webdetails/cda/xml/DomVisitorTest.java | 19 +++++++-------- .../pentaho/ctools/cda/CdaEnvironment.java | 19 +++++++-------- .../ctools/cda/DataFactoryRegister.java | 19 +++++++-------- .../org/pentaho/ctools/cda/cache/NoCache.java | 11 --------- ...servicesDriverLocalConnectionProvider.java | 19 +++++++-------- .../DataservicesLocalConnection.java | 19 +++++++-------- .../mondrian/MondrianRoleMapper.java | 19 +++++++-------- .../endpoints/CdaJettyWebSocketServlet.java | 19 +++++++-------- .../cda/endpoints/CdaJettyWebsocket.java | 19 +++++++-------- .../ctools/cda/messaging/EventPublisher.java | 19 +++++++-------- .../CdaJettyWebSocketServletTest.java | 19 +++++++-------- .../cda/endpoints/CdaJettyWebsocketTest.java | 19 +++++++-------- .../java/pt/webdetails/cda/CdaConstants.java | 19 +++++++-------- .../webdetails/cda/CdaContentGenerator.java | 19 +++++++-------- .../webdetails/cda/CdaLifecycleListener.java | 19 +++++++-------- .../webdetails/cda/CdaPluginEnvironment.java | 19 +++++++-------- .../pt/webdetails/cda/CdaQueryComponent.java | 19 +++++++-------- .../cda/CdaSessionFormulaContext.java | 19 +++++++-------- .../main/java/pt/webdetails/cda/CdaUtils.java | 19 +++++++-------- .../cda/PentahoBaseCdaEnvironment.java | 19 +++++++-------- .../webdetails/cda/PentahoCdaEnvironment.java | 19 +++++++-------- .../endpoints/CacheControllerEndpoint.java | 19 +++++++-------- .../cache/endpoints/CacheMonitorEndpoint.java | 19 +++++++-------- .../cache/monitor/CacheMonitorHandler.java | 19 +++++++-------- .../cache/scheduler/CdaCacheScheduler.java | 19 +++++++-------- .../cda/cache/scheduler/CdaCacheWarmer.java | 19 +++++++-------- .../cda/cache/scheduler/QueryExecution.java | 19 +++++++-------- .../scheduler/ScheduledQueryExecution.java | 19 +++++++-------- ...servicesDriverLocalConnectionProvider.java | 19 +++++++-------- .../DataservicesLocalConnection.java | 19 +++++++-------- .../mondrian/MondrianRoleMapper.java | 19 +++++++-------- ...CdaPentahoKettleTransFromFileProducer.java | 19 +++++++-------- .../PentahoCubeFileProviderSetter.java | 19 +++++++-------- .../dataaccess/PentahoDataAccessUtils.java | 19 +++++++-------- .../cda/push/CdaPushQueryEndpoint.java | 19 +++++++-------- .../cda/push/CdaPushQueryMessageHandler.java | 19 +++++++-------- .../webdetails/cda/push/PentahoContext.java | 19 +++++++-------- .../PentahoEndpointConfigurationHelper.java | 19 +++++++-------- .../webdetails/cda/services/CacheManager.java | 19 +++++++-------- .../webdetails/cda/services/CacheMonitor.java | 19 +++++++-------- .../cda/services/CacheScheduler.java | 19 +++++++-------- .../pt/webdetails/cda/services/Editor.java | 19 +++++++-------- .../pt/webdetails/cda/services/ExtEditor.java | 19 +++++++-------- .../services/MondrianSchemaFlushService.java | 19 +++++++-------- .../pt/webdetails/cda/services/Previewer.java | 19 +++++++-------- .../cda/services/ProcessedHtmlPage.java | 19 +++++++-------- .../pt/webdetails/cda/utils/AuditHelper.java | 19 +++++++-------- .../pt/webdetails/cda/utils/CorsUtil.java | 19 +++++++-------- .../cda/utils/InterPluginUtils.java | 19 +++++++-------- .../pt/webdetails/cda/utils/Messages.java | 19 +++++++-------- .../webdetails/cda/utils/PentahoHelper.java | 19 +++++++-------- .../cda/utils/framework/JsonCallHandler.java | 19 +++++++-------- .../cda/utils/framework/PluginUtils.java | 19 +++++++-------- .../src/main/resources/cachemanager/cache.js | 23 ++++++++++--------- .../resources/cachemanager/cacheScheduler.js | 19 +++++++-------- .../src/main/resources/fileEditor/ace/LICENSE | 4 ++-- .../fileEditor/ace/src/ext-spellcheck.js | 11 --------- .../fileEditor/ace/src/mode-csharp.js | 11 --------- .../resources/fileEditor/ace/src/mode-dot.js | 11 --------- .../fileEditor/ace/src/mode-golang.js | 11 --------- .../fileEditor/ace/src/mode-groovy.js | 11 --------- .../resources/fileEditor/ace/src/mode-haxe.js | 11 --------- .../resources/fileEditor/ace/src/mode-java.js | 11 --------- .../resources/fileEditor/ace/src/mode-jsx.js | 11 --------- .../fileEditor/ace/src/mode-latex.js | 11 --------- .../fileEditor/ace/src/mode-livescript.js | 11 --------- .../fileEditor/ace/src/mode-luapage.js | 11 --------- .../fileEditor/ace/src/mode-lucene.js | 11 --------- .../ace/src/mode-mushcode_high_rules.js | 11 --------- .../fileEditor/ace/src/mode-powershell.js | 11 --------- .../fileEditor/ace/src/mode-scala.js | 11 --------- .../resources/fileEditor/ace/src/mode-text.js | 11 --------- .../fileEditor/ace/src/mode-tmsnippet.js | 11 --------- .../fileEditor/ace/src/theme-textmate.js | 11 --------- .../fileEditor/ace/src/worker-coffee.js | 11 --------- .../fileEditor/ace/src/worker-css.js | 11 --------- .../fileEditor/ace/src/worker-javascript.js | 11 --------- .../fileEditor/ace/src/worker-json.js | 11 --------- .../fileEditor/ace/src/worker-lua.js | 11 --------- .../fileEditor/ace/src/worker-php.js | 11 --------- .../fileEditor/ace/src/worker-xquery.js | 11 --------- .../main/resources/fileEditor/aceWrapper.js | 11 --------- .../dataTables/js/jquery.dataTables.min.js | 11 --------- .../src/main/resources/previewer/previewer.js | 21 +++++++++-------- .../static/jquery.i18n.properties.js | 11 --------- .../java/pt/webdetails/cda/CdaUtilsTest.java | 19 +++++++-------- ...icesDriverLocalConnectionProviderTest.java | 19 +++++++-------- .../DataservicesLocalConnectionTest.java | 19 +++++++-------- .../MondrianSchemaFlushServiceTest.java | 19 +++++++-------- .../cda/tests/MondrianRoleMapperTest.java | 19 +++++++-------- .../utils/HttpServletResponseForTests.java | 19 +++++++-------- .../main/java/pt/webdetails/cda/CdaUtils.java | 19 +++++++-------- 326 files changed, 2960 insertions(+), 2984 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 270d405d39..f815843ee4 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/core/src/main/java/pt/webdetails/cda/AccessDeniedException.java b/core/src/main/java/pt/webdetails/cda/AccessDeniedException.java index 70178bb0f3..5bbf5b4813 100644 --- a/core/src/main/java/pt/webdetails/cda/AccessDeniedException.java +++ b/core/src/main/java/pt/webdetails/cda/AccessDeniedException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/BaseCdaEnvironment.java b/core/src/main/java/pt/webdetails/cda/BaseCdaEnvironment.java index 46e4d0e490..4a13c07c5d 100644 --- a/core/src/main/java/pt/webdetails/cda/BaseCdaEnvironment.java +++ b/core/src/main/java/pt/webdetails/cda/BaseCdaEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/CdaBoot.java b/core/src/main/java/pt/webdetails/cda/CdaBoot.java index 23c052f900..9999ead9e0 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaBoot.java +++ b/core/src/main/java/pt/webdetails/cda/CdaBoot.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/CdaCoreService.java b/core/src/main/java/pt/webdetails/cda/CdaCoreService.java index d0f17c6a57..cbfcb9a368 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaCoreService.java +++ b/core/src/main/java/pt/webdetails/cda/CdaCoreService.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/CdaEngine.java b/core/src/main/java/pt/webdetails/cda/CdaEngine.java index 1841855e7e..49b9b98ae2 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaEngine.java +++ b/core/src/main/java/pt/webdetails/cda/CdaEngine.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/CdaExecutor.java b/core/src/main/java/pt/webdetails/cda/CdaExecutor.java index 3ee16d32d7..3cf1bba417 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaExecutor.java +++ b/core/src/main/java/pt/webdetails/cda/CdaExecutor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/CdaInfo.java b/core/src/main/java/pt/webdetails/cda/CdaInfo.java index 08e057156a..8978a38c24 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaInfo.java +++ b/core/src/main/java/pt/webdetails/cda/CdaInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; import org.pentaho.reporting.engine.classic.core.ClassicEngineInfo; diff --git a/core/src/main/java/pt/webdetails/cda/CdaPropertiesHelper.java b/core/src/main/java/pt/webdetails/cda/CdaPropertiesHelper.java index 797cfc5793..e583fd47fc 100644 --- a/core/src/main/java/pt/webdetails/cda/CdaPropertiesHelper.java +++ b/core/src/main/java/pt/webdetails/cda/CdaPropertiesHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/ICdaEnvironment.java b/core/src/main/java/pt/webdetails/cda/ICdaEnvironment.java index b70d032440..57ffab95e9 100644 --- a/core/src/main/java/pt/webdetails/cda/ICdaEnvironment.java +++ b/core/src/main/java/pt/webdetails/cda/ICdaEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/InitializationException.java b/core/src/main/java/pt/webdetails/cda/InitializationException.java index a53cac532a..5f57f5f5d9 100644 --- a/core/src/main/java/pt/webdetails/cda/InitializationException.java +++ b/core/src/main/java/pt/webdetails/cda/InitializationException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/core/src/main/java/pt/webdetails/cda/cache/CacheKey.java b/core/src/main/java/pt/webdetails/cda/cache/CacheKey.java index b2740047b3..9c6d8305f7 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/CacheKey.java +++ b/core/src/main/java/pt/webdetails/cda/cache/CacheKey.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/ClassLoaderAwareCaller.java b/core/src/main/java/pt/webdetails/cda/cache/ClassLoaderAwareCaller.java index f3747c750d..8d0be44038 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/ClassLoaderAwareCaller.java +++ b/core/src/main/java/pt/webdetails/cda/cache/ClassLoaderAwareCaller.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/DataAccessCacheElementParser.java b/core/src/main/java/pt/webdetails/cda/cache/DataAccessCacheElementParser.java index 39660d869c..af995cc033 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/DataAccessCacheElementParser.java +++ b/core/src/main/java/pt/webdetails/cda/cache/DataAccessCacheElementParser.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/EHCacheQueryCache.java b/core/src/main/java/pt/webdetails/cda/cache/EHCacheQueryCache.java index b3359848a2..617bb2f05a 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/EHCacheQueryCache.java +++ b/core/src/main/java/pt/webdetails/cda/cache/EHCacheQueryCache.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/HazelcastQueryCache.java b/core/src/main/java/pt/webdetails/cda/cache/HazelcastQueryCache.java index 549bc94781..3323392eff 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/HazelcastQueryCache.java +++ b/core/src/main/java/pt/webdetails/cda/cache/HazelcastQueryCache.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/ICacheScheduleManager.java b/core/src/main/java/pt/webdetails/cda/cache/ICacheScheduleManager.java index bdfb741e99..3cb24b1058 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/ICacheScheduleManager.java +++ b/core/src/main/java/pt/webdetails/cda/cache/ICacheScheduleManager.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/IQueryCache.java b/core/src/main/java/pt/webdetails/cda/cache/IQueryCache.java index 3863c0e5e5..2a1737a9ae 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/IQueryCache.java +++ b/core/src/main/java/pt/webdetails/cda/cache/IQueryCache.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/TableCacheKey.java b/core/src/main/java/pt/webdetails/cda/cache/TableCacheKey.java index 294ef99ef1..1b06f11154 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/TableCacheKey.java +++ b/core/src/main/java/pt/webdetails/cda/cache/TableCacheKey.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache; diff --git a/core/src/main/java/pt/webdetails/cda/cache/monitor/CacheElementInfo.java b/core/src/main/java/pt/webdetails/cda/cache/monitor/CacheElementInfo.java index 9f18846a0b..2e0e402c05 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/monitor/CacheElementInfo.java +++ b/core/src/main/java/pt/webdetails/cda/cache/monitor/CacheElementInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.monitor; diff --git a/core/src/main/java/pt/webdetails/cda/cache/monitor/ExtraCacheInfo.java b/core/src/main/java/pt/webdetails/cda/cache/monitor/ExtraCacheInfo.java index 429398d0b5..d12b515672 100644 --- a/core/src/main/java/pt/webdetails/cda/cache/monitor/ExtraCacheInfo.java +++ b/core/src/main/java/pt/webdetails/cda/cache/monitor/ExtraCacheInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.monitor; diff --git a/core/src/main/java/pt/webdetails/cda/connections/AbstractConnection.java b/core/src/main/java/pt/webdetails/cda/connections/AbstractConnection.java index 5434d56168..f1d05b62b5 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/AbstractConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/AbstractConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/Connection.java b/core/src/main/java/pt/webdetails/cda/connections/Connection.java index bd4f9a412a..ce6443efb4 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/Connection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/Connection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/ConnectionCatalog.java b/core/src/main/java/pt/webdetails/cda/connections/ConnectionCatalog.java index 30e3a831eb..422b0d431d 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/ConnectionCatalog.java +++ b/core/src/main/java/pt/webdetails/cda/connections/ConnectionCatalog.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/DummyConnection.java b/core/src/main/java/pt/webdetails/cda/connections/DummyConnection.java index de5c57a68e..c6a60fc553 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/DummyConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/DummyConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/EvaluableConnection.java b/core/src/main/java/pt/webdetails/cda/connections/EvaluableConnection.java index b841fa4dce..61fbe07965 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/EvaluableConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/EvaluableConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/InvalidConnectionException.java b/core/src/main/java/pt/webdetails/cda/connections/InvalidConnectionException.java index 6459245863..accb7c1dbe 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/InvalidConnectionException.java +++ b/core/src/main/java/pt/webdetails/cda/connections/InvalidConnectionException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/JndiConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/JndiConnectionInfo.java index 6ed099134f..7839fdfed0 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/JndiConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/JndiConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/UnsupportedConnectionException.java b/core/src/main/java/pt/webdetails/cda/connections/UnsupportedConnectionException.java index 8ddc8c54d0..b7192ca3e6 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/UnsupportedConnectionException.java +++ b/core/src/main/java/pt/webdetails/cda/connections/UnsupportedConnectionException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnection.java b/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnection.java index aaa5f3f1ce..a0fe747ed5 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfo.java index bdcdfb80db..3e20fab454 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/core/src/main/java/pt/webdetails/cda/connections/dataservices/IDataservicesLocalConnection.java b/core/src/main/java/pt/webdetails/cda/connections/dataservices/IDataservicesLocalConnection.java index a191c04db4..965ba1527b 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/dataservices/IDataservicesLocalConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/dataservices/IDataservicesLocalConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/core/src/main/java/pt/webdetails/cda/connections/kettle/KettleConnection.java b/core/src/main/java/pt/webdetails/cda/connections/kettle/KettleConnection.java index 47cf9ffd81..d42e59b644 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/kettle/KettleConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/kettle/KettleConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnection.java b/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnection.java index 1c65518479..3ba63c0867 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnectionInfo.java index baac36a4d8..280ac80b7b 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/kettle/TransFromFileConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnection.java b/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnection.java index 5e9dce777f..a867efa12a 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.metadata; diff --git a/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnectionInfo.java index 3b72cd986f..0fb3b446e1 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/metadata/MetadataConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.metadata; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/AbstractMondrianConnection.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/AbstractMondrianConnection.java index 04aad19455..c0f892f8ab 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/AbstractMondrianConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/AbstractMondrianConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/IMondrianRoleMapper.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/IMondrianRoleMapper.java index 548251ffbb..5651025b94 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/IMondrianRoleMapper.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/IMondrianRoleMapper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnection.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnection.java index f648b9dbd6..ce76008a4d 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnectionInfo.java index f3f32c6992..dd12cb9d49 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JdbcConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JndiConnection.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JndiConnection.java index 842a4d4408..bb74212a3c 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/JndiConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/JndiConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnection.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnection.java index 65a9ac7211..230603cc8a 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnectionInfo.java index 43b5d04421..1b8b40d125 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianJndiConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianJndiConnectionInfo.java index ede88a27a7..3200424078 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianJndiConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianJndiConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/mondrian/OlapJndiConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/mondrian/OlapJndiConnectionInfo.java index 1b3d431096..e2a3155fca 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/mondrian/OlapJndiConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/mondrian/OlapJndiConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/connections/olap4j/DefaultOlap4jConnection.java b/core/src/main/java/pt/webdetails/cda/connections/olap4j/DefaultOlap4jConnection.java index 47caf619a8..06b71f50a2 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/olap4j/DefaultOlap4jConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/olap4j/DefaultOlap4jConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.olap4j; diff --git a/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4JConnection.java b/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4JConnection.java index 9a1100c6fc..a0d5a135f6 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4JConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4JConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.olap4j; diff --git a/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4jConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4jConnectionInfo.java index 5a7a47fa37..6bb8b9fda6 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4jConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/olap4j/Olap4jConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.olap4j; diff --git a/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnection.java b/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnection.java index 6bb78f1730..6d1b2167f1 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.scripting; diff --git a/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnectionInfo.java index 1d4342574d..48aedba359 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/scripting/ScriptingConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.scripting; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/AbstractSqlConnection.java b/core/src/main/java/pt/webdetails/cda/connections/sql/AbstractSqlConnection.java index 7bf2d3cfe4..c04d661b17 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/AbstractSqlConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/AbstractSqlConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnection.java b/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnection.java index bb1687c9e3..1b8e54873d 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnectionInfo.java index c549e1e1a7..e42004bdcb 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/JdbcConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/JndiConnection.java b/core/src/main/java/pt/webdetails/cda/connections/sql/JndiConnection.java index 2d127b7b0e..ae57a007f5 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/JndiConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/JndiConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/SqlConnection.java b/core/src/main/java/pt/webdetails/cda/connections/sql/SqlConnection.java index a46fc68fe4..4fe5fe2851 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/SqlConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/SqlConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/sql/SqlJndiConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/sql/SqlJndiConnectionInfo.java index 48d2ea0d03..84b321f452 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/sql/SqlJndiConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/sql/SqlJndiConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.sql; diff --git a/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnection.java b/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnection.java index c19df82818..decc8ac3f2 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnection.java +++ b/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.xpath; diff --git a/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnectionInfo.java b/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnectionInfo.java index 016c48e04a..852e1c9e50 100644 --- a/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnectionInfo.java +++ b/core/src/main/java/pt/webdetails/cda/connections/xpath/XPathConnectionInfo.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.xpath; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/AbstractDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/AbstractDataAccess.java index 5d1486aab5..482088889d 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/AbstractDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/AbstractDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/ColumnDefinition.java b/core/src/main/java/pt/webdetails/cda/dataaccess/ColumnDefinition.java index 797a42198f..e1b3ade9e2 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/ColumnDefinition.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/ColumnDefinition.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/CompoundDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/CompoundDataAccess.java index 92f42b1453..a1312af16d 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/CompoundDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/CompoundDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccess.java index 9307e46508..2c4879015d 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessCatalog.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessCatalog.java index 43f053447f..06b18da170 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessCatalog.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessCatalog.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessConnectionDescriptor.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessConnectionDescriptor.java index 90830b49ca..9f9c1cba17 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessConnectionDescriptor.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessConnectionDescriptor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessEnums.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessEnums.java index cdcd1a8bac..9a1898352d 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessEnums.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DataAccessEnums.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DataservicesDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DataservicesDataAccess.java index 010dfe1b2f..143bc79a50 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DataservicesDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DataservicesDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultCubeFileProviderSetter.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultCubeFileProviderSetter.java index 679e845ce4..96fc9f7cae 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultCubeFileProviderSetter.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultCubeFileProviderSetter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtils.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtils.java index 459f38cd18..d7f05f35d2 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtils.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedMdxDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedMdxDataAccess.java index 7a34061a9e..e893f98865 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedMdxDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedMdxDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedOlap4JDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedOlap4JDataAccess.java index a35cbb081b..90c29d504c 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedOlap4JDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/DenormalizedOlap4JDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/GlobalMdxDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/GlobalMdxDataAccess.java index a39acefdc0..0a209e7daa 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/GlobalMdxDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/GlobalMdxDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/ICubeFileProviderSetter.java b/core/src/main/java/pt/webdetails/cda/dataaccess/ICubeFileProviderSetter.java index dd556570e5..bf125481fe 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/ICubeFileProviderSetter.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/ICubeFileProviderSetter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/IDataAccessUtils.java b/core/src/main/java/pt/webdetails/cda/dataaccess/IDataAccessUtils.java index 15efdc7769..569e25a8f3 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/IDataAccessUtils.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/IDataAccessUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/InvalidParameterException.java b/core/src/main/java/pt/webdetails/cda/dataaccess/InvalidParameterException.java index e2836e4466..e2257a223f 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/InvalidParameterException.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/InvalidParameterException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccess.java index bb4c63481e..f2f2747048 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/JsonScriptableDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/JsonScriptableDataAccess.java index f83ed581f1..4a6155b2d5 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/JsonScriptableDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/JsonScriptableDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/KettleDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/KettleDataAccess.java index 8f1b4f2bbe..902d06a488 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/KettleDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/KettleDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/MdxDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/MdxDataAccess.java index 73659cd54d..0054e15cba 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/MdxDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/MdxDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/MqlDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/MqlDataAccess.java index c38363024a..26b541ba2e 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/MqlDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/MqlDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/Olap4JDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/Olap4JDataAccess.java index fe0faeb84c..c4a91a3f8b 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/Olap4JDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/Olap4JDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/PREDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/PREDataAccess.java index 43a7c24cd2..2c254225b9 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/PREDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/PREDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; import org.dom4j.Element; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/Parameter.java b/core/src/main/java/pt/webdetails/cda/dataaccess/Parameter.java index 68088437ef..1851ec40aa 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/Parameter.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/Parameter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/PropertyDescriptor.java b/core/src/main/java/pt/webdetails/cda/dataaccess/PropertyDescriptor.java index ce2437c808..eaaa13ae14 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/PropertyDescriptor.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/PropertyDescriptor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/QueryException.java b/core/src/main/java/pt/webdetails/cda/dataaccess/QueryException.java index 2e9a2a503a..cf7034e407 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/QueryException.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/QueryException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/ReflectionDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/ReflectionDataAccess.java index 182ae9c7f7..0a6b91d065 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/ReflectionDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/ReflectionDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/ScriptableDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/ScriptableDataAccess.java index 2221d90643..ff9688d17a 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/ScriptableDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/ScriptableDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/SimpleDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/SimpleDataAccess.java index f853b6714b..06b8a577f9 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/SimpleDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/SimpleDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/SqlDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/SqlDataAccess.java index 4dcd6b8bdf..5c307ac099 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/SqlDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/SqlDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccess.java index a3e8580481..061a441cbd 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/UnionCompoundDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/UnionCompoundDataAccess.java index edf22c185b..6e2a06f88d 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/UnionCompoundDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/UnionCompoundDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/UnsupportedDataAccessException.java b/core/src/main/java/pt/webdetails/cda/dataaccess/UnsupportedDataAccessException.java index d3e4aea7e2..66b4d4c9d7 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/UnsupportedDataAccessException.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/UnsupportedDataAccessException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/XPathDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/XPathDataAccess.java index 2df0891966..f0a574c960 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/XPathDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/XPathDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapter.java b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapter.java index 6d9f9206eb..a937773776 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapter.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapterFactory.java b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapterFactory.java index dbf9066d04..ad0be744f0 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapterFactory.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/DataAccessKettleAdapterFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/KettleAdapterException.java b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/KettleAdapterException.java index 09ec689d18..cf67dc0401 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/KettleAdapterException.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/KettleAdapterException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/SQLKettleAdapter.java b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/SQLKettleAdapter.java index 63aa277dde..a913b114ce 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/SQLKettleAdapter.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/kettle/SQLKettleAdapter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/dataaccess/streaming/IStreamingDataAccess.java b/core/src/main/java/pt/webdetails/cda/dataaccess/streaming/IStreamingDataAccess.java index 4211351a2a..24e974ff8e 100644 --- a/core/src/main/java/pt/webdetails/cda/dataaccess/streaming/IStreamingDataAccess.java +++ b/core/src/main/java/pt/webdetails/cda/dataaccess/streaming/IStreamingDataAccess.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess.streaming; diff --git a/core/src/main/java/pt/webdetails/cda/endpoints/RestEndpoint.java b/core/src/main/java/pt/webdetails/cda/endpoints/RestEndpoint.java index 5eac7ab3de..3c5d38feea 100644 --- a/core/src/main/java/pt/webdetails/cda/endpoints/RestEndpoint.java +++ b/core/src/main/java/pt/webdetails/cda/endpoints/RestEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.endpoints; import static javax.ws.rs.core.MediaType.APPLICATION_JSON; diff --git a/core/src/main/java/pt/webdetails/cda/events/CdaEvent.java b/core/src/main/java/pt/webdetails/cda/events/CdaEvent.java index 1c95e818b9..839854e11e 100644 --- a/core/src/main/java/pt/webdetails/cda/events/CdaEvent.java +++ b/core/src/main/java/pt/webdetails/cda/events/CdaEvent.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.events; diff --git a/core/src/main/java/pt/webdetails/cda/events/QueryErrorEvent.java b/core/src/main/java/pt/webdetails/cda/events/QueryErrorEvent.java index e1abd20a4e..4115a6a445 100644 --- a/core/src/main/java/pt/webdetails/cda/events/QueryErrorEvent.java +++ b/core/src/main/java/pt/webdetails/cda/events/QueryErrorEvent.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.events; diff --git a/core/src/main/java/pt/webdetails/cda/events/QueryTooLongEvent.java b/core/src/main/java/pt/webdetails/cda/events/QueryTooLongEvent.java index 811b517719..d2a766ef7f 100644 --- a/core/src/main/java/pt/webdetails/cda/events/QueryTooLongEvent.java +++ b/core/src/main/java/pt/webdetails/cda/events/QueryTooLongEvent.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.events; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/AbstractExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/AbstractExporter.java index bbe2b783a6..ca8dd04445 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/AbstractExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/AbstractExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/AbstractKettleExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/AbstractKettleExporter.java index 4ce5d5be92..5645ce4b00 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/AbstractKettleExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/AbstractKettleExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/BinaryExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/BinaryExporter.java index f798b3338f..1b4c94a9d0 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/BinaryExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/BinaryExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/CsvExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/CsvExporter.java index ca9b377435..a89f10c5d4 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/CsvExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/CsvExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/DefaultStreamExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/DefaultStreamExporter.java index 5d1530d133..e41344643c 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/DefaultStreamExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/DefaultStreamExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExportOptions.java b/core/src/main/java/pt/webdetails/cda/exporter/ExportOptions.java index 00e8285add..c9b35e2531 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExportOptions.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExportOptions.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExportedQueryResult.java b/core/src/main/java/pt/webdetails/cda/exporter/ExportedQueryResult.java index fa84d92a11..a05488bdcc 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExportedQueryResult.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExportedQueryResult.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; import java.io.ByteArrayOutputStream; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExportedStreamQueryResult.java b/core/src/main/java/pt/webdetails/cda/exporter/ExportedStreamQueryResult.java index 4e4c646b98..c097fcb8ad 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExportedStreamQueryResult.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExportedStreamQueryResult.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExportedTableQueryResult.java b/core/src/main/java/pt/webdetails/cda/exporter/ExportedTableQueryResult.java index a8da970da6..13879fd68a 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExportedTableQueryResult.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExportedTableQueryResult.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/Exporter.java b/core/src/main/java/pt/webdetails/cda/exporter/Exporter.java index b935aa11cc..7d32e6f4f6 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/Exporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/Exporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExporterEngine.java b/core/src/main/java/pt/webdetails/cda/exporter/ExporterEngine.java index c8db2107b1..48260fab43 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExporterEngine.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExporterEngine.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/ExporterException.java b/core/src/main/java/pt/webdetails/cda/exporter/ExporterException.java index f70870278c..e14640a3f2 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/ExporterException.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/ExporterException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/HtmlExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/HtmlExporter.java index c6fda8948b..4ce5f0b6c6 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/HtmlExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/HtmlExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/JsonExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/JsonExporter.java index 38ebdd2a30..b0c5a17f95 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/JsonExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/JsonExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/StreamExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/StreamExporter.java index b04c88e5e1..34b04e065d 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/StreamExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/StreamExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/TableExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/TableExporter.java index 8978c49523..47159364c6 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/TableExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/TableExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/UnsupportedExporterException.java b/core/src/main/java/pt/webdetails/cda/exporter/UnsupportedExporterException.java index b3c526579b..7d3ab996ca 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/UnsupportedExporterException.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/UnsupportedExporterException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/XlsExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/XlsExporter.java index 72c5849b15..8685bd47ff 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/XlsExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/XlsExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/exporter/XmlExporter.java b/core/src/main/java/pt/webdetails/cda/exporter/XmlExporter.java index c99cf8e606..3742be3ede 100644 --- a/core/src/main/java/pt/webdetails/cda/exporter/XmlExporter.java +++ b/core/src/main/java/pt/webdetails/cda/exporter/XmlExporter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/main/java/pt/webdetails/cda/formula/CdaSecurityParameterProvider.java b/core/src/main/java/pt/webdetails/cda/formula/CdaSecurityParameterProvider.java index aae53db0b6..4783c99825 100644 --- a/core/src/main/java/pt/webdetails/cda/formula/CdaSecurityParameterProvider.java +++ b/core/src/main/java/pt/webdetails/cda/formula/CdaSecurityParameterProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/main/java/pt/webdetails/cda/formula/CdaSessionParameterProvider.java b/core/src/main/java/pt/webdetails/cda/formula/CdaSessionParameterProvider.java index c741ec60f7..087b62a243 100644 --- a/core/src/main/java/pt/webdetails/cda/formula/CdaSessionParameterProvider.java +++ b/core/src/main/java/pt/webdetails/cda/formula/CdaSessionParameterProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/main/java/pt/webdetails/cda/formula/CdaSystemParameterProvider.java b/core/src/main/java/pt/webdetails/cda/formula/CdaSystemParameterProvider.java index 33fe89f0f2..e300a3af51 100644 --- a/core/src/main/java/pt/webdetails/cda/formula/CdaSystemParameterProvider.java +++ b/core/src/main/java/pt/webdetails/cda/formula/CdaSystemParameterProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/main/java/pt/webdetails/cda/formula/DefaultSessionFormulaContext.java b/core/src/main/java/pt/webdetails/cda/formula/DefaultSessionFormulaContext.java index 52d5ab40d6..2fb6e46145 100644 --- a/core/src/main/java/pt/webdetails/cda/formula/DefaultSessionFormulaContext.java +++ b/core/src/main/java/pt/webdetails/cda/formula/DefaultSessionFormulaContext.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/main/java/pt/webdetails/cda/formula/ICdaParameterProvider.java b/core/src/main/java/pt/webdetails/cda/formula/ICdaParameterProvider.java index f7f65472bb..51149b7085 100644 --- a/core/src/main/java/pt/webdetails/cda/formula/ICdaParameterProvider.java +++ b/core/src/main/java/pt/webdetails/cda/formula/ICdaParameterProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/main/java/pt/webdetails/cda/push/IWebsocketEndpoint.java b/core/src/main/java/pt/webdetails/cda/push/IWebsocketEndpoint.java index e46867a5b2..d74b77351b 100644 --- a/core/src/main/java/pt/webdetails/cda/push/IWebsocketEndpoint.java +++ b/core/src/main/java/pt/webdetails/cda/push/IWebsocketEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/core/src/main/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpoint.java b/core/src/main/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpoint.java index 7cb20d2f8e..3cbac4c20e 100644 --- a/core/src/main/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpoint.java +++ b/core/src/main/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/core/src/main/java/pt/webdetails/cda/query/IQueryArguments.java b/core/src/main/java/pt/webdetails/cda/query/IQueryArguments.java index b7067408e5..91780207c8 100644 --- a/core/src/main/java/pt/webdetails/cda/query/IQueryArguments.java +++ b/core/src/main/java/pt/webdetails/cda/query/IQueryArguments.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.query; diff --git a/core/src/main/java/pt/webdetails/cda/query/QueryOptions.java b/core/src/main/java/pt/webdetails/cda/query/QueryOptions.java index 00a2db4acc..13df5494a9 100644 --- a/core/src/main/java/pt/webdetails/cda/query/QueryOptions.java +++ b/core/src/main/java/pt/webdetails/cda/query/QueryOptions.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.query; diff --git a/core/src/main/java/pt/webdetails/cda/services/BaseService.java b/core/src/main/java/pt/webdetails/cda/services/BaseService.java index 4fab6400bf..8bf76c44e3 100644 --- a/core/src/main/java/pt/webdetails/cda/services/BaseService.java +++ b/core/src/main/java/pt/webdetails/cda/services/BaseService.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/core/src/main/java/pt/webdetails/cda/settings/CdaFileResourceLoader.java b/core/src/main/java/pt/webdetails/cda/settings/CdaFileResourceLoader.java index 6f74ac09eb..834a721cb7 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/CdaFileResourceLoader.java +++ b/core/src/main/java/pt/webdetails/cda/settings/CdaFileResourceLoader.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/CdaRepositoryResourceLoader.java b/core/src/main/java/pt/webdetails/cda/settings/CdaRepositoryResourceLoader.java index 90169a7a1e..4739722bc6 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/CdaRepositoryResourceLoader.java +++ b/core/src/main/java/pt/webdetails/cda/settings/CdaRepositoryResourceLoader.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/CdaSettings.java b/core/src/main/java/pt/webdetails/cda/settings/CdaSettings.java index 77acef2c3a..9643b0920a 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/CdaSettings.java +++ b/core/src/main/java/pt/webdetails/cda/settings/CdaSettings.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/CdaSettingsReadException.java b/core/src/main/java/pt/webdetails/cda/settings/CdaSettingsReadException.java index 1175f416b0..b82ca59e14 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/CdaSettingsReadException.java +++ b/core/src/main/java/pt/webdetails/cda/settings/CdaSettingsReadException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/CdaSystemResourceLoader.java b/core/src/main/java/pt/webdetails/cda/settings/CdaSystemResourceLoader.java index 56b750119a..bce524f384 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/CdaSystemResourceLoader.java +++ b/core/src/main/java/pt/webdetails/cda/settings/CdaSystemResourceLoader.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/ICdaResourceLoader.java b/core/src/main/java/pt/webdetails/cda/settings/ICdaResourceLoader.java index 0ccd555a9e..6639b257d1 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/ICdaResourceLoader.java +++ b/core/src/main/java/pt/webdetails/cda/settings/ICdaResourceLoader.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/SettingsManager.java b/core/src/main/java/pt/webdetails/cda/settings/SettingsManager.java index 4ceb72c753..e079d25266 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/SettingsManager.java +++ b/core/src/main/java/pt/webdetails/cda/settings/SettingsManager.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/UnknownConnectionException.java b/core/src/main/java/pt/webdetails/cda/settings/UnknownConnectionException.java index 98d778a8a8..cd5da248f6 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/UnknownConnectionException.java +++ b/core/src/main/java/pt/webdetails/cda/settings/UnknownConnectionException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/settings/UnknownDataAccessException.java b/core/src/main/java/pt/webdetails/cda/settings/UnknownDataAccessException.java index feb68d7f49..810774213a 100644 --- a/core/src/main/java/pt/webdetails/cda/settings/UnknownDataAccessException.java +++ b/core/src/main/java/pt/webdetails/cda/settings/UnknownDataAccessException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/main/java/pt/webdetails/cda/utils/CalculatedColumnException.java b/core/src/main/java/pt/webdetails/cda/utils/CalculatedColumnException.java index ff2ca745b5..f09a153daf 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/CalculatedColumnException.java +++ b/core/src/main/java/pt/webdetails/cda/utils/CalculatedColumnException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/CalculatedTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/CalculatedTableModel.java index 6dd7cd8f8c..8399202e5c 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/CalculatedTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/CalculatedTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/CdaPropertyLookupParser.java b/core/src/main/java/pt/webdetails/cda/utils/CdaPropertyLookupParser.java index 13886c3318..517b15384f 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/CdaPropertyLookupParser.java +++ b/core/src/main/java/pt/webdetails/cda/utils/CdaPropertyLookupParser.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/DataTableFilter.java b/core/src/main/java/pt/webdetails/cda/utils/DataTableFilter.java index d668bc9c30..5c67876c81 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/DataTableFilter.java +++ b/core/src/main/java/pt/webdetails/cda/utils/DataTableFilter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/DoQueryParameters.java b/core/src/main/java/pt/webdetails/cda/utils/DoQueryParameters.java index f30bdea428..4b9025ab9b 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/DoQueryParameters.java +++ b/core/src/main/java/pt/webdetails/cda/utils/DoQueryParameters.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; import java.util.ArrayList; diff --git a/core/src/main/java/pt/webdetails/cda/utils/FormulaEvaluator.java b/core/src/main/java/pt/webdetails/cda/utils/FormulaEvaluator.java index b064e52930..66b97a8735 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/FormulaEvaluator.java +++ b/core/src/main/java/pt/webdetails/cda/utils/FormulaEvaluator.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/ISolutionUtil.java b/core/src/main/java/pt/webdetails/cda/utils/ISolutionUtil.java index e7fe624efa..50e2242a84 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/ISolutionUtil.java +++ b/core/src/main/java/pt/webdetails/cda/utils/ISolutionUtil.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/InvalidOutputIndexException.java b/core/src/main/java/pt/webdetails/cda/utils/InvalidOutputIndexException.java index fc315e6bd3..cc8347ed2a 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/InvalidOutputIndexException.java +++ b/core/src/main/java/pt/webdetails/cda/utils/InvalidOutputIndexException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/MetadataTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/MetadataTableModel.java index 8ba350fcbd..2b834d88ed 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/MetadataTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/MetadataTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/NaturalOrderComparator.java b/core/src/main/java/pt/webdetails/cda/utils/NaturalOrderComparator.java index c16d6b8203..674c3c9f68 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/NaturalOrderComparator.java +++ b/core/src/main/java/pt/webdetails/cda/utils/NaturalOrderComparator.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoder.java b/core/src/main/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoder.java index e1f0246eec..10ee206023 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoder.java +++ b/core/src/main/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoder.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/PathRelativizer.java b/core/src/main/java/pt/webdetails/cda/utils/PathRelativizer.java index 3ac0054aa3..30e89209da 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/PathRelativizer.java +++ b/core/src/main/java/pt/webdetails/cda/utils/PathRelativizer.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/QueryParameters.java b/core/src/main/java/pt/webdetails/cda/utils/QueryParameters.java index 1fb00722e4..a0772436ac 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/QueryParameters.java +++ b/core/src/main/java/pt/webdetails/cda/utils/QueryParameters.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java b/core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java index 7c6a6a53bc..d97ba0b1bf 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java +++ b/core/src/main/java/pt/webdetails/cda/utils/TableModelUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/Util.java b/core/src/main/java/pt/webdetails/cda/utils/Util.java index 08e7c3467e..22359b66c3 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/Util.java +++ b/core/src/main/java/pt/webdetails/cda/utils/Util.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/CustomSorter.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/CustomSorter.java index a34232429f..066804ad98 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/CustomSorter.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/CustomSorter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/RowCountListener.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/RowCountListener.java index 1ea5b00ef2..987bb02b99 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/RowCountListener.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/RowCountListener.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModel.java index 615d0785dc..4602936d43 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortException.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortException.java index e184f8410f..940eb47157 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortException.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortException.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ +/*! +* Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. +* +* This software was developed by Webdetails and is provided under the terms +* of the Mozilla Public License, Version 2.0, or any later version. You may not use +* this file except in compliance with the license. If you need a copy of the license, +* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. +* +* Software distributed under the Mozilla Public License is distributed on an "AS IS" +* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to +* the license for the specific language governing your rights and limitations. +*/ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortTableModel.java index 306b02800c..0ffae75249 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortableTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortableTableModel.java index b93299842e..5ac0705020 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/kettle/SortableTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/kettle/SortableTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXDataFactory.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXDataFactory.java index f1c2cbf7c7..7dd85a0642 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXDataFactory.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXDataFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXTableModel.java index 69dbe989ba..3c57e054f4 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/CompactBandedMDXTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXDataFactory.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXDataFactory.java index 2c6ec96e72..203a5b94fd 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXDataFactory.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXDataFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXTableModel.java index bf00cf4853..55aa327468 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtBandedMDXTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXDataFactory.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXDataFactory.java index 8f74a7975a..897d347b9d 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXDataFactory.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXDataFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXTableModel.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXTableModel.java index 837f5f7947..d24d579ac4 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXTableModel.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/ExtDenormalizedMDXTableModel.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/mondrian/MDXTableModelUtils.java b/core/src/main/java/pt/webdetails/cda/utils/mondrian/MDXTableModelUtils.java index 3cf303fa2b..868b58a66d 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/mondrian/MDXTableModelUtils.java +++ b/core/src/main/java/pt/webdetails/cda/utils/mondrian/MDXTableModelUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.mondrian; diff --git a/core/src/main/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactory.java b/core/src/main/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactory.java index d065d653dc..e12e1fbdce 100644 --- a/core/src/main/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactory.java +++ b/core/src/main/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.streaming; diff --git a/core/src/main/java/pt/webdetails/cda/xml/DomTraversalHelper.java b/core/src/main/java/pt/webdetails/cda/xml/DomTraversalHelper.java index c9b2fd95f8..214c57ccc3 100644 --- a/core/src/main/java/pt/webdetails/cda/xml/DomTraversalHelper.java +++ b/core/src/main/java/pt/webdetails/cda/xml/DomTraversalHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.xml; diff --git a/core/src/main/java/pt/webdetails/cda/xml/DomVisitable.java b/core/src/main/java/pt/webdetails/cda/xml/DomVisitable.java index 9b9d9903bd..23707702ee 100644 --- a/core/src/main/java/pt/webdetails/cda/xml/DomVisitable.java +++ b/core/src/main/java/pt/webdetails/cda/xml/DomVisitable.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.xml; diff --git a/core/src/main/java/pt/webdetails/cda/xml/DomVisitor.java b/core/src/main/java/pt/webdetails/cda/xml/DomVisitor.java index 5403a5b82c..3e53c4fb9f 100644 --- a/core/src/main/java/pt/webdetails/cda/xml/DomVisitor.java +++ b/core/src/main/java/pt/webdetails/cda/xml/DomVisitor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.xml; diff --git a/core/src/main/java/pt/webdetails/cda/xml/XmlUtils.java b/core/src/main/java/pt/webdetails/cda/xml/XmlUtils.java index 429ce20af2..f891ad82ff 100644 --- a/core/src/main/java/pt/webdetails/cda/xml/XmlUtils.java +++ b/core/src/main/java/pt/webdetails/cda/xml/XmlUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.xml; diff --git a/core/src/main/java/pt/webdetails/robochef/DynamicTransConfig.java b/core/src/main/java/pt/webdetails/robochef/DynamicTransConfig.java index 4a8741ed66..a4fe96a60f 100644 --- a/core/src/main/java/pt/webdetails/robochef/DynamicTransConfig.java +++ b/core/src/main/java/pt/webdetails/robochef/DynamicTransConfig.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/main/java/pt/webdetails/robochef/DynamicTransMetaConfig.java b/core/src/main/java/pt/webdetails/robochef/DynamicTransMetaConfig.java index f1de4c0a59..a5d596234b 100644 --- a/core/src/main/java/pt/webdetails/robochef/DynamicTransMetaConfig.java +++ b/core/src/main/java/pt/webdetails/robochef/DynamicTransMetaConfig.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/main/java/pt/webdetails/robochef/DynamicTransformation.java b/core/src/main/java/pt/webdetails/robochef/DynamicTransformation.java index 7d2e6ac858..e38e90bae7 100644 --- a/core/src/main/java/pt/webdetails/robochef/DynamicTransformation.java +++ b/core/src/main/java/pt/webdetails/robochef/DynamicTransformation.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/main/java/pt/webdetails/robochef/RowProducerBridge.java b/core/src/main/java/pt/webdetails/robochef/RowProducerBridge.java index 97739b7173..47b997c7f3 100644 --- a/core/src/main/java/pt/webdetails/robochef/RowProducerBridge.java +++ b/core/src/main/java/pt/webdetails/robochef/RowProducerBridge.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/main/java/pt/webdetails/robochef/RowProductionManager.java b/core/src/main/java/pt/webdetails/robochef/RowProductionManager.java index ec7433a3a8..e798f49c4d 100644 --- a/core/src/main/java/pt/webdetails/robochef/RowProductionManager.java +++ b/core/src/main/java/pt/webdetails/robochef/RowProductionManager.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/main/java/pt/webdetails/robochef/TableModelInput.java b/core/src/main/java/pt/webdetails/robochef/TableModelInput.java index 89aadc4825..3a714957ef 100644 --- a/core/src/main/java/pt/webdetails/robochef/TableModelInput.java +++ b/core/src/main/java/pt/webdetails/robochef/TableModelInput.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.robochef; diff --git a/core/src/test/java/pt/webdetails/cda/connections/DummyConnectionTest.java b/core/src/test/java/pt/webdetails/cda/connections/DummyConnectionTest.java index 903c23650e..c78a837016 100644 --- a/core/src/test/java/pt/webdetails/cda/connections/DummyConnectionTest.java +++ b/core/src/test/java/pt/webdetails/cda/connections/DummyConnectionTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/test/java/pt/webdetails/cda/connections/JndiConnectionInfoTest.java b/core/src/test/java/pt/webdetails/cda/connections/JndiConnectionInfoTest.java index b1781e0a1c..f6808bcac8 100644 --- a/core/src/test/java/pt/webdetails/cda/connections/JndiConnectionInfoTest.java +++ b/core/src/test/java/pt/webdetails/cda/connections/JndiConnectionInfoTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections; diff --git a/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfoTest.java b/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfoTest.java index 4fb16c251a..c7ea834c18 100644 --- a/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfoTest.java +++ b/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionInfoTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionTest.java b/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionTest.java index 106b62069f..c9c549cf13 100644 --- a/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionTest.java +++ b/core/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesConnectionTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/core/src/test/java/pt/webdetails/cda/dataaccess/DataAccessTest.java b/core/src/test/java/pt/webdetails/cda/dataaccess/DataAccessTest.java index 46024e5888..bb56d093d6 100644 --- a/core/src/test/java/pt/webdetails/cda/dataaccess/DataAccessTest.java +++ b/core/src/test/java/pt/webdetails/cda/dataaccess/DataAccessTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/test/java/pt/webdetails/cda/dataaccess/DataservicesDataAccessTest.java b/core/src/test/java/pt/webdetails/cda/dataaccess/DataservicesDataAccessTest.java index ee7d35271d..17c98ffb1e 100644 --- a/core/src/test/java/pt/webdetails/cda/dataaccess/DataservicesDataAccessTest.java +++ b/core/src/test/java/pt/webdetails/cda/dataaccess/DataservicesDataAccessTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/test/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtilsTest.java b/core/src/test/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtilsTest.java index 294705e2cc..a2c39fd59b 100644 --- a/core/src/test/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtilsTest.java +++ b/core/src/test/java/pt/webdetails/cda/dataaccess/DefaultDataAccessUtilsTest.java @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ package pt.webdetails.cda.dataaccess; import org.junit.After; diff --git a/core/src/test/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccessTest.java b/core/src/test/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccessTest.java index 037c1b8c81..7850b41a50 100644 --- a/core/src/test/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccessTest.java +++ b/core/src/test/java/pt/webdetails/cda/dataaccess/JoinCompoundDataAccessTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/test/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccessTest.java b/core/src/test/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccessTest.java index b4c7ef2b95..77c54e98a8 100644 --- a/core/src/test/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccessTest.java +++ b/core/src/test/java/pt/webdetails/cda/dataaccess/StreamingDataservicesDataAccessTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/core/src/test/java/pt/webdetails/cda/endpoints/RestEndpointTest.java b/core/src/test/java/pt/webdetails/cda/endpoints/RestEndpointTest.java index ee14b8e510..2ed2b92283 100644 --- a/core/src/test/java/pt/webdetails/cda/endpoints/RestEndpointTest.java +++ b/core/src/test/java/pt/webdetails/cda/endpoints/RestEndpointTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.endpoints; import org.junit.Before; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/AbstractKettleExporterTestBase.java b/core/src/test/java/pt/webdetails/cda/exporter/AbstractKettleExporterTestBase.java index 87976603ae..98e0944b51 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/AbstractKettleExporterTestBase.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/AbstractKettleExporterTestBase.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/BasicExportExamples.java b/core/src/test/java/pt/webdetails/cda/exporter/BasicExportExamples.java index 88a4578304..7612c06c36 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/BasicExportExamples.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/BasicExportExamples.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/CsvExporterTest.java b/core/src/test/java/pt/webdetails/cda/exporter/CsvExporterTest.java index e6edea8887..3952a95b94 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/CsvExporterTest.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/CsvExporterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/DefaultStreamExporterTest.java b/core/src/test/java/pt/webdetails/cda/exporter/DefaultStreamExporterTest.java index 8a9cefd85e..48b78eb900 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/DefaultStreamExporterTest.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/DefaultStreamExporterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/HtmlExporterTest.java b/core/src/test/java/pt/webdetails/cda/exporter/HtmlExporterTest.java index 993d511ce6..1d0aa78bed 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/HtmlExporterTest.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/HtmlExporterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/JsonExporterTest.java b/core/src/test/java/pt/webdetails/cda/exporter/JsonExporterTest.java index d83fb6c55f..4b2b07b7c0 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/JsonExporterTest.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/JsonExporterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/exporter/XmlExporterTest.java b/core/src/test/java/pt/webdetails/cda/exporter/XmlExporterTest.java index 1fdc161f0a..11e92c6b81 100644 --- a/core/src/test/java/pt/webdetails/cda/exporter/XmlExporterTest.java +++ b/core/src/test/java/pt/webdetails/cda/exporter/XmlExporterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.exporter; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CacheKeysTest.java b/core/src/test/java/pt/webdetails/cda/filetests/CacheKeysTest.java index f17d7607f5..79d2959f10 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CacheKeysTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CacheKeysTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CdaPluginTestEnvironment.java b/core/src/test/java/pt/webdetails/cda/filetests/CdaPluginTestEnvironment.java index 7f11d9fe16..e3e3b9f73b 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CdaPluginTestEnvironment.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CdaPluginTestEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestCase.java b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestCase.java index ff261bffc3..04d69f9c51 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestCase.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestCase.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestEnvironment.java b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestEnvironment.java index 0fe79c6643..fc7a1cf118 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestEnvironment.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestingContentAccessFactory.java b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestingContentAccessFactory.java index 0396936083..d75fd62184 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CdaTestingContentAccessFactory.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CdaTestingContentAccessFactory.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/ColumnDefinitionTest.java b/core/src/test/java/pt/webdetails/cda/filetests/ColumnDefinitionTest.java index 842e1e4e47..73938991f2 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/ColumnDefinitionTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/ColumnDefinitionTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CompoundQueryTest.java b/core/src/test/java/pt/webdetails/cda/filetests/CompoundQueryTest.java index 8e06a070d1..60cf7db783 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CompoundQueryTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CompoundQueryTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/CsvXslFromSQLTest.java b/core/src/test/java/pt/webdetails/cda/filetests/CsvXslFromSQLTest.java index 60067fbd7c..4b6e2a1d9b 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/CsvXslFromSQLTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/CsvXslFromSQLTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2022 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/DataserviceTest.java b/core/src/test/java/pt/webdetails/cda/filetests/DataserviceTest.java index 0c5b2695a8..56aff743da 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/DataserviceTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/DataserviceTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/DiscoveryTest.java b/core/src/test/java/pt/webdetails/cda/filetests/DiscoveryTest.java index c9b391f239..b7e3c0ece3 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/DiscoveryTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/DiscoveryTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/KettleTest.java b/core/src/test/java/pt/webdetails/cda/filetests/KettleTest.java index 1526a94e18..ac38d5078d 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/KettleTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/KettleTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/MdxJdbcTest.java b/core/src/test/java/pt/webdetails/cda/filetests/MdxJdbcTest.java index 8aa2d69bba..1c77acd306 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/MdxJdbcTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/MdxJdbcTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/Olap4jTest.java b/core/src/test/java/pt/webdetails/cda/filetests/Olap4jTest.java index d10bc3e472..0eb9686997 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/Olap4jTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/Olap4jTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/OutputColumnsTest.java b/core/src/test/java/pt/webdetails/cda/filetests/OutputColumnsTest.java index 59989d6b5b..72e21c9a49 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/OutputColumnsTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/OutputColumnsTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/ReflectionTest.java b/core/src/test/java/pt/webdetails/cda/filetests/ReflectionTest.java index 3949206d4f..8602d7dca6 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/ReflectionTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/ReflectionTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/RoundtripSuiteTest.java b/core/src/test/java/pt/webdetails/cda/filetests/RoundtripSuiteTest.java index 93cbaeaadc..369675a539 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/RoundtripSuiteTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/RoundtripSuiteTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/ScriptingTest.java b/core/src/test/java/pt/webdetails/cda/filetests/ScriptingTest.java index f664e9afe5..4113dd7d34 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/ScriptingTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/ScriptingTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/SqlTest.java b/core/src/test/java/pt/webdetails/cda/filetests/SqlTest.java index 0ecf87ad67..8c9a785bf8 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/SqlTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/SqlTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/StaticDataFactorySample.java b/core/src/test/java/pt/webdetails/cda/filetests/StaticDataFactorySample.java index 719cd72bb0..4c785b08b1 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/StaticDataFactorySample.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/StaticDataFactorySample.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/filetests/XPathTest.java b/core/src/test/java/pt/webdetails/cda/filetests/XPathTest.java index da8dae2b3d..0b7f578647 100644 --- a/core/src/test/java/pt/webdetails/cda/filetests/XPathTest.java +++ b/core/src/test/java/pt/webdetails/cda/filetests/XPathTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.filetests; diff --git a/core/src/test/java/pt/webdetails/cda/formula/CdaSecurityParameterProviderTest.java b/core/src/test/java/pt/webdetails/cda/formula/CdaSecurityParameterProviderTest.java index 5e8e3bfde8..5da0eae881 100644 --- a/core/src/test/java/pt/webdetails/cda/formula/CdaSecurityParameterProviderTest.java +++ b/core/src/test/java/pt/webdetails/cda/formula/CdaSecurityParameterProviderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/test/java/pt/webdetails/cda/formula/CdaSessionParameterProviderTest.java b/core/src/test/java/pt/webdetails/cda/formula/CdaSessionParameterProviderTest.java index c753d19e65..0211f463c8 100644 --- a/core/src/test/java/pt/webdetails/cda/formula/CdaSessionParameterProviderTest.java +++ b/core/src/test/java/pt/webdetails/cda/formula/CdaSessionParameterProviderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/test/java/pt/webdetails/cda/formula/CdaSystemParameterProviderTest.java b/core/src/test/java/pt/webdetails/cda/formula/CdaSystemParameterProviderTest.java index 87af9ed484..3c0a779e2e 100644 --- a/core/src/test/java/pt/webdetails/cda/formula/CdaSystemParameterProviderTest.java +++ b/core/src/test/java/pt/webdetails/cda/formula/CdaSystemParameterProviderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/test/java/pt/webdetails/cda/formula/DefaultSessionFormulaContextTest.java b/core/src/test/java/pt/webdetails/cda/formula/DefaultSessionFormulaContextTest.java index 1bd74d89a5..567e587066 100644 --- a/core/src/test/java/pt/webdetails/cda/formula/DefaultSessionFormulaContextTest.java +++ b/core/src/test/java/pt/webdetails/cda/formula/DefaultSessionFormulaContextTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/test/java/pt/webdetails/cda/formula/FormulaEvaluatorTest.java b/core/src/test/java/pt/webdetails/cda/formula/FormulaEvaluatorTest.java index c773a79221..474b2c47ad 100644 --- a/core/src/test/java/pt/webdetails/cda/formula/FormulaEvaluatorTest.java +++ b/core/src/test/java/pt/webdetails/cda/formula/FormulaEvaluatorTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.formula; diff --git a/core/src/test/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpointTest.java b/core/src/test/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpointTest.java index 8046e890a5..5d71cff4ee 100644 --- a/core/src/test/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpointTest.java +++ b/core/src/test/java/pt/webdetails/cda/push/WebsocketJsonQueryEndpointTest.java @@ -1,14 +1,19 @@ -/*! ****************************************************************************** +/* * - * Pentaho + * * Copyright 2018 - 2024 Hitachi Vantara. All rights reserved. + * * + * * Licensed under the Apache License, Version 2.0 (the "License"); + * * you may not use this file except in compliance with the License. + * * You may obtain a copy of the License at + * * + * * http://www.apache.org/licenses/LICENSE-2.0 + * * + * * Unless required by applicable law or agreed to in writing, software + * * distributed under the License is distributed on an "AS IS" BASIS, + * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * * See the License for the specific language governing permissions and * - * 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 - ******************************************************************************/ + */ package pt.webdetails.cda.push; diff --git a/core/src/test/java/pt/webdetails/cda/settings/CdaSettingsTest.java b/core/src/test/java/pt/webdetails/cda/settings/CdaSettingsTest.java index c3bb2bb943..57a32b22f7 100644 --- a/core/src/test/java/pt/webdetails/cda/settings/CdaSettingsTest.java +++ b/core/src/test/java/pt/webdetails/cda/settings/CdaSettingsTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.settings; diff --git a/core/src/test/java/pt/webdetails/cda/test/util/CdaTestHelper.java b/core/src/test/java/pt/webdetails/cda/test/util/CdaTestHelper.java index 628e2a487d..79cb6404e6 100644 --- a/core/src/test/java/pt/webdetails/cda/test/util/CdaTestHelper.java +++ b/core/src/test/java/pt/webdetails/cda/test/util/CdaTestHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.test.util; diff --git a/core/src/test/java/pt/webdetails/cda/test/util/TableModelChecker.java b/core/src/test/java/pt/webdetails/cda/test/util/TableModelChecker.java index b0bc4fcd28..38a5706d7a 100644 --- a/core/src/test/java/pt/webdetails/cda/test/util/TableModelChecker.java +++ b/core/src/test/java/pt/webdetails/cda/test/util/TableModelChecker.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.test.util; diff --git a/core/src/test/java/pt/webdetails/cda/utils/CalculatedTableModelTest.java b/core/src/test/java/pt/webdetails/cda/utils/CalculatedTableModelTest.java index 5916bc79cd..5f11472ba8 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/CalculatedTableModelTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/CalculatedTableModelTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/NaturalOrderTest.java b/core/src/test/java/pt/webdetails/cda/utils/NaturalOrderTest.java index ab478ee0f0..f9583ab1b9 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/NaturalOrderTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/NaturalOrderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoderTest.java b/core/src/test/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoderTest.java index be9f3b3c01..c52e13b0ed 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoderTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/ParameterArrayToStringEncoderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/ParameterTest.java b/core/src/test/java/pt/webdetails/cda/utils/ParameterTest.java index e933cd9390..7e91dd7ca4 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/ParameterTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/ParameterTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/PathRelativizerTest.java b/core/src/test/java/pt/webdetails/cda/utils/PathRelativizerTest.java index 04e6db0dd6..65251e98df 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/PathRelativizerTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/PathRelativizerTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/QueryParametersTest.java b/core/src/test/java/pt/webdetails/cda/utils/QueryParametersTest.java index ee511ba022..67c5e91af0 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/QueryParametersTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/QueryParametersTest.java @@ -1,14 +1,19 @@ -/*! ****************************************************************************** +/* * - * Pentaho + * * Copyright 2018 Hitachi Vantara. All rights reserved. + * * + * * Licensed under the Apache License, Version 2.0 (the "License"); + * * you may not use this file except in compliance with the License. + * * You may obtain a copy of the License at + * * + * * http://www.apache.org/licenses/LICENSE-2.0 + * * + * * Unless required by applicable law or agreed to in writing, software + * * distributed under the License is distributed on an "AS IS" BASIS, + * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * * See the License for the specific language governing permissions and * - * 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 - ******************************************************************************/ + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/TableModelUtilsTest.java b/core/src/test/java/pt/webdetails/cda/utils/TableModelUtilsTest.java index 2183a07d38..e9f42ebdf3 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/TableModelUtilsTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/TableModelUtilsTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/core/src/test/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModelTest.java b/core/src/test/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModelTest.java index 5d43347ff4..69bf86cbe7 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModelTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/kettle/RowMetaToTableModelTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.kettle; diff --git a/core/src/test/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactoryTest.java b/core/src/test/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactoryTest.java index 7d45b270ad..394a1dc2b6 100644 --- a/core/src/test/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactoryTest.java +++ b/core/src/test/java/pt/webdetails/cda/utils/streaming/SQLStreamingReportDataFactoryTest.java @@ -1,14 +1,19 @@ -/*! ****************************************************************************** +/* + * This program is free software; you can redistribute it and/or modify it under the + * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software + * Foundation. * - * Pentaho + * You should have received a copy of the GNU Lesser General Public License along with this + * program; if not, you can obtain a copy at http://www.gnu.org/licenses/old-licenses/lgpl-2.1.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 Lesser 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 (c) 2018 Hitachi Vantara, Simba Management Limited and Contributors... All rights reserved. + */ package pt.webdetails.cda.utils.streaming; diff --git a/core/src/test/java/pt/webdetails/cda/xml/DomVisitorTest.java b/core/src/test/java/pt/webdetails/cda/xml/DomVisitorTest.java index 95028d7f5d..29e50e2dfb 100644 --- a/core/src/test/java/pt/webdetails/cda/xml/DomVisitorTest.java +++ b/core/src/test/java/pt/webdetails/cda/xml/DomVisitorTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 -2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.xml; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/CdaEnvironment.java b/osgi/src/main/java/org/pentaho/ctools/cda/CdaEnvironment.java index af3e69247a..66ace745f1 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/CdaEnvironment.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/CdaEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018-2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda; import org.pentaho.reporting.engine.classic.core.DataFactory; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/DataFactoryRegister.java b/osgi/src/main/java/org/pentaho/ctools/cda/DataFactoryRegister.java index fe614106f8..3315490710 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/DataFactoryRegister.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/DataFactoryRegister.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda; import org.pentaho.reporting.engine.classic.core.metadata.DataFactoryRegistry; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/cache/NoCache.java b/osgi/src/main/java/org/pentaho/ctools/cda/cache/NoCache.java index 2f4e826cd2..4b8a0514e4 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/cache/NoCache.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/cache/NoCache.java @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ package org.pentaho.ctools.cda.cache; import pt.webdetails.cda.cache.IQueryCache; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java b/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java index 785953fe07..f94f36237a 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.connections.dataservices; import org.pentaho.di.trans.dataservice.jdbc.ThinDriver; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesLocalConnection.java b/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesLocalConnection.java index 858b665f46..a5ede2bcc7 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesLocalConnection.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/connections/dataservices/DataservicesLocalConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.connections.dataservices; import org.pentaho.di.trans.dataservice.client.DataServiceClientPlugin; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/connections/mondrian/MondrianRoleMapper.java b/osgi/src/main/java/org/pentaho/ctools/cda/connections/mondrian/MondrianRoleMapper.java index a6d7b2e28d..cace89602a 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/connections/mondrian/MondrianRoleMapper.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/connections/mondrian/MondrianRoleMapper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.connections.mondrian; import pt.webdetails.cda.connections.mondrian.IMondrianRoleMapper; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServlet.java b/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServlet.java index 7013a42859..faa78b4d94 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServlet.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServlet.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.endpoints; import org.eclipse.jetty.websocket.WebSocket; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocket.java b/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocket.java index 668aa58061..edd07f7ad2 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocket.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocket.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.endpoints; import org.apache.commons.logging.Log; diff --git a/osgi/src/main/java/org/pentaho/ctools/cda/messaging/EventPublisher.java b/osgi/src/main/java/org/pentaho/ctools/cda/messaging/EventPublisher.java index 13a0d3ef1c..cc550be4bb 100644 --- a/osgi/src/main/java/org/pentaho/ctools/cda/messaging/EventPublisher.java +++ b/osgi/src/main/java/org/pentaho/ctools/cda/messaging/EventPublisher.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.messaging; import org.apache.commons.logging.Log; diff --git a/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServletTest.java b/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServletTest.java index 3ce53374c4..69f82bbf58 100644 --- a/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServletTest.java +++ b/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebSocketServletTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.endpoints; import org.eclipse.jetty.websocket.WebSocket; diff --git a/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocketTest.java b/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocketTest.java index 230d88b44f..855bee71c4 100644 --- a/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocketTest.java +++ b/osgi/src/test/java/org/pentaho/ctools/cda/endpoints/CdaJettyWebsocketTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 -2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package org.pentaho.ctools.cda.endpoints; import org.eclipse.jetty.websocket.WebSocket; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaConstants.java b/pentaho/src/main/java/pt/webdetails/cda/CdaConstants.java index 10849b58fe..ca3c10af5b 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaConstants.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaConstants.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2017 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; /** diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaContentGenerator.java b/pentaho/src/main/java/pt/webdetails/cda/CdaContentGenerator.java index 62d6f84ec3..2c9a7f1ca8 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaContentGenerator.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaContentGenerator.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaLifecycleListener.java b/pentaho/src/main/java/pt/webdetails/cda/CdaLifecycleListener.java index 97e9eb428a..3d3d39e9ac 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaLifecycleListener.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaLifecycleListener.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaPluginEnvironment.java b/pentaho/src/main/java/pt/webdetails/cda/CdaPluginEnvironment.java index b58c249d24..97c458fbc0 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaPluginEnvironment.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaPluginEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaQueryComponent.java b/pentaho/src/main/java/pt/webdetails/cda/CdaQueryComponent.java index 02644ef50a..911ed2b5a2 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaQueryComponent.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaQueryComponent.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaSessionFormulaContext.java b/pentaho/src/main/java/pt/webdetails/cda/CdaSessionFormulaContext.java index 67aa8570f0..c1905dce2e 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaSessionFormulaContext.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaSessionFormulaContext.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/CdaUtils.java b/pentaho/src/main/java/pt/webdetails/cda/CdaUtils.java index b1cd0ad63c..f2480a1f33 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/CdaUtils.java +++ b/pentaho/src/main/java/pt/webdetails/cda/CdaUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; import com.google.common.annotations.VisibleForTesting; diff --git a/pentaho/src/main/java/pt/webdetails/cda/PentahoBaseCdaEnvironment.java b/pentaho/src/main/java/pt/webdetails/cda/PentahoBaseCdaEnvironment.java index 2ab44ab8e0..17957e0451 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/PentahoBaseCdaEnvironment.java +++ b/pentaho/src/main/java/pt/webdetails/cda/PentahoBaseCdaEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/PentahoCdaEnvironment.java b/pentaho/src/main/java/pt/webdetails/cda/PentahoCdaEnvironment.java index d5a6684170..f69ed4cd78 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/PentahoCdaEnvironment.java +++ b/pentaho/src/main/java/pt/webdetails/cda/PentahoCdaEnvironment.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheControllerEndpoint.java b/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheControllerEndpoint.java index 2f12d3e06e..b540434504 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheControllerEndpoint.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheControllerEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.endpoints; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheMonitorEndpoint.java b/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheMonitorEndpoint.java index dabe9979e9..e1669b979f 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheMonitorEndpoint.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/endpoints/CacheMonitorEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.endpoints; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/monitor/CacheMonitorHandler.java b/pentaho/src/main/java/pt/webdetails/cda/cache/monitor/CacheMonitorHandler.java index 1cff4b9741..2269f5f546 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/monitor/CacheMonitorHandler.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/monitor/CacheMonitorHandler.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.monitor; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheScheduler.java b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheScheduler.java index c2270e9f08..870edf00ec 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheScheduler.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheScheduler.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.scheduler; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheWarmer.java b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheWarmer.java index 290b4ecb3e..849ff0c0bd 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheWarmer.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/CdaCacheWarmer.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.scheduler; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/QueryExecution.java b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/QueryExecution.java index 1dcd54924b..8cff48e86c 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/QueryExecution.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/QueryExecution.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.scheduler; diff --git a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/ScheduledQueryExecution.java b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/ScheduledQueryExecution.java index 3b36079995..a2a47f0d62 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/ScheduledQueryExecution.java +++ b/pentaho/src/main/java/pt/webdetails/cda/cache/scheduler/ScheduledQueryExecution.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.cache.scheduler; diff --git a/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java b/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java index 083c60e39a..868bfe5171 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java +++ b/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProvider.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; import org.pentaho.di.trans.dataservice.client.api.IDataServiceClientService; diff --git a/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnection.java b/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnection.java index 328969fff5..7c1be21bf4 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnection.java +++ b/pentaho/src/main/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnection.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/pentaho/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianRoleMapper.java b/pentaho/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianRoleMapper.java index e17b5387b0..c3b1a8e709 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianRoleMapper.java +++ b/pentaho/src/main/java/pt/webdetails/cda/connections/mondrian/MondrianRoleMapper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.mondrian; diff --git a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/CdaPentahoKettleTransFromFileProducer.java b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/CdaPentahoKettleTransFromFileProducer.java index 11ef9ebda8..dd466ab4ca 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/CdaPentahoKettleTransFromFileProducer.java +++ b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/CdaPentahoKettleTransFromFileProducer.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoCubeFileProviderSetter.java b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoCubeFileProviderSetter.java index 4106a30987..c16b80e995 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoCubeFileProviderSetter.java +++ b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoCubeFileProviderSetter.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoDataAccessUtils.java b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoDataAccessUtils.java index 8f075975a1..6459169f21 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoDataAccessUtils.java +++ b/pentaho/src/main/java/pt/webdetails/cda/dataaccess/PentahoDataAccessUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.dataaccess; diff --git a/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryEndpoint.java b/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryEndpoint.java index f700092d74..377b724866 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryEndpoint.java +++ b/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryEndpoint.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryMessageHandler.java b/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryMessageHandler.java index 363337bb4f..bc38004622 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryMessageHandler.java +++ b/pentaho/src/main/java/pt/webdetails/cda/push/CdaPushQueryMessageHandler.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/pentaho/src/main/java/pt/webdetails/cda/push/PentahoContext.java b/pentaho/src/main/java/pt/webdetails/cda/push/PentahoContext.java index d2e68459fd..f3ab72078b 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/push/PentahoContext.java +++ b/pentaho/src/main/java/pt/webdetails/cda/push/PentahoContext.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2020 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/pentaho/src/main/java/pt/webdetails/cda/push/PentahoEndpointConfigurationHelper.java b/pentaho/src/main/java/pt/webdetails/cda/push/PentahoEndpointConfigurationHelper.java index a699a12e1a..7ff411941f 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/push/PentahoEndpointConfigurationHelper.java +++ b/pentaho/src/main/java/pt/webdetails/cda/push/PentahoEndpointConfigurationHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2020 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.push; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/CacheManager.java b/pentaho/src/main/java/pt/webdetails/cda/services/CacheManager.java index 14af2f6221..a948fae35e 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/CacheManager.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/CacheManager.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/CacheMonitor.java b/pentaho/src/main/java/pt/webdetails/cda/services/CacheMonitor.java index bade1ce72f..262df8f753 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/CacheMonitor.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/CacheMonitor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/CacheScheduler.java b/pentaho/src/main/java/pt/webdetails/cda/services/CacheScheduler.java index 0c7a166640..1d76939121 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/CacheScheduler.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/CacheScheduler.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/Editor.java b/pentaho/src/main/java/pt/webdetails/cda/services/Editor.java index db92768fa9..dc03103eb4 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/Editor.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/Editor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/ExtEditor.java b/pentaho/src/main/java/pt/webdetails/cda/services/ExtEditor.java index d6f0fe27fd..1a53fe2ad2 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/ExtEditor.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/ExtEditor.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/MondrianSchemaFlushService.java b/pentaho/src/main/java/pt/webdetails/cda/services/MondrianSchemaFlushService.java index 3f964586e9..2feefc2604 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/MondrianSchemaFlushService.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/MondrianSchemaFlushService.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/Previewer.java b/pentaho/src/main/java/pt/webdetails/cda/services/Previewer.java index 3f3eeb4612..9912c71ba6 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/Previewer.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/Previewer.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/services/ProcessedHtmlPage.java b/pentaho/src/main/java/pt/webdetails/cda/services/ProcessedHtmlPage.java index faf37d1b11..558ee0f155 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/services/ProcessedHtmlPage.java +++ b/pentaho/src/main/java/pt/webdetails/cda/services/ProcessedHtmlPage.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/AuditHelper.java b/pentaho/src/main/java/pt/webdetails/cda/utils/AuditHelper.java index 00bb1df57f..db1930c047 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/AuditHelper.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/AuditHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2020 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/CorsUtil.java b/pentaho/src/main/java/pt/webdetails/cda/utils/CorsUtil.java index 03ea801010..ba9dc86643 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/CorsUtil.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/CorsUtil.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2017 - 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/InterPluginUtils.java b/pentaho/src/main/java/pt/webdetails/cda/utils/InterPluginUtils.java index e56e27c0cc..f6034b8a31 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/InterPluginUtils.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/InterPluginUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/Messages.java b/pentaho/src/main/java/pt/webdetails/cda/utils/Messages.java index c47a3d7ff3..0f48ec7b35 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/Messages.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/Messages.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/PentahoHelper.java b/pentaho/src/main/java/pt/webdetails/cda/utils/PentahoHelper.java index f0af133e97..748e630cc7 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/PentahoHelper.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/PentahoHelper.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/framework/JsonCallHandler.java b/pentaho/src/main/java/pt/webdetails/cda/utils/framework/JsonCallHandler.java index 6cfb979527..a1472f1846 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/framework/JsonCallHandler.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/framework/JsonCallHandler.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.framework; diff --git a/pentaho/src/main/java/pt/webdetails/cda/utils/framework/PluginUtils.java b/pentaho/src/main/java/pt/webdetails/cda/utils/framework/PluginUtils.java index 642ae30bbd..3436d02eb0 100644 --- a/pentaho/src/main/java/pt/webdetails/cda/utils/framework/PluginUtils.java +++ b/pentaho/src/main/java/pt/webdetails/cda/utils/framework/PluginUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils.framework; diff --git a/pentaho/src/main/resources/cachemanager/cache.js b/pentaho/src/main/resources/cachemanager/cache.js index c162d3f6c2..a58519d4e7 100644 --- a/pentaho/src/main/resources/cachemanager/cache.js +++ b/pentaho/src/main/resources/cachemanager/cache.js @@ -1,14 +1,15 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ +/*! +* Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. +* +* This software was developed by Webdetails and is provided under the terms +* of the Mozilla Public License, Version 2.0, or any later version. You may not use +* this file except in compliance with the license. If you need a copy of the license, +* please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. +* +* Software distributed under the Mozilla Public License is distributed on an "AS IS" +* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to +* the license for the specific language governing your rights and limitations. +*/ /** * Backend interaction, constants will be overridden by the server diff --git a/pentaho/src/main/resources/cachemanager/cacheScheduler.js b/pentaho/src/main/resources/cachemanager/cacheScheduler.js index 7597be2ebe..098c0385df 100644 --- a/pentaho/src/main/resources/cachemanager/cacheScheduler.js +++ b/pentaho/src/main/resources/cachemanager/cacheScheduler.js @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ var CdaCacheScheduler = { listEntries: function( callback ) { diff --git a/pentaho/src/main/resources/fileEditor/ace/LICENSE b/pentaho/src/main/resources/fileEditor/ace/LICENSE index 270d405d39..f815843ee4 100644 --- a/pentaho/src/main/resources/fileEditor/ace/LICENSE +++ b/pentaho/src/main/resources/fileEditor/ace/LICENSE @@ -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/src/main/resources/fileEditor/ace/src/ext-spellcheck.js b/pentaho/src/main/resources/fileEditor/ace/src/ext-spellcheck.js index 84d816c6f7..cece327cbf 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/ext-spellcheck.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/ext-spellcheck.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/ext/spellcheck', ['require', 'exports', 'module' , 'ace/lib/event', 'ace/editor', 'ace/config'], function(require, exports, module) { var event = require("../lib/event"); diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-csharp.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-csharp.js index 0e96bb42be..2af1893921 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-csharp.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-csharp.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/csharp', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/csharp_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-dot.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-dot.js index cac11a9c94..f08a66fa07 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-dot.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-dot.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/dot', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/matching_brace_outdent', 'ace/mode/dot_highlight_rules', 'ace/mode/folding/cstyle'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-golang.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-golang.js index 48e0b9efed..3648d7f704 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-golang.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-golang.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/golang', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/golang_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { var oop = require("../lib/oop"); diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-groovy.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-groovy.js index 0799600ee7..7c85fbaa8b 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-groovy.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-groovy.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/groovy', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/javascript', 'ace/tokenizer', 'ace/mode/groovy_highlight_rules'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-haxe.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-haxe.js index abe07fcfdb..7fafb656f6 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-haxe.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-haxe.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/haxe', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/haxe_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-java.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-java.js index e81217fa1c..d041cd7c14 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-java.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-java.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/java', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/javascript', 'ace/tokenizer', 'ace/mode/java_highlight_rules'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-jsx.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-jsx.js index 10dae68423..f9962d7ba4 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-jsx.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-jsx.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/jsx', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/jsx_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-latex.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-latex.js index 1e70697210..d19d359114 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-latex.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-latex.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/latex', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/latex_highlight_rules', 'ace/mode/folding/latex', 'ace/range'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-livescript.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-livescript.js index b74fe523f8..dc2cda04dc 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-livescript.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-livescript.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/livescript', ['require', 'exports', 'module' , 'ace/tokenizer', 'ace/mode/matching_brace_outdent', 'ace/range', 'ace/mode/text'], function(require, exports, module) { var identifier, LiveScriptMode, keywordend, stringfill; identifier = '(?![\\d\\s])[$\\w\\xAA-\\uFFDC](?:(?!\\s)[$\\w\\xAA-\\uFFDC]|-[A-Za-z])*'; diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-luapage.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-luapage.js index 73598ead64..5739c72c46 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-luapage.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-luapage.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/luapage', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/html', 'ace/mode/lua', 'ace/tokenizer', 'ace/mode/luapage_highlight_rules'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-lucene.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-lucene.js index b289e3ddc4..5fa60cf3a1 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-lucene.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-lucene.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/lucene', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/lucene_highlight_rules'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-mushcode_high_rules.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-mushcode_high_rules.js index 6c7c7d68a5..6ce36e2d61 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-mushcode_high_rules.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-mushcode_high_rules.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ /* * MUSHCodeMode */ diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-powershell.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-powershell.js index eb713592e0..a2760733a8 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-powershell.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-powershell.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/powershell', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/powershell_highlight_rules', 'ace/mode/matching_brace_outdent', 'ace/mode/behaviour/cstyle', 'ace/mode/folding/cstyle'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-scala.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-scala.js index 65b10c57e8..9210041fd5 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-scala.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-scala.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/scala', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/javascript', 'ace/tokenizer', 'ace/mode/scala_highlight_rules'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-text.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-text.js index f668833237..e69de29bb2 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-text.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-text.js @@ -1,11 +0,0 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ diff --git a/pentaho/src/main/resources/fileEditor/ace/src/mode-tmsnippet.js b/pentaho/src/main/resources/fileEditor/ace/src/mode-tmsnippet.js index 6560984692..6dbc79aa75 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/mode-tmsnippet.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/mode-tmsnippet.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ ace.define('ace/mode/tmsnippet', ['require', 'exports', 'module' , 'ace/lib/oop', 'ace/mode/text', 'ace/tokenizer', 'ace/mode/text_highlight_rules', 'ace/mode/folding/coffee'], function(require, exports, module) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/theme-textmate.js b/pentaho/src/main/resources/fileEditor/ace/src/theme-textmate.js index f668833237..e69de29bb2 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/theme-textmate.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/theme-textmate.js @@ -1,11 +0,0 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-coffee.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-coffee.js index 4e73b9c1a3..3d3cef27c9 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-coffee.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-coffee.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-css.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-css.js index 4538370d08..7415ba468e 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-css.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-css.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-javascript.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-javascript.js index 1cbc3aa876..a532c831b3 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-javascript.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-javascript.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-json.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-json.js index 43e9e01079..c068c5ac88 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-json.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-json.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-lua.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-lua.js index d50df58b6e..96649f5edc 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-lua.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-lua.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-php.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-php.js index 0a19e94d93..3943340b62 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-php.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-php.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/ace/src/worker-xquery.js b/pentaho/src/main/resources/fileEditor/ace/src/worker-xquery.js index 37fb96ebf6..381b53ce44 100644 --- a/pentaho/src/main/resources/fileEditor/ace/src/worker-xquery.js +++ b/pentaho/src/main/resources/fileEditor/ace/src/worker-xquery.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ "no use strict"; ;(function(window) { if (typeof window.window != "undefined" && window.document) { diff --git a/pentaho/src/main/resources/fileEditor/aceWrapper.js b/pentaho/src/main/resources/fileEditor/aceWrapper.js index 39e56b9cb6..95db0a7a45 100644 --- a/pentaho/src/main/resources/fileEditor/aceWrapper.js +++ b/pentaho/src/main/resources/fileEditor/aceWrapper.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ //URLs filled by backend var ExternalEditor = { EXT_EDITOR: null, diff --git a/pentaho/src/main/resources/previewer/dataTables/js/jquery.dataTables.min.js b/pentaho/src/main/resources/previewer/dataTables/js/jquery.dataTables.min.js index 24224afc05..d877804567 100644 --- a/pentaho/src/main/resources/previewer/dataTables/js/jquery.dataTables.min.js +++ b/pentaho/src/main/resources/previewer/dataTables/js/jquery.dataTables.min.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ /*! DataTables 1.10.10 ©2008-2015 SpryMedia Ltd - datatables.net/license diff --git a/pentaho/src/main/resources/previewer/previewer.js b/pentaho/src/main/resources/previewer/previewer.js index 43a9785fe0..f0e8f3984f 100644 --- a/pentaho/src/main/resources/previewer/previewer.js +++ b/pentaho/src/main/resources/previewer/previewer.js @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2017 Webdetails, a Hitachi Vantara company. All rights reserved. + * + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ var PreviewerBackend = { /* overridden by backend */ diff --git a/pentaho/src/main/resources/static/jquery.i18n.properties.js b/pentaho/src/main/resources/static/jquery.i18n.properties.js index 47c43b0dba..5e85ca4073 100644 --- a/pentaho/src/main/resources/static/jquery.i18n.properties.js +++ b/pentaho/src/main/resources/static/jquery.i18n.properties.js @@ -1,14 +1,3 @@ -/*! ****************************************************************************** - * - * 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 - ******************************************************************************/ /*! ***************************************************************************** * jquery.i18n.properties * diff --git a/pentaho/src/test/java/pt/webdetails/cda/CdaUtilsTest.java b/pentaho/src/test/java/pt/webdetails/cda/CdaUtilsTest.java index 7cc371be0d..dc82181197 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/CdaUtilsTest.java +++ b/pentaho/src/test/java/pt/webdetails/cda/CdaUtilsTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda; diff --git a/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProviderTest.java b/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProviderTest.java index 767b5307a1..900ee3c6e8 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProviderTest.java +++ b/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesDriverLocalConnectionProviderTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnectionTest.java b/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnectionTest.java index 5552f3c411..434d8e9aa5 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnectionTest.java +++ b/pentaho/src/test/java/pt/webdetails/cda/connections/dataservices/DataservicesLocalConnectionTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.connections.dataservices; diff --git a/pentaho/src/test/java/pt/webdetails/cda/services/MondrianSchemaFlushServiceTest.java b/pentaho/src/test/java/pt/webdetails/cda/services/MondrianSchemaFlushServiceTest.java index 258be54f3f..fefd074e7c 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/services/MondrianSchemaFlushServiceTest.java +++ b/pentaho/src/test/java/pt/webdetails/cda/services/MondrianSchemaFlushServiceTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.services; diff --git a/pentaho/src/test/java/pt/webdetails/cda/tests/MondrianRoleMapperTest.java b/pentaho/src/test/java/pt/webdetails/cda/tests/MondrianRoleMapperTest.java index 9da282ff66..4a13c38653 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/tests/MondrianRoleMapperTest.java +++ b/pentaho/src/test/java/pt/webdetails/cda/tests/MondrianRoleMapperTest.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2002 - 2024 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.tests; diff --git a/pentaho/src/test/java/pt/webdetails/cda/utils/HttpServletResponseForTests.java b/pentaho/src/test/java/pt/webdetails/cda/utils/HttpServletResponseForTests.java index 64aa94dad7..215b41f245 100644 --- a/pentaho/src/test/java/pt/webdetails/cda/utils/HttpServletResponseForTests.java +++ b/pentaho/src/test/java/pt/webdetails/cda/utils/HttpServletResponseForTests.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2019 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda.utils; diff --git a/proxy/src/main/java/pt/webdetails/cda/CdaUtils.java b/proxy/src/main/java/pt/webdetails/cda/CdaUtils.java index 2f647991d9..9c366612c9 100644 --- a/proxy/src/main/java/pt/webdetails/cda/CdaUtils.java +++ b/proxy/src/main/java/pt/webdetails/cda/CdaUtils.java @@ -1,14 +1,15 @@ -/*! ****************************************************************************** +/*! + * Copyright 2018 Webdetails, a Hitachi Vantara company. All rights reserved. * - * Pentaho + * This software was developed by Webdetails and is provided under the terms + * of the Mozilla Public License, Version 2.0, or any later version. You may not use + * this file except in compliance with the license. If you need a copy of the license, + * please go to http://mozilla.org/MPL/2.0/. The Initial Developer is Webdetails. * - * 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 - ******************************************************************************/ + * Software distributed under the Mozilla Public License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. Please refer to + * the license for the specific language governing your rights and limitations. + */ package pt.webdetails.cda;