aboutsummaryrefslogtreecommitdiffstats
path: root/glcd/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'glcd/console.c')
-rw-r--r--glcd/console.c23
1 files changed, 18 insertions, 5 deletions
diff --git a/glcd/console.c b/glcd/console.c
index 21c97fa3..714351d0 100644
--- a/glcd/console.c
+++ b/glcd/console.c
@@ -1,9 +1,22 @@
/*
- * console.c
- *
- * Created on: 20 Jun 2012
- * Author: Thomas Saunders AKA "Badger"
- */
+ ChibiOS/RT - Copyright (C) 2012
+ Joel Bodenmann aka Tectu <joel@unormal.org>
+
+ This file is part of ChibiOS-LCD-Driver.
+
+ ChibiOS-LCD-Driver 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 3 of the License, or
+ (at your option) any later version.
+
+ ChibiOS-LCD-Driver 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 "ch.h"