1
1
/*
2
- * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License").
5
- * You may not use this file except in compliance with the License.
6
- * A copy of the License is located at
7
- *
8
- * http://aws.amazon.com/apache2.0
9
- *
10
- * or in the "license" file accompanying this file. This file is distributed
11
- * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12
- * express or implied. See the License for the specific language governing
13
- * permissions and limitations under the License.
2
+ * Copyright (PD) 2006 The Bitzi Corporation
3
+ * Please see the end of this file for full license text.
14
4
*/
15
5
16
6
package org .bitpedia .util ;
@@ -158,3 +148,46 @@ public static void main(String[] args) {
158
148
System .out .println ("Reencoded: " + Base32 .encode (decoded ));
159
149
}
160
150
}
151
+
152
+ /* (PD) 2003 The Bitzi Corporation
153
+ *
154
+ * 1. Authorship. This work and others bearing the above
155
+ * label were created by, or on behalf of, the Bitzi
156
+ * Corporation. Often other public domain material by
157
+ * other authors is also incorporated; this should be
158
+ * clear from notations in the source code.
159
+ *
160
+ * 2. Release. The Bitzi Corporation places these works
161
+ * into the public domain, disclaiming all rights granted
162
+ * us by copyright law.
163
+ *
164
+ * You are completely free to copy, use, redistribute
165
+ * and modify this work, though you should be aware of
166
+ * points (3) and (4), below.
167
+ *
168
+ * 3. Trademark Advisory. The Bitzi Corporation reserves
169
+ * all rights with regard to any of its trademarks which
170
+ * may appear herein, such as "Bitzi" or "Bitcollider".
171
+ * Please take care that your uses of this work do not
172
+ * infringe on our trademarks or imply our endorsement.
173
+ * For example, you should change labels and identifier
174
+ * strings in your derivative works where appropriate.
175
+ *
176
+ * 4. Disclaimer. THIS SOFTWARE IS PROVIDED BY THE AUTHOR
177
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
178
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
179
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
180
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE
181
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
182
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
183
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
184
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
185
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
186
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
187
+ * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
188
+ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
189
+ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
190
+ *
191
+ * Please see http://bitzi.com/publicdomain or write
192
+ * [email protected] for more info.
193
+ */
0 commit comments