Skip to content

Commit f3b2ab1

Browse files
authored
Update licence for Open SURFEX headers to CeCILL_V2.1 (#39)
1 parent 5fdf3a6 commit f3b2ab1

File tree

145 files changed

+290
-806
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+290
-806
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17+
- name: Set up repository
18+
# Clone all history leading to the tip of a single branch
19+
# See https://stackoverflow.com/a/44036486.
20+
run: |
21+
git remote set-branches --add origin master
22+
git fetch origin master
1723
- name: Set up Python
1824
uses: actions/setup-python@v2
1925
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,3 @@ Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file.
117117
## Copyright and license
118118

119119
Copyright stated at the top of source files. Software released under [CeCILL version 2.1](Licence_CeCILL_V2.1-en.txt).
120-
Third party files released under MIT or CeCILL-C. See [ThirdPartyNotices.txt](ThirdPartyNotices.txt) for more details.

ThirdPartyNotices.txt

Lines changed: 0 additions & 521 deletions
Large diffs are not rendered by default.

src/driver/add_forecast_to_date_surf.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE ADD_FORECAST_TO_DATE_SURF(KYEAR,KMONTH,KDAY,PSEC)

src/driver/close_file.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE CLOSE_FILE(HPROGRAM,KUNIT)

src/driver/close_file_asc.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE CLOSE_FILE_ASC(HPROGRAM,KUNIT )

src/driver/modd_forc_atm.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! ######################
66
MODULE MODD_FORC_ATM

src/driver/modd_surf_conf.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #####################
66
MODULE MODD_SURF_CONF

src/driver/mode_char2real.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
MODULE MODE_CHAR2REAL
66
!

src/driver/ol_alloc_atm.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE OL_ALLOC_ATM(KNI,KBANDS,KSCAL)

src/driver/ol_read_atm.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE OL_READ_ATM (&

src/driver/ol_read_atm_ascii.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE OL_READ_ATM_ASCII (KFORC_STEP, &

src/driver/ol_time_interp_atm.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! ######spl
66
SUBROUTINE OL_TIME_INTERP_ATM (KSURF_STEP,KNB_ATM, &

src/driver/open_close_bin_asc_forc.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! ################################################################
66
SUBROUTINE OPEN_CLOSE_BIN_ASC_FORC(HACTION,HFORCING,HACTION2)

src/proxi_SVAT/garden.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE GARDEN (DTCO, G, T, TOP, TIR, DTV, GB, DK, DEK, DMK, GDO, S, K, P, PEK, &

src/proxi_SVAT/greenroof.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE GREENROOF (DTCO, G, T, TOP, TIR, DTV, GB, DK, DEK, DMK, GRO, S, K, P, PEK, &

src/proxi_SVAT/teb_veg_properties.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE TEB_VEG_PROPERTIES (PMASK, IO, PEK, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, &

src/teb/albedo_from_nir_vis.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE ALBEDO_FROM_NIR_VIS(PSW_BANDS,PALBNIR,PALBVIS,PALBUV,PDIR_ALB,PSCA_ALB)

src/teb/avg_urban_fluxes.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE AVG_URBAN_FLUXES(TOP, T, B, TPN, DMT, &

src/teb/bem.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! ##########################################################################
66
SUBROUTINE BEM(BOP, T, B, DMT, PTSTEP, PSUNTIME, KDAY, PPS, PRHOA, PT_CAN, &

src/teb/bem_morpho.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
!#####################################################################
66
SUBROUTINE BEM_MORPHO(PBLD, PWALL_O_HOR, PBLD_HEIGHT, PWALL_O_BLD, B)

src/teb/bld_e_budget.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE BLD_E_BUDGET( OTI_EVOL, PTSTEP, PBLD, PWALL_O_HOR, &

src/teb/bld_occ_calendar.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
!#####################################################################################
66
SUBROUTINE BLD_OCC_CALENDAR(TPTIME, PTSUN, T, B, PQIN_FRAC, PTCOOL_TARGET, PTHEAT_TARGET, PQIN)

src/teb/close_namelist.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE CLOSE_NAMELIST(HPROGRAM,KLUNAM)

src/teb/day_of_week.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
!################################################
66
SUBROUTINE DAY_OF_WEEK(PYEAR, PMONTH, PDAY, PDOW)

src/teb/dx_air_cooling_coil_cv.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
SUBROUTINE DX_AIR_COOLING_COIL_CV(PT_CANYON, PQ_CANYON, PPS, PRHOA, &
66
PT_IN, PQ_IN, PCOP_RAT, PCAP_SYS_RAT, &

src/teb/facade_e_budget.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
SUBROUTINE FACADE_E_BUDGET(TOP, T, B, DMT, PTSTEP, PDN_RD, PRHOA, PAC_WL, PAC_BLD, &
66
PLW_RAD, PPS, PEXNS, PT_CANYON, PTS_RD, PTSN_RD, PTS_GD, &

src/teb/flag_gr_snow.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE FLAG_GR_SNOW(KFLAG,OMASK,TPSNOW)

src/teb/flag_teb_vegn.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE FLAG_TEB_VEG_n (PEK, IO, PMASK, KFLAG)

src/teb/floor_layer_e_budget.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! ##########################################################################
66
SUBROUTINE FLOOR_LAYER_E_BUDGET(B, PTSTEP, PFLX_BLD_FL, PDQS_FL, PIMB_FL, PRADHT_IN, &

src/teb/flxsurf3bx.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
!-------------------------------------- LICENCE BEGIN ------------------------------------
66
!Environment Canada - Atmospheric Science and Technology License/Disclaimer,

src/teb/get_luout.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE GET_LUOUT(HPROGRAM,KLUOUT)

src/teb/ini_csts.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE INI_CSTS

src/teb/ini_cturbs.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
SUBROUTINE INI_CTURBS
66
!!

src/teb/ini_ocean_csts.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
SUBROUTINE INI_OCEAN_CSTS
66
! ##################

src/teb/ini_surf_csts.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
SUBROUTINE INI_SURF_CSTS
66
! ##################

src/teb/isba_albedo.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE ISBA_ALBEDO(PEK, OTR_ML, OMEB, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, &

src/teb/isba_properties.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2-
!SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3-
!SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
2+
!SFX_LIC This is part of the SURFEX software governed by the CeCILL version 2.1
3+
!SFX_LIC version 1. See LICENSE, Licence_CeCILL_V2.1-en.txt and Licence_CeCILL_V2.1-fr.txt
44
!SFX_LIC for details. version 1.
55
! #########
66
SUBROUTINE ISBA_PROPERTIES(IO, PEK, PDIR_SW, PSCA_SW, PSW_BANDS, KSW, &

0 commit comments

Comments
 (0)