Repository: climate Updated Branches: refs/heads/master a09757ff2 -> b7ed8f5da
CLIMATE-469 - Add ASF Header to OCW Examples Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/b8cc7384 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/b8cc7384 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/b8cc7384 Branch: refs/heads/master Commit: b8cc73840031f8a46a8af5ce16446f68aa03129f Parents: 86131eb Author: Michael Joyce <[email protected]> Authored: Sat Jun 7 17:34:27 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Sat Jun 7 17:34:27 2014 -0700 ---------------------------------------------------------------------- examples/knmi_to_cru31_full_bias.py | 17 +++++++++++++++++ examples/simple_model_to_model_bias.py | 17 +++++++++++++++++ examples/simple_model_tstd.py | 1 - examples/taylor_diagram_example.py | 17 +++++++++++++++++ 4 files changed, 51 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/b8cc7384/examples/knmi_to_cru31_full_bias.py ---------------------------------------------------------------------- diff --git a/examples/knmi_to_cru31_full_bias.py b/examples/knmi_to_cru31_full_bias.py index 7440ea7..b90fd4c 100644 --- a/examples/knmi_to_cru31_full_bias.py +++ b/examples/knmi_to_cru31_full_bias.py @@ -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. + import datetime import urllib from os import path http://git-wip-us.apache.org/repos/asf/climate/blob/b8cc7384/examples/simple_model_to_model_bias.py ---------------------------------------------------------------------- diff --git a/examples/simple_model_to_model_bias.py b/examples/simple_model_to_model_bias.py index 59e42a5..32ecf15 100644 --- a/examples/simple_model_to_model_bias.py +++ b/examples/simple_model_to_model_bias.py @@ -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. + import datetime from os import path import urllib http://git-wip-us.apache.org/repos/asf/climate/blob/b8cc7384/examples/simple_model_tstd.py ---------------------------------------------------------------------- diff --git a/examples/simple_model_tstd.py b/examples/simple_model_tstd.py index 3420f9b..4c87813 100644 --- a/examples/simple_model_tstd.py +++ b/examples/simple_model_tstd.py @@ -15,7 +15,6 @@ # specific language governing permissions and limitations # under the License. - from os import path import urllib http://git-wip-us.apache.org/repos/asf/climate/blob/b8cc7384/examples/taylor_diagram_example.py ---------------------------------------------------------------------- diff --git a/examples/taylor_diagram_example.py b/examples/taylor_diagram_example.py index 202954a..f60bfe6 100644 --- a/examples/taylor_diagram_example.py +++ b/examples/taylor_diagram_example.py @@ -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. + import datetime import sys from os import path
