From 0be0f019da738fe855819a762b2f38f43e45adef Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 4 Mar 2003 03:53:07 +0000
Subject: [PATCH] Add original vis5d copyright notice

---
 Fltk/Colorbar_Window.cpp | 28 +++++++++++++++++++++++-----
 1 file changed, 23 insertions(+), 5 deletions(-)

diff --git a/Fltk/Colorbar_Window.cpp b/Fltk/Colorbar_Window.cpp
index c2fa3a5041..d54dbf59dd 100644
--- a/Fltk/Colorbar_Window.cpp
+++ b/Fltk/Colorbar_Window.cpp
@@ -1,4 +1,4 @@
-// $Id: Colorbar_Window.cpp,v 1.32 2003-03-01 22:36:37 geuzaine Exp $
+// $Id: Colorbar_Window.cpp,v 1.33 2003-03-04 03:53:07 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -19,10 +19,28 @@
 // 
 // Please report all bugs and problems to "gmsh@geuz.org".
 
-// This code is the rewriting (in C++, for fltk) of the colorbar
-// widget provided in the Vis5d program for visualizing five
-// dimensional gridded data sets Copyright (C) 1990 - 1995 Bill
-// Hibbard, Brian Paul, Dave Santek, and Andre Battaiola.
+// This code is the rewriting (in C++, for FLTK) of the colorbar
+// widget provided in Vis5d, version 4.2:
+
+/*
+   Vis5d program for visualizing five dimensional gridded data sets
+   Copyright (C) 1990 - 1995  Bill Hibbard, Brian Paul, Dave Santek,
+   and Andre Battaiola.
+   
+   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 1, or (at your option)
+   any later version.
+   
+   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., 675 Mass Ave, Cambridge, MA 02139, USA.
+*/
 
 #include "Gmsh.h"
 #include "GmshUI.h"
-- 
GitLab