Return-Path: X-Original-To: apmail-climate-commits-archive@minotaur.apache.org Delivered-To: apmail-climate-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D091C109D4 for ; Mon, 17 Jun 2013 20:14:29 +0000 (UTC) Received: (qmail 97128 invoked by uid 500); 17 Jun 2013 20:14:29 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 97100 invoked by uid 500); 17 Jun 2013 20:14:29 -0000 Mailing-List: contact commits-help@climate.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@climate.incubator.apache.org Delivered-To: mailing list commits@climate.incubator.apache.org Received: (qmail 97093 invoked by uid 99); 17 Jun 2013 20:14:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2013 20:14:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jun 2013 20:14:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B4EE623888D2; Mon, 17 Jun 2013 20:14:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1493917 - in /incubator/climate/trunk: easy-rcmet/ rcmet/src/main/python/bin/ rcmet/src/main/python/docs/ rcmet/src/main/python/rcmes/ rcmet/src/main/python/rcmes/utils/ rcmet/src/main/python/tests/ Date: Mon, 17 Jun 2013 20:14:04 -0000 To: commits@climate.incubator.apache.org From: joyce@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130617201404.B4EE623888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joyce Date: Mon Jun 17 20:14:03 2013 New Revision: 1493917 URL: http://svn.apache.org/r1493917 Log: CLIMATE-107 progress - Adding more headers Modified: incubator/climate/trunk/easy-rcmet/install.sh incubator/climate/trunk/rcmet/src/main/python/bin/rcmet.py incubator/climate/trunk/rcmet/src/main/python/docs/conf.py incubator/climate/trunk/rcmet/src/main/python/rcmes/__init__.py incubator/climate/trunk/rcmet/src/main/python/rcmes/classes.py incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/__init__.py incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/misc.py incubator/climate/trunk/rcmet/src/main/python/tests/test_files.py incubator/climate/trunk/rcmet/src/main/python/tests/test_misc.py incubator/climate/trunk/rcmet/src/main/python/tests/test_process.py Modified: incubator/climate/trunk/easy-rcmet/install.sh URL: http://svn.apache.org/viewvc/incubator/climate/trunk/easy-rcmet/install.sh?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/easy-rcmet/install.sh (original) +++ incubator/climate/trunk/easy-rcmet/install.sh Mon Jun 17 20:14:03 2013 @@ -1,4 +1,22 @@ #!/bin/bash +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# WITH_VIRTUAL_ENV=0 WITH_INTERACT=1 Modified: incubator/climate/trunk/rcmet/src/main/python/bin/rcmet.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/bin/rcmet.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/bin/rcmet.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/bin/rcmet.py Mon Jun 17 20:14:03 2013 @@ -1,4 +1,22 @@ #!/usr/local/bin/python +# +# 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. +# """ DOCSTRING""" # Python Standard Lib Imports Modified: incubator/climate/trunk/rcmet/src/main/python/docs/conf.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/docs/conf.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/docs/conf.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/docs/conf.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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. +# # -*- coding: utf-8 -*- # # rcmes documentation build configuration file, created by Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/__init__.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/__init__.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/rcmes/__init__.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/rcmes/__init__.py Mon Jun 17 20:14:03 2013 @@ -1 +1,19 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# """ Regional Climate Model Evaluation System""" \ No newline at end of file Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/classes.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/classes.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/rcmes/classes.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/rcmes/classes.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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 import os from datetime import datetime as datetime Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/__init__.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/__init__.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/__init__.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/__init__.py Mon Jun 17 20:14:03 2013 @@ -1,2 +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. +# """Collection of modules that provide functionality across all of the RCMES sub-packages""" \ No newline at end of file Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/misc.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/misc.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/misc.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/rcmes/utils/misc.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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. +# """Module with a collection of helper functions""" Modified: incubator/climate/trunk/rcmet/src/main/python/tests/test_files.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/tests/test_files.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/tests/test_files.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/tests/test_files.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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 os import unittest import Nio as nio Modified: incubator/climate/trunk/rcmet/src/main/python/tests/test_misc.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/tests/test_misc.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/tests/test_misc.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/tests/test_misc.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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 os import unittest Modified: incubator/climate/trunk/rcmet/src/main/python/tests/test_process.py URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/tests/test_process.py?rev=1493917&r1=1493916&r2=1493917&view=diff ============================================================================== --- incubator/climate/trunk/rcmet/src/main/python/tests/test_process.py (original) +++ incubator/climate/trunk/rcmet/src/main/python/tests/test_process.py Mon Jun 17 20:14:03 2013 @@ -1,3 +1,21 @@ +# +# 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, timedelta