Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the updated license grant to some files the tooling missed the first time around #1475

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 18 additions & 12 deletions src/kaleidoscope/device/ATmega32U4Keyboard.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
/* -*- mode: c++ -*-
* device::ATmega32U4Keyboard -- Generic ATmega32U4 keyboard base class
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 Keyboard.io, inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of version 3 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* 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
* Foundation, version 3.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
* details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/

#pragma once
Expand Down
10 changes: 8 additions & 2 deletions src/kaleidoscope/device/Base.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::device::Base -- Kaleidoscope device Base class
* Copyright (C) 2017-2021 Keyboard.io, Inc
* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2017-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/device/key_indexes.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2018 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2018-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/device/virtual/Virtual.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* Kaleidoscope-Hardware-Model01 -- Keyboard.io Model01 hardware support for Kaleidoscope
* Copyright (C) 2017-2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2017-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/device/virtual/Virtual.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* Kaleidoscope-Hardware-Model01 -- Keyboard.io Model01 hardware support for Kaleidoscope
* Copyright (C) 2017-2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2017-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/Base.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::base -- Base Bootloader Driver
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/None.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::None -- Dummy Bootloader driver
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/avr/Caterina.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::avr::Caterina -- Driver for the Caterina bootloader
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/avr/FLIP.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::avr::FLIP -- Driver for the Atmel FLIP bootloader
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/avr/FLIP.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::avr::FLIP -- Driver for the Atmel FLIP bootloader
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/avr/HalfKay.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::avr::HalfKay -- Driver for the HalfKay bootloader
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/bootloader/gd32/Base.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::bootloader::gd32::base -- GD32 Base Bootloader Driver
* Copyright (C) 2021 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2021-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/color/GammaCorrection.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::led::Gamma -- Gamma correction table
* Copyright (C) 2017-2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2017-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/keyscanner/ATmega.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::keyscanner::ATmega -- AVR ATmega-based keyscanner component
* Copyright (C) 2018-2020 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2018-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/keyscanner/Base.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::keyscanner::base -- Keyscanner base class
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/keyscanner/Base_Impl.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::keyscanner::base -- Keyscanner base class
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/keyscanner/None.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::keyscanner::None -- Dummy keyscanner component
* Copyright (C) 2019 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2019-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
12 changes: 9 additions & 3 deletions src/kaleidoscope/driver/keyscanner/Simple.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
/* -*- mode: c++ -*-
* kaleidoscope::driver::keyscanner::Simple --Straightforward Keyscanner for microcontrollers
* Copyright (C) 2018-2023 Keyboard.io, Inc
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2018-2025 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
* Foundation, version 3.
*
* Additional Permissions:
* As an additional permission under Section 7 of the GNU General Public
* License Version 3, you may link this software against a Vendor-provided
* Hardware Specific Software Module under the terms of the MCU Vendor
* Firmware Library Additional Permission Version 1.0.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
Expand Down
Loading