From 756abe7da1405721ed2c767d9ec43fd41a995f13 Mon Sep 17 00:00:00 2001
From: Juan Escobar <juan.escobar@aero.obs-mip.fr>
Date: Fri, 7 Feb 2014 16:03:19 +0000
Subject: [PATCH] Juan 7/02/2014: add header SURFEX_LIC to all auto modi perl
 files

---
 bin/Fortran77_stuff_interface.pm | 5 +++++
 bin/Fortran90_stuff_interface.pm | 5 +++++
 bin/make_intfbl_f77.pl           | 4 ++++
 bin/make_intfbl_f90.pl           | 4 ++++
 4 files changed, 18 insertions(+)

diff --git a/bin/Fortran77_stuff_interface.pm b/bin/Fortran77_stuff_interface.pm
index 8899ec535..3a306b234 100644
--- a/bin/Fortran77_stuff_interface.pm
+++ b/bin/Fortran77_stuff_interface.pm
@@ -1,3 +1,8 @@
+#SURFEX_LIC Copyright 1994-2014 Meteo-France 
+#SURFEX_LIC This is part of the SURFEX software governed by the CeCILL-C  licence
+#SURFEX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+#SURFEX_LIC for details. version 1.
+
 package Fortran77_stuff_interface;
 use strict;
 use warnings;
diff --git a/bin/Fortran90_stuff_interface.pm b/bin/Fortran90_stuff_interface.pm
index 0d053238e..7411b1fea 100644
--- a/bin/Fortran90_stuff_interface.pm
+++ b/bin/Fortran90_stuff_interface.pm
@@ -1,3 +1,8 @@
+#SURFEX_LIC Copyright 1994-2014 Meteo-France 
+#SURFEX_LIC This is part of the SURFEX software governed by the CeCILL-C  licence
+#SURFEX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+#SURFEX_LIC for details. version 1.
+
 package Fortran90_stuff_interface;
 use strict;
 use warnings;
diff --git a/bin/make_intfbl_f77.pl b/bin/make_intfbl_f77.pl
index 4055f8472..600b129b1 100755
--- a/bin/make_intfbl_f77.pl
+++ b/bin/make_intfbl_f77.pl
@@ -1,4 +1,8 @@
 #!/usr/bin/perl
+#SURFEX_LIC Copyright 1994-2014 Meteo-France 
+#SURFEX_LIC This is part of the SURFEX software governed by the CeCILL-C  licence
+#SURFEX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+#SURFEX_LIC for details. version 1.
 
 use strict;
 use warnings;
diff --git a/bin/make_intfbl_f90.pl b/bin/make_intfbl_f90.pl
index ea1426104..6af402e75 100755
--- a/bin/make_intfbl_f90.pl
+++ b/bin/make_intfbl_f90.pl
@@ -1,4 +1,8 @@
 #!/usr/bin/perl
+#SURFEX_LIC Copyright 1994-2014 Meteo-France 
+#SURFEX_LIC This is part of the SURFEX software governed by the CeCILL-C  licence
+#SURFEX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
+#SURFEX_LIC for details. version 1.
 
 use strict;
 use warnings;
-- 
GitLab