From 14a653f7d04b94886f9021e52772a578681fb1ee Mon Sep 17 00:00:00 2001 From: Suneet Saldanha Date: Tue, 17 Nov 2020 16:00:30 -0800 Subject: [PATCH] Fix license header for imply extensions (#76) * Fix license header for imply extensions * arm64 packaging should use jdk8 * maybe this time --- .travis.yml | 1 - .../main/java/io/imply/security/AllowAllTokenValidator.java | 4 +++- .../src/main/java/io/imply/security/ImplyAuthenticator.java | 4 +++- .../src/main/java/io/imply/security/ImplyAuthorizer.java | 4 +++- .../src/main/java/io/imply/security/ImplyEscalator.java | 4 +++- .../java/io/imply/security/ImplySecurityDruidModule.java | 4 +++- .../src/main/java/io/imply/security/ImplyToken.java | 4 +++- .../main/java/io/imply/security/ImplyTokenValidator.java | 4 +++- .../java/io/imply/security/SymmetricTokenValidator.java | 4 +++- .../services/org.apache.druid.initialization.DruidModule | 4 +++- .../test/java/io/imply/security/ImplyTokenSerdeTest.java | 4 +++- .../src/test/java/io/imply/security/TokenValidatorTest.java | 4 +++- extensions-imply/imply-utility-belt/pom.xml | 6 ------ .../src/main/java/io/imply/druid/UtilityBeltConfig.java | 4 +++- .../src/main/java/io/imply/druid/UtilityBeltModule.java | 4 +++- .../io/imply/druid/cloudwatch/CloudWatchInputRowParser.java | 4 +++- .../java/io/imply/druid/cloudwatch/CloudWatchLogEvent.java | 4 +++- .../java/io/imply/druid/cloudwatch/CloudWatchLogHolder.java | 4 +++- .../java/io/imply/druid/currency/CurrencySumAggregator.java | 4 +++- .../imply/druid/currency/CurrencySumAggregatorFactory.java | 4 +++- .../imply/druid/currency/CurrencySumBufferAggregator.java | 4 +++- .../main/java/io/imply/druid/fastrack/GeoIpExprMacro.java | 4 +++- .../main/java/io/imply/druid/fastrack/GeoIpSqlOperator.java | 4 +++- .../java/io/imply/druid/fastrack/UserAgentExprMacro.java | 4 +++- .../java/io/imply/druid/fastrack/UserAgentSqlOperator.java | 4 +++- .../services/org.apache.druid.initialization.DruidModule | 4 +++- .../io/imply/druid/ArrayBasedIndexedTableDruidModule.java | 4 +++- .../main/java/io/imply/druid/segment/ArrayBasedTable.java | 4 +++- .../java/io/imply/druid/segment/IndexedTableSegment.java | 4 +++- .../druid/segment/OnHeapIndexedTableSegmentizerFactory.java | 4 +++- .../join/CloseTableFirstReferenceCountingIndexedTable.java | 4 +++- .../druid/segment/join/IndexedTableJoinableFactory.java | 4 +++- .../io/imply/druid/segment/join/IndexedTableManager.java | 4 +++- .../services/org.apache.druid.initialization.DruidModule | 4 +++- .../java/io/imply/druid/segment/ArrayBasedTableTest.java | 4 +++- .../druid/segment/IndexedTableSegmentizerFactoryTest.java | 4 +++- .../CloseTableFirstReferenceCountingIndexedTableTest.java | 4 +++- .../druid/segment/join/IndexedTableJoinableFactoryTest.java | 4 +++- 38 files changed, 108 insertions(+), 43 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f920218b2d7..bbdd18e5607f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,7 +145,6 @@ jobs: - <<: *package name: "Build and test on ARM64 CPU architecture" arch: arm64 - jdk: openjdk11 - &test_processing_module name: "(openjdk8) processing module test" diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/AllowAllTokenValidator.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/AllowAllTokenValidator.java index 9230fed9e8b9..b3b16e755a4a 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/AllowAllTokenValidator.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/AllowAllTokenValidator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthenticator.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthenticator.java index 50db65a28857..9fc1cc83af44 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthenticator.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthenticator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthorizer.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthorizer.java index 48f7fd922ffa..ae56a2a67493 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthorizer.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyAuthorizer.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyEscalator.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyEscalator.java index 12ef1e997527..b4daeface5c4 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyEscalator.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyEscalator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplySecurityDruidModule.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplySecurityDruidModule.java index cf504d650bee..4417541b4204 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplySecurityDruidModule.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplySecurityDruidModule.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyToken.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyToken.java index 3b31dd3f1f27..d85b32f6f869 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyToken.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyToken.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyTokenValidator.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyTokenValidator.java index b65cfc4397d7..8de23f959f71 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyTokenValidator.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/ImplyTokenValidator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/SymmetricTokenValidator.java b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/SymmetricTokenValidator.java index 5693b5abc02d..563cd6a71c7c 100644 --- a/extensions-imply/imply-druid-security/src/main/java/io/imply/security/SymmetricTokenValidator.java +++ b/extensions-imply/imply-druid-security/src/main/java/io/imply/security/SymmetricTokenValidator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule b/extensions-imply/imply-druid-security/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule index 0770c229cef7..adee0b9ee5eb 100644 --- a/extensions-imply/imply-druid-security/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule +++ b/extensions-imply/imply-druid-security/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule @@ -1,6 +1,8 @@ # Copyright (c) Imply Data, Inc. All rights reserved. # # This software is the confidential and proprietary information -# of Imply Data, Inc. +# of Imply Data, Inc. You shall not disclose such Confidential +# Information and shall use it only in accordance with the terms +# of the license agreement you entered into with Imply. io.imply.security.ImplySecurityDruidModule diff --git a/extensions-imply/imply-druid-security/src/test/java/io/imply/security/ImplyTokenSerdeTest.java b/extensions-imply/imply-druid-security/src/test/java/io/imply/security/ImplyTokenSerdeTest.java index 18a9d6149595..374e79cf3c5a 100644 --- a/extensions-imply/imply-druid-security/src/test/java/io/imply/security/ImplyTokenSerdeTest.java +++ b/extensions-imply/imply-druid-security/src/test/java/io/imply/security/ImplyTokenSerdeTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-druid-security/src/test/java/io/imply/security/TokenValidatorTest.java b/extensions-imply/imply-druid-security/src/test/java/io/imply/security/TokenValidatorTest.java index aaca2ff39dfd..1526193cadb6 100644 --- a/extensions-imply/imply-druid-security/src/test/java/io/imply/security/TokenValidatorTest.java +++ b/extensions-imply/imply-druid-security/src/test/java/io/imply/security/TokenValidatorTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.security; diff --git a/extensions-imply/imply-utility-belt/pom.xml b/extensions-imply/imply-utility-belt/pom.xml index 49c7e9f21da4..f48c708fb47d 100644 --- a/extensions-imply/imply-utility-belt/pom.xml +++ b/extensions-imply/imply-utility-belt/pom.xml @@ -174,12 +174,6 @@ test-jar test - - org.apache.druid - druid-benchmarks - ${project.parent.version} - test - junit junit diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltConfig.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltConfig.java index 3442d79e5acd..41cd2609412d 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltConfig.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltConfig.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltModule.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltModule.java index 2d28fc324ed9..70b82e76ef1c 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltModule.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/UtilityBeltModule.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchInputRowParser.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchInputRowParser.java index 3bf586b74722..75a5c1efe8a3 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchInputRowParser.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchInputRowParser.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.cloudwatch; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogEvent.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogEvent.java index 10dca7754fab..90e27540a7a7 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogEvent.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogEvent.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.cloudwatch; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogHolder.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogHolder.java index 605a5e3977d8..db068ff9d59f 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogHolder.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/cloudwatch/CloudWatchLogHolder.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.cloudwatch; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregator.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregator.java index 99448b365540..7b27a78f9f2f 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregator.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.currency; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregatorFactory.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregatorFactory.java index 7319d2c94ca3..092843ca59cd 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregatorFactory.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumAggregatorFactory.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.currency; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumBufferAggregator.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumBufferAggregator.java index 9499d1b820ad..655546e4c6ef 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumBufferAggregator.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/currency/CurrencySumBufferAggregator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.currency; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpExprMacro.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpExprMacro.java index 8f553e1ca92a..ad7ada17245b 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpExprMacro.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpExprMacro.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.fastrack; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpSqlOperator.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpSqlOperator.java index c2223f0524ff..ecce5fc1ac1b 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpSqlOperator.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/GeoIpSqlOperator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.fastrack; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentExprMacro.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentExprMacro.java index ffd96096bbc0..10f367d57af5 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentExprMacro.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentExprMacro.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.fastrack; diff --git a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentSqlOperator.java b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentSqlOperator.java index ebc137c50a26..135e394cb8e7 100644 --- a/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentSqlOperator.java +++ b/extensions-imply/imply-utility-belt/src/main/java/io/imply/druid/fastrack/UserAgentSqlOperator.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.fastrack; diff --git a/extensions-imply/imply-utility-belt/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule b/extensions-imply/imply-utility-belt/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule index 5236764553e4..3995c72c4f69 100644 --- a/extensions-imply/imply-utility-belt/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule +++ b/extensions-imply/imply-utility-belt/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule @@ -1,6 +1,8 @@ # Copyright (c) Imply Data, Inc. All rights reserved. # # This software is the confidential and proprietary information -# of Imply Data, Inc. +# of Imply Data, Inc. You shall not disclose such Confidential +# Information and shall use it only in accordance with the terms +# of the license agreement you entered into with Imply. io.imply.druid.UtilityBeltModule diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/ArrayBasedIndexedTableDruidModule.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/ArrayBasedIndexedTableDruidModule.java index b4d66f6dea02..f68087b641bf 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/ArrayBasedIndexedTableDruidModule.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/ArrayBasedIndexedTableDruidModule.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/ArrayBasedTable.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/ArrayBasedTable.java index 5b6b1c1b0929..8b3f25207063 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/ArrayBasedTable.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/ArrayBasedTable.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/IndexedTableSegment.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/IndexedTableSegment.java index 40d62d4defc7..510a4efae143 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/IndexedTableSegment.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/IndexedTableSegment.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/OnHeapIndexedTableSegmentizerFactory.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/OnHeapIndexedTableSegmentizerFactory.java index d862a37c4f80..74784693e6c4 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/OnHeapIndexedTableSegmentizerFactory.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/OnHeapIndexedTableSegmentizerFactory.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTable.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTable.java index 648f8750ec2b..3f2492f30345 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTable.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTable.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment.join; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableJoinableFactory.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableJoinableFactory.java index 64e751538944..a68b6798bd0c 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableJoinableFactory.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableJoinableFactory.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment.join; diff --git a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableManager.java b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableManager.java index b0e3504136dd..4dadcc8072f7 100644 --- a/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableManager.java +++ b/extensions-imply/indexed-table-loader/src/main/java/io/imply/druid/segment/join/IndexedTableManager.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment.join; diff --git a/extensions-imply/indexed-table-loader/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule b/extensions-imply/indexed-table-loader/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule index d23a5cd6bed4..edc5cb0f4dc1 100644 --- a/extensions-imply/indexed-table-loader/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule +++ b/extensions-imply/indexed-table-loader/src/main/resources/META-INF/services/org.apache.druid.initialization.DruidModule @@ -1,6 +1,8 @@ # Copyright (c) Imply Data, Inc. All rights reserved. # # This software is the confidential and proprietary information -# of Imply Data, Inc. +# of Imply Data, Inc. You shall not disclose such Confidential +# Information and shall use it only in accordance with the terms +# of the license agreement you entered into with Imply. io.imply.druid.ArrayBasedIndexedTableDruidModule diff --git a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/ArrayBasedTableTest.java b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/ArrayBasedTableTest.java index 34a097b5ea81..3d4078fb4a33 100644 --- a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/ArrayBasedTableTest.java +++ b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/ArrayBasedTableTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment; diff --git a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/IndexedTableSegmentizerFactoryTest.java b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/IndexedTableSegmentizerFactoryTest.java index 96a5c90a47ed..092c422b19c8 100644 --- a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/IndexedTableSegmentizerFactoryTest.java +++ b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/IndexedTableSegmentizerFactoryTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment; diff --git a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTableTest.java b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTableTest.java index 923be4f6108d..7f9ccf3f9e1c 100644 --- a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTableTest.java +++ b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/CloseTableFirstReferenceCountingIndexedTableTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment.join; diff --git a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/IndexedTableJoinableFactoryTest.java b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/IndexedTableJoinableFactoryTest.java index 8ad0414b7843..5e0b406cb9e2 100644 --- a/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/IndexedTableJoinableFactoryTest.java +++ b/extensions-imply/indexed-table-loader/src/test/java/io/imply/druid/segment/join/IndexedTableJoinableFactoryTest.java @@ -2,7 +2,9 @@ * Copyright (c) Imply Data, Inc. All rights reserved. * * This software is the confidential and proprietary information - * of Imply Data, Inc. + * of Imply Data, Inc. You shall not disclose such Confidential + * Information and shall use it only in accordance with the terms + * of the license agreement you entered into with Imply. */ package io.imply.druid.segment.join;