Repository: climate Updated Branches: refs/heads/master c8d6cb3a3 -> 688684fa8
CLIMATE-431 - Add ASF headers to easy-ocw scripts Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/9c0e15ef Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/9c0e15ef Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/9c0e15ef Branch: refs/heads/master Commit: 9c0e15efde2bce80d2217af07c4dbfba1252bcc5 Parents: 74cacfd Author: Michael Joyce <[email protected]> Authored: Tue May 20 11:36:10 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Tue May 20 11:36:10 2014 -0700 ---------------------------------------------------------------------- easy-ocw/install-osx.sh | 17 ++++++++++++++++- easy-ocw/ocw-conda-dependencies.txt | 17 +++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/9c0e15ef/easy-ocw/install-osx.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-osx.sh b/easy-ocw/install-osx.sh index a45f784..2bc39ec 100755 --- a/easy-ocw/install-osx.sh +++ b/easy-ocw/install-osx.sh @@ -1,6 +1,21 @@ #!/bin/bash # -# PUT HEADER HERE +# 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. export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future http://git-wip-us.apache.org/repos/asf/climate/blob/9c0e15ef/easy-ocw/ocw-conda-dependencies.txt ---------------------------------------------------------------------- diff --git a/easy-ocw/ocw-conda-dependencies.txt b/easy-ocw/ocw-conda-dependencies.txt index c751c36..340845e 100644 --- a/easy-ocw/ocw-conda-dependencies.txt +++ b/easy-ocw/ocw-conda-dependencies.txt @@ -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. + numpy scipy matplotlib
