Erik van de Coevering / UC1701

Dependents:   Opensmart_LCD_UC1701

Files at this revision

API Documentation at this revision

Comitter:
Anaesthetix
Date:
Sun Dec 18 21:12:40 2016 +0000
Parent:
0:a8cfaf48d064
Child:
2:d9e9d326c4bb
Commit message:
Added header

Changed in this revision

UC1701.cpp Show annotated file Show diff for this revision Revisions of this file
UC1701.h Show annotated file Show diff for this revision Revisions of this file
--- 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"
--- a/UC1701.h	Sun Dec 18 21:10:26 2016 +0000
+++ b/UC1701.h	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.
- *
- * 
  */
 
 #ifndef UC1701_H