File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
22 FreeBASIC - A multi-platform BASIC Compiler
3- Copyright (C) 2004-2015 The FreeBASIC development team.
3+ Copyright (C) 2004-2016 The FreeBASIC development team.
44
55 Official site: http://www.freebasic.net/
66 Forum: http://www.freebasic.net/forum/
Original file line number Diff line number Diff line change @@ -3335,7 +3335,7 @@ private sub hPrintVersion( )
33353335
33363336 print "FreeBASIC Compiler - Version " + FB_VERSION + _
33373337 " (" + FB_BUILD_DATE + "), built for " + fbGetHostId( ) + " (" & fbGetHostBits( ) & "bit)"
3338- print "Copyright (C) 2004-2015 The FreeBASIC development team."
3338+ print "Copyright (C) 2004-2016 The FreeBASIC development team."
33393339
33403340 #ifdef ENABLE_STANDALONE
33413341 hAppendConfigInfo( config, "standalone" )
Original file line number Diff line number Diff line change 11FreeBASIC Compiler - Multi-platform BASIC Compiler.
2- Copyright (C) 2004-2015 The FreeBASIC development team.
2+ Copyright (C) 2004-2016 The FreeBASIC development team.
33
44This program is free software; you can redistribute it and/or
55modify it under the terms of the GNU General Public License
Original file line number Diff line number Diff line change 11libfb - FreeBASIC's runtime library
2- Copyright (C) 2004-2015 The FreeBASIC development team.
2+ Copyright (C) 2004-2016 The FreeBASIC development team.
33
44This library is free software; you can redistribute it and/or
55modify it under the terms of the GNU Lesser General Public
You can’t perform that action at this time.
0 commit comments