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