From 88d8e668e91a97578406b8d68e8fabee78f12255 Mon Sep 17 00:00:00 2001
From: Juan Escobar <juan.escobar@aero.obs-mip.fr>
Date: Thu, 9 Jan 2014 15:05:28 +0000
Subject: [PATCH] Juan 9/01/2014:  add header ORILAM_LIC to MNH E ORILAM
 MNH/*.f* files

---
 src/MNH/aer_effic.f90            | 4 ++++
 src/MNH/aer_effic3D.f90          | 4 ++++
 src/MNH/aer_monitorn.f90         | 4 ++++
 src/MNH/aer_velgrav.f90          | 4 ++++
 src/MNH/aer_wet_dep_kmt_warm.f90 | 4 ++++
 src/MNH/ch_aer_activation.f90    | 4 ++++
 src/MNH/ch_aer_coag.f90          | 4 ++++
 src/MNH/ch_aer_depos.f90         | 4 ++++
 src/MNH/ch_aer_driver.f90        | 4 ++++
 src/MNH/ch_aer_eqm_cormass.f90   | 4 ++++
 src/MNH/ch_aer_eqm_init0d.f90    | 4 ++++
 src/MNH/ch_aer_eqm_initn.f90     | 4 ++++
 src/MNH/ch_aer_eqsam.f90         | 4 ++++
 src/MNH/ch_aer_growth.f90        | 4 ++++
 src/MNH/ch_aer_init_soa.f90      | 4 ++++
 src/MNH/ch_aer_intermin.f90      | 4 ++++
 src/MNH/ch_aer_mineral.f90       | 4 ++++
 src/MNH/ch_aer_mod_init.f90      | 4 ++++
 src/MNH/ch_aer_mpmpo.f90         | 4 ++++
 src/MNH/ch_aer_nucl.f90          | 4 ++++
 src/MNH/ch_aer_organic.f90       | 4 ++++
 src/MNH/ch_aer_pun.f90           | 4 ++++
 src/MNH/ch_aer_reallfin.f90      | 4 ++++
 src/MNH/ch_aer_sedimn.f90        | 4 ++++
 src/MNH/ch_aer_solv.f90          | 4 ++++
 src/MNH/ch_aer_surf.f90          | 4 ++++
 src/MNH/ch_aer_thermo.f90        | 4 ++++
 src/MNH/ch_aer_trans.f90         | 4 ++++
 src/MNH/ch_aer_velgravn.f90      | 4 ++++
 src/MNH/ch_ini_orilam.f90        | 4 ++++
 src/MNH/ch_nnares.f90            | 4 ++++
 src/MNH/ch_orilam.f90            | 4 ++++
 src/MNH/dust_filter.f90          | 4 ++++
 src/MNH/dust_velgrav.f90         | 4 ++++
 src/MNH/dustlfin.f90             | 4 ++++
 src/MNH/effic_dust.f90           | 4 ++++
 src/MNH/ini_aeroset1.f90         | 4 ++++
 src/MNH/ini_aeroset2.f90         | 4 ++++
 src/MNH/ini_aeroset3.f90         | 4 ++++
 src/MNH/ini_aeroset4.f90         | 4 ++++
 src/MNH/ini_aeroset5.f90         | 4 ++++
 src/MNH/ini_aeroset6.f90         | 4 ++++
 src/MNH/modd_aeroset.f90         | 4 ++++
 src/MNH/modd_ch_aeron.f90        | 4 ++++
 src/MNH/modd_ch_aerosol.f90      | 4 ++++
 src/MNH/modd_ch_aerosol0d.f90    | 4 ++++
 src/MNH/modd_csts_dust.f90       | 4 ++++
 src/MNH/modd_csts_salt.f90       | 4 ++++
 src/MNH/modd_dust.f90            | 4 ++++
 src/MNH/modd_dust_opt_lkt.f90    | 4 ++++
 src/MNH/modd_salt.f90            | 4 ++++
 src/MNH/modd_salt_opt_lkt.f90    | 4 ++++
 src/MNH/mode_aero_psd.f90        | 4 ++++
 src/MNH/mode_dust_psd.f90        | 4 ++++
 src/MNH/mode_dustopt.f90         | 4 ++++
 src/MNH/mode_salt_psd.f90        | 4 ++++
 src/MNH/mode_saltopt.f90         | 4 ++++
 src/MNH/modn_ch_orilam.f90       | 4 ++++
 src/MNH/modn_dust.f90            | 4 ++++
 src/MNH/modn_salt.f90            | 4 ++++
 src/MNH/salt_filter.f90          | 4 ++++
 src/MNH/salt_velgrav.f90         | 4 ++++
 src/MNH/saltlfin.f90             | 4 ++++
 src/MNH/sedim_dust.f90           | 4 ++++
 src/MNH/sedim_salt.f90           | 4 ++++
 65 files changed, 260 insertions(+)

diff --git a/src/MNH/aer_effic.f90 b/src/MNH/aer_effic.f90
index e4649c4d1..e183009da 100644
--- a/src/MNH/aer_effic.f90
+++ b/src/MNH/aer_effic.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !     ######spl
       MODULE MODI_AER_EFFIC
 !!    ########################
diff --git a/src/MNH/aer_effic3D.f90 b/src/MNH/aer_effic3D.f90
index fed1cee7f..dfea34711 100644
--- a/src/MNH/aer_effic3D.f90
+++ b/src/MNH/aer_effic3D.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !
      ######spll
       MODULE MODI_AER_EFFIC3D
diff --git a/src/MNH/aer_monitorn.f90 b/src/MNH/aer_monitorn.f90
index 6aea733bb..245e8f672 100644
--- a/src/MNH/aer_monitorn.f90
+++ b/src/MNH/aer_monitorn.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !!    ########################
       MODULE MODI_AER_MONITOR_n
 !!    ########################
diff --git a/src/MNH/aer_velgrav.f90 b/src/MNH/aer_velgrav.f90
index 9020503d9..951951c59 100644
--- a/src/MNH/aer_velgrav.f90
+++ b/src/MNH/aer_velgrav.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !     #######################
      MODULE MODI_AER_VELGRAV
 !!   ########################
diff --git a/src/MNH/aer_wet_dep_kmt_warm.f90 b/src/MNH/aer_wet_dep_kmt_warm.f90
index 30b241c77..9061ff769 100644
--- a/src/MNH/aer_wet_dep_kmt_warm.f90
+++ b/src/MNH/aer_wet_dep_kmt_warm.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !     ################################
       MODULE MODI_AER_WET_DEP_KMT_WARM
 !!    ################################
diff --git a/src/MNH/ch_aer_activation.f90 b/src/MNH/ch_aer_activation.f90
index e658c51f1..80873de17 100644
--- a/src/MNH/ch_aer_activation.f90
+++ b/src/MNH/ch_aer_activation.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !!   ##############################
      MODULE MODI_CH_AER_ACTIVATION
diff --git a/src/MNH/ch_aer_coag.f90 b/src/MNH/ch_aer_coag.f90
index 8ad8aaa74..87a97af5c 100644
--- a/src/MNH/ch_aer_coag.f90
+++ b/src/MNH/ch_aer_coag.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_depos.f90 b/src/MNH/ch_aer_depos.f90
index 580ba46ec..0e29a73db 100644
--- a/src/MNH/ch_aer_depos.f90
+++ b/src/MNH/ch_aer_depos.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_driver.f90 b/src/MNH/ch_aer_driver.f90
index 47632ad81..c7262ca28 100644
--- a/src/MNH/ch_aer_driver.f90
+++ b/src/MNH/ch_aer_driver.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !    #########################
      MODULE MODI_CH_AER_DRIVER
 !    ######################### 
diff --git a/src/MNH/ch_aer_eqm_cormass.f90 b/src/MNH/ch_aer_eqm_cormass.f90
index 7aae154d1..fe4bee5a0 100644
--- a/src/MNH/ch_aer_eqm_cormass.f90
+++ b/src/MNH/ch_aer_eqm_cormass.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_eqm_init0d.f90 b/src/MNH/ch_aer_eqm_init0d.f90
index 35e6ebe46..f6936c22d 100644
--- a/src/MNH/ch_aer_eqm_init0d.f90
+++ b/src/MNH/ch_aer_eqm_init0d.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_eqm_initn.f90 b/src/MNH/ch_aer_eqm_initn.f90
index aee885b96..8de41ffcc 100644
--- a/src/MNH/ch_aer_eqm_initn.f90
+++ b/src/MNH/ch_aer_eqm_initn.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_eqsam.f90 b/src/MNH/ch_aer_eqsam.f90
index ff8fd8761..084d86a1c 100644
--- a/src/MNH/ch_aer_eqsam.f90
+++ b/src/MNH/ch_aer_eqsam.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_growth.f90 b/src/MNH/ch_aer_growth.f90
index d51c0ccee..855ef7440 100644
--- a/src/MNH/ch_aer_growth.f90
+++ b/src/MNH/ch_aer_growth.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_init_soa.f90 b/src/MNH/ch_aer_init_soa.f90
index 691d79c63..d67ef880a 100644
--- a/src/MNH/ch_aer_init_soa.f90
+++ b/src/MNH/ch_aer_init_soa.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_intermin.f90 b/src/MNH/ch_aer_intermin.f90
index c4aeaaef5..9f9280be4 100644
--- a/src/MNH/ch_aer_intermin.f90
+++ b/src/MNH/ch_aer_intermin.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_mineral.f90 b/src/MNH/ch_aer_mineral.f90
index b36a20a2d..bdb08046e 100644
--- a/src/MNH/ch_aer_mineral.f90
+++ b/src/MNH/ch_aer_mineral.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_mod_init.f90 b/src/MNH/ch_aer_mod_init.f90
index d9a065db1..b7c4797dd 100644
--- a/src/MNH/ch_aer_mod_init.f90
+++ b/src/MNH/ch_aer_mod_init.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_mpmpo.f90 b/src/MNH/ch_aer_mpmpo.f90
index cabba1359..55c4903d3 100644
--- a/src/MNH/ch_aer_mpmpo.f90
+++ b/src/MNH/ch_aer_mpmpo.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_nucl.f90 b/src/MNH/ch_aer_nucl.f90
index 537de203c..d3acfcef1 100644
--- a/src/MNH/ch_aer_nucl.f90
+++ b/src/MNH/ch_aer_nucl.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_organic.f90 b/src/MNH/ch_aer_organic.f90
index eb6729eba..924313609 100644
--- a/src/MNH/ch_aer_organic.f90
+++ b/src/MNH/ch_aer_organic.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_pun.f90 b/src/MNH/ch_aer_pun.f90
index 671ef1989..e4d97130f 100644
--- a/src/MNH/ch_aer_pun.f90
+++ b/src/MNH/ch_aer_pun.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_reallfin.f90 b/src/MNH/ch_aer_reallfin.f90
index 9420d80b7..7cd7ca1e5 100644
--- a/src/MNH/ch_aer_reallfin.f90
+++ b/src/MNH/ch_aer_reallfin.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_sedimn.f90 b/src/MNH/ch_aer_sedimn.f90
index 0620a4c1f..a100e700d 100644
--- a/src/MNH/ch_aer_sedimn.f90
+++ b/src/MNH/ch_aer_sedimn.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_solv.f90 b/src/MNH/ch_aer_solv.f90
index c3e5649d9..5e104e8d4 100644
--- a/src/MNH/ch_aer_solv.f90
+++ b/src/MNH/ch_aer_solv.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_surf.f90 b/src/MNH/ch_aer_surf.f90
index 11467886f..0d2dded8e 100644
--- a/src/MNH/ch_aer_surf.f90
+++ b/src/MNH/ch_aer_surf.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_thermo.f90 b/src/MNH/ch_aer_thermo.f90
index 275fe7072..f89981c18 100644
--- a/src/MNH/ch_aer_thermo.f90
+++ b/src/MNH/ch_aer_thermo.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_trans.f90 b/src/MNH/ch_aer_trans.f90
index f79f7a61b..a0f5724da 100644
--- a/src/MNH/ch_aer_trans.f90
+++ b/src/MNH/ch_aer_trans.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_aer_velgravn.f90 b/src/MNH/ch_aer_velgravn.f90
index 8fc04d14b..5ddec79a3 100644
--- a/src/MNH/ch_aer_velgravn.f90
+++ b/src/MNH/ch_aer_velgravn.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_ini_orilam.f90 b/src/MNH/ch_ini_orilam.f90
index 0d4c485dc..be7064e27 100644
--- a/src/MNH/ch_ini_orilam.f90
+++ b/src/MNH/ch_ini_orilam.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_nnares.f90 b/src/MNH/ch_nnares.f90
index 8bd508c95..826842568 100644
--- a/src/MNH/ch_nnares.f90
+++ b/src/MNH/ch_nnares.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ch_orilam.f90 b/src/MNH/ch_orilam.f90
index d77561ac6..723cf9aef 100644
--- a/src/MNH/ch_orilam.f90
+++ b/src/MNH/ch_orilam.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/dust_filter.f90 b/src/MNH/dust_filter.f90
index d4e760f9b..f1b589ea4 100644
--- a/src/MNH/dust_filter.f90
+++ b/src/MNH/dust_filter.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !!   ##############################
      MODULE MODI_DUST_FILTER
 !!   ##############################
diff --git a/src/MNH/dust_velgrav.f90 b/src/MNH/dust_velgrav.f90
index f02d21128..a2d84c490 100644
--- a/src/MNH/dust_velgrav.f90
+++ b/src/MNH/dust_velgrav.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/dustlfin.f90 b/src/MNH/dustlfin.f90
index 449ccef18..f1dd5ec0d 100644
--- a/src/MNH/dustlfin.f90
+++ b/src/MNH/dustlfin.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/effic_dust.f90 b/src/MNH/effic_dust.f90
index 3f02cbafd..0f3755fcf 100644
--- a/src/MNH/effic_dust.f90
+++ b/src/MNH/effic_dust.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/ini_aeroset1.f90 b/src/MNH/ini_aeroset1.f90
index 1433c2061..5048577ac 100644
--- a/src/MNH/ini_aeroset1.f90
+++ b/src/MNH/ini_aeroset1.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET1
diff --git a/src/MNH/ini_aeroset2.f90 b/src/MNH/ini_aeroset2.f90
index 7e11a68c5..d91642f7f 100644
--- a/src/MNH/ini_aeroset2.f90
+++ b/src/MNH/ini_aeroset2.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET2
diff --git a/src/MNH/ini_aeroset3.f90 b/src/MNH/ini_aeroset3.f90
index 93bf35522..bf8bc3bfe 100644
--- a/src/MNH/ini_aeroset3.f90
+++ b/src/MNH/ini_aeroset3.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET3
diff --git a/src/MNH/ini_aeroset4.f90 b/src/MNH/ini_aeroset4.f90
index d906a4d2c..72a67c72d 100644
--- a/src/MNH/ini_aeroset4.f90
+++ b/src/MNH/ini_aeroset4.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET4
diff --git a/src/MNH/ini_aeroset5.f90 b/src/MNH/ini_aeroset5.f90
index e475299a4..0f95951eb 100644
--- a/src/MNH/ini_aeroset5.f90
+++ b/src/MNH/ini_aeroset5.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET5
diff --git a/src/MNH/ini_aeroset6.f90 b/src/MNH/ini_aeroset6.f90
index 02bb37280..bc9890f8d 100644
--- a/src/MNH/ini_aeroset6.f90
+++ b/src/MNH/ini_aeroset6.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
  !-----------------------------------------------------------------
 !     ###################
       MODULE MODI_INI_AEROSET6
diff --git a/src/MNH/modd_aeroset.f90 b/src/MNH/modd_aeroset.f90
index 4307d1d6d..9fe34721d 100644
--- a/src/MNH/modd_aeroset.f90
+++ b/src/MNH/modd_aeroset.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_ch_aeron.f90 b/src/MNH/modd_ch_aeron.f90
index ee373a1e2..2d45e9460 100644
--- a/src/MNH/modd_ch_aeron.f90
+++ b/src/MNH/modd_ch_aeron.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_ch_aerosol.f90 b/src/MNH/modd_ch_aerosol.f90
index 516b08c01..b2c2a113c 100644
--- a/src/MNH/modd_ch_aerosol.f90
+++ b/src/MNH/modd_ch_aerosol.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_ch_aerosol0d.f90 b/src/MNH/modd_ch_aerosol0d.f90
index 73c491de0..53d2c2c50 100644
--- a/src/MNH/modd_ch_aerosol0d.f90
+++ b/src/MNH/modd_ch_aerosol0d.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_csts_dust.f90 b/src/MNH/modd_csts_dust.f90
index f5280990d..0ebb010e4 100644
--- a/src/MNH/modd_csts_dust.f90
+++ b/src/MNH/modd_csts_dust.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_csts_salt.f90 b/src/MNH/modd_csts_salt.f90
index 79f220fb9..4c985d21a 100644
--- a/src/MNH/modd_csts_salt.f90
+++ b/src/MNH/modd_csts_salt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_dust.f90 b/src/MNH/modd_dust.f90
index 10821930e..a99fc6f4e 100644
--- a/src/MNH/modd_dust.f90
+++ b/src/MNH/modd_dust.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_dust_opt_lkt.f90 b/src/MNH/modd_dust_opt_lkt.f90
index 547c29b8e..a8b88a9e1 100644
--- a/src/MNH/modd_dust_opt_lkt.f90
+++ b/src/MNH/modd_dust_opt_lkt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_salt.f90 b/src/MNH/modd_salt.f90
index 2089ce1a3..4ae2184a4 100644
--- a/src/MNH/modd_salt.f90
+++ b/src/MNH/modd_salt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modd_salt_opt_lkt.f90 b/src/MNH/modd_salt_opt_lkt.f90
index 1eacb318e..d6b12b0b5 100644
--- a/src/MNH/modd_salt_opt_lkt.f90
+++ b/src/MNH/modd_salt_opt_lkt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/mode_aero_psd.f90 b/src/MNH/mode_aero_psd.f90
index 365a15e07..852afa212 100644
--- a/src/MNH/mode_aero_psd.f90
+++ b/src/MNH/mode_aero_psd.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/mode_dust_psd.f90 b/src/MNH/mode_dust_psd.f90
index 53f032eb5..70e078f5e 100644
--- a/src/MNH/mode_dust_psd.f90
+++ b/src/MNH/mode_dust_psd.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/mode_dustopt.f90 b/src/MNH/mode_dustopt.f90
index 16b2ead95..6a85251e3 100644
--- a/src/MNH/mode_dustopt.f90
+++ b/src/MNH/mode_dustopt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/mode_salt_psd.f90 b/src/MNH/mode_salt_psd.f90
index 37d03a5d5..e361c1dfa 100644
--- a/src/MNH/mode_salt_psd.f90
+++ b/src/MNH/mode_salt_psd.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/mode_saltopt.f90 b/src/MNH/mode_saltopt.f90
index 3cd2707da..ac1b4099d 100644
--- a/src/MNH/mode_saltopt.f90
+++ b/src/MNH/mode_saltopt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modn_ch_orilam.f90 b/src/MNH/modn_ch_orilam.f90
index 195243e11..f8bd5d35e 100644
--- a/src/MNH/modn_ch_orilam.f90
+++ b/src/MNH/modn_ch_orilam.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/modn_dust.f90 b/src/MNH/modn_dust.f90
index 9836e87a3..7bf6101be 100644
--- a/src/MNH/modn_dust.f90
+++ b/src/MNH/modn_dust.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !     ######spl
       MODULE MODN_DUST
 !!    #####################
diff --git a/src/MNH/modn_salt.f90 b/src/MNH/modn_salt.f90
index bf8c21432..92fa84998 100644
--- a/src/MNH/modn_salt.f90
+++ b/src/MNH/modn_salt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/salt_filter.f90 b/src/MNH/salt_filter.f90
index 4df1f9ae6..bff76dfe9 100644
--- a/src/MNH/salt_filter.f90
+++ b/src/MNH/salt_filter.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/salt_velgrav.f90 b/src/MNH/salt_velgrav.f90
index 293b32622..1d07a4007 100644
--- a/src/MNH/salt_velgrav.f90
+++ b/src/MNH/salt_velgrav.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/saltlfin.f90 b/src/MNH/saltlfin.f90
index aa0d82a9c..3a401caa6 100644
--- a/src/MNH/saltlfin.f90
+++ b/src/MNH/saltlfin.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/sedim_dust.f90 b/src/MNH/sedim_dust.f90
index b52acf2a6..f2941c27d 100644
--- a/src/MNH/sedim_dust.f90
+++ b/src/MNH/sedim_dust.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
diff --git a/src/MNH/sedim_salt.f90 b/src/MNH/sedim_salt.f90
index 757d9d18f..961b4822b 100644
--- a/src/MNH/sedim_salt.f90
+++ b/src/MNH/sedim_salt.f90
@@ -1,3 +1,7 @@
+!ORILAM_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
+!ORILAM_LIC This is part of the ORILAM software governed by the CeCILL-C licence
+!ORILAM_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+!ORILAM_LIC for details.
 !-----------------------------------------------------------------
 !--------------- special set of characters for RCS information
 !-----------------------------------------------------------------
-- 
GitLab