diff --git a/LICENSE b/LICENSE index c815f01..3b890c8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 InSeven Limited +Copyright (c) 2022-2023 Jason Morley 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/firmware/firmware.ino b/firmware/firmware.ino index 80d900f..2d99260 100644 --- a/firmware/firmware.ino +++ b/firmware/firmware.ino @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Extensions/Color.swift b/macos/TinyBoard/Extensions/Color.swift index 2694eb0..e040944 100644 --- a/macos/TinyBoard/Extensions/Color.swift +++ b/macos/TinyBoard/Extensions/Color.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Extensions/Set.swift b/macos/TinyBoard/Extensions/Set.swift index 0b40f6c..47b7138 100644 --- a/macos/TinyBoard/Extensions/Set.swift +++ b/macos/TinyBoard/Extensions/Set.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Licenses/interact-license b/macos/TinyBoard/Licenses/interact-license index 381d027..2d482dd 100644 --- a/macos/TinyBoard/Licenses/interact-license +++ b/macos/TinyBoard/Licenses/interact-license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2018-2022 InSeven Limited +Copyright (c) 2022-2023 Jason Morley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/macos/TinyBoard/Licenses/tinyboard-license b/macos/TinyBoard/Licenses/tinyboard-license index 1159d46..2d482dd 100644 --- a/macos/TinyBoard/Licenses/tinyboard-license +++ b/macos/TinyBoard/Licenses/tinyboard-license @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 InSeven Limited +Copyright (c) 2022-2023 Jason Morley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/macos/TinyBoard/Model/ApplicationModel.swift b/macos/TinyBoard/Model/ApplicationModel.swift index 416a627..aec6897 100644 --- a/macos/TinyBoard/Model/ApplicationModel.swift +++ b/macos/TinyBoard/Model/ApplicationModel.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -37,8 +37,7 @@ class ApplicationModel: NSObject, ObservableObject { private var cancellables: Set = [] private lazy var aboutWindow: NSWindow = { - return NSWindow(repository: "inseven/tinyboard", copyright: "Copyright © 2022-2023 InSeven Limited") { - Action("InSeven Limited", url: URL(string: "https://inseven.co.uk")!) + return NSWindow(repository: "inseven/tinyboard", copyright: "Copyright © 2022-2023 Jason Morley") { Action("GitHub", url: URL(string: "https://github.com/inseven/tinyboard")!) } acknowledgements: { Acknowledgements("Developers") { diff --git a/macos/TinyBoard/Model/CBUUIDs.swift b/macos/TinyBoard/Model/CBUUIDs.swift index 9ec1f40..fa129c3 100644 --- a/macos/TinyBoard/Model/CBUUIDs.swift +++ b/macos/TinyBoard/Model/CBUUIDs.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/Device.swift b/macos/TinyBoard/Model/Device.swift index 173f426..1a6a3a6 100644 --- a/macos/TinyBoard/Model/Device.swift +++ b/macos/TinyBoard/Model/Device.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/DeviceManager.swift b/macos/TinyBoard/Model/DeviceManager.swift index 2083d0e..488f2e1 100644 --- a/macos/TinyBoard/Model/DeviceManager.swift +++ b/macos/TinyBoard/Model/DeviceManager.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/EventTap.swift b/macos/TinyBoard/Model/EventTap.swift index f58c9fb..588f524 100644 --- a/macos/TinyBoard/Model/EventTap.swift +++ b/macos/TinyBoard/Model/EventTap.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/KeyCodes.swift b/macos/TinyBoard/Model/KeyCodes.swift index f34a4a4..2a9926a 100644 --- a/macos/TinyBoard/Model/KeyCodes.swift +++ b/macos/TinyBoard/Model/KeyCodes.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/MessageType.swift b/macos/TinyBoard/Model/MessageType.swift index 8d6adf3..7d9b756 100644 --- a/macos/TinyBoard/Model/MessageType.swift +++ b/macos/TinyBoard/Model/MessageType.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Model/SerialConnection.swift b/macos/TinyBoard/Model/SerialConnection.swift index dc1245f..32c5ef4 100644 --- a/macos/TinyBoard/Model/SerialConnection.swift +++ b/macos/TinyBoard/Model/SerialConnection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Styles/MenuItemButtonStyle.swift b/macos/TinyBoard/Styles/MenuItemButtonStyle.swift index 477a5b8..c641b71 100644 --- a/macos/TinyBoard/Styles/MenuItemButtonStyle.swift +++ b/macos/TinyBoard/Styles/MenuItemButtonStyle.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Styles/MenuItemToggleStyle.swift b/macos/TinyBoard/Styles/MenuItemToggleStyle.swift index a334bd8..ce895d6 100644 --- a/macos/TinyBoard/Styles/MenuItemToggleStyle.swift +++ b/macos/TinyBoard/Styles/MenuItemToggleStyle.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/TinyBoard-Bridging-Header.h b/macos/TinyBoard/TinyBoard-Bridging-Header.h index e37d3e4..4919db1 100644 --- a/macos/TinyBoard/TinyBoard-Bridging-Header.h +++ b/macos/TinyBoard/TinyBoard-Bridging-Header.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/TinyBoardApp.swift b/macos/TinyBoard/TinyBoardApp.swift index 98642eb..d653b02 100644 --- a/macos/TinyBoard/TinyBoardApp.swift +++ b/macos/TinyBoard/TinyBoardApp.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Utilities/CGSConnection.h b/macos/TinyBoard/Utilities/CGSConnection.h index 41d25f2..7c3f6e4 100644 --- a/macos/TinyBoard/Utilities/CGSConnection.h +++ b/macos/TinyBoard/Utilities/CGSConnection.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/DeviceList.swift b/macos/TinyBoard/Views/DeviceList.swift index b3eedd9..dbcebb9 100644 --- a/macos/TinyBoard/Views/DeviceList.swift +++ b/macos/TinyBoard/Views/DeviceList.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/DeviceRow.swift b/macos/TinyBoard/Views/DeviceRow.swift index dd03cbc..1dc2ed7 100644 --- a/macos/TinyBoard/Views/DeviceRow.swift +++ b/macos/TinyBoard/Views/DeviceRow.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/EnableSwitch.swift b/macos/TinyBoard/Views/EnableSwitch.swift index 5bd6c44..84524fc 100644 --- a/macos/TinyBoard/Views/EnableSwitch.swift +++ b/macos/TinyBoard/Views/EnableSwitch.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/HUDEffectView.swift b/macos/TinyBoard/Views/HUDEffectView.swift index 6be0e8d..c18f490 100644 --- a/macos/TinyBoard/Views/HUDEffectView.swift +++ b/macos/TinyBoard/Views/HUDEffectView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/HUDView.swift b/macos/TinyBoard/Views/HUDView.swift index df15d76..0e96bd1 100644 --- a/macos/TinyBoard/Views/HUDView.swift +++ b/macos/TinyBoard/Views/HUDView.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/InputMenu.swift b/macos/TinyBoard/Views/InputMenu.swift index 204e883..abdbd4a 100644 --- a/macos/TinyBoard/Views/InputMenu.swift +++ b/macos/TinyBoard/Views/InputMenu.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/InputMenuContent.swift b/macos/TinyBoard/Views/InputMenuContent.swift index ab047dd..5acdd3a 100644 --- a/macos/TinyBoard/Views/InputMenuContent.swift +++ b/macos/TinyBoard/Views/InputMenuContent.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/MenuDivider.swift b/macos/TinyBoard/Views/MenuDivider.swift index 497546f..84ba7f8 100644 --- a/macos/TinyBoard/Views/MenuDivider.swift +++ b/macos/TinyBoard/Views/MenuDivider.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoard/Views/MenuSection.swift b/macos/TinyBoard/Views/MenuSection.swift index a626f58..d2dc9ff 100644 --- a/macos/TinyBoard/Views/MenuSection.swift +++ b/macos/TinyBoard/Views/MenuSection.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoardTests/TinyBoardTests.swift b/macos/TinyBoardTests/TinyBoardTests.swift index 06cd9da..63f777c 100644 --- a/macos/TinyBoardTests/TinyBoardTests.swift +++ b/macos/TinyBoardTests/TinyBoardTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoardUITests/TinyBoardUITests.swift b/macos/TinyBoardUITests/TinyBoardUITests.swift index 2b10a1d..2392348 100644 --- a/macos/TinyBoardUITests/TinyBoardUITests.swift +++ b/macos/TinyBoardUITests/TinyBoardUITests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/macos/TinyBoardUITests/TinyBoardUITestsLaunchTests.swift b/macos/TinyBoardUITests/TinyBoardUITestsLaunchTests.swift index 039676f..d2a1dec 100644 --- a/macos/TinyBoardUITests/TinyBoardUITestsLaunchTests.swift +++ b/macos/TinyBoardUITests/TinyBoardUITestsLaunchTests.swift @@ -1,4 +1,4 @@ -// Copyright (c) 2022-2023 InSeven Limited +// Copyright (c) 2022-2023 Jason Morley // // 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/scripts/build.sh b/scripts/build.sh index 342956d..6fd8328 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2022 InSeven Limited +# Copyright (c) 2022-2023 Jason Morley # # 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/scripts/environment.sh b/scripts/environment.sh index 685ce48..01e262d 100755 --- a/scripts/environment.sh +++ b/scripts/environment.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2022 InSeven Limited +# Copyright (c) 2022-2023 Jason Morley # # 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/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 44b2dff..b84e4e2 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-2022 InSeven Limited +# Copyright (c) 2022-2023 Jason Morley # # 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/scripts/release.sh b/scripts/release.sh index b2ffca5..3f5d364 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2022 InSeven Limited +# Copyright (c) 2022-2023 Jason Morley # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal