Changeset 115 for trunk/src


Ignore:
Timestamp:
Oct 23, 2005, 1:58:24 PM (19 years ago)
Author:
mmc
Message:

Updated all copyright notices.

Location:
trunk/src
Files:
57 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cee/RpLibraryCInterface.cc

    r93 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/cee/RpUnitsCInterface.cc

    r104 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/core/RpAbout.cc

    r37 r115  
    1 
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    29 #ifndef _RpABOUT_H
    310     #include "RpAbout.h"
  • trunk/src/core/RpBindingsDict.cc

    r104 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick S. Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
    11 
    1213#include "RpBindingsDict.h"
    1314
  • trunk/src/core/RpBoolean.cc

    r37 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19 #ifndef _RpBOOLEAN_H
    210     #include "RpBoolean.h"
  • trunk/src/core/RpChoice.cc

    r37 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19 #ifndef _RpCHOICE_H
    210     #include "RpChoice.h"
  • trunk/src/core/RpLibrary.cc

    r101 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
    11 
    1213#include "RpLibrary.h"
    1314
  • trunk/src/core/RpNumber.cc

    r104 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19 #ifndef _RpNUMBER_H
    210     #include "RpNumber.h"
  • trunk/src/core/RpOption.cc

    r37 r115  
    1 
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    29 #ifndef _RpOPTION_H
    310     #include "RpOption.h"
  • trunk/src/core/RpResult.cc

    r66 r115  
    99 * ======================================================================
    1010 *  AUTHOR:  Michael McLennan, Purdue University
    11  *  Copyright (c) 2004-2005
    12  *  Purdue Research Foundation, West Lafayette, IN
     11 *  Copyright (c) 2004-2005  Purdue Research Foundation
     12 *
     13 *  See the file "license.terms" for information on usage and
     14 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1315 * ======================================================================
    1416 */
  • trunk/src/core/RpString.cc

    r37 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19 #ifndef _RpSTRING_H
    210     #include "RpString.h"
  • trunk/src/core/RpUnits.cc

    r114 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2004-2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
    13 
    1415#include "RpUnits.h"
    1516
  • trunk/src/core/RpUnitsStd.cc

    r103 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19#include <RpUnitsStd.h>
    210#include <math.h>
  • trunk/src/core/RpVariable.cc

    r37 r115  
    1 
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    29 #ifndef _RpVARIABLE_H
    310     #include "RpVariable.h"
  • trunk/src/core/scew_extras.c

    r91 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19#include "scew/scew.h"
    210#include "scew/xelement.h"
  • trunk/src/fortran/RpFortranCommon.c

    r83 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
    13 
    14 
    1515#include "RpFortranCommon.h"
    1616
  • trunk/src/fortran/RpLibraryFInterface.cc

    r97 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/fortran/RpLibraryFStubs.c

    r84 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
    11 
    1213#ifdef __cplusplus
    1314    extern "C" {
  • trunk/src/fortran/RpUnitsFInterface.cc

    r104 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/fortran/RpUnitsFStubs.c

    r84 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/fortran/rappture_fortran.c

    r76 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19#include "rappture_interface.h"
    210#include "RpFortranCommon.h"
  • trunk/src/matlab/RpMatlabInterface.cc

    r97 r115  
    55 * ======================================================================
    66 *  AUTHOR:  Derrick Kearney, Purdue University
    7  *  Copyright (c) 2005
    8  *  Purdue Research Foundation, West Lafayette, IN
     7 *  Copyright (c) 2004-2005  Purdue Research Foundation
     8 *
     9 *  See the file "license.terms" for information on usage and
     10 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    911 * ======================================================================
    1012 */
  • trunk/src/matlab/rpAddPresets.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpChildren.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpChildrenByType.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpConvert.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpConvertDbl.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpConvertObjDbl.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpConvertObjStr.cc

    r97 r115  
    88 * ======================================================================
    99 *  AUTHOR:  Derrick Kearney, Purdue University
    10  *  Copyright (c) 2005
    11  *  Purdue Research Foundation, West Lafayette, IN
     10 *  Copyright (c) 2004-2005  Purdue Research Foundation
     11 *
     12 *  See the file "license.terms" for information on usage and
     13 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1214 * ======================================================================
    1315 */
  • trunk/src/matlab/rpConvertStr.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpDefineUnit.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpElement.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpElementAsComp.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpElementAsId.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpElementAsObject.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpElementAsType.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpFind.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGet.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetBasis.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetDouble.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetExponent.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetString.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetUnits.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpGetUnitsName.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpLib.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpMakeMetric.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpNodeComp.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpNodeId.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpNodeType.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpPut.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpPutDouble.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpPutDoubleId.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpPutString.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpPutStringId.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpResult.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/matlab/rpXml.cc

    r97 r115  
    77 * ======================================================================
    88 *  AUTHOR:  Derrick Kearney, Purdue University
    9  *  Copyright (c) 2005
    10  *  Purdue Research Foundation, West Lafayette, IN
     9 *  Copyright (c) 2004-2005  Purdue Research Foundation
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    1113 * ======================================================================
    1214 */
  • trunk/src/python/PyRpUnits.cc

    r104 r115  
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2005  Purdue Research Foundation
     4 *
     5 *  See the file "license.terms" for information on usage and
     6 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     7 * ======================================================================
     8 */
    19#include <Python.h>
    210#include <RpUnits.h>
Note: See TracChangeset for help on using the changeset viewer.