Changeset 622
- Timestamp:
- 01/24/10 17:43:50 (2 years ago)
- File:
-
- 1 edited
-
trunk/LICENSE.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LICENSE.txt
r208 r622 1 1 ****************************************************************************** 2 Copyright (c) 2006-20 08, Derek Konigsberg2 Copyright (c) 2006-2010, Derek Konigsberg 3 3 All rights reserved. 4 4 … … 106 106 ****************************************************************************** 107 107 108 File: LogicMail/src/org/logicprobe/LogicMail/util/bb40/Base64.java109 110 This file is a modified version of the one covered by the comments below.111 The modifications involved removing unused functionality and general formatting.112 While the BB v4.1 API includes a Base64 encoder and decoder, the v4.0 API does113 not. This class exists to provide support for BB v4.0 devices.114 115 ----------------------------------------------------------------------------116 117 Encodes and decodes to and from Base64 notation.118 Homepage: http://iharder.net/base64119 Author: Robert Harder <rob@iharder.net>120 Version 2.2.1121 122 I am placing this code in the Public Domain. Do with it as you will.123 This software comes with no guarantees or warranties but with124 plenty of well-wishing instead!125 Please visit http://iharder.net/base64126 periodically to check for updates or to contribute improvements.127 128 ******************************************************************************129 130 108 Icons used in this project are from the "Tango Desktop Project" unless 131 109 otherwise noted, and are either used directly or with minor modifications. … … 139 117 ****************************************************************************** 140 118 141 Files: LogicMailTests/src/j2meunit/framework/*.java142 LogicMailTests/src/j2meunit/util/*.java119 Files: J2MEUnit/src/j2meunit/framework/*.java 120 J2MEUnit/src/j2meunit/util/*.java 143 121 144 122 These files contain the sources to J2MEUnit 1.1.1, minus any UI packages or … … 157 135 158 136 ****************************************************************************** 137 138 Icons used for the test console within the J2MEUnit project are from the 139 FamFamFam Silk icon set, unless otherwise noted, and are either used 140 directly or with minor modifications. 141 142 http://www.famfamfam.com/ 143 144 ******************************************************************************
Note: See TracChangeset
for help on using the changeset viewer.
