From b70343a5eac2c287a9eb016c3bd043fdec82f545 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 2 Mar 2003 00:48:37 +0000
Subject: [PATCH] GPL -> General Public License

---
 Common/CommandLine.cpp | 4 ++--
 Fltk/GUI.cpp           | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Common/CommandLine.cpp b/Common/CommandLine.cpp
index 0aeebc1f24..996cc82e0b 100644
--- a/Common/CommandLine.cpp
+++ b/Common/CommandLine.cpp
@@ -1,4 +1,4 @@
-// $Id: CommandLine.cpp,v 1.10 2003-03-02 00:16:13 geuzaine Exp $
+// $Id: CommandLine.cpp,v 1.11 2003-03-02 00:48:37 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -49,7 +49,7 @@ char *TheBgmFileName = NULL, *TheOptString = NULL;
 char gmsh_progname[]  = "This is Gmsh" ;
 char gmsh_copyright[] = "Copyright (C) 1997-2003 Jean-Francois Remacle and Christophe Geuzaine";
 char gmsh_version[]   = "Version        : " ;
-char gmsh_license[]   = "License        : GNU GPL" ;
+char gmsh_license[]   = "License        : GNU General Public License" ;
 char gmsh_gui[]       = "GUI toolkit    : " ;
 char gmsh_os[]        = "Build OS       : " GMSH_OS ;
 char gmsh_options[]   = "Build options  : " ;
diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 298f1d413b..3acc91dbc4 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.230 2003-03-02 00:16:13 geuzaine Exp $
+// $Id: GUI.cpp,v 1.231 2003-03-02 00:48:37 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -3249,7 +3249,7 @@ void GUI::create_about_window()
     sprintf(buffer, "@c@.Version: %d.%d.%d", GMSH_MAJOR_VERSION,
             GMSH_MINOR_VERSION, GMSH_PATCH_VERSION);
     o->add(buffer);
-    sprintf(buffer, "@c@.License: GNU GPL");
+    sprintf(buffer, "@c@.License: GNU General Public License");
     o->add(buffer);
     sprintf(buffer, "@c@.Graphical user interface toolkit: FLTK %d.%d.%d",
             FL_MAJOR_VERSION, FL_MINOR_VERSION, FL_PATCH_VERSION);
-- 
GitLab