Skip to content

Commit

Permalink
Fix license header for imply extensions (#76)
Browse files Browse the repository at this point in the history
* Fix license header for imply extensions

* arm64 packaging should use jdk8

* maybe this time
  • Loading branch information
suneet-s authored Nov 18, 2020
1 parent 81fe862 commit 14a653f
Show file tree
Hide file tree
Showing 38 changed files with 108 additions and 43 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions extensions-imply/imply-utility-belt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.druid</groupId>
<artifactId>druid-benchmarks</artifactId>
<version>${project.parent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading

0 comments on commit 14a653f

Please sign in to comment.