diff --git a/Apple2/CommandFirmware.asm b/Apple2/CommandFirmware.asm index 206e35a..f6d384b 100644 --- a/Apple2/CommandFirmware.asm +++ b/Apple2/CommandFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2022 +; Copyright Terence J. Boldt (c)2020-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/CommandFirmware.lst b/Apple2/CommandFirmware.lst index 9b0a909..3fed012 100644 --- a/Apple2/CommandFirmware.lst +++ b/Apple2/CommandFirmware.lst @@ -2,7 +2,7 @@ ca65 V2.18 - Raspbian 2.19-1 Main file : CommandFirmware.asm Current file: CommandFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2022 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/DriveFirmware.asm b/Apple2/DriveFirmware.asm index af5124f..6c9b071 100644 --- a/Apple2/DriveFirmware.asm +++ b/Apple2/DriveFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2022 +; Copyright Terence J. Boldt (c)2020-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/DriveFirmware.lst b/Apple2/DriveFirmware.lst index a3cb7e0..8fdea7a 100644 --- a/Apple2/DriveFirmware.lst +++ b/Apple2/DriveFirmware.lst @@ -2,7 +2,7 @@ ca65 V2.18 - Raspbian 2.19-1 Main file : DriveFirmware.asm Current file: DriveFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2022 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/FileAccessFirmware.asm b/Apple2/FileAccessFirmware.asm index 85744b7..12988e5 100644 --- a/Apple2/FileAccessFirmware.asm +++ b/Apple2/FileAccessFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2022 +; Copyright Terence J. Boldt (c)2020-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/FileAccessFirmware.lst b/Apple2/FileAccessFirmware.lst index dfae9ff..0782987 100644 --- a/Apple2/FileAccessFirmware.lst +++ b/Apple2/FileAccessFirmware.lst @@ -2,7 +2,7 @@ ca65 V2.18 - Raspbian 2.19-1 Main file : FileAccessFirmware.asm Current file: FileAccessFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2022 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 diff --git a/Apple2/MenuFirmware.asm b/Apple2/MenuFirmware.asm index 63e55b8..c28688d 100644 --- a/Apple2/MenuFirmware.asm +++ b/Apple2/MenuFirmware.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2020-2022 +; Copyright Terence J. Boldt (c)2020-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. @@ -162,7 +162,7 @@ end: ; NOTE: The text below exactly fills the remaining 256 bytes of firmware Text: .byte "Apple2-IO-RPi",$8d -.byte "(c)2020-2022 Terence J. Boldt",$8d +.byte "(c)2020-2023 Terence J. Boldt",$8d .byte $8d .byte "Waiting for RPi FW:000F...",$00 diff --git a/Apple2/MenuFirmware.lst b/Apple2/MenuFirmware.lst index c0a24b1..65a14d5 100644 --- a/Apple2/MenuFirmware.lst +++ b/Apple2/MenuFirmware.lst @@ -2,7 +2,7 @@ ca65 V2.18 - Raspbian 2.19-1 Main file : MenuFirmware.asm Current file: MenuFirmware.asm -000000r 1 ; Copyright Terence J. Boldt (c)2020-2022 +000000r 1 ; Copyright Terence J. Boldt (c)2020-2023 000000r 1 ; Use of this source code is governed by an MIT 000000r 1 ; license that can be found in the LICENSE file. 000000r 1 @@ -169,7 +169,7 @@ Current file: MenuFirmware.asm 00C7B8 1 65 32 2D 49 00C7BC 1 4F 2D 52 50 00C7C0 1 69 8D -00C7C2 1 28 63 29 32 .byte "(c)2020-2022 Terence J. Boldt",$8d +00C7C2 1 28 63 29 32 .byte "(c)2020-2023 Terence J. Boldt",$8d 00C7C6 1 30 32 30 2D 00C7CA 1 32 30 32 32 00C7CE 1 20 54 65 72 diff --git a/Apple2/RPi.Command.asm b/Apple2/RPi.Command.asm index 56316e7..ae4d07a 100644 --- a/Apple2/RPi.Command.asm +++ b/Apple2/RPi.Command.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2021-2022 +; Copyright Terence J. Boldt (c)2021-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. diff --git a/Apple2/Shell.asm b/Apple2/Shell.asm index 7a613b3..0cd5932 100755 --- a/Apple2/Shell.asm +++ b/Apple2/Shell.asm @@ -1,4 +1,4 @@ -; Copyright Terence J. Boldt (c)2021-2022 +; Copyright Terence J. Boldt (c)2021-2023 ; Use of this source code is governed by an MIT ; license that can be found in the LICENSE file. @@ -281,6 +281,6 @@ restoreChar: Text: .byte "Apple2-IO-RPi Shell Version 000D",$8d -.byte "(c)2020-2022 Terence J. Boldt",$8d +.byte "(c)2020-2023 Terence J. Boldt",$8d .byte $8d .byte $00 diff --git a/Apple2/Shell.lst b/Apple2/Shell.lst index 044b6b2..cd37e32 100644 --- a/Apple2/Shell.lst +++ b/Apple2/Shell.lst @@ -287,7 +287,7 @@ Current file: Shell.asm 002176 1 41 70 70 6C .byte "Apple2-IO-RPi Shell Version 000D",$8d 00217A 1 65 32 2D 49 00217E 1 4F 2D 52 50 -002197 1 28 63 29 32 .byte "(c)2020-2022 Terence J. Boldt",$8d +002197 1 28 63 29 32 .byte "(c)2020-2023 Terence J. Boldt",$8d 00219B 1 30 32 30 2D 00219F 1 32 30 32 32 0021B5 1 8D .byte $8d diff --git a/LICENSE b/LICENSE index 31ffda1..4466ff6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2022 Terence J. Boldt +Copyright (c) 2020-2023 Terence J. Boldt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/RaspberryPi/apple2driver/a2io/communication.go b/RaspberryPi/apple2driver/a2io/communication.go index 056b0b8..e10be7d 100644 --- a/RaspberryPi/apple2driver/a2io/communication.go +++ b/RaspberryPi/apple2driver/a2io/communication.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2021-2022 +// Copyright Terence J. Boldt (c)2021-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/a2io/gpio.go b/RaspberryPi/apple2driver/a2io/gpio.go index 09d6bd6..f1e8974 100644 --- a/RaspberryPi/apple2driver/a2io/gpio.go +++ b/RaspberryPi/apple2driver/a2io/gpio.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/driver.go b/RaspberryPi/apple2driver/driver.go index 452d348..7d1825d 100644 --- a/RaspberryPi/apple2driver/driver.go +++ b/RaspberryPi/apple2driver/driver.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/go.mod b/RaspberryPi/apple2driver/go.mod index a4fdf3d..323a7d1 100644 --- a/RaspberryPi/apple2driver/go.mod +++ b/RaspberryPi/apple2driver/go.mod @@ -5,5 +5,5 @@ go 1.16 require ( github.com/creack/pty v1.1.18 github.com/stianeikeland/go-rpio/v4 v4.6.0 - github.com/tjboldt/ProDOS-Utilities v0.4.2 + github.com/tjboldt/ProDOS-Utilities v0.4.3 ) diff --git a/RaspberryPi/apple2driver/go.sum b/RaspberryPi/apple2driver/go.sum index a367a57..ed2875c 100644 --- a/RaspberryPi/apple2driver/go.sum +++ b/RaspberryPi/apple2driver/go.sum @@ -2,7 +2,31 @@ github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY= github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/stianeikeland/go-rpio/v4 v4.6.0 h1:eAJgtw3jTtvn/CqwbC82ntcS+dtzUTgo5qlZKe677EY= github.com/stianeikeland/go-rpio/v4 v4.6.0/go.mod h1:A3GvHxC1Om5zaId+HqB3HKqx4K/AqeckxB7qRjxMK7o= -github.com/tjboldt/ProDOS-Utilities v0.4.1 h1:tbXgLFXO4xh7t4XAuMgPwM9wXUcEAxH7/ByffjvgsPk= -github.com/tjboldt/ProDOS-Utilities v0.4.1/go.mod h1:eBQRf0U+goRbBOxzFCwRW+FZmALC8dfYaqCwcqwzi74= -github.com/tjboldt/ProDOS-Utilities v0.4.2 h1:0F02Ddhyc/su3twFNXg57boHsV0pnXKxwCPThrrSdMI= -github.com/tjboldt/ProDOS-Utilities v0.4.2/go.mod h1:eBQRf0U+goRbBOxzFCwRW+FZmALC8dfYaqCwcqwzi74= +github.com/tjboldt/ProDOS-Utilities v0.4.3 h1:uNC3LYO0hlForL1pxbXny1Fbk39jj6MPWjDollcApFo= +github.com/tjboldt/ProDOS-Utilities v0.4.3/go.mod h1:4D1GnCj155VTpP07052zoMN8Xa4wVpVWa+ZTBFQdtI4= +github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= +golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= +golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/image v0.3.0 h1:HTDXbdK9bjfSWkPzDJIw89W8CAtfFGduujWs33NLLsg= +golang.org/x/image v0.3.0/go.mod h1:fXd9211C/0VTlYuAcOhW8dY/RtEJqODXOWBDpmYBf+A= +golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= +golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= +golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= +golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= +golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= +golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= +golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.6.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= +golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= +golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/RaspberryPi/apple2driver/handlers/block.go b/RaspberryPi/apple2driver/handlers/block.go index 656c528..bb49685 100644 --- a/RaspberryPi/apple2driver/handlers/block.go +++ b/RaspberryPi/apple2driver/handlers/block.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 3bc69d5..1ac38b5 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/getTime.go b/RaspberryPi/apple2driver/handlers/getTime.go index 9d82baa..3f6d7ad 100644 --- a/RaspberryPi/apple2driver/handlers/getTime.go +++ b/RaspberryPi/apple2driver/handlers/getTime.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/loadFile.go b/RaspberryPi/apple2driver/handlers/loadFile.go index 854bda5..07883dc 100644 --- a/RaspberryPi/apple2driver/handlers/loadFile.go +++ b/RaspberryPi/apple2driver/handlers/loadFile.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/loadFile_test.go b/RaspberryPi/apple2driver/handlers/loadFile_test.go index 1269282..ec610d3 100644 --- a/RaspberryPi/apple2driver/handlers/loadFile_test.go +++ b/RaspberryPi/apple2driver/handlers/loadFile_test.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/menu.go b/RaspberryPi/apple2driver/handlers/menu.go index 64b7a0d..f5d9f97 100755 --- a/RaspberryPi/apple2driver/handlers/menu.go +++ b/RaspberryPi/apple2driver/handlers/menu.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. @@ -15,7 +15,7 @@ import ( func MenuCommand() { fmt.Printf("Sending menu...\n") comm.WriteString("Apple2-IO-RPi\r" + - "(c)2020-2021 Terence J. Boldt\r" + + "(c)2020-2023 Terence J. Boldt\r" + "\r" + "Select an option:\r" + "\r" + diff --git a/RaspberryPi/apple2driver/handlers/menu_test.go b/RaspberryPi/apple2driver/handlers/menu_test.go index 7ada1f4..57849da 100644 --- a/RaspberryPi/apple2driver/handlers/menu_test.go +++ b/RaspberryPi/apple2driver/handlers/menu_test.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/reset.go b/RaspberryPi/apple2driver/handlers/reset.go index 39788df..08a8073 100755 --- a/RaspberryPi/apple2driver/handlers/reset.go +++ b/RaspberryPi/apple2driver/handlers/reset.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/handlers/shell.go b/RaspberryPi/apple2driver/handlers/shell.go index df38961..31ce92e 100755 --- a/RaspberryPi/apple2driver/handlers/shell.go +++ b/RaspberryPi/apple2driver/handlers/shell.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file. diff --git a/RaspberryPi/apple2driver/info/version.go b/RaspberryPi/apple2driver/info/version.go index 30cb310..99fbbe1 100644 --- a/RaspberryPi/apple2driver/info/version.go +++ b/RaspberryPi/apple2driver/info/version.go @@ -1,4 +1,4 @@ -// Copyright Terence J. Boldt (c)2020-2022 +// Copyright Terence J. Boldt (c)2020-2023 // Use of this source code is governed by an MIT // license that can be found in the LICENSE file.