Removed unused year and name variables
diff --git a/build.gradle b/build.gradle
index 965aa8c..d1db301 100644
--- a/build.gradle
+++ b/build.gradle
@@ -122,6 +122,4 @@
         yml = 'SCRIPT_STYLE'
         yaml = 'SCRIPT_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }