File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
- """ ScanFCS
2
+ """ PyScanFCS
3
3
Paul Müller, Biotec - TU Dresden
4
4
5
5
Module doc
17
17
18
18
19
19
def description ():
20
- return """ScanFSC is a data displaying and processing
20
+ return """PyScanFCS is a data displaying and processing
21
21
tool for perpendicular line scanning FCS utilizing
22
- correlator.com correlators. FCSfit is written in Python."""
22
+ correlator.com correlators. PyScanFCS is written in Python."""
23
23
24
24
def info (version ):
25
25
""" Returns a little info about our program and what it can do.
@@ -45,12 +45,12 @@ def info(version):
45
45
return one + lizenz + texta
46
46
47
47
def 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
49
49
under the terms of the GNU General Public License as published
50
50
by the Free Software Foundation, either version 2 of the License,
51
51
or (at your option) any later version.
52
52
53
- PyScanFSC is distributed in the hope that it will be useful,
53
+ PyScanFCS is distributed in the hope that it will be useful,
54
54
but WITHOUT ANY WARRANTY; without even the implied warranty of
55
55
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
56
56
See the GNU General Public License for more details.
You can’t perform that action at this time.
0 commit comments