From 6e8edf02024ca95474a50d33a83590eb0906cd3c Mon Sep 17 00:00:00 2001 From: Ladyada Date: Fri, 11 Feb 2011 15:10:07 -0500 Subject: [PATCH] license header --- TFTLCD.cpp | 3 +++ TFTLCD.h | 2 ++ 2 files changed, 5 insertions(+) diff --git a/TFTLCD.cpp b/TFTLCD.cpp index c5edc31..bf5d823 100644 --- a/TFTLCD.cpp +++ b/TFTLCD.cpp @@ -1,3 +1,6 @@ +// Graphics library by ladyada/adafruit with init code from Rossum +// MIT license + #include "TFTLCD.h" #include diff --git a/TFTLCD.h b/TFTLCD.h index cfc998e..4415aa1 100644 --- a/TFTLCD.h +++ b/TFTLCD.h @@ -1,3 +1,5 @@ +// Graphics library by ladyada/adafruit with init code from Rossum +// MIT license #include