This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git


The following commit(s) were added to refs/heads/develop by this push:
     new cfd0f3b  Added some missing ASF headers and removed some unneeded 
files (#302)
cfd0f3b is described below

commit cfd0f3be031b9b0d5a7de04a956c1ba40b640694
Author: Riley Kuttruff <[email protected]>
AuthorDate: Wed May 8 17:44:21 2024 -0700

    Added some missing ASF headers and removed some unneeded files (#302)
    
    * Remove IDE files
    
    * Added more missing headers
    
    ---------
    
    Co-authored-by: rileykk <[email protected]>
---
 .readthedocs.yaml                                     | 15 +++++++++++++++
 analysis/.idea/analysis.iml                           | 11 -----------
 analysis/.idea/encodings.xml                          |  6 ------
 analysis/.idea/misc.xml                               |  4 ----
 analysis/.idea/modules.xml                            |  8 --------
 analysis/.idea/vcs.xml                                |  6 ------
 analysis/static/index.html                            | 19 +++++++++++++++++++
 analysis/webservice/apidocs/index.html                | 16 ++++++++++++++++
 analysis/webservice/config/scheduler.xml              | 16 ++++++++++++++++
 data-access/.idea/data-access.iml                     | 11 -----------
 data-access/.idea/encodings.xml                       |  6 ------
 data-access/.idea/misc.xml                            |  4 ----
 data-access/.idea/modules.xml                         |  8 --------
 data-access/.idea/vcs.xml                             |  6 ------
 data-access/config/schemas/cassandra/nexustiles.cql   | 17 +++++++++++++++++
 .../config/schemas/solr/dataset/core.properties       | 14 ++++++++++++++
 .../config/schemas/solr/nexustiles/core.properties    | 14 ++++++++++++++
 docs/Makefile                                         | 15 +++++++++++++++
 docs/granule-download.sh                              | 15 +++++++++++++++
 helm/.helmignore                                      | 15 +++++++++++++++
 helm/Chart.yaml                                       | 15 +++++++++++++++
 helm/requirements.yaml                                | 15 +++++++++++++++
 helm/templates/_helpers.tpl                           | 15 +++++++++++++++
 helm/templates/collection-manager.yml                 | 15 +++++++++++++++
 helm/templates/collections-config-gitcfg.yml          | 15 +++++++++++++++
 helm/templates/config-operator-rbac.yml               | 15 +++++++++++++++
 helm/templates/config-operator.yml                    | 15 +++++++++++++++
 helm/templates/domspurge.yml                          | 15 +++++++++++++++
 helm/templates/gitbasedconfig-crd.yml                 | 15 +++++++++++++++
 helm/templates/granule-ingester.yml                   | 15 +++++++++++++++
 helm/templates/history-pvc.yml                        | 15 +++++++++++++++
 helm/templates/ingress.yml                            | 15 +++++++++++++++
 helm/templates/init-cassandra-configmap.yml           | 15 +++++++++++++++
 helm/templates/onearth.yml                            | 15 +++++++++++++++
 helm/templates/root-webpage.yml                       | 14 ++++++++++++++
 helm/templates/solr-create-collection.yml             | 15 +++++++++++++++
 helm/templates/spark-serviceaccount.yml               | 15 +++++++++++++++
 helm/templates/webapp.yml                             | 15 +++++++++++++++
 helm/values.yaml                                      | 15 +++++++++++++++
 integrations/python-client/docs/nexuscli/index.html   | 16 ++++++++++++++++
 .../python-client/docs/nexuscli/nexuscli.m.html       | 16 ++++++++++++++++
 .../python-client/docs/nexuscli/nexuscli_ow.m.html    | 16 ++++++++++++++++
 .../python-client/docs/nexuscli/test/index.html       | 16 ++++++++++++++++
 .../docs/nexuscli/test/nexuscli_test.m.html           | 16 ++++++++++++++++
 44 files changed, 520 insertions(+), 70 deletions(-)

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index b5be901..f03a93d 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 version: 2
 
 build:
diff --git a/analysis/.idea/analysis.iml b/analysis/.idea/analysis.iml
deleted file mode 100644
index 240df20..0000000
--- a/analysis/.idea/analysis.iml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="PYTHON_MODULE" version="4">
-  <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="jdk" jdkName="Python 2.7.11 
(~/anaconda/envs/nexus-analysis/bin/python)" jdkType="Python SDK" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-  <component name="TestRunnerService">
-    <option name="PROJECT_TEST_RUNNER" value="Unittests" />
-  </component>
-</module>
\ No newline at end of file
diff --git a/analysis/.idea/encodings.xml b/analysis/.idea/encodings.xml
deleted file mode 100644
index 97626ba..0000000
--- a/analysis/.idea/encodings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="Encoding">
-    <file url="PROJECT" charset="UTF-8" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/analysis/.idea/misc.xml b/analysis/.idea/misc.xml
deleted file mode 100644
index 09f22a6..0000000
--- a/analysis/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 
2.7.11 (~/anaconda/envs/nexus-analysis/bin/python)" project-jdk-type="Python 
SDK" />
-</project>
\ No newline at end of file
diff --git a/analysis/.idea/modules.xml b/analysis/.idea/modules.xml
deleted file mode 100644
index 2e2ca2c..0000000
--- a/analysis/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectModuleManager">
-    <modules>
-      <module fileurl="file://$PROJECT_DIR$/.idea/analysis.iml" 
filepath="$PROJECT_DIR$/.idea/analysis.iml" />
-    </modules>
-  </component>
-</project>
\ No newline at end of file
diff --git a/analysis/.idea/vcs.xml b/analysis/.idea/vcs.xml
deleted file mode 100644
index 6c0b863..0000000
--- a/analysis/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/analysis/static/index.html b/analysis/static/index.html
index 5ef648a..05a32f3 100644
--- a/analysis/static/index.html
+++ b/analysis/static/index.html
@@ -1 +1,20 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
+
+<!-- I'm not sure if we need this for anything still or if this is left over 
from something deprecated/removed... -->
+
 It works!
\ No newline at end of file
diff --git a/analysis/webservice/apidocs/index.html 
b/analysis/webservice/apidocs/index.html
index 82ce1f0..086788b 100644
--- a/analysis/webservice/apidocs/index.html
+++ b/analysis/webservice/apidocs/index.html
@@ -1,4 +1,20 @@
 <!-- HTML for static distribution bundle build -->
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!DOCTYPE html>
 <html lang="en">
   <head>
diff --git a/analysis/webservice/config/scheduler.xml 
b/analysis/webservice/config/scheduler.xml
index 3016017..33ea7c8 100644
--- a/analysis/webservice/config/scheduler.xml
+++ b/analysis/webservice/config/scheduler.xml
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <allocations>
   <pool name="small">
     <weight>1000</weight>
diff --git a/data-access/.idea/data-access.iml 
b/data-access/.idea/data-access.iml
deleted file mode 100644
index 66cb669..0000000
--- a/data-access/.idea/data-access.iml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="PYTHON_MODULE" version="4">
-  <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
-    <orderEntry type="jdk" jdkName="Python 2.7.11 
(~/anaconda/envs/nexus-data-access/bin/python)" jdkType="Python SDK" />
-    <orderEntry type="sourceFolder" forTests="false" />
-  </component>
-  <component name="TestRunnerService">
-    <option name="PROJECT_TEST_RUNNER" value="Unittests" />
-  </component>
-</module>
\ No newline at end of file
diff --git a/data-access/.idea/encodings.xml b/data-access/.idea/encodings.xml
deleted file mode 100644
index 97626ba..0000000
--- a/data-access/.idea/encodings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="Encoding">
-    <file url="PROJECT" charset="UTF-8" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/data-access/.idea/misc.xml b/data-access/.idea/misc.xml
deleted file mode 100644
index d6a717a..0000000
--- a/data-access/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 
2.7.11 (~/anaconda/envs/nexus-data-access/bin/python)" project-jdk-type="Python 
SDK" />
-</project>
\ No newline at end of file
diff --git a/data-access/.idea/modules.xml b/data-access/.idea/modules.xml
deleted file mode 100644
index 9439713..0000000
--- a/data-access/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectModuleManager">
-    <modules>
-      <module fileurl="file://$PROJECT_DIR$/.idea/data-access.iml" 
filepath="$PROJECT_DIR$/.idea/data-access.iml" />
-    </modules>
-  </component>
-</project>
\ No newline at end of file
diff --git a/data-access/.idea/vcs.xml b/data-access/.idea/vcs.xml
deleted file mode 100644
index 6c0b863..0000000
--- a/data-access/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/data-access/config/schemas/cassandra/nexustiles.cql 
b/data-access/config/schemas/cassandra/nexustiles.cql
index 43304a7..82fa031 100644
--- a/data-access/config/schemas/cassandra/nexustiles.cql
+++ b/data-access/config/schemas/cassandra/nexustiles.cql
@@ -1,3 +1,20 @@
+/*
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+*/
+
 CREATE KEYSPACE IF NOT EXISTS nexustiles WITH REPLICATION = { 'class' : 
'SimpleStrategy', 'replication_factor' : 1 };
 
 CREATE TABLE IF NOT EXISTS nexustiles.sea_surface_temp  (
diff --git a/data-access/config/schemas/solr/dataset/core.properties 
b/data-access/config/schemas/solr/dataset/core.properties
index e69de29..fa8ccd5 100644
--- a/data-access/config/schemas/solr/dataset/core.properties
+++ b/data-access/config/schemas/solr/dataset/core.properties
@@ -0,0 +1,14 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
\ No newline at end of file
diff --git a/data-access/config/schemas/solr/nexustiles/core.properties 
b/data-access/config/schemas/solr/nexustiles/core.properties
index e69de29..fa8ccd5 100644
--- a/data-access/config/schemas/solr/nexustiles/core.properties
+++ b/data-access/config/schemas/solr/nexustiles/core.properties
@@ -0,0 +1,14 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
\ No newline at end of file
diff --git a/docs/Makefile b/docs/Makefile
index a244ae3..59dd51b 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -1,3 +1,18 @@
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You 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
+#  limitations under the License.
+
 # Minimal makefile for Sphinx documentation
 #
 
diff --git a/docs/granule-download.sh b/docs/granule-download.sh
index 874471d..db781e3 100755
--- a/docs/granule-download.sh
+++ b/docs/granule-download.sh
@@ -1,4 +1,19 @@
 #!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 
 GREP_OPTIONS=''
 
diff --git a/helm/.helmignore b/helm/.helmignore
index 50af031..c91892c 100644
--- a/helm/.helmignore
+++ b/helm/.helmignore
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 # Patterns to ignore when building packages.
 # This supports shell glob matching, relative path matching, and
 # negation (prefixed with !). Only one pattern per line.
diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index 7fd0e9b..508a6dc 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 apiVersion: v1
 appVersion: "0.3.0"
 description: Science Data Analytics Platform
diff --git a/helm/requirements.yaml b/helm/requirements.yaml
index 1de8cf0..39bf182 100644
--- a/helm/requirements.yaml
+++ b/helm/requirements.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 dependencies:
   - name: nginx-ingress
     version: 1.28.2
diff --git a/helm/templates/_helpers.tpl b/helm/templates/_helpers.tpl
index 46dafe2..6918770 100644
--- a/helm/templates/_helpers.tpl
+++ b/helm/templates/_helpers.tpl
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{/* vim: set filetype=mustache: */}}
 
 {{/*
diff --git a/helm/templates/collection-manager.yml 
b/helm/templates/collection-manager.yml
index 39fdb03..22b7d5e 100644
--- a/helm/templates/collection-manager.yml
+++ b/helm/templates/collection-manager.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{- if .Values.ingestion.enabled }}
 
 apiVersion: apps/v1
diff --git a/helm/templates/collections-config-gitcfg.yml 
b/helm/templates/collections-config-gitcfg.yml
index ea78f9a..d962b6e 100644
--- a/helm/templates/collections-config-gitcfg.yml
+++ b/helm/templates/collections-config-gitcfg.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.ingestion.enabled }}
 {{ if not .Values.ingestion.collections.configMap }}
 apiVersion: sdap.apache.org/v1
diff --git a/helm/templates/config-operator-rbac.yml 
b/helm/templates/config-operator-rbac.yml
index b295430..5faf2be 100644
--- a/helm/templates/config-operator-rbac.yml
+++ b/helm/templates/config-operator-rbac.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.ingestion.enabled }}
 {{ if not .Values.ingestion.collections.configMap }}
 apiVersion: v1
diff --git a/helm/templates/config-operator.yml 
b/helm/templates/config-operator.yml
index 298095e..8555c1b 100644
--- a/helm/templates/config-operator.yml
+++ b/helm/templates/config-operator.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.ingestion.enabled }}
 {{ if not .Values.ingestion.collections.configMap }}
 apiVersion: apps/v1
diff --git a/helm/templates/domspurge.yml b/helm/templates/domspurge.yml
index 5c9f827..370ef7b 100644
--- a/helm/templates/domspurge.yml
+++ b/helm/templates/domspurge.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.cronJobs.domsPurge.enabled }}
 
 apiVersion: batch/v1
diff --git a/helm/templates/gitbasedconfig-crd.yml 
b/helm/templates/gitbasedconfig-crd.yml
index 8c1dd4c..40ee471 100644
--- a/helm/templates/gitbasedconfig-crd.yml
+++ b/helm/templates/gitbasedconfig-crd.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.ingestion.collections.createCrd }}
 apiVersion: apiextensions.k8s.io/v1beta1
 kind: CustomResourceDefinition
diff --git a/helm/templates/granule-ingester.yml 
b/helm/templates/granule-ingester.yml
index b7eae18..3b621cc 100644
--- a/helm/templates/granule-ingester.yml
+++ b/helm/templates/granule-ingester.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{- if .Values.ingestion.enabled }}
 
 apiVersion: apps/v1
diff --git a/helm/templates/history-pvc.yml b/helm/templates/history-pvc.yml
index 50e9249..dc11e9b 100644
--- a/helm/templates/history-pvc.yml
+++ b/helm/templates/history-pvc.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{- if not .Values.ingestion.history.solrEnabled }}
 apiVersion: v1
 kind: PersistentVolumeClaim
diff --git a/helm/templates/ingress.yml b/helm/templates/ingress.yml
index 3a954a0..3307bc6 100644
--- a/helm/templates/ingress.yml
+++ b/helm/templates/ingress.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 apiVersion: networking.k8s.io/v1
 kind: Ingress
 metadata:
diff --git a/helm/templates/init-cassandra-configmap.yml 
b/helm/templates/init-cassandra-configmap.yml
index 3e7ed3c..38cc1d7 100644
--- a/helm/templates/init-cassandra-configmap.yml
+++ b/helm/templates/init-cassandra-configmap.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 apiVersion: v1
 data:
   init.cql: |
diff --git a/helm/templates/onearth.yml b/helm/templates/onearth.yml
index 2e6802a..fc46155 100644
--- a/helm/templates/onearth.yml
+++ b/helm/templates/onearth.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if ne .Values.onEarthProxyIP "" }}
 
 kind: Service
diff --git a/helm/templates/root-webpage.yml b/helm/templates/root-webpage.yml
index c55b313..9e4b9ed 100644
--- a/helm/templates/root-webpage.yml
+++ b/helm/templates/root-webpage.yml
@@ -1,3 +1,17 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
 
 {{ if .Values.rootWebpage.enabled }}
 apiVersion: v1
diff --git a/helm/templates/solr-create-collection.yml 
b/helm/templates/solr-create-collection.yml
index b55f7b4..a279325 100644
--- a/helm/templates/solr-create-collection.yml
+++ b/helm/templates/solr-create-collection.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.solr.initPodEnabled }}
 apiVersion: apps/v1
 kind: Deployment
diff --git a/helm/templates/spark-serviceaccount.yml 
b/helm/templates/spark-serviceaccount.yml
index 76a47c7..f1f3b81 100644
--- a/helm/templates/spark-serviceaccount.yml
+++ b/helm/templates/spark-serviceaccount.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 apiVersion: v1
 kind: ServiceAccount
 metadata:
diff --git a/helm/templates/webapp.yml b/helm/templates/webapp.yml
index a5a9784..d3c3f9e 100644
--- a/helm/templates/webapp.yml
+++ b/helm/templates/webapp.yml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 {{ if .Values.webapp.enabled }}
 
 apiVersion: "sparkoperator.k8s.io/v1beta2"
diff --git a/helm/values.yaml b/helm/values.yaml
index 3576547..f09bdff 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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
+# limitations under the License.
+
 onEarthProxyIP: ""
 
 insituAPI:
diff --git a/integrations/python-client/docs/nexuscli/index.html 
b/integrations/python-client/docs/nexuscli/index.html
index 2338b98..bda0092 100644
--- a/integrations/python-client/docs/nexuscli/index.html
+++ b/integrations/python-client/docs/nexuscli/index.html
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!doctype html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/integrations/python-client/docs/nexuscli/nexuscli.m.html 
b/integrations/python-client/docs/nexuscli/nexuscli.m.html
index e1129d7..cd3ab89 100644
--- a/integrations/python-client/docs/nexuscli/nexuscli.m.html
+++ b/integrations/python-client/docs/nexuscli/nexuscli.m.html
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!doctype html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/integrations/python-client/docs/nexuscli/nexuscli_ow.m.html 
b/integrations/python-client/docs/nexuscli/nexuscli_ow.m.html
index 1db2d0d..242d4b0 100644
--- a/integrations/python-client/docs/nexuscli/nexuscli_ow.m.html
+++ b/integrations/python-client/docs/nexuscli/nexuscli_ow.m.html
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!doctype html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/integrations/python-client/docs/nexuscli/test/index.html 
b/integrations/python-client/docs/nexuscli/test/index.html
index 443316e..7550c60 100644
--- a/integrations/python-client/docs/nexuscli/test/index.html
+++ b/integrations/python-client/docs/nexuscli/test/index.html
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!doctype html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
diff --git a/integrations/python-client/docs/nexuscli/test/nexuscli_test.m.html 
b/integrations/python-client/docs/nexuscli/test/nexuscli_test.m.html
index 080e36c..dffe2ae 100644
--- a/integrations/python-client/docs/nexuscli/test/nexuscli_test.m.html
+++ b/integrations/python-client/docs/nexuscli/test/nexuscli_test.m.html
@@ -1,3 +1,19 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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
+ limitations under the License.
+-->
 <!doctype html>
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


Reply via email to