We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c682f8 commit 6aee345Copy full SHA for 6aee345
3 files changed
LICENSE.md
@@ -1,6 +1,6 @@
1
### PC-BASIC interpreter ###
2
3
-**Copyright © 2013—2018 Rob Hagemans.**
+**Copyright © 2013—2020 Rob Hagemans.**
4
5
_Source code available at [https://github.com/robhagemans/pcbasic](https://github.com/robhagemans/pcbasic)._
6
pc-basic
@@ -3,7 +3,7 @@
"""
PC-BASIC - GW-BASIC/BASICA/Cartridge BASIC compatible interpreter
-(c) 2013--2019 Rob Hagemans
+(c) 2013--2020 Rob Hagemans
7
This file is released under the GNU GPL version 3 or later.
8
9
pc-basic.bat
@@ -1,7 +1,7 @@
@echo off
rem PC-BASIC - GW-BASIC/BASICA/Cartridge BASIC compatible interpreter
-rem (c) 2013--2019 Rob Hagemans
+rem (c) 2013--2020 Rob Hagemans
rem This file is released under the GNU GPL version 3 or later.
setlocal
0 commit comments