Skip to content

Commit a60b732

Browse files
committed
fix Issues tronprotocol#64
add license
1 parent eff0945 commit a60b732

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

  • src/main/java/org/tron/common/crypto/cryptohash

src/main/java/org/tron/common/crypto/cryptohash/Digest.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,30 @@
1818

1919
package org.tron.common.crypto.cryptohash;
2020

21+
/**
22+
* Copyright (c) 2007-2010 Projet RNRT SAPHIR
23+
*
24+
* Permission is hereby granted, free of charge, to any person obtaining
25+
* a copy of this software and associated documentation files (the
26+
* "Software"), to deal in the Software without restriction, including
27+
* without limitation the rights to use, copy, modify, merge, publish,
28+
* distribute, sublicense, and/or sell copies of the Software, and to
29+
* permit persons to whom the Software is furnished to do so, subject to
30+
* the following conditions:
31+
*
32+
* The above copyright notice and this permission notice shall be
33+
* included in all copies or substantial portions of the Software.
34+
*
35+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
36+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
37+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
38+
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
39+
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
40+
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
41+
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
42+
*/
43+
44+
2145
public interface Digest {
2246

2347
/**

0 commit comments

Comments
 (0)