mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Move AGPL license header to top of Java source files
This commit is contained in:
parent
7d11fbd6dc
commit
5f4fd6e1af
2 changed files with 21 additions and 19 deletions
|
@ -1,16 +1,3 @@
|
||||||
package bisq.desktop.main.overlays.windows.downloadupdate;
|
|
||||||
|
|
||||||
import com.google.common.collect.Lists;
|
|
||||||
import bisq.desktop.main.overlays.windows.downloadupdate.BisqInstaller.FileDescriptor;
|
|
||||||
import lombok.extern.slf4j.Slf4j;
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.net.URL;
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import static org.junit.Assert.assertEquals;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Bisq.
|
* This file is part of Bisq.
|
||||||
*
|
*
|
||||||
|
@ -27,6 +14,20 @@ import static org.junit.Assert.assertEquals;
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with bisq. If not, see <http://www.gnu.org/licenses/>.
|
* along with bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
package bisq.desktop.main.overlays.windows.downloadupdate;
|
||||||
|
|
||||||
|
import com.google.common.collect.Lists;
|
||||||
|
import bisq.desktop.main.overlays.windows.downloadupdate.BisqInstaller.FileDescriptor;
|
||||||
|
import lombok.extern.slf4j.Slf4j;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import static org.junit.Assert.assertEquals;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class BisqInstallerTest {
|
public class BisqInstallerTest {
|
||||||
@Test
|
@Test
|
||||||
|
|
|
@ -1,9 +1,3 @@
|
||||||
package bisq.desktop.main.overlays.windows.downloadupdate;
|
|
||||||
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This file is part of Bisq.
|
* This file is part of Bisq.
|
||||||
*
|
*
|
||||||
|
@ -20,6 +14,13 @@ import static org.junit.Assert.*;
|
||||||
* You should have received a copy of the GNU Affero General Public License
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
* along with bisq. If not, see <http://www.gnu.org/licenses/>.
|
* along with bisq. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
package bisq.desktop.main.overlays.windows.downloadupdate;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import static org.junit.Assert.*;
|
||||||
|
|
||||||
public class VerifyTaskTest {
|
public class VerifyTaskTest {
|
||||||
@Test
|
@Test
|
||||||
public void call() throws Exception {
|
public void call() throws Exception {
|
||||||
|
|
Loading…
Add table
Reference in a new issue