Removed unused year and name variables
diff --git a/build.gradle b/build.gradle
index ba6b763..80213cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,6 +82,4 @@
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }