Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SW_HTTPServer by
Diff: Base64.cpp
- Revision:
- 14:19c5f6151319
- Parent:
- 13:8975d7928678
diff -r 8975d7928678 -r 19c5f6151319 Base64.cpp --- 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
