Skip to content

Commit f610f0a

Browse files
committed
Update license headers
1 parent f2ad6c7 commit f610f0a

6 files changed

Lines changed: 24 additions & 16 deletions

File tree

lib/.classpath

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,13 @@
66
<attribute name="gradle_used_by_scope" value="main,test"/>
77
</attributes>
88
</classpathentry>
9-
<classpathentry kind="src" output="bin/main" path="src/main/resources">
10-
<attributes>
11-
<attribute name="gradle_scope" value="main"/>
12-
<attribute name="gradle_used_by_scope" value="main,test"/>
13-
</attributes>
14-
</classpathentry>
159
<classpathentry kind="src" output="bin/test" path="src/test/java">
1610
<attributes>
1711
<attribute name="gradle_scope" value="test"/>
1812
<attribute name="gradle_used_by_scope" value="test"/>
1913
<attribute name="test" value="true"/>
2014
</attributes>
2115
</classpathentry>
22-
<classpathentry kind="src" output="bin/test" path="src/test/resources">
23-
<attributes>
24-
<attribute name="gradle_scope" value="test"/>
25-
<attribute name="gradle_used_by_scope" value="test"/>
26-
<attribute name="test" value="true"/>
27-
</attributes>
28-
</classpathentry>
2916
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-16/"/>
3017
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
3118
<classpathentry kind="output" path="bin/default"/>

lib/src/main/java/com/wuin/ecdsakeyj/BTCKeyPair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2021 BitcoinJ
1+
/* Copyright 2021 wyuinche
22
*
33
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
44
* the License. You may obtain a copy of the License at

lib/src/main/java/com/wuin/ecdsakeyj/ECDSAKeyPair.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/* Copyright 2021 wyuinche
2+
*
3+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* the License. You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
* specific language governing permissions and limitations under the License.
11+
*/
112
package com.wuin.ecdsakeyj;
213

314
public abstract class ECDSAKeyPair {

lib/src/main/java/com/wuin/ecdsakeyj/ETHKeyPair.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/* Copyright 2021 BitcoinJ
2-
* Copyright 2021 Web3 Labs Ltd.
1+
/* Copyright 2021 wyuinche
32
*
43
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
54
* the License. You may obtain a copy of the License at

lib/src/main/java/com/wuin/ecdsakeyj/Util.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/* Copyright 2021 wyuinche
2+
*
3+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
* the License. You may obtain a copy of the License at
5+
*
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
*
8+
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
* specific language governing permissions and limitations under the License.
11+
*/
112
package com.wuin.ecdsakeyj;
213

314
public class Util {

release/ecdsa-keygen-java-1.1.jar

7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)