You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/plugins/fTools/doAbout.py
+6
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
# -*- coding: utf-8 -*-
1
2
# licensed under the terms of GNU GPL 2
2
3
#
3
4
# This program is free software; you can redistribute it and/or modify
@@ -53,6 +54,11 @@ def getText(self):
53
54
This program 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 General Public License for more details.
54
55
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
55
56
57
+
fTools DEVELOPERS:
58
+
Carson J. Q. Farmer
59
+
Alexander Bruy
60
+
**If you have contributed code to fTools and I haven't mentioned your name here, please contact me and I will add your name.
61
+
56
62
ACKNOWLEDGEMENTS:
57
63
The following individuals (whether they know it or not) have contributed ideas, help, testing, code, and guidence towards this project, and I thank them.
0 commit comments