X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=hooke%2Fdriver%2Fmcs.py;h=a00117ff4e59dbc3633e91fb9b591da0c2f211cc;hb=bdb1fd5e614e714daf3fe86c55f4e6c4a073baee;hp=2d7c4198f3afa0d129b744bd49e8fb5278a7de3f;hpb=ba4daa53462d81c9302a91d959612d534efc6be7;p=hooke.git diff --git a/hooke/driver/mcs.py b/hooke/driver/mcs.py index 2d7c419..a00117f 100644 --- a/hooke/driver/mcs.py +++ b/hooke/driver/mcs.py @@ -1,10 +1,25 @@ -''' -mcs.py - -driver for mcs fluorescence files - -Massimo Sandal, Allen Chen (c) 2009 -''' +# Copyright (C) 2009-2010 Allen Chen +# Massimo Sandal +# W. Trevor King +# +# This file is part of Hooke. +# +# Hooke is free software: you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation, either +# version 3 of the License, or (at your option) any later version. +# +# Hooke is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with Hooke. If not, see +# . + +"""Driver for mcs fluorescence files +""" from .. import curve as lhc from .. import libhooke as lh