# HG changeset patch # User Jordi Gutiérrez Hermoso # Date 1428324223 14400 # Node ID 4fb3b87b8610f3bd3dd4bd685d98c61d13082aa2 # Parent f61da46ca3e68e48c4f51d11077d9540dfdd6e05 Add GPL'ed header diff --git a/jmedcouple.c++ b/jmedcouple.c++ --- a/jmedcouple.c++ +++ b/jmedcouple.c++ @@ -1,3 +1,22 @@ +// jmedcouple.c++ --- + +// Copyright © 2015 Jordi Gutiérrez Hermoso + +// 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 . + #include #include #include diff --git a/medcouple.py b/medcouple.py --- a/medcouple.py +++ b/medcouple.py @@ -1,5 +1,25 @@ #!/usr/bin/python +# medcouple.py --- + +# Copyright © 2015 Jordi Gutiérrez Hermoso + +# 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 . + + import random from itertools import tee, izip