Ignore:
Timestamp:
Sep 21, 2012 10:01:16 AM (12 years ago)
Author:
mmc
Message:

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

Location:
trunk/examples/c-example
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/c-example/compress.c

    r872 r3177  
    1 // ======================================================================
    2 //  Copyright (c) 2004-2007  Purdue Research Foundation
    3 //  See the file "license.terms" for information on usage and
    4 //  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    5 // ======================================================================
    6 
     1/*
     2 * ======================================================================
     3 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
     4 *  See the file "license.terms" for information on usage and
     5 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     6 * ======================================================================
     7 */
    78#include "rappture.h"
    89
     
    2526    dxFilePath = argv[2];
    2627
    27     // create a rappture library from the file filePath
     28    /* create a rappture library from the file filePath */
    2829    lib = rpLibrary(xmlFilePath);
    2930
    3031    if (lib == NULL) {
    31         // cannot open file or out of memory
     32        /* cannot open file or out of memory */
    3233        printf("FAILED creating Rappture Library\n");
    3334        return 1;
    3435    }
    3536
    36     // label the graph with a title
     37    /* label the graph with a title */
    3738    rpPutString(lib,"output.field(dxFile1).about.label",
    3839        "Example loading of a DX file",RPLIB_OVERWRITE);
     
    4647    RapptureBufferFree(&buf);
    4748
    48     // write output to run file and signal
     49    /* write output to run file and signal */
    4950    rpResult(lib);
    5051
  • trunk/examples/c-example/compress.cc

    r872 r3177  
    11// ======================================================================
    2 //  Copyright (c) 2004-2007  Purdue Research Foundation
     2//  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    33//  See the file "license.terms" for information on usage and
    44//  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  • trunk/examples/c-example/plot.cc

    r1019 r3177  
    11// ======================================================================
    2 //  Copyright (c) 2004-2005  Purdue Research Foundation
     2//  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    33//  See the file "license.terms" for information on usage and
    44//  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  • trunk/examples/c-example/plotc.c

    r1019 r3177  
    11/*
    22 * ======================================================================
    3  *  Copyright (c) 2004-2005  Purdue Research Foundation
     3 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    44 *  See the file "license.terms" for information on usage and
    55 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
Note: See TracChangeset for help on using the changeset viewer.