Skip to content

Commit ff2279c

Browse files
zhanghg08jackiehanyang
authored andcommitted
Update license header (opensearch-project#7)
1 parent 2bb4957 commit ff2279c

File tree

79 files changed

+630
-478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+630
-478
lines changed

build-tools/repositories.gradle

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
repositories {

build.gradle

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
buildscript {

client/build.gradle

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
10+
*
11+
*/
12+
113
plugins {
214
id 'java'
315
}
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
10+
*
11+
*/
12+
113
package org.opensearch.ml.client;

common/build.gradle

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
/*
2+
* SPDX-License-Identifier: Apache-2.0
3+
*
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
7+
*
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
10+
*
11+
*/
12+
113
plugins {
214
id 'java'
315
id 'jacoco'

common/src/main/java/org/opensearch/ml/common/dataframe/AbstractDataFrame.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/BooleanValue.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/ColumnMeta.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/ColumnType.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/ColumnValue.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/ColumnValueBuilder.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/ColumnValueReader.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/DataFrame.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/DataFrameBuilder.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/DataFrameType.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/DefaultDataFrame.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/DoubleValue.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

common/src/main/java/org/opensearch/ml/common/dataframe/IntValue.java

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* SPDX-License-Identifier: Apache-2.0
33
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
4+
* The OpenSearch Contributors require contributions made to
5+
* this file be licensed under the Apache-2.0 license or a
6+
* compatible open source license.
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* Modifications Copyright OpenSearch Contributors. See
9+
* GitHub history for details.
910
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1411
*/
1512

1613
package org.opensearch.ml.common.dataframe;

0 commit comments

Comments
 (0)