From b4b061795a1661773d790f27aea935a70451f9e6 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 11 Feb 2025 12:40:10 -0800 Subject: [PATCH] Kaleidoscope-Hardware-Keyboardio-Alto: Update license to include additional permission --- .../examples/Devices/Keyboardio/Alto/Alto.ino | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/plugins/Kaleidoscope-Hardware-Keyboardio-Alto/examples/Devices/Keyboardio/Alto/Alto.ino b/plugins/Kaleidoscope-Hardware-Keyboardio-Alto/examples/Devices/Keyboardio/Alto/Alto.ino index ab31f7eac7..b501f4425c 100644 --- a/plugins/Kaleidoscope-Hardware-Keyboardio-Alto/examples/Devices/Keyboardio/Alto/Alto.ino +++ b/plugins/Kaleidoscope-Hardware-Keyboardio-Alto/examples/Devices/Keyboardio/Alto/Alto.ino @@ -1,12 +1,23 @@ -// -*- mode: c++ -*- -// Copyright 2016-2022 Keyboardio, inc. -// See "LICENSE" for license details - -/** - * These #include directives pull in the Kaleidoscope firmware core, - * as well as the Kaleidoscope plugins we use in the Alto's Firmware +/* Kaleidoscope-Hardware-Keyboardio-Alto -- Keyboardio Alto hardware support for Kaleidoscope + * + * 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 + * details. + * + * You should have received a copy of the GNU General Public License along with + * this program. If not, see . */ - // The Kaleidoscope core #include "Kaleidoscope.h"