Skip to content

Commit

Permalink
Kaleidoscope-Hardware-Keyboardio-Alto: Update license to include addi…
Browse files Browse the repository at this point in the history
…tional permission
  • Loading branch information
obra committed Feb 11, 2025
1 parent 60e7434 commit b4b0617
Showing 1 changed file with 19 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
// -*- mode: c++ -*-
// Copyright 2016-2022 Keyboardio, inc. <jesse@keyboard.io>
// 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 <http://www.gnu.org/licenses/>.
*/

// The Kaleidoscope core
#include "Kaleidoscope.h"

Expand Down

0 comments on commit b4b0617

Please sign in to comment.