Skip to content

Commit 6aee345

Browse files
committed
update dates in runner scripts and licence file
1 parent 6c682f8 commit 6aee345

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### PC-BASIC interpreter ###
22

3-
**Copyright © 2013—2018 Rob Hagemans.**
3+
**Copyright © 2013—2020 Rob Hagemans.**
44

55
_Source code available at [https://github.com/robhagemans/pcbasic](https://github.com/robhagemans/pcbasic)._
66

pc-basic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
PC-BASIC - GW-BASIC/BASICA/Cartridge BASIC compatible interpreter
55
6-
(c) 2013--2019 Rob Hagemans
6+
(c) 2013--2020 Rob Hagemans
77
This file is released under the GNU GPL version 3 or later.
88
"""
99

pc-basic.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22

33
rem PC-BASIC - GW-BASIC/BASICA/Cartridge BASIC compatible interpreter
4-
rem (c) 2013--2019 Rob Hagemans
4+
rem (c) 2013--2020 Rob Hagemans
55
rem This file is released under the GNU GPL version 3 or later.
66

77
setlocal

0 commit comments

Comments
 (0)