1 | > Date: Fri, 13 Aug 2004 15:58:30 +1200 (NZST) |
---|
2 | > Message-ID: <1776.202.37.75.101.1092369510.squirrel@202.37.75.101> |
---|
3 | > From: adam@adambuckley.net |
---|
4 | > To: jrandom@i2p.net |
---|
5 | > |
---|
6 | > [...] |
---|
7 | > |
---|
8 | > I hereby authorize my NtpClient.java and NtpMessage.java code to be |
---|
9 | > redistributed under the BSD license for the purpose of integration with |
---|
10 | > the I2P project, providing that I am credited as the original author of |
---|
11 | > the code. |
---|
12 | > |
---|
13 | > [...] |
---|
14 | |
---|
15 | /* |
---|
16 | * Copyright (c) 2004, Adam Buckley |
---|
17 | * All rights reserved. |
---|
18 | * |
---|
19 | * Redistribution and use in source and binary forms, with or without |
---|
20 | * modification, are permitted provided that the following conditions are met: |
---|
21 | * |
---|
22 | * - Redistributions of source code must retain the above copyright notice, |
---|
23 | * this list of conditions and the following disclaimer. |
---|
24 | * - Redistributions in binary form must reproduce the above copyright notice, |
---|
25 | * this list of conditions and the following disclaimer in the documentation |
---|
26 | * and/or other materials provided with the distribution. |
---|
27 | * - Neither the name of Adam Buckley nor the names of its contributors may be |
---|
28 | * used to endorse or promote products derived from this software without |
---|
29 | * specific prior written permission. |
---|
30 | * |
---|
31 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
---|
32 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
---|
33 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
---|
34 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
---|
35 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
---|
36 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
---|
37 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
---|
38 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
---|
39 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
---|
40 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
---|
41 | * POSSIBILITY OF SUCH DAMAGE. |
---|
42 | * |
---|
43 | */ |
---|