Rename our allwpilib (which is now 2020) to not have 2019 in the name

Change-Id: I3c07f85ed32ab8b97db765a9b43f2a6ce7da964a
diff --git a/hal/src/generate/FRCNetComm.java.in b/hal/src/generate/FRCNetComm.java.in
new file mode 100644
index 0000000..2c2f924
--- /dev/null
+++ b/hal/src/generate/FRCNetComm.java.in
@@ -0,0 +1,33 @@
+/*
+ * Autogenerated file! Do not manually edit this file.
+ */
+
+package edu.wpi.first.hal;
+
+/**
+ * JNI wrapper for library <b>FRC_NetworkCommunication</b><br>.
+ */
+@SuppressWarnings({"MethodName", "LineLength"})
+public class FRCNetComm {
+  /**
+   * Resource type from UsageReporting.
+   */
+  @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
+  public static final class tResourceType {
+    private tResourceType() {
+    }
+
+${usage_reporting_types}
+  }
+
+  /**
+   * Instances from UsageReporting.
+   */
+  @SuppressWarnings({"TypeName", "PMD.ConstantsInInterface"})
+  public static final class tInstances {
+    private tInstances() {
+    }
+
+${usage_reporting_instances}
+  }
+}