Changeset 713 for mystic/examples_OUQ


Ignore:
Timestamp:
04/03/14 12:44:55 (2 years ago)
Author:
mmckerns
Message:

added license and copyright to each file

Location:
mystic/examples_OUQ
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mystic/examples_OUQ/TEST4d_OUQ_surrogate_diam.py

    r688 r713  
    11#!/usr/bin/env python 
     2# 
     3# Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 
     4# Copyright (c) 2010-2014 California Institute of Technology. 
     5# License: 3-clause BSD.  The full license text is available at: 
     6#  - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 
    27 
    38debug = False 
  • mystic/examples_OUQ/TEST_OUQ_surrogate_diam.py

    r688 r713  
    11#!/usr/bin/env python 
     2# 
     3# Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 
     4# Copyright (c) 2010-2014 California Institute of Technology. 
     5# License: 3-clause BSD.  The full license text is available at: 
     6#  - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 
    27 
    38debug = False 
  • mystic/examples_OUQ/surrogate.py

    r255 r713  
    1 #! /usr/bin/env python 
     1#!/usr/bin/env python 
     2# 
     3# Author: Mike McKerns (mmckerns @caltech and @uqfoundation) 
     4# Copyright (c) 2009-2014 California Institute of Technology. 
     5# License: 3-clause BSD.  The full license text is available at: 
     6#  - http://mmckerns.github.io/project/mystic/browser/mystic/LICENSE 
     7 
    28"""Original matlab code: 
    39 
Note: See TracChangeset for help on using the changeset viewer.