Changeset 386 for IOIPSL/trunk/tools


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

Added CeCILL License information

Location:
IOIPSL/trunk/tools
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • 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.