Skip to content

Commit 6cdf9d1

Browse files
committed
Update 2015 => 2016
1 parent 1e588c8 commit 6cdf9d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/

src/compiler/fbc.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" )

src/compiler/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FreeBASIC Compiler - Multi-platform BASIC Compiler.
2-
Copyright (C) 2004-2015 The FreeBASIC development team.
2+
Copyright (C) 2004-2016 The FreeBASIC development team.
33

44
This program is free software; you can redistribute it and/or
55
modify it under the terms of the GNU General Public License

src/rtlib/license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
libfb - FreeBASIC's runtime library
2-
Copyright (C) 2004-2015 The FreeBASIC development team.
2+
Copyright (C) 2004-2016 The FreeBASIC development team.
33

44
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)