File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- """ ScanFCS
2+ """ PyScanFCS
33 Paul Müller, Biotec - TU Dresden
44
55 Module doc
1717
1818
1919def description ():
20- return """ScanFSC is a data displaying and processing
20+ return """PyScanFCS is a data displaying and processing
2121tool for perpendicular line scanning FCS utilizing
22- correlator.com correlators. FCSfit is written in Python."""
22+ correlator.com correlators. PyScanFCS is written in Python."""
2323
2424def info (version ):
2525 """ Returns a little info about our program and what it can do.
@@ -45,12 +45,12 @@ def info(version):
4545 return one + lizenz + texta
4646
4747def licence ():
48- return """PyScanFSC is free software: you can redistribute it and/or modify it
48+ return """PyScanFCS is free software: you can redistribute it and/or modify it
4949under the terms of the GNU General Public License as published
5050by the Free Software Foundation, either version 2 of the License,
5151or (at your option) any later version.
5252
53- PyScanFSC is distributed in the hope that it will be useful,
53+ PyScanFCS is distributed in the hope that it will be useful,
5454but WITHOUT ANY WARRANTY; without even the implied warranty of
5555MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5656See the GNU General Public License for more details.
You can’t perform that action at this time.
0 commit comments