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