Ignore:
Timestamp:
04/03/14 13:43:02 (2 years ago)
Author:
mmckerns
Message:

added license and copyright to every file in certain branches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UQ/legacy/envelope/conf_hausd.py

    r688 r714  
     1#!/usr/bin/env python 
     2# 
     3# Author: Lan Huong Nguyen (lanhuong @stanford) 
     4# Copyright (c) 2012-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 
    18debug = True 
    29 
    310import csv 
     11 
    412# READING EXPERIMENTAL DATA 
    513f = csv.reader(open('NewData.csv'), delimiter=',') 
Note: See TracChangeset for help on using the changeset viewer.