From f1e0126b8d96f053981249d9ed321cfec71bec58 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sun, 25 Oct 2020 23:57:15 -0500 Subject: [PATCH] Add copyright & license info Signed-off-by: Michael Richters --- tests/plugins/Qukeys/basic/sketch.h | 16 ++++++++++++++++ tests/plugins/Qukeys/basic/sketch.ino | 16 +++++++++++++++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/tests/plugins/Qukeys/basic/sketch.h b/tests/plugins/Qukeys/basic/sketch.h index d7b0e42c..9293eb83 100644 --- a/tests/plugins/Qukeys/basic/sketch.h +++ b/tests/plugins/Qukeys/basic/sketch.h @@ -1,5 +1,21 @@ // -*- 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 . + */ + #pragma once #include diff --git a/tests/plugins/Qukeys/basic/sketch.ino b/tests/plugins/Qukeys/basic/sketch.ino index 3bdc6c92..5ab6d23d 100644 --- a/tests/plugins/Qukeys/basic/sketch.ino +++ b/tests/plugins/Qukeys/basic/sketch.ino @@ -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 . + */ #include #include