Skip to content

Commit 79f8233

Browse files
committed
update dates
1 parent 6aee345 commit 79f8233

101 files changed

Lines changed: 101 additions & 101 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PC-BASIC packaging script
44
Windows, MacOS and Linux packaging
55
6-
(c) 2015--2019 Rob Hagemans
6+
(c) 2015--2020 Rob Hagemans
77
This file is released under the GNU GPL version 3 or later.
88
"""
99

pcbasic/__init__.py

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

pcbasic/__main__.py

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

pcbasic/basic/__init__.py

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

pcbasic/basic/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PC-BASIC - api.py
33
Session API
44
5-
(c) 2013--2019 Rob Hagemans
5+
(c) 2013--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""
88

pcbasic/basic/base/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
PC-BASIC - base package
33
Constants and elementary classes
44
5-
(c) 2013--2019 Rob Hagemans
5+
(c) 2013--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""

pcbasic/basic/base/bytestream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PC-BASIC - bytestream.py
33
BytesIO extension with externally provided buffer
44
5-
(c) 2013--2019 Rob Hagemans
5+
(c) 2013--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""
88

pcbasic/basic/base/codestream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PC-BASIC - codestream.py
33
Code stream utilities
44
5-
(c) 2013--2019 Rob Hagemans
5+
(c) 2013--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""
88

pcbasic/basic/base/eascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PC-BASIC - eascii.py
33
Keyboard e-ASCII codes
44
5-
(c) 2015--2019 Rob Hagemans
5+
(c) 2015--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""
88

pcbasic/basic/base/error.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PC-BASIC - error.py
33
Error constants and exceptions
44
5-
(c) 2013--2019 Rob Hagemans
5+
(c) 2013--2020 Rob Hagemans
66
This file is released under the GNU GPL version 3 or later.
77
"""
88

0 commit comments

Comments
 (0)