Erik van de Coevering / UC1701

Dependents:   Opensmart_LCD_UC1701

Revision:
1:f396898c2963
Parent:
0:a8cfaf48d064
Child:
3:baaa16e24adc
--- a/UC1701.cpp	Sun Dec 18 21:10:26 2016 +0000
+++ b/UC1701.cpp	Sun Dec 18 21:12:40 2016 +0000
@@ -2,26 +2,10 @@
  * This is a simple library for UC1701 controlled graphic LCD's. 
  * Written for a cheap OPEN-SMART 1.8" 128x64 display
  * See      http://www.dx.com/p/open-smart-1-8-128-64-lcd-display-breakout-module-w-blue-backlit-444694
- 
+ *
  * Written by:  Erik van de Coevering
  * With special thanks to Tim Barr from whom I've reused some code
  * Use this code in whatever way you like, as long as it stays free of charge!
- *
- * Copyright (c) 2016
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * 
  */
 
 #include "UC1701.h"