Move AGPL license header to top of Java source files

This commit is contained in:
Chris Beams 2018-03-12 12:32:26 +01:00
parent 7d11fbd6dc
commit 5f4fd6e1af
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73
2 changed files with 21 additions and 19 deletions

View file

@ -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

View file

@ -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 {