http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py b/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py index 6b48194..3e5191b 100644 --- a/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py +++ b/analysis/webservice/algorithms_spark/TimeAvgMapSpark.py @@ -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. import logging
http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/algorithms_spark/TimeSeriesSpark.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/TimeSeriesSpark.py b/analysis/webservice/algorithms_spark/TimeSeriesSpark.py index 4bf66b9..e89a00e 100644 --- a/analysis/webservice/algorithms_spark/TimeSeriesSpark.py +++ b/analysis/webservice/algorithms_spark/TimeSeriesSpark.py @@ -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. import calendar http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/algorithms_spark/__init__.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/algorithms_spark/__init__.py b/analysis/webservice/algorithms_spark/__init__.py index 7ab60b7..656c949 100644 --- a/analysis/webservice/algorithms_spark/__init__.py +++ b/analysis/webservice/algorithms_spark/__init__.py @@ -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. import logging http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/matserver.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/matserver.py b/analysis/webservice/matserver.py index c3cec04..58486aa 100644 --- a/analysis/webservice/matserver.py +++ b/analysis/webservice/matserver.py @@ -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. import matplotlib.pyplot as plt http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/plotting.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/plotting.py b/analysis/webservice/plotting.py index 0620475..fc740cc 100644 --- a/analysis/webservice/plotting.py +++ b/analysis/webservice/plotting.py @@ -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. import pyximport; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/webapp.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/webapp.py b/analysis/webservice/webapp.py index c6664d2..ee7e0a8 100644 --- a/analysis/webservice/webapp.py +++ b/analysis/webservice/webapp.py @@ -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. import ConfigParser http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/analysis/webservice/webmodel.py ---------------------------------------------------------------------- diff --git a/analysis/webservice/webmodel.py b/analysis/webservice/webmodel.py index 14aae8b..3f01eac 100644 --- a/analysis/webservice/webmodel.py +++ b/analysis/webservice/webmodel.py @@ -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. import hashlib http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/client/nexuscli/__init__.py ---------------------------------------------------------------------- diff --git a/client/nexuscli/__init__.py b/client/nexuscli/__init__.py index 60d3c89..d6deec9 100644 --- a/client/nexuscli/__init__.py +++ b/client/nexuscli/__init__.py @@ -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. from nexuscli.nexuscli import TimeSeries from nexuscli.nexuscli import set_target http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/client/nexuscli/nexuscli.py ---------------------------------------------------------------------- diff --git a/client/nexuscli/nexuscli.py b/client/nexuscli/nexuscli.py index c9e1d34..9bf51e6 100644 --- a/client/nexuscli/nexuscli.py +++ b/client/nexuscli/nexuscli.py @@ -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. """ This module provides a native python client interface to the NEXUS (https://github.com/dataplumber/nexus) webservice API. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/client/nexuscli/test/__init__.py ---------------------------------------------------------------------- diff --git a/client/nexuscli/test/__init__.py b/client/nexuscli/test/__init__.py index e69de29..6acb5d1 100644 --- a/client/nexuscli/test/__init__.py +++ b/client/nexuscli/test/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/client/nexuscli/test/nexuscli_test.py ---------------------------------------------------------------------- diff --git a/client/nexuscli/test/nexuscli_test.py b/client/nexuscli/test/nexuscli_test.py index b8f8563..d202a3f 100644 --- a/client/nexuscli/test/nexuscli_test.py +++ b/client/nexuscli/test/nexuscli_test.py @@ -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. import unittest from datetime import datetime http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/client/setup.py ---------------------------------------------------------------------- diff --git a/client/setup.py b/client/setup.py index 5ee0962..f7073b0 100644 --- a/client/setup.py +++ b/client/setup.py @@ -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. from setuptools import setup, find_packages http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/ClimatologySpark.py ---------------------------------------------------------------------- diff --git a/climatology/clim/ClimatologySpark.py b/climatology/clim/ClimatologySpark.py index 4b01466..2ecb33a 100755 --- a/climatology/clim/ClimatologySpark.py +++ b/climatology/clim/ClimatologySpark.py @@ -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. """ ClimatologySpark.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/ClimatologySpark2.py ---------------------------------------------------------------------- diff --git a/climatology/clim/ClimatologySpark2.py b/climatology/clim/ClimatologySpark2.py index 64b0510..736b505 100755 --- a/climatology/clim/ClimatologySpark2.py +++ b/climatology/clim/ClimatologySpark2.py @@ -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. """ ClimatologySpark2.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/__init__.py ---------------------------------------------------------------------- diff --git a/climatology/clim/__init__.py b/climatology/clim/__init__.py index e69de29..6acb5d1 100644 --- a/climatology/clim/__init__.py +++ b/climatology/clim/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/cache.py ---------------------------------------------------------------------- diff --git a/climatology/clim/cache.py b/climatology/clim/cache.py index f5aa1f2..20bd83a 100644 --- a/climatology/clim/cache.py +++ b/climatology/clim/cache.py @@ -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. """ cache.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/climatology.py ---------------------------------------------------------------------- diff --git a/climatology/clim/climatology.py b/climatology/clim/climatology.py index 940a8d0..fe38d49 100755 --- a/climatology/clim/climatology.py +++ b/climatology/clim/climatology.py @@ -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. """ climatology.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/climatology1.py ---------------------------------------------------------------------- diff --git a/climatology/clim/climatology1.py b/climatology/clim/climatology1.py index 940a8d0..fe38d49 100755 --- a/climatology/clim/climatology1.py +++ b/climatology/clim/climatology1.py @@ -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. """ climatology.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/climatology2.py ---------------------------------------------------------------------- diff --git a/climatology/clim/climatology2.py b/climatology/clim/climatology2.py index 231efb7..bec9865 100755 --- a/climatology/clim/climatology2.py +++ b/climatology/clim/climatology2.py @@ -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. """ climatology2.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/climatology3Spark.py ---------------------------------------------------------------------- diff --git a/climatology/clim/climatology3Spark.py b/climatology/clim/climatology3Spark.py index 14a5f59..57ddd4d 100755 --- a/climatology/clim/climatology3Spark.py +++ b/climatology/clim/climatology3Spark.py @@ -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. """ climatology3Spark.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/cluster.py ---------------------------------------------------------------------- diff --git a/climatology/clim/cluster.py b/climatology/clim/cluster.py index 7a76ad9..4fd67de 100644 --- a/climatology/clim/cluster.py +++ b/climatology/clim/cluster.py @@ -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. # # cluster.py -- Parallel map function that uses a distributed cluster and multicore within each node # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/cluster2.py ---------------------------------------------------------------------- diff --git a/climatology/clim/cluster2.py b/climatology/clim/cluster2.py index 7a76ad9..4fd67de 100644 --- a/climatology/clim/cluster2.py +++ b/climatology/clim/cluster2.py @@ -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. # # cluster.py -- Parallel map function that uses a distributed cluster and multicore within each node # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/datasets.py ---------------------------------------------------------------------- diff --git a/climatology/clim/datasets.py b/climatology/clim/datasets.py index 226935b..c1bac31 100644 --- a/climatology/clim/datasets.py +++ b/climatology/clim/datasets.py @@ -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. ''' datasets.py -- Routines for dataset-specfic capabilities: file handling, readers, etc. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/dparkTest.py ---------------------------------------------------------------------- diff --git a/climatology/clim/dparkTest.py b/climatology/clim/dparkTest.py index be92cbd..f2c1bf1 100644 --- a/climatology/clim/dparkTest.py +++ b/climatology/clim/dparkTest.py @@ -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. import dpark http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/gaussInterp.py ---------------------------------------------------------------------- diff --git a/climatology/clim/gaussInterp.py b/climatology/clim/gaussInterp.py index f694d7a..75b9a18 100644 --- a/climatology/clim/gaussInterp.py +++ b/climatology/clim/gaussInterp.py @@ -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. # # gaussInterp routine -- Gaussian weighted smoothing in lat, lon, and time # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/gaussInterp.pyx ---------------------------------------------------------------------- diff --git a/climatology/clim/gaussInterp.pyx b/climatology/clim/gaussInterp.pyx index 943e298..95b607c 100644 --- a/climatology/clim/gaussInterp.pyx +++ b/climatology/clim/gaussInterp.pyx @@ -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. c c gaussInterp routine -- Gaussian weighted smoothing in lat, lon, and time c http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/gaussInterp_slow.py ---------------------------------------------------------------------- diff --git a/climatology/clim/gaussInterp_slow.py b/climatology/clim/gaussInterp_slow.py index 6a7bb8f..20301aa 100644 --- a/climatology/clim/gaussInterp_slow.py +++ b/climatology/clim/gaussInterp_slow.py @@ -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. # # gaussInterp_slow routine -- Gaussian weighted smoothing in lat, lon, and time # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/jobClimatology2.py ---------------------------------------------------------------------- diff --git a/climatology/clim/jobClimatology2.py b/climatology/clim/jobClimatology2.py index 4b3933e..8be1f18 100644 --- a/climatology/clim/jobClimatology2.py +++ b/climatology/clim/jobClimatology2.py @@ -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. # # jobClimatology2.py -- mrjob class for computing climatologies by gaussian interpolation # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/jobTest.py ---------------------------------------------------------------------- diff --git a/climatology/clim/jobTest.py b/climatology/clim/jobTest.py index 5b1b0f7..15e250f 100644 --- a/climatology/clim/jobTest.py +++ b/climatology/clim/jobTest.py @@ -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. from mrjob.job import MRJob http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/pixelStats.py ---------------------------------------------------------------------- diff --git a/climatology/clim/pixelStats.py b/climatology/clim/pixelStats.py index 8ac6b1a..dede047 100644 --- a/climatology/clim/pixelStats.py +++ b/climatology/clim/pixelStats.py @@ -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. """ pixelStats.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/plotlib.py ---------------------------------------------------------------------- diff --git a/climatology/clim/plotlib.py b/climatology/clim/plotlib.py index 5ed46f3..2e49446 100644 --- a/climatology/clim/plotlib.py +++ b/climatology/clim/plotlib.py @@ -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. #!/bin/env python import sys, os, math, types, time, datetime http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/reroot.py ---------------------------------------------------------------------- diff --git a/climatology/clim/reroot.py b/climatology/clim/reroot.py index 9b7a823..3938ba2 100644 --- a/climatology/clim/reroot.py +++ b/climatology/clim/reroot.py @@ -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. ''' reroot.py -- Change the root of the URL for a list of files http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/setup.py ---------------------------------------------------------------------- diff --git a/climatology/clim/setup.py b/climatology/clim/setup.py index 8173ae6..acde78d 100644 --- a/climatology/clim/setup.py +++ b/climatology/clim/setup.py @@ -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. from setuptools import setup http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/sort.py ---------------------------------------------------------------------- diff --git a/climatology/clim/sort.py b/climatology/clim/sort.py index 615eb95..dff4084 100644 --- a/climatology/clim/sort.py +++ b/climatology/clim/sort.py @@ -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. # # sort.py -- Utility routines to sort URL lists into N-day groups for computing climatologies. # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/sparkTest.py ---------------------------------------------------------------------- diff --git a/climatology/clim/sparkTest.py b/climatology/clim/sparkTest.py index 4f0cd26..9aeba01 100644 --- a/climatology/clim/sparkTest.py +++ b/climatology/clim/sparkTest.py @@ -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. # # sparkTest.py -- word count example to test installation # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/spatialFilter.py ---------------------------------------------------------------------- diff --git a/climatology/clim/spatialFilter.py b/climatology/clim/spatialFilter.py index 192108b..a6a036c 100644 --- a/climatology/clim/spatialFilter.py +++ b/climatology/clim/spatialFilter.py @@ -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. # # spatialFilter routine -- Apply a fixed spatial filter (smoother) in lat/lon and then average over times/grids # http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/split.py ---------------------------------------------------------------------- diff --git a/climatology/clim/split.py b/climatology/clim/split.py index cf3129b..321b905 100755 --- a/climatology/clim/split.py +++ b/climatology/clim/split.py @@ -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. #!/usr/bin/env python """ http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/test/__init__.py ---------------------------------------------------------------------- diff --git a/climatology/clim/test/__init__.py b/climatology/clim/test/__init__.py index e69de29..6acb5d1 100644 --- a/climatology/clim/test/__init__.py +++ b/climatology/clim/test/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/test/ccmpTest.py ---------------------------------------------------------------------- diff --git a/climatology/clim/test/ccmpTest.py b/climatology/clim/test/ccmpTest.py index b9c6ee8..c5159e0 100644 --- a/climatology/clim/test/ccmpTest.py +++ b/climatology/clim/test/ccmpTest.py @@ -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. import unittest http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/timePartitions.py ---------------------------------------------------------------------- diff --git a/climatology/clim/timePartitions.py b/climatology/clim/timePartitions.py index 993d939..46ced1c 100755 --- a/climatology/clim/timePartitions.py +++ b/climatology/clim/timePartitions.py @@ -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. """ timePartitions.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/__init__.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/__init__.py b/climatology/clim/util/__init__.py index e69de29..6acb5d1 100644 --- a/climatology/clim/util/__init__.py +++ b/climatology/clim/util/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/array.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/array.py b/climatology/clim/util/array.py index bc759f3..b4aed02 100755 --- a/climatology/clim/util/array.py +++ b/climatology/clim/util/array.py @@ -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. #!/bin/env python """ http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/introspect.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/introspect.py b/climatology/clim/util/introspect.py index 1fcf4bf..34be150 100755 --- a/climatology/clim/util/introspect.py +++ b/climatology/clim/util/introspect.py @@ -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. #!/bin/env python """ http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/plot.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/plot.py b/climatology/clim/util/plot.py index 05254ef..9aa97ee 100644 --- a/climatology/clim/util/plot.py +++ b/climatology/clim/util/plot.py @@ -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. """ plot.py -- Simple plotting utilitites http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/stats.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/stats.py b/climatology/clim/util/stats.py index e133d3a..1239d6a 100755 --- a/climatology/clim/util/stats.py +++ b/climatology/clim/util/stats.py @@ -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. import sys from math import sqrt from collections import namedtuple http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/timeJ2000.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/timeJ2000.py b/climatology/clim/util/timeJ2000.py index 99bcb5e..0c9aae3 100755 --- a/climatology/clim/util/timeJ2000.py +++ b/climatology/clim/util/timeJ2000.py @@ -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. #!/bin/env python """ http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/warn.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/warn.py b/climatology/clim/util/warn.py index 499813d..40e9eb6 100644 --- a/climatology/clim/util/warn.py +++ b/climatology/clim/util/warn.py @@ -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. # # warn.py -- Utility routines to print warning & error messages like -- http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/util/wls.py ---------------------------------------------------------------------- diff --git a/climatology/clim/util/wls.py b/climatology/clim/util/wls.py index af86561..a8a3406 100755 --- a/climatology/clim/util/wls.py +++ b/climatology/clim/util/wls.py @@ -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. #!/usr/bin/env python #----------------------------------------------------------------------------- # Name: filelist.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/variables.py ---------------------------------------------------------------------- diff --git a/climatology/clim/variables.py b/climatology/clim/variables.py index c5136f0..2e69803 100755 --- a/climatology/clim/variables.py +++ b/climatology/clim/variables.py @@ -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. """ variables.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/clim/wls.py ---------------------------------------------------------------------- diff --git a/climatology/clim/wls.py b/climatology/clim/wls.py index af86561..a8a3406 100755 --- a/climatology/clim/wls.py +++ b/climatology/clim/wls.py @@ -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. #!/usr/bin/env python #----------------------------------------------------------------------------- # Name: filelist.py http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/climatology/setup.py ---------------------------------------------------------------------- diff --git a/climatology/setup.py b/climatology/setup.py index de2e030..e97fe32 100644 --- a/climatology/setup.py +++ b/climatology/setup.py @@ -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. from setuptools import setup http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/__init__.py ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/__init__.py b/data-access/nexustiles/__init__.py index e69de29..6acb5d1 100644 --- a/data-access/nexustiles/__init__.py +++ b/data-access/nexustiles/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/dao/CassandraProxy.pyx ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/dao/CassandraProxy.pyx b/data-access/nexustiles/dao/CassandraProxy.pyx index d538b1b..8878dff 100644 --- a/data-access/nexustiles/dao/CassandraProxy.pyx +++ b/data-access/nexustiles/dao/CassandraProxy.pyx @@ -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. import uuid from ConfigParser import NoOptionError http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/dao/DynamoProxy.pyx ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/dao/DynamoProxy.pyx b/data-access/nexustiles/dao/DynamoProxy.pyx index c885e83..80641db 100644 --- a/data-access/nexustiles/dao/DynamoProxy.pyx +++ b/data-access/nexustiles/dao/DynamoProxy.pyx @@ -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. import uuid import nexusproto.NexusContent_pb2 as nexusproto http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/dao/S3Proxy.pyx ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/dao/S3Proxy.pyx b/data-access/nexustiles/dao/S3Proxy.pyx index 5fd5c27..bdac8a9 100644 --- a/data-access/nexustiles/dao/S3Proxy.pyx +++ b/data-access/nexustiles/dao/S3Proxy.pyx @@ -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. import uuid import nexusproto.NexusContent_pb2 as nexusproto http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/dao/SolrProxy.pyx ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/dao/SolrProxy.pyx b/data-access/nexustiles/dao/SolrProxy.pyx index ac74b0f..cff728b 100644 --- a/data-access/nexustiles/dao/SolrProxy.pyx +++ b/data-access/nexustiles/dao/SolrProxy.pyx @@ -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. import json import logging http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/dao/__init__.py ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/dao/__init__.py b/data-access/nexustiles/dao/__init__.py index e69de29..6acb5d1 100644 --- a/data-access/nexustiles/dao/__init__.py +++ b/data-access/nexustiles/dao/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/model/__init__.py ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/model/__init__.py b/data-access/nexustiles/model/__init__.py index e69de29..6acb5d1 100644 --- a/data-access/nexustiles/model/__init__.py +++ b/data-access/nexustiles/model/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/model/nexusmodel.py ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/model/nexusmodel.py b/data-access/nexustiles/model/nexusmodel.py index 6d19c01..5f2de91 100644 --- a/data-access/nexustiles/model/nexusmodel.py +++ b/data-access/nexustiles/model/nexusmodel.py @@ -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. from collections import namedtuple http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/nexustiles/nexustiles.py ---------------------------------------------------------------------- diff --git a/data-access/nexustiles/nexustiles.py b/data-access/nexustiles/nexustiles.py index 4c24d7a..26bd7a2 100644 --- a/data-access/nexustiles/nexustiles.py +++ b/data-access/nexustiles/nexustiles.py @@ -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. import ConfigParser import sys http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/setup.py ---------------------------------------------------------------------- diff --git a/data-access/setup.py b/data-access/setup.py index cf0fff3..0375814 100644 --- a/data-access/setup.py +++ b/data-access/setup.py @@ -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. import setuptools from Cython.Build import cythonize http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/__init__.py ---------------------------------------------------------------------- diff --git a/data-access/tests/__init__.py b/data-access/tests/__init__.py index e69de29..6acb5d1 100644 --- a/data-access/tests/__init__.py +++ b/data-access/tests/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/nexusmodel_test.py ---------------------------------------------------------------------- diff --git a/data-access/tests/nexusmodel_test.py b/data-access/tests/nexusmodel_test.py index b501d31..c364a5c 100644 --- a/data-access/tests/nexusmodel_test.py +++ b/data-access/tests/nexusmodel_test.py @@ -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. import unittest http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/nexustiles_test.py ---------------------------------------------------------------------- diff --git a/data-access/tests/nexustiles_test.py b/data-access/tests/nexustiles_test.py index 28847f8..9318795 100644 --- a/data-access/tests/nexustiles_test.py +++ b/data-access/tests/nexustiles_test.py @@ -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. import ConfigParser import time http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/sizefromcass.py ---------------------------------------------------------------------- diff --git a/data-access/tests/sizefromcass.py b/data-access/tests/sizefromcass.py index e3182f6..1f07f86 100644 --- a/data-access/tests/sizefromcass.py +++ b/data-access/tests/sizefromcass.py @@ -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. import pyximport http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/solr_update.py ---------------------------------------------------------------------- diff --git a/data-access/tests/solr_update.py b/data-access/tests/solr_update.py index 57f4800..ae7b208 100644 --- a/data-access/tests/solr_update.py +++ b/data-access/tests/solr_update.py @@ -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. import solr http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/data-access/tests/solrproxy_test.py ---------------------------------------------------------------------- diff --git a/data-access/tests/solrproxy_test.py b/data-access/tests/solrproxy_test.py index ace34fb..c098e47 100644 --- a/data-access/tests/solrproxy_test.py +++ b/data-access/tests/solrproxy_test.py @@ -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. import unittest import ConfigParser http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/nexus-ingest/nexus-messages/src/main/python/nexusproto/__init__.py ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-messages/src/main/python/nexusproto/__init__.py b/nexus-ingest/nexus-messages/src/main/python/nexusproto/__init__.py index e69de29..6acb5d1 100644 --- a/nexus-ingest/nexus-messages/src/main/python/nexusproto/__init__.py +++ b/nexus-ingest/nexus-messages/src/main/python/nexusproto/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/nexus-ingest/nexus-messages/src/main/python/nexusproto/serialization.py ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-messages/src/main/python/nexusproto/serialization.py b/nexus-ingest/nexus-messages/src/main/python/nexusproto/serialization.py index d91ef61..87304bf 100644 --- a/nexus-ingest/nexus-messages/src/main/python/nexusproto/serialization.py +++ b/nexus-ingest/nexus-messages/src/main/python/nexusproto/serialization.py @@ -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. import StringIO http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/nexus-ingest/nexus-messages/src/main/python/nexusproto/setup.py ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-messages/src/main/python/nexusproto/setup.py b/nexus-ingest/nexus-messages/src/main/python/nexusproto/setup.py index 7c1c037..910294f 100644 --- a/nexus-ingest/nexus-messages/src/main/python/nexusproto/setup.py +++ b/nexus-ingest/nexus-messages/src/main/python/nexusproto/setup.py @@ -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. from setuptools import setup http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/nexus-ingest/nexus-xd-python-modules/nexusxd/__init__.py ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-xd-python-modules/nexusxd/__init__.py b/nexus-ingest/nexus-xd-python-modules/nexusxd/__init__.py index e69de29..6acb5d1 100644 --- a/nexus-ingest/nexus-xd-python-modules/nexusxd/__init__.py +++ b/nexus-ingest/nexus-xd-python-modules/nexusxd/__init__.py @@ -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. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/cf125f7f/nexus-ingest/nexus-xd-python-modules/nexusxd/callncpdq.py ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-xd-python-modules/nexusxd/callncpdq.py b/nexus-ingest/nexus-xd-python-modules/nexusxd/callncpdq.py index ca2d00e..861e0ee 100644 --- a/nexus-ingest/nexus-xd-python-modules/nexusxd/callncpdq.py +++ b/nexus-ingest/nexus-xd-python-modules/nexusxd/callncpdq.py @@ -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. import logging
