diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 18:55:44 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-31 18:55:44 -0400 |
commit | e630db87d2d30341e7b1b3db30c3a0c768adae5f (patch) | |
tree | aa0ead336107b4b5cdd353d9e6fc38a2cbc802ea /wirish | |
parent | 77abda29002216bd8186b430f484c98666a52339 (diff) | |
download | librambutan-e630db87d2d30341e7b1b3db30c3a0c768adae5f.tar.gz librambutan-e630db87d2d30341e7b1b3db30c3a0c768adae5f.zip |
Assert LeafLabs copyright in wirish/Print.cpp.
This should get replaced with a clean-room MIT licensed version, but
pieces of it are ours (notably the bugfixes to the floating point
printing routines), so might as well do the copyright thing.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'wirish')
-rw-r--r-- | wirish/Print.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wirish/Print.cpp b/wirish/Print.cpp index 1a2bddb..f6bc0c6 100644 --- a/wirish/Print.cpp +++ b/wirish/Print.cpp @@ -1,6 +1,7 @@ /* * Print.cpp - Base class that provides print() and println() * Copyright (c) 2008 David A. Mellis. All right reserved. + * Copyright (c) 2011 LeafLabs, LLC. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License |