diff options
author | Fredric Silberberg <frsilb@microsoft.com> | 2017-05-31 18:07:02 -0700 |
---|---|---|
committer | Fredric Silberberg <frsilb@microsoft.com> | 2017-05-31 18:07:02 -0700 |
commit | dded79a412f6e93af2df7b96c2624980400680f4 (patch) | |
tree | fc3c5327b7310b5accdaab239b8addaac71143f0 /keyboards/ergodox | |
parent | cfaf34daec85e73fb878578ab86661a5b61d29b5 (diff) | |
download | qmk_firmware-dded79a412f6e93af2df7b96c2624980400680f4.tar.gz qmk_firmware-dded79a412f6e93af2df7b96c2624980400680f4.zip |
Update licensing on visualizer.c
Diffstat (limited to 'keyboards/ergodox')
-rw-r--r-- | keyboards/ergodox/keymaps/333fred/visualizer.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/keyboards/ergodox/keymaps/333fred/visualizer.c b/keyboards/ergodox/keymaps/333fred/visualizer.c index eaeea6b898..2a30562ae7 100644 --- a/keyboards/ergodox/keymaps/333fred/visualizer.c +++ b/keyboards/ergodox/keymaps/333fred/visualizer.c @@ -1,18 +1,5 @@ /* -Copyright 2017 Fred Sundvik - -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, either version 2 of the License, or -(at your option) any later version. - -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/>. +Note: this is a modified copy of ../default/visualizer.c, originally licensed GPL. */ #include "simple_visualizer.h" |