Add copyright & license info

Signed-off-by: Michael Richters <gedankenexperimenter@gmail.com>
pull/949/head
Michael Richters 4 years ago
parent fd9b7462b0
commit f1e0126b8d
No known key found for this signature in database
GPG Key ID: 1288FD13E4EEF0C0

@ -1,5 +1,21 @@
// -*- mode: c++ -*- // -*- mode: c++ -*-
/* Kaleidoscope - Firmware for computer input devices
* Copyright (C) 2020 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.
*
* 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 #pragma once
#include <cstdint> #include <cstdint>

@ -1,4 +1,18 @@
// -*- mode: c++ -*- /* -*- mode: c++ -*-
* Copyright (C) 2020 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.
*
* 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/>.
*/
#include <Kaleidoscope.h> #include <Kaleidoscope.h>
#include <Kaleidoscope-Qukeys.h> #include <Kaleidoscope-Qukeys.h>

Loading…
Cancel
Save