Erik - / SW_HTTPServer

Fork of SW_HTTPServer by David Smart

Revision:
14:19c5f6151319
Parent:
13:8975d7928678
--- a/Base64.cpp	Mon Aug 12 11:26:59 2013 +0000
+++ b/Base64.cpp	Mon Aug 12 23:03:25 2013 +0000
@@ -1,3 +1,17 @@
+//
+// Base64 Encoding and Decoding
+//
+// @note Copyright © 2013 by Smartware Computing, all rights reserved.
+//     Individuals may use this application for evaluation or non-commercial
+//     purposes. Within this restriction, changes may be made to this application
+//     as long as this copyright notice is retained. The user shall make
+//     clear that their work is a derived work, and not the original.
+//     Users of this application and sources accept this application "as is" and
+//     shall hold harmless Smartware Computing, for any undesired results while
+//     using this application - whether real or imagined.
+//
+// author David Smart, Smartware Computing
+//
 #ifndef WIN32
 #include "mbed.h"
 #else