relocated license header

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/digester/trunk@1140256 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java b/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
index 3281a1c..988d859 100644
--- a/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
+++ b/src/main/java/org/apache/commons/digester3/AbstractMethodRule.java
@@ -1,13 +1,5 @@
 package org.apache.commons.digester3;
 
-import static java.lang.String.format;
-
-import org.apache.commons.beanutils.MethodUtils;
-import org.apache.commons.digester3.annotations.rules.SetNext;
-import org.apache.commons.digester3.annotations.rules.SetRoot;
-import org.apache.commons.digester3.annotations.rules.SetTop;
-import org.xml.sax.Attributes;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -27,6 +19,14 @@
  * under the License.
  */
 
+import static java.lang.String.format;
+
+import org.apache.commons.beanutils.MethodUtils;
+import org.apache.commons.digester3.annotations.rules.SetNext;
+import org.apache.commons.digester3.annotations.rules.SetRoot;
+import org.apache.commons.digester3.annotations.rules.SetTop;
+import org.xml.sax.Attributes;
+
 /**
  * Abstarct implementation for {@link SetNext}, {@link SetRoot} and {@link SetTop} rules.
  *