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/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.