From 321440b80a368aedafe0e721607ae02b69a2c361 Mon Sep 17 00:00:00 2001 From: Taylor Yu Date: Fri, 23 Feb 2024 10:55:29 -0600 Subject: [PATCH] update copyrights --- src/kaleidoscope/driver/hid/TinyUSB.h | 2 +- src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.cpp | 2 +- src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.h | 2 +- src/kaleidoscope/driver/hid/tinyusb/HIDD.h | 2 +- src/kaleidoscope/driver/hid/tinyusb/Keyboard.cpp | 2 +- src/kaleidoscope/driver/hid/tinyusb/Keyboard.h | 2 +- src/kaleidoscope/driver/hid/tinyusb/MultiReport.cpp | 2 +- src/kaleidoscope/driver/hid/tinyusb/MultiReport.h | 2 +- src/kaleidoscope/driver/mcu/TinyUSB.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/kaleidoscope/driver/hid/TinyUSB.h b/src/kaleidoscope/driver/hid/TinyUSB.h index 2117daa6ee..b22feb14b8 100644 --- a/src/kaleidoscope/driver/hid/TinyUSB.h +++ b/src/kaleidoscope/driver/hid/TinyUSB.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.cpp b/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.cpp index fe33bff8b3..30991bbf9c 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.cpp +++ b/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.cpp @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.h b/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.h index b930bb46ce..0832ba71d6 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.h +++ b/src/kaleidoscope/driver/hid/tinyusb/AbsoluteMouse.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/HIDD.h b/src/kaleidoscope/driver/hid/tinyusb/HIDD.h index 2c9925c988..95da4fac81 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/HIDD.h +++ b/src/kaleidoscope/driver/hid/tinyusb/HIDD.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/Keyboard.cpp b/src/kaleidoscope/driver/hid/tinyusb/Keyboard.cpp index 71e5b446cc..2671a8e24c 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/Keyboard.cpp +++ b/src/kaleidoscope/driver/hid/tinyusb/Keyboard.cpp @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/Keyboard.h b/src/kaleidoscope/driver/hid/tinyusb/Keyboard.h index 0228adb8e8..5d3069fd16 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/Keyboard.h +++ b/src/kaleidoscope/driver/hid/tinyusb/Keyboard.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/MultiReport.cpp b/src/kaleidoscope/driver/hid/tinyusb/MultiReport.cpp index ba1962cef2..9a47587158 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/MultiReport.cpp +++ b/src/kaleidoscope/driver/hid/tinyusb/MultiReport.cpp @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/hid/tinyusb/MultiReport.h b/src/kaleidoscope/driver/hid/tinyusb/MultiReport.h index 8af43e6c4f..f1275afde5 100644 --- a/src/kaleidoscope/driver/hid/tinyusb/MultiReport.h +++ b/src/kaleidoscope/driver/hid/tinyusb/MultiReport.h @@ -1,6 +1,6 @@ // -*- mode: c++ -*- /* Kaleidoscope - Firmware for computer input devices - * Copyright (C) 2013-2019 Keyboard.io, Inc. + * Copyright (C) 2013-2024 Keyboard.io, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software diff --git a/src/kaleidoscope/driver/mcu/TinyUSB.h b/src/kaleidoscope/driver/mcu/TinyUSB.h index 0239789d55..d6ef8c7e96 100644 --- a/src/kaleidoscope/driver/mcu/TinyUSB.h +++ b/src/kaleidoscope/driver/mcu/TinyUSB.h @@ -1,5 +1,5 @@ /* -*- mode: c++ -*- - * Copyright (C) 2019, 2020 Keyboard.io, Inc + * Copyright (C) 2019-2024 Keyboard.io, Inc * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software