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 5B50010877 for ; Fri, 14 Jun 2013 18:58:44 +0000 (UTC) Received: (qmail 94395 invoked by uid 500); 14 Jun 2013 18:58:44 -0000 Delivered-To: apmail-climate-commits-archive@climate.apache.org Received: (qmail 94370 invoked by uid 500); 14 Jun 2013 18:58:44 -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 94362 invoked by uid 99); 14 Jun 2013 18:58:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 18:58:44 +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; Fri, 14 Jun 2013 18:58:39 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A4DE62388906; Fri, 14 Jun 2013 18:58:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1493203 - /incubator/climate/trunk/rcmet/src/main/python/rcmes/services/ Date: Fri, 14 Jun 2013 18:58:18 -0000 To: commits@climate.incubator.apache.org From: goodale@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130614185818.A4DE62388906@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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