Changeset 386 for IOIPSL


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

Added CeCILL License information

Location:
IOIPSL/trunk
Files:
1 added
27 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/example/testcalendar.f90

    r16 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program will do some basic tests on the calendar 
  • IOIPSL/trunk/example/testconfig.f90

    r16 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47  ! 
    58  USE getincom 
  • IOIPSL/trunk/example/testconfig2.f90

    r16 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47  ! 
    58  USE getincom 
  • IOIPSL/trunk/example/testflio.f90

    r363 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program is an example of how to use "fliocom". 
  • IOIPSL/trunk/example/testhist1.f90

    r363 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program provide a an example of the basic usage of HIST. 
  • IOIPSL/trunk/example/testhist2.f90

    r363 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program provide a an example of the basic usage of HIST. 
  • IOIPSL/trunk/example/testopp.f90

    r16 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program allows to test the syntaxic analyzer. 
  • IOIPSL/trunk/example/testrest.f90

    r366 r386  
    22!- 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This program provide a an example of the basic usage of REST. 
  • 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!- 
  • IOIPSL/trunk/tools/Fparser.f90

    r16 r386  
    11PROGRAM fparser 
     2!- 
    23!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    37 
    48  USE stringop 
  • IOIPSL/trunk/tools/flio_rbld.f90

    r372 r386  
    22! 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!!-------------------------------------------------------------------- 
    58!! PROGRAM flio_rbld 
  • IOIPSL/trunk/tools/ncregular.f90

    r16 r386  
    22! 
    33!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
    47!--------------------------------------------------------------------- 
    58!- This code replaces a 2D surface grid by vectors. 
  • IOIPSL/trunk/tools/ncunderflow.f90

    r16 r386  
     1MODULE declare 
    12! -*- Mode: f90 -*- 
    23!$Id$ 
     4!- 
     5! This software is governed by the CeCILL license 
     6! See IOIPSL/IOIPSL_License_CeCILL.txt 
     7!- 
    38! f90 -L/usr/local/lib -lnetcdf -align dcommons -g 
    49!     -ladebug -check format -check bounds 
     
    1116!     -L/usr/local/install/netcdf/lib/libnetcdf.a -lPEPCF90 
    1217! 
    13 MODULE declare 
    1418  IMPLICIT NONE 
    1519  INTEGER, PARAMETER :: r4 = 4, r8 = 8, i4 = 4, i8 = 8 
  • IOIPSL/trunk/tools/rebuild

    r257 r386  
    11#!/bin/ksh 
     2# 
    23#$Id$ 
     4# 
     5# This software is governed by the CeCILL license 
     6# See IOIPSL/IOIPSL_License_CeCILL.txt 
    37#--------------------------------------------------------------------- 
    48# @(#)Rebuild IOIPSL domains 
  • IOIPSL/trunk/tools/tkcond.c

    r16 r386  
    11/* parser config.in 
    22 * $Id$ 
     3 * 
     4 * This software is governed by the CeCILL license 
     5 * See IOIPSL/IOIPSL_License_CeCILL.txt 
     6 * 
    37 * Version 1.0 
    48 * Eric Youngdale 
  • IOIPSL/trunk/tools/tkgen.c

    r16 r386  
    11/* Generate tk script based upon config.in 
    22 * $Id$ 
     3 * 
     4 * This software is governed by the CeCILL license 
     5 * See IOIPSL/IOIPSL_License_CeCILL.txt 
     6 * 
    37 * Version 1.0 
    48 * Eric Youngdale 
  • IOIPSL/trunk/tools/tkparse.c

    r16 r386  
    11/* parser config.in 
    22 * $Id$ 
     3 * 
     4 * This software is governed by the CeCILL license 
     5 * See IOIPSL/IOIPSL_License_CeCILL.txt 
     6 * 
    37 * Version 1.0 
    48 * Eric Youngdale 
Note: See TracChangeset for help on using the changeset viewer.