[cig-commits] [commit] devel: replaced all the GeoCUBIT GNU GPL v3 license headers with v2+ (c11fbc6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:06:15 PDT 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/pylith_benchmarks/compare/b18768a541005fcf437aa50bdb2cd57e8e8adc11...c4e103232bf76f6fbf78b6524c8603d2d9b9a577

>---------------------------------------------------------------

commit c11fbc67c24d768b84b62907afa11ce9023ed558
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Mar 31 01:06:10 2014 +0200

    replaced all the GeoCUBIT GNU GPL v3 license headers with v2+


>---------------------------------------------------------------

c11fbc67c24d768b84b62907afa11ce9023ed558
 CUBIT_GEOCUBIT/GEOCUBIT.py                        | 22 +++++++++++-----------
 CUBIT_GEOCUBIT/README                             |  1 +
 CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py     | 13 +++++++------
 CUBIT_GEOCUBIT/geocubitlib/dev/cmpl.py            | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/exportlib.py           | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/hex_metric.py          | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/local_volume.py        | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/menu.py                | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py         | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/quality_log.py         | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/read_parameter_cfg.py  | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/sea.py                 | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/start.py               | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/surfaces.py            | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/utilities.py           | 11 ++++++-----
 CUBIT_GEOCUBIT/geocubitlib/volumes.py             | 11 ++++++-----
 17 files changed, 103 insertions(+), 87 deletions(-)

diff --git a/CUBIT_GEOCUBIT/GEOCUBIT.py b/CUBIT_GEOCUBIT/GEOCUBIT.py
index d0b5d6e..2e7f0bb 100755
--- a/CUBIT_GEOCUBIT/GEOCUBIT.py
+++ b/CUBIT_GEOCUBIT/GEOCUBIT.py
@@ -7,19 +7,19 @@ Created by Emanuele Casarotti
 Copyright (c) 2011 Istituto Nazionale di Geofisica e Vulcanologia 
 
 ---------------------------------------------------------------------------
- GEOCUBIT is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
  
- GEOCUBIT is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
  
+  You should have received a copy of the GNU General Public License along
+  with this program; if not, write to the Free Software Foundation, Inc.,
+  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 ---------------------------------------------------------------------------
 
 GEOCUBIT requires:
diff --git a/CUBIT_GEOCUBIT/README b/CUBIT_GEOCUBIT/README
index d496a07..32bf9ca 100644
--- a/CUBIT_GEOCUBIT/README
+++ b/CUBIT_GEOCUBIT/README
@@ -2,6 +2,7 @@ GEOCUBIT
 
 GeoCubit is a Python library wrapping around the Cubit Python Interface.
 Main author: Emanuele Casarotti, INGV, Roma, Italy.
+Copyright (c) 2011 Istituto Nazionale di Geofisica e Vulcanologia.
 Improvements by: Elliott Sales de Andrade, Department of Physics, University of Toronto, Canada.
 
 !
diff --git a/CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py b/CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py
index 5ec99ee..459c357 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/boundary_definition.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:
diff --git a/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py b/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
index abcf8ad..a52125a 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/cubit2specfem3d.py
@@ -1,6 +1,6 @@
 #!python
 #############################################################################
-# cubit2specfem3d.py                                                           #
+# cubit2specfem3d.py                                                        #
 # this file is part of GEOCUBIT                                             #
 #                                                                           #
 # Created by Emanuele Casarotti                                             #
@@ -8,18 +8,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 #
diff --git a/CUBIT_GEOCUBIT/geocubitlib/dev/cmpl.py b/CUBIT_GEOCUBIT/geocubitlib/dev/cmpl.py
index 7bcf04d..8fd9d28 100755
--- a/CUBIT_GEOCUBIT/geocubitlib/dev/cmpl.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/dev/cmpl.py
@@ -8,18 +8,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 #
diff --git a/CUBIT_GEOCUBIT/geocubitlib/exportlib.py b/CUBIT_GEOCUBIT/geocubitlib/exportlib.py
index 78d11d8..bba6042 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/exportlib.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/exportlib.py
@@ -8,18 +8,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 #
diff --git a/CUBIT_GEOCUBIT/geocubitlib/hex_metric.py b/CUBIT_GEOCUBIT/geocubitlib/hex_metric.py
index 8c8dd46..6c40f88 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/hex_metric.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/hex_metric.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 ##mesh=SEM_metric_3D
diff --git a/CUBIT_GEOCUBIT/geocubitlib/local_volume.py b/CUBIT_GEOCUBIT/geocubitlib/local_volume.py
index 697591d..299309c 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/local_volume.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/local_volume.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:
diff --git a/CUBIT_GEOCUBIT/geocubitlib/menu.py b/CUBIT_GEOCUBIT/geocubitlib/menu.py
index b9c832c..c069a04 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/menu.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/menu.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 
diff --git a/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py b/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
index 6589368..d713aa0 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/mesh_volume.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 
diff --git a/CUBIT_GEOCUBIT/geocubitlib/quality_log.py b/CUBIT_GEOCUBIT/geocubitlib/quality_log.py
index e54de96..be3e828 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/quality_log.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/quality_log.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:
diff --git a/CUBIT_GEOCUBIT/geocubitlib/read_parameter_cfg.py b/CUBIT_GEOCUBIT/geocubitlib/read_parameter_cfg.py
index 0d4f2e4..6731e0a 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/read_parameter_cfg.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/read_parameter_cfg.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 import os
diff --git a/CUBIT_GEOCUBIT/geocubitlib/sea.py b/CUBIT_GEOCUBIT/geocubitlib/sea.py
index 4fb95cf..4b0c18c 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/sea.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/sea.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 
diff --git a/CUBIT_GEOCUBIT/geocubitlib/start.py b/CUBIT_GEOCUBIT/geocubitlib/start.py
index e49d1c9..a573f19 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/start.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/start.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 #
diff --git a/CUBIT_GEOCUBIT/geocubitlib/surfaces.py b/CUBIT_GEOCUBIT/geocubitlib/surfaces.py
index bf47222..08e9385 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/surfaces.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/surfaces.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:
diff --git a/CUBIT_GEOCUBIT/geocubitlib/utilities.py b/CUBIT_GEOCUBIT/geocubitlib/utilities.py
index cd327a4..5b5efd1 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/utilities.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/utilities.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:
diff --git a/CUBIT_GEOCUBIT/geocubitlib/volumes.py b/CUBIT_GEOCUBIT/geocubitlib/volumes.py
index 2abc027..1046213 100644
--- a/CUBIT_GEOCUBIT/geocubitlib/volumes.py
+++ b/CUBIT_GEOCUBIT/geocubitlib/volumes.py
@@ -7,18 +7,19 @@
 #                                                                           #
 #############################################################################
 #                                                                           #
-# GEOCUBIT is free software: you can redistribute it and/or modify          #
+# This program is free software; you can redistribute it and/or modify      #
 # it under the terms of the GNU General Public License as published by      #
-# the Free Software Foundation, either version 3 of the License, or         #
+# the Free Software Foundation; either version 2 of the License, or         #
 # (at your option) any later version.                                       #
 #                                                                           #
-# GEOCUBIT is distributed in the hope that it will be useful,               #
+# This program is distributed in the hope that it will be useful,           #
 # but WITHOUT ANY WARRANTY; without even the implied warranty of            #
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             #
 # GNU General Public License for more details.                              #
 #                                                                           #
-# You should have received a copy of the GNU General Public License         #
-# along with GEOCUBIT.  If not, see <http://www.gnu.org/licenses/>.         #
+# You should have received a copy of the GNU General Public License along   #
+# with this program; if not, write to the Free Software Foundation, Inc.,   #
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.               #
 #                                                                           #
 #############################################################################
 try:



More information about the CIG-COMMITS mailing list