mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-10-31 14:08:27 +00:00
Update copyright year
This commit is contained in:
parent
382cfebc26
commit
f33654411b
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
2
LICENSE
2
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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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" +
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user