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/app-fermi
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/app-fermi/2.0/fermi.py

    r115 r3177  
    88# ======================================================================
    99#  AUTHOR:  Michael McLennan, Purdue University
    10 #  Copyright (c) 2004-2005  Purdue Research Foundation
     10#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111#
    1212#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/2.0/fermi_io.py

    r115 r3177  
    1010# ======================================================================
    1111#  AUTHOR:  Michael McLennan, Purdue University
    12 #  Copyright (c) 2004-2005  Purdue Research Foundation
     12#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1313#
    1414#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/R/fermi.R

    r2780 r3177  
    66# ======================================================================
    77#  AUTHOR:  Derrick Kearney, Purdue University
    8 #  Copyright (c) 2005-2011  Purdue Research Foundation
     8#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99#
    1010#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/cee/fermi.c

    r1110 r3177  
    1 // ----------------------------------------------------------------------
    2 //  EXAMPLE: Fermi-Dirac function in Python.
    3 //
    4 //  This simple example shows how to use Rappture within a simulator
    5 //  written in C.
    6 // ======================================================================
    7 //  AUTHOR:  Derrick Kearney, Purdue University
    8 //  Copyright (c) 2004-2008  Purdue Research Foundation
    9 //
    10 //  See the file "license.terms" for information on usage and
    11 //  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    12 // ======================================================================
    13 
     1/*
     2 * ----------------------------------------------------------------------
     3 *  EXAMPLE: Fermi-Dirac function in Python.
     4 *
     5 *  This simple example shows how to use Rappture within a simulator
     6 *  written in C.
     7 * ======================================================================
     8 *  AUTHOR:  Derrick Kearney, Purdue University
     9 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
     10 *
     11 *  See the file "license.terms" for information on usage and
     12 *  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
     13 * ======================================================================
     14 */
    1415#include "rappture.h"
    1516
     
    3738    int err           = 0;
    3839
    39     // create a rappture library from the file filePath
     40    /* create a rappture library from the file filePath */
    4041    lib = rpLibrary(argv[1]);
    4142
    4243    if (lib == NULL) {
    43         // cannot open file or out of memory
     44        /* cannot open file or out of memory */
    4445        printf("FAILED creating Rappture Library\n");
    4546        return(1);
  • trunk/examples/app-fermi/cee/original.c

    r793 r3177  
    33 * ======================================================================
    44 *  AUTHOR:  Michael McLennan, Purdue University
    5  *  Copyright (c) 2004-2007  Purdue Research Foundation
     5 *  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    66 *
    77 *  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/fortran/fermi.f

    r1110 r3177  
    88c  AUTHOR:  Michael McLennan, Purdue University
    99c  AUTHOR:  Derrick Kearney, Purdue University
    10 c  Copyright (c) 2004-2008  Purdue Research Foundation
     10c  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111c
    1212c  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/java/Fermi.java

    r2076 r3177  
    66 * ======================================================================
    77 * AUTHOR:  Ben Rafferty, Purdue University
    8  * Copyright (c) 2010  Purdue Research Foundation
     8 * Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99 *
    1010 * See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/matlab/compiled/fermi.m

    r1260 r3177  
    88%  AUTHOR:  Michael McLennan, Purdue University
    99%  AUTHOR:  Derrick Kearney, Purdue University
    10 %  Copyright (c) 2004-2007  Purdue Research Foundation
     10%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111%
    1212%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/matlab/uncompiled/fermi.m

    r1260 r3177  
    88%  AUTHOR:  Michael McLennan, Purdue University
    99%  AUTHOR:  Derrick Kearney, Purdue University
    10 %  Copyright (c) 2004-2007  Purdue Research Foundation
     10%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111%
    1212%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/octave/octave2/fermi.m

    r1581 r3177  
    88%  AUTHOR:  Michael McLennan, Purdue University
    99%  AUTHOR:  Derrick Kearney, Purdue University
    10 %  Copyright (c) 2004-2005  Purdue Research Foundation
     10%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111%
    1212%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/octave/octave3/fermi.m

    r1581 r3177  
    88%  AUTHOR:  Michael McLennan, Purdue University
    99%  AUTHOR:  Derrick Kearney, Purdue University
    10 %  Copyright (c) 2004-2005  Purdue Research Foundation
     10%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111%
    1212%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/perl/fermi.pl

    r1110 r3177  
    66# ======================================================================
    77#  AUTHOR:  Nicholas J. Kisseberth, Purdue University
    8 #  Copyright (c) 2006  Purdue Research Foundation
     8#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99#       
    1010#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/python/fermi.py

    r670 r3177  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2005  Purdue Research Foundation
     8#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99#
    1010#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/ruby/fermi.rb

    r996 r3177  
    55# =============================================================================
    66# Author: Benjamin Haley, Purdue University
    7 # Copyright (c) 2008  Purdue Research Foundation
     7# Copyright (c) 2004-2012  HUBzero Foundation, LLC
    88#
    99# See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/tcl/fermi.tcl

    r665 r3177  
    66# ======================================================================
    77#  AUTHOR:  Michael McLennan, Purdue University
    8 #  Copyright (c) 2004-2007  Purdue Research Foundation
     8#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99#
    1010#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/cee/fermi.c

    r557 r3177  
    88 *======================================================================
    99 * AUTHOR:  Derrick Kearney, Purdue University
    10  * Copyright (c) 2006  Purdue Research Foundation
     10 * Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1111 *
    1212 * See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/cee/fermi.m

    r557 r3177  
    77% ======================================================================
    88%  AUTHOR:  Michael McLennan, Purdue University
    9 %  Copyright (c) 2004-2005  Purdue Research Foundation
     9%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010%
    1111%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/perl/fermi.m

    r1849 r3177  
    77% ======================================================================
    88%  AUTHOR:  Michael McLennan, Purdue University
    9 %  Copyright (c) 2004-2005  Purdue Research Foundation
     9%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010%
    1111%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/perl/fermi.pl

    r1849 r3177  
    66# ======================================================================
    77#  AUTHOR:  Nicholas J. Kisseberth, Purdue University
    8 #  Copyright (c) 2006  Purdue Research Foundation
     8#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    99#
    1010#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/python/fermi.m

    r798 r3177  
    77% ======================================================================
    88%  AUTHOR:  Michael McLennan, Purdue University
    9 %  Copyright (c) 2004-2005  Purdue Research Foundation
     9%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010%
    1111%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/python/fermi.py

    r798 r3177  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2007  Purdue Research Foundation
     9#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010#
    1111#  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/tcl/fermi.m

    r557 r3177  
    77% ======================================================================
    88%  AUTHOR:  Michael McLennan, Purdue University
    9 %  Copyright (c) 2004-2005  Purdue Research Foundation
     9%  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010%
    1111%  See the file "license.terms" for information on usage and
  • trunk/examples/app-fermi/wrapper/tcl/fermi.tcl

    r557 r3177  
    77# ======================================================================
    88#  AUTHOR:  Michael McLennan, Purdue University
    9 #  Copyright (c) 2004-2005  Purdue Research Foundation
     9#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
    1010#
    1111#  See the file "license.terms" for information on usage and
Note: See TracChangeset for help on using the changeset viewer.