From 7c0ed8f3874201603e94463320d210813bca621f Mon Sep 17 00:00:00 2001
From: Gilles Boulet <gilles.boulet@cesbio.cnes.fr>
Date: Fri, 9 Dec 2016 15:47:46 +0100
Subject: [PATCH] License comment in SPARSE function

---
 README.md | 2 +-
 SPARSE.m  | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index da5d0ac..932cc08 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Installation requirements:
 
 - respect the basic principles of GPL v3 licence.
 		https://www.gnu.org/licenses/gpl-3.0-standalone.html
-- contact the author if bugs are founded :
+- contact the author if bugs are found :
 	mailto:gilles.boulet@ird.fr 
 
 
diff --git a/SPARSE.m b/SPARSE.m
index b91fb09..d16eb20 100644
--- a/SPARSE.m
+++ b/SPARSE.m
@@ -4,6 +4,10 @@ function [trad,ts,tv,t0,rns,rnv,g,hs,hv,les,lev]=SPARSE(input1,input2,typerun,ty
 % the SPARSE framework, i.e. Shuttleworht-Wallace dual source model with
 % full linearization around air temperature
 
+%License:
+%This is free software under the GNU General Public License v3.0.
+%See https://www.gnu.org/licenses/gpl-3.0.en.html for details or the LICENSE.txt file
+
 % inputs
 
 if typerun==1 % retrieval: 
-- 
GitLab