remove IANAL Maven Plugin
diff --git a/pom.xml b/pom.xml
index 879beb8..a646457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,20 +61,6 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>ianal-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>verify-legal-files</goal>
-            </goals>
-            <configuration>
-              <strict>false</strict>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
     </plugins>
   </build>