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

svn commit: r1493203 - /incubator/climate/trunk/rcmet/src/main/python/rcmes/services/

Author: goodale
Date: Fri Jun 14 18:58:17 2013
New Revision: 1493203

URL: http://svn.apache.org/r1493203
Log:
CLIMATE-107: Added Apache License Headers to the 'services' module

Modified:
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/__init__.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/bottlemet.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/dataset_helpers.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/decode_model_times.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/directory_helpers.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_latlon_var.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_time_var.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/list_vars_in_file.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/main_ws.py
    incubator/climate/trunk/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/__init__.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/__init__.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/__init__.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/__init__.py Fri Jun 14 18:58:17 2013
@@ -1,2 +1,18 @@
+#
+#  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.
+#
 """The Services Package is a collection of RESTful Web Service modules that can
 be used to create custom User Interfaces to RCMES"""
\ No newline at end of file

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/bottlemet.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/bottlemet.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/bottlemet.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/bottlemet.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 '''
  Module to create a web service for RCMET statistical metrics
 '''

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/dataset_helpers.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/dataset_helpers.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/dataset_helpers.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/dataset_helpers.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/bin/env python
 """
     Provides Bottle services for interacting with RCMED

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/decode_model_times.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/decode_model_times.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/decode_model_times.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/decode_model_times.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/local/bin/python
 """Module to simplify handling of model times """
 def decodeTimeFromString(time_string):

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/directory_helpers.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/directory_helpers.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/directory_helpers.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/directory_helpers.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/bin/env python
 """
     Provides helpers for listing retrieving directory information from the server.

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_latlon_var.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_latlon_var.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_latlon_var.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_latlon_var.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/local/bin/python
 """
     Small command line utility to find what the latitude and longitude variables are called in a model file.

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_time_var.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_time_var.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_time_var.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/find_time_var.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/local/bin/python
 """
     Small command line utility to find what the time variable is called in a model file.

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/list_vars_in_file.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/list_vars_in_file.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/list_vars_in_file.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/list_vars_in_file.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/local/bin/python
 """
  Small command line utility to list the variables contained within a model file.

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/main_ws.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/main_ws.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/main_ws.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/main_ws.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 """Module that demonstrates how to initialize the RESTful web services that 
 power the RCMET GUI"""
 

Modified: incubator/climate/trunk/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py?rev=1493203&r1=1493202&r2=1493203&view=diff
==============================================================================
--- incubator/climate/trunk/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py (original)
+++ incubator/climate/trunk/rcmet/src/main/python/rcmes/services/run_rcmes_processing.py Fri Jun 14 18:58:17 2013
@@ -1,3 +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.
+#
 #!/usr/local/bin/python
 """Module used to launch the RESTful API"""
 import sys