You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@climate.apache.org by jo...@apache.org on 2013/06/17 22:14:04 UTC

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/

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