Changeset 386 for IOIPSL/trunk/src


Ignore:
Timestamp:
09/04/08 10:38:48 (16 years ago)
Author:
bellier
Message:

Added CeCILL License information

Location:
IOIPSL/trunk/src
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/calendar.f90

    r238 r386  
     1MODULE calendar 
     2!- 
    13!$Id$ 
    24!- 
    3 MODULE calendar 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This is the calendar which going to be used to do all 
  • IOIPSL/trunk/src/def.prec

    r20 r386  
    22!- 
    33! $Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!!-------------------------------------------------------------------- 
    58!! The module "defprec" set default precision for computation 
  • IOIPSL/trunk/src/errioipsl.f90

    r11 r386  
     1MODULE errioipsl 
     2!- 
    13!$Id$ 
    24!- 
    3 MODULE errioipsl 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58IMPLICIT NONE 
  • IOIPSL/trunk/src/flincom.f90

    r368 r386  
     1MODULE flincom 
     2!- 
    13!$Id$ 
    24!- 
    3 MODULE flincom 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58  USE netcdf 
  • IOIPSL/trunk/src/fliocom.f90

    r362 r386  
     1MODULE fliocom 
     2!- 
    13!$Id$ 
    24!- 
    3 MODULE fliocom 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58USE netcdf 
  • IOIPSL/trunk/src/getincom.f90

    r125 r386  
     1MODULE getincom 
     2!- 
    13!$Id$ 
    24!- 
    3 MODULE getincom 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58USE errioipsl, ONLY : ipslerr 
  • IOIPSL/trunk/src/histcom.f90

    r362 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!- 
    58  USE netcdf 
  • IOIPSL/trunk/src/ioipsl.f90

    r11 r386  
    22! 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47! 
    58  USE errioipsl  
  • IOIPSL/trunk/src/mathelp.f90

    r11 r386  
     1MODULE mathelp 
     2!- 
    13!$Id$ 
    2 ! 
    3 MODULE mathelp 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58  USE errioipsl,ONLY : ipslerr 
  • IOIPSL/trunk/src/restcom.f90

    r367 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!- 
    58USE netcdf 
  • IOIPSL/trunk/src/stringop.f90

    r122 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- 
Note: See TracChangeset for help on using the changeset viewer.