changeset 37:4fb3b87b8610

Add GPL'ed header
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 06 Apr 2015 08:43:43 -0400
parents f61da46ca3e6
children 45fb52ba3057
files jmedcouple.c++ medcouple.py
diffstat 2 files changed, 39 insertions(+), 0 deletions(-) [+]
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>
--- a/medcouple.py
+++ b/medcouple.py
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 
+# medcouple.py ---
+
+# 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/>.
+
+
 import random
 
 from itertools import tee, izip