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/09/18 16:16:32 UTC

svn commit: r1524423 - in /incubator/climate/trunk/obs4MIPs: Toolbox/CMORresources.py Toolbox/ESGFresources.py Toolbox/__init__.py factory/__init__.py factory/equations.py factory/formats.py obs4MIPs_process.py setup.py

Author: joyce
Date: Wed Sep 18 14:16:31 2013
New Revision: 1524423

URL: http://svn.apache.org/r1524423
Log:
CLIMATE-301 - Initial license fixes

Modified:
    incubator/climate/trunk/obs4MIPs/Toolbox/CMORresources.py
    incubator/climate/trunk/obs4MIPs/Toolbox/ESGFresources.py
    incubator/climate/trunk/obs4MIPs/Toolbox/__init__.py
    incubator/climate/trunk/obs4MIPs/factory/__init__.py
    incubator/climate/trunk/obs4MIPs/factory/equations.py
    incubator/climate/trunk/obs4MIPs/factory/formats.py
    incubator/climate/trunk/obs4MIPs/obs4MIPs_process.py
    incubator/climate/trunk/obs4MIPs/setup.py

Modified: incubator/climate/trunk/obs4MIPs/Toolbox/CMORresources.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/Toolbox/CMORresources.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/Toolbox/CMORresources.py (original)
+++ incubator/climate/trunk/obs4MIPs/Toolbox/CMORresources.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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 netCDF4

Modified: incubator/climate/trunk/obs4MIPs/Toolbox/ESGFresources.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/Toolbox/ESGFresources.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/Toolbox/ESGFresources.py (original)
+++ incubator/climate/trunk/obs4MIPs/Toolbox/ESGFresources.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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 pdb

Modified: incubator/climate/trunk/obs4MIPs/Toolbox/__init__.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/Toolbox/__init__.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/Toolbox/__init__.py (original)
+++ incubator/climate/trunk/obs4MIPs/Toolbox/__init__.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 __all__ = ['ESGFresources','CMORresources']

Modified: incubator/climate/trunk/obs4MIPs/factory/__init__.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/factory/__init__.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/factory/__init__.py (original)
+++ incubator/climate/trunk/obs4MIPs/factory/__init__.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 from formats import *

Modified: incubator/climate/trunk/obs4MIPs/factory/equations.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/factory/equations.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/factory/equations.py (original)
+++ incubator/climate/trunk/obs4MIPs/factory/equations.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 # from: http://www.eol.ucar.edu/projects/ceop/dm/documents/refdata_report/eqns.html

Modified: incubator/climate/trunk/obs4MIPs/factory/formats.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/factory/formats.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/factory/formats.py (original)
+++ incubator/climate/trunk/obs4MIPs/factory/formats.py Wed Sep 18 14:16:31 2013
@@ -4,29 +4,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 #  Class factory

Modified: incubator/climate/trunk/obs4MIPs/obs4MIPs_process.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/obs4MIPs_process.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/obs4MIPs_process.py (original)
+++ incubator/climate/trunk/obs4MIPs/obs4MIPs_process.py Wed Sep 18 14:16:31 2013
@@ -5,29 +5,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 

Modified: incubator/climate/trunk/obs4MIPs/setup.py
URL: http://svn.apache.org/viewvc/incubator/climate/trunk/obs4MIPs/setup.py?rev=1524423&r1=1524422&r2=1524423&view=diff
==============================================================================
--- incubator/climate/trunk/obs4MIPs/setup.py (original)
+++ incubator/climate/trunk/obs4MIPs/setup.py Wed Sep 18 14:16:31 2013
@@ -5,29 +5,22 @@
 # the Administrator of the National Aeronautics and Space Administration.
 # All Other Rights Reserved.
 # 
-# NASA OPEN SOURCE AGREEMENT VERSION 1.3
-# 
-# THIS OPEN  SOURCE  AGREEMENT  ("AGREEMENT") DEFINES  THE  RIGHTS  OF USE,
-# REPRODUCTION,  DISTRIBUTION,  MODIFICATION AND REDISTRIBUTION OF CERTAIN
-# COMPUTER SOFTWARE ORIGINALLY RELEASED BY THE UNITED STATES GOVERNMENT AS
-# REPRESENTED BY THE GOVERNMENT AGENCY LISTED BELOW ("GOVERNMENT AGENCY").
-# THE UNITED STATES GOVERNMENT, AS REPRESENTED BY GOVERNMENT AGENCY, IS AN
-# INTENDED  THIRD-PARTY  BENEFICIARY  OF  ALL  SUBSEQUENT DISTRIBUTIONS OR
-# REDISTRIBUTIONS  OF THE  SUBJECT  SOFTWARE.  ANYONE WHO USES, REPRODUCES,
-# DISTRIBUTES, MODIFIES  OR REDISTRIBUTES THE SUBJECT SOFTWARE, AS DEFINED
-# HEREIN, OR ANY PART THEREOF,  IS,  BY THAT ACTION, ACCEPTING IN FULL THE
-# RESPONSIBILITIES AND OBLIGATIONS CONTAINED IN THIS AGREEMENT.
-# 
-# Government Agency: National Aeronautics and Space Administration
-# Government Agency Original Software Designation: GSC-16848-1
-# Government Agency Original Software Title: Obs4MIPS.py
-# 
-# User Registration Requested. Please visit: http://opensource.gsfc.nasa.gov
-# 
-# Government Agency Point of Contact for Original Software:
-# Enidia Santiago-Arce,
-# SRA Assistant,
-# (301) 286-8497
+# 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.
 # -------------------------------------------------------------------------
 
 from distutils.core import setup