diff jmedcouple.c++ @ 37:4fb3b87b8610

Add GPL'ed header
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 06 Apr 2015 08:43:43 -0400
parents 6c264f2053bc
children 4c8b4c1e851e
line wrap: on
line diff
--- a/jmedcouple.c++
+++ b/jmedcouple.c++
@@ -1,3 +1,22 @@
+// jmedcouple.c++ ---
+
+// Copyright  © 2015 Jordi Gutiérrez Hermoso <jordigh@octave.org>
+
+// Author: Jordi Gutiérrez Hermoso
+
+// 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 (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, see <http://www.gnu.org/licenses/>.
+
 #include <vector>
 #include <limits>
 #include <iostream>