CLIMATE-831 - Add ASF headers to conda recipe files
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/9bc4655d Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/9bc4655d Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/9bc4655d Branch: refs/heads/CLIMATE-825 Commit: 9bc4655dcbe8093d3d9ffdae4c2b7fa611ce39cb Parents: 66abf48 Author: Alex Goodman <ago...@users.noreply.github.com> Authored: Fri Jul 22 22:19:34 2016 -0700 Committer: Alex Goodman <ago...@users.noreply.github.com> Committed: Fri Jul 22 22:19:34 2016 -0700 ---------------------------------------------------------------------- conda_recipes/bottle/bld.bat | 17 +++++++++++++++++ conda_recipes/bottle/build.sh | 17 +++++++++++++++++ conda_recipes/bottle/meta.yaml | 17 +++++++++++++++++ conda_recipes/esgf-pyclient/bld.bat | 17 +++++++++++++++++ conda_recipes/esgf-pyclient/build.sh | 17 +++++++++++++++++ conda_recipes/esgf-pyclient/meta.yaml | 17 +++++++++++++++++ conda_recipes/myproxyclient/bld.bat | 17 +++++++++++++++++ conda_recipes/myproxyclient/build.sh | 17 +++++++++++++++++ conda_recipes/myproxyclient/meta.yaml | 17 +++++++++++++++++ conda_recipes/ocw/bld.bat | 17 +++++++++++++++++ conda_recipes/ocw/build.sh | 17 +++++++++++++++++ conda_recipes/ocw/meta.yaml | 17 +++++++++++++++++ conda_recipes/pydap/bld.bat | 17 +++++++++++++++++ conda_recipes/pydap/build.sh | 17 +++++++++++++++++ conda_recipes/pydap/meta.yaml | 17 +++++++++++++++++ conda_recipes/sphinxcontrib-httpdomain/bld.bat | 17 +++++++++++++++++ conda_recipes/sphinxcontrib-httpdomain/build.sh | 17 +++++++++++++++++ conda_recipes/sphinxcontrib-httpdomain/meta.yaml | 17 +++++++++++++++++ 18 files changed, 306 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/bottle/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/bottle/bld.bat b/conda_recipes/bottle/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/bottle/bld.bat +++ b/conda_recipes/bottle/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/bottle/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/bottle/build.sh b/conda_recipes/bottle/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/bottle/build.sh +++ b/conda_recipes/bottle/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/bottle/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/bottle/meta.yaml b/conda_recipes/bottle/meta.yaml index 20ed0c1..57c296a 100644 --- a/conda_recipes/bottle/meta.yaml +++ b/conda_recipes/bottle/meta.yaml @@ -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. + package: name: bottle version: "0.12.9" http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/esgf-pyclient/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/esgf-pyclient/bld.bat b/conda_recipes/esgf-pyclient/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/esgf-pyclient/bld.bat +++ b/conda_recipes/esgf-pyclient/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/esgf-pyclient/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/esgf-pyclient/build.sh b/conda_recipes/esgf-pyclient/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/esgf-pyclient/build.sh +++ b/conda_recipes/esgf-pyclient/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/esgf-pyclient/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/esgf-pyclient/meta.yaml b/conda_recipes/esgf-pyclient/meta.yaml index 700a3e1..f54acf6 100644 --- a/conda_recipes/esgf-pyclient/meta.yaml +++ b/conda_recipes/esgf-pyclient/meta.yaml @@ -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. + package: name: esgf-pyclient version: "0.1.6" http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/myproxyclient/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/myproxyclient/bld.bat b/conda_recipes/myproxyclient/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/myproxyclient/bld.bat +++ b/conda_recipes/myproxyclient/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/myproxyclient/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/myproxyclient/build.sh b/conda_recipes/myproxyclient/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/myproxyclient/build.sh +++ b/conda_recipes/myproxyclient/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/myproxyclient/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/myproxyclient/meta.yaml b/conda_recipes/myproxyclient/meta.yaml index 4123ca8..96ade88 100644 --- a/conda_recipes/myproxyclient/meta.yaml +++ b/conda_recipes/myproxyclient/meta.yaml @@ -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. + package: name: myproxyclient version: "1.4.3" http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/ocw/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/ocw/bld.bat b/conda_recipes/ocw/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/ocw/bld.bat +++ b/conda_recipes/ocw/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/ocw/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/ocw/build.sh b/conda_recipes/ocw/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/ocw/build.sh +++ b/conda_recipes/ocw/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/ocw/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/ocw/meta.yaml b/conda_recipes/ocw/meta.yaml index 365ed0b..e70659d 100644 --- a/conda_recipes/ocw/meta.yaml +++ b/conda_recipes/ocw/meta.yaml @@ -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. + package: name: ocw version: 1.1.0 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/pydap/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/pydap/bld.bat b/conda_recipes/pydap/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/pydap/bld.bat +++ b/conda_recipes/pydap/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/pydap/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/pydap/build.sh b/conda_recipes/pydap/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/pydap/build.sh +++ b/conda_recipes/pydap/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/pydap/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/pydap/meta.yaml b/conda_recipes/pydap/meta.yaml index d4f1546..8def1d3 100644 --- a/conda_recipes/pydap/meta.yaml +++ b/conda_recipes/pydap/meta.yaml @@ -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. + package: name: pydap version: "3.1.1" http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/sphinxcontrib-httpdomain/bld.bat ---------------------------------------------------------------------- diff --git a/conda_recipes/sphinxcontrib-httpdomain/bld.bat b/conda_recipes/sphinxcontrib-httpdomain/bld.bat index 87b1481..4f75e6a 100644 --- a/conda_recipes/sphinxcontrib-httpdomain/bld.bat +++ b/conda_recipes/sphinxcontrib-httpdomain/bld.bat @@ -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. + "%PYTHON%" setup.py install if errorlevel 1 exit 1 http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/sphinxcontrib-httpdomain/build.sh ---------------------------------------------------------------------- diff --git a/conda_recipes/sphinxcontrib-httpdomain/build.sh b/conda_recipes/sphinxcontrib-httpdomain/build.sh index 4d7fc03..c0530d1 100644 --- a/conda_recipes/sphinxcontrib-httpdomain/build.sh +++ b/conda_recipes/sphinxcontrib-httpdomain/build.sh @@ -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. + #!/bin/bash $PYTHON setup.py install http://git-wip-us.apache.org/repos/asf/climate/blob/9bc4655d/conda_recipes/sphinxcontrib-httpdomain/meta.yaml ---------------------------------------------------------------------- diff --git a/conda_recipes/sphinxcontrib-httpdomain/meta.yaml b/conda_recipes/sphinxcontrib-httpdomain/meta.yaml index ed89cdf..10c51f9 100644 --- a/conda_recipes/sphinxcontrib-httpdomain/meta.yaml +++ b/conda_recipes/sphinxcontrib-httpdomain/meta.yaml @@ -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. + package: name: sphinxcontrib-httpdomain version: "1.5.0"