e03f053e38be16f1be407383d218caf46b0a9f2a
hiram
  Mon Apr 20 08:37:25 2020 -0700
correct copyright message per code review refs #25361

diff --git src/hg/js/analytics.js src/hg/js/analytics.js
index 3c75c51..ba2ec15 100644
--- src/hg/js/analytics.js
+++ src/hg/js/analytics.js
@@ -1,18 +1,18 @@
 // analytics.js - Javascript for use in static html page footer code
 
-// Copyright (C) 2008 The Regents of the University of California
+// Copyright (C) 2020 The Regents of the University of California
 
 document.body.onload = addGtag;
 
 function addGtag() {
   var hostName = location.hostname;
   var analyticsKey = "UA-4289047-5";
   if (hostName.search("genome.ucsc") > -1) {
     analyticsKey = "UA-4289047-4";
   } else if (hostName.search("hgw[0-9]") > -1) {
     analyticsKey = "UA-4289047-4";
   } else if (hostName.search("genome-euro") > -1) {
     analyticsKey = "UA-4289047-8";
   } else if (hostName.search("genome-asia") > -1) {
     analyticsKey = "UA-4289047-9";
   } else if (hostName.search("genome-test") > -1) {