You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/30 14:44:06 UTC

[commons-bcel] branch master updated: Move Apache license header to the top of the file

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 87c94705 Move Apache license header to the top of the file
87c94705 is described below

commit 87c947056d4327c9ba5f5fd14316f9f4d60533c7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Aug 30 10:44:02 2022 -0400

    Move Apache license header to the top of the file
---
 .../java/org/apache/bcel/verifier/tests/TestCreator.java | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java b/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
index 87f43143..adb506a0 100644
--- a/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
+++ b/src/test/java/org/apache/bcel/verifier/tests/TestCreator.java
@@ -1,11 +1,3 @@
-package org.apache.bcel.verifier.tests;
-
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.OutputStream;
-import java.net.URISyntaxException;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
@@ -23,6 +15,14 @@ import java.net.URISyntaxException;
  * limitations under the License.
  *
  */
+package org.apache.bcel.verifier.tests;
+
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.OutputStream;
+import java.net.URISyntaxException;
+
 public abstract class TestCreator {
 
     // Common package base name for generated test classes