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