From a40a854a5912c183043d22ca41f6ca03a940e02c Mon Sep 17 00:00:00 2001
From: Marco Ratto <marco.ratto@jrc.ec.europa.eu>
Date: Fri, 3 Feb 2017 12:16:45 +0100
Subject: [PATCH] Set copyright for pick.m

---
 license.txt       | 13 +++++++++++++
 matlab/gsa/pick.m |  8 +++++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/license.txt b/license.txt
index 4b4f96f71c..a7b67d7ee7 100644
--- a/license.txt
+++ b/license.txt
@@ -86,6 +86,19 @@ Copyright: 2016 Benjamin Born and Johannes Pfeifer
            2016 Dynare Team
 License: GPL-3+
 
+Files: matlab/gsa/pick.m
+Copyright: 2001-2017 Marco Ratto
+The program has been developed by M. Ratto, European Commission, Joint Research Centre,
+Institute for the Protection and Security of The Citizen, Technological and Economic Risk Management,
+Applied Statistics, as a deliverable of the IMPACT project 
+(EC Fifth Framework Programme, SCA Project, IST-1999-11313, DG-INFSO).
+Disclaimer: This software has been developed at the Joint Research Centre of European Commission
+by officers in the course of their official duties. This software is not subject to copyright
+protection and is in the public domain. It is an experimental system. The Joint Research Centre
+of European Commission assumes no responsibility whatsoever for its use by other parties
+and makes no guarantees, expressed or implied, about its quality, reliability, or any other
+characteristic. We would appreciate acknowledgement if the software is used.
+
 Files: matlab/optimization/simpsa.m matlab/optimization/simpsaget.m matlab/optimization/simpsaset.m
 Copyright: 2005 Henning Schmidt, FCC, henning@fcc.chalmers.se
            2006 Brecht Donckels, BIOMATH, brecht.donckels@ugent.be
diff --git a/matlab/gsa/pick.m b/matlab/gsa/pick.m
index 75c35927aa..6ed9c614d2 100644
--- a/matlab/gsa/pick.m
+++ b/matlab/gsa/pick.m
@@ -1,6 +1,8 @@
 function pick
-
-% GLUEWIN, version 1.0, December 01.
+%
+% Copyright: 2001-2017 Marco Ratto
+% 
+% This file is part of GLUEWIN
 % GLUEWIN is a MATLAB code designed for analysing the output
 % of Monte Carlo runs when empirical observations of the model output are available
 % and implements the GSA-GLUE methodology by Ratto et al. [1], based on a combination
@@ -17,7 +19,7 @@ function pick
 % to which the GLUEWIN code introduces several extensions and additional options.
 % Thanks are due to R. Girardi, A. Rossi, A. Saltelli, S. Tarantola and U. Callies for numerous
 % comments and suggestions.
-% For more information, please contact marco.ratto@jrc.it
+% For more information, please contact marco.ratto@ec.europa.eu
 % 
 % Disclaimer: This software has been developed at the Joint Research Centre of European Commission
 % by officers in the course of their official duties. This software is not subject to copyright
-- 
GitLab