Changeset 1733

Show
Ignore:
Timestamp:
01/06/08 09:07:46 (8 months ago)
Author:
gary
Message:

these were missed in the previous sweep through the code. Many had spaces inserted around the copyright year so that the pattern did not match.

test programs had not been done but are now

Location:
trunk
Files:
21 modified

Legend:

Unmodified
Added
Removed
  • trunk/license.txt

    r849 r1733  
    11/* Cloudy -- simulations of non-equilibrium plasmas and their spectra 
    22 
    3   Copyright (C) 1978-2007 Gary J. Ferland 
     3  Copyright (C) 1978-2008 Gary J. Ferland and others. 
    44 
    55  This software is provided 'as-is', without any express or implied 
  • trunk/scripts/date.h

    r1515 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33 
    44#ifndef _DATE_H_ 
  • trunk/source/date.h

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33 
    44#ifndef _DATE_H_ 
  • trunk/source/grid.h

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33 
    44#ifndef _GRID_H_ 
  • trunk/source/grid_do.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*grid_do called by cdDrive, this returns 0 if things went ok, 1 for disaster */ 
    44#include "cddefines.h" 
  • trunk/source/grid_xspec.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*gridXspec handles all grid calculations, called by griddo */ 
    44/*gridFunc */ 
  • trunk/source/init.h

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33 
    44#ifndef _INIT_H_ 
  • trunk/source/init_coreload.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2 * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*InitCoreload one time initialization of core load, called from cdDrive, this sets 
    44* minimum set of values needed for the code to start - called after 
  • trunk/source/init_coreload_postparse.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2 * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*InitCoreloadPostparse initialization at start, called from cloudy 
    44* after parser, will be called one time per core load */ 
  • trunk/source/init_defaults_preparse.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2 * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*InitDefaultsPreparse initialization at start of simulation, called from cloudy 
    44* before parser, sets initial values of quantities changed by parser */ 
  • trunk/source/init_sim_postparse.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland 
    2 * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*InitSimPostparse initialization at start of simulation, called from cloudy 
    44* after parser, will be called one time per sim in grid */ 
  • trunk/source/license.txt

    r849 r1733  
    11/* Cloudy -- simulations of non-equilibrium plasmas and their spectra 
    22 
    3   Copyright (C) 1978-2007 Gary J. Ferland 
     3  Copyright (C) 1978-2008 Gary J. Ferland and others 
    44 
    55  This software is provided 'as-is', without any express or implied 
  • trunk/source/punch_fits.cpp

    r1732 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * others.  For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33#include "cddefines.h" 
    44#include "cddrive.h" 
  • trunk/tsuite/programs/collion/collion.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*main program calling cloudy to produce a table giving ionization vs temperature */ 
    44#include "cddefines.h" 
  • trunk/tsuite/programs/comp4/comp4.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*main program that calls cloudy with 2 different models, called twice  
    44to confirm that code is properly initialized */ 
  • trunk/tsuite/programs/hazy_coolingcurve/hazy_coolingcurve.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/* runs pure collisional models at range of temperatures, prints cooling */ 
    44#include "cddefines.h" 
  • trunk/tsuite/programs/hazy_kmt/hazy_kmt.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*main program that calls cloudy when used as a stand-alone program */ 
    44#include "cddefines.h" 
  • trunk/tsuite/programs/hizlte/hizlte.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/* test case to show behavior of very high metals environmet going to lte 
    44 * cloud irradiated by STE blackbody, should equilibriate at continuum temperature 
  • trunk/tsuite/programs/mpi/mpi.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*main program to call cloudy to generate a large loc data cube */ 
    44#include "cddefines.h" 
  • trunk/tsuite/programs/varyn/varyn.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/* test case to vary density at constant temperature, to show how line ratios change */ 
    44#include "cddefines.h" 
  • trunk/tsuite/programs/vary_nete/vary_nete.cpp

    r1725 r1733  
    1 /* This file is part of Cloudy and is copyright (C) 1978-2007 by Gary J. Ferland. 
    2  * For conditions of distribution and use, see copyright notice in license.txt */ 
     1/* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and 
     2 * others.  For conditions of distribution and use see copyright notice in license.txt */ 
    33/*main program that calls cloudy when used as a stand-alone program */ 
    44#include "cddefines.h"