diff options
| -rw-r--r-- | src/mainwin.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mainwin.cc b/src/mainwin.cc index 7ca7de5..9c427cf 100644 --- a/src/mainwin.cc +++ b/src/mainwin.cc @@ -122,7 +122,7 @@ static char helptitle[] =  #endif  	"\nhttp://www.openscad.org\n\n";  static char copyrighttext[] = -	"Copyright (C) 2009-2013 Marius Kintel <marius@kintel.net> and Clifford Wolf <clifford@clifford.at>\n" +	"Copyright (C) 2009-2013 The OpenSCAD Developers\n"  	"\n"  	"This program is free software; you can redistribute it and/or modify "  	"it under the terms of the GNU General Public License as published by " | 
