Skip to content

Commit 9b9dcdc

Browse files
authored
Apply the license format to tests (#58)
1 parent 5f1bc26 commit 9b9dcdc

11 files changed

Lines changed: 20 additions & 31 deletions

File tree

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,4 @@ dependencies {
130130
license {
131131
header rootProject.file('LICENSE')
132132
includes(["**/*.java", "**/*.xml"])
133-
exclude "**/*Test.java"
134133
}

app/src/androidTest/java/com/pileproject/drive/ApplicationTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive;
1817

1918
import android.app.Application;

app/src/androidTest/java/com/pileproject/drive/comm/BluetoothCommunicatorTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.comm;
1817

1918
import android.support.test.runner.AndroidJUnit4;

app/src/androidTest/java/com/pileproject/drive/execution/BlockProgramLogicTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.execution;
1817

1918
import android.support.test.runner.AndroidJUnit4;

app/src/androidTest/java/com/pileproject/drive/execution/NxtControllerTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.execution;
1817

1918
import android.support.test.runner.AndroidJUnit4;

app/src/androidTest/java/com/pileproject/drive/programming/visual/block/NumberTextViewDelegateTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.programming.visual.block;
1817

1918
import android.support.test.runner.AndroidJUnit4;

app/src/androidTest/java/com/pileproject/drive/util/development/UnitTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.util.development;
1817

1918
import android.content.res.Configuration;

app/src/test/java/com/pileproject/drive/util/development/MeasurementUnitTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.util.development;
1817

1918
import org.junit.Test;

app/src/test/java/com/pileproject/drive/util/math/RangeTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.util.math;
1817

1918
import org.junit.Test;

app/src/test/java/com/pileproject/drive/util/string/NumberUtilTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*
2-
* Copyright (C) 2011-2015 PILE Project, Inc. <dev@pileproject.com>
1+
/**
2+
* Copyright (C) 2011-2016 PILE Project, Inc. <dev@pileproject.com>
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
1716
package com.pileproject.drive.util.string;
1817

1918
import org.junit.Test;

0 commit comments

Comments
 (0)