Skip to content

Commit f6dd43c

Browse files
authored
Fix all copyright warnings. (helidon-io#4660)
* Fix all copyright warnings. Signed-off-by: Tomas Langer <tomas.langer@oracle.com>
1 parent d91e8ae commit f6dd43c

123 files changed

Lines changed: 7 additions & 200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dbclient/jdbc/src/test/java/io/helidon/dbclient/jdbc/JdbcClientMultipleDMLOperationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.dbclient.jdbc;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/BatchResource.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/HelidonExecutorServiceProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyBatchlet.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyInputRecord.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyItemProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyItemReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyItemWriter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/main/java/io/helidon/jbatch/example/jobs/MyOutputRecord.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.jbatch.example.jobs;
1817

examples/jbatch/src/test/java/io/helidon/examples/jbatch/TestJBatchEndpoint.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
15-
*
1615
*/
1716
package io.helidon.examples.jbatch;
1817

0 commit comments

Comments
 (0)