Merge branch 'main' into avm99963-monorail

Merged commit 34d8229ae2b51fb1a15bd208e6fe6185c94f6266

GitOrigin-RevId: 7ee0917f93a577e475f8e09526dd144d245593f4
diff --git a/static/js/tracker/ac.js b/static/js/tracker/ac.js
index 4c0bf2b..b2cb27a 100644
--- a/static/js/tracker/ac.js
+++ b/static/js/tracker/ac.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * An autocomplete library for javascript.
diff --git a/static/js/tracker/ac_test.js b/static/js/tracker/ac_test.js
index 30eedc5..5f1c0e5 100644
--- a/static/js/tracker/ac_test.js
+++ b/static/js/tracker/ac_test.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 var firstCharMap;
 
diff --git a/static/js/tracker/externs.js b/static/js/tracker/externs.js
index 2a92f58..e415668 100644
--- a/static/js/tracker/externs.js
+++ b/static/js/tracker/externs.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable no-var */
 
 // Defined in framework/js:core_scripts
diff --git a/static/js/tracker/render-hotlist-table.js b/static/js/tracker/render-hotlist-table.js
index 5004296..8cdfcfb 100644
--- a/static/js/tracker/render-hotlist-table.js
+++ b/static/js/tracker/render-hotlist-table.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS functions used in rendering a hotlistissues table
diff --git a/static/js/tracker/tracker-ac.js b/static/js/tracker/tracker-ac.js
index 4d98ac1..bf898ce 100644
--- a/static/js/tracker/tracker-ac.js
+++ b/static/js/tracker/tracker-ac.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable camelcase */
 /* eslint-disable no-unused-vars */
 
diff --git a/static/js/tracker/tracker-components.js b/static/js/tracker/tracker-components.js
index 633d70b..5edc776 100644
--- a/static/js/tracker/tracker-components.js
+++ b/static/js/tracker/tracker-components.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS code for editing components and component definitions.
diff --git a/static/js/tracker/tracker-dd.js b/static/js/tracker/tracker-dd.js
index e7b4c1e..2779f02 100644
--- a/static/js/tracker/tracker-dd.js
+++ b/static/js/tracker/tracker-dd.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * Functions used by Monorail to control drag-and-drop re-orderable lists
diff --git a/static/js/tracker/tracker-display.js b/static/js/tracker/tracker-display.js
index 23b9dcf..ef475d4 100644
--- a/static/js/tracker/tracker-display.js
+++ b/static/js/tracker/tracker-display.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * Functions used by Monorail to control the display of elements on
diff --git a/static/js/tracker/tracker-editing.js b/static/js/tracker/tracker-editing.js
index d53b515..7d7defa 100644
--- a/static/js/tracker/tracker-editing.js
+++ b/static/js/tracker/tracker-editing.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable no-var */
 /* eslint-disable prefer-const */
 
diff --git a/static/js/tracker/tracker-fields.js b/static/js/tracker/tracker-fields.js
index d84f11d..15223cd 100644
--- a/static/js/tracker/tracker-fields.js
+++ b/static/js/tracker/tracker-fields.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS code for editing fields and field definitions.
diff --git a/static/js/tracker/tracker-install-ac.js b/static/js/tracker/tracker-install-ac.js
index 2fe1dcd..b819966 100644
--- a/static/js/tracker/tracker-install-ac.js
+++ b/static/js/tracker/tracker-install-ac.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable camelcase */
 /* eslint-disable no-unused-vars */
 
diff --git a/static/js/tracker/tracker-keystrokes.js b/static/js/tracker/tracker-keystrokes.js
index 9a75971..69a4949 100644
--- a/static/js/tracker/tracker-keystrokes.js
+++ b/static/js/tracker/tracker-keystrokes.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS functions that implement keystroke accelerators
diff --git a/static/js/tracker/tracker-nav.js b/static/js/tracker/tracker-nav.js
index 4458a51..9046d23 100644
--- a/static/js/tracker/tracker-nav.js
+++ b/static/js/tracker/tracker-nav.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable no-var */
 
 /**
@@ -179,4 +176,3 @@
 function TKR_sortDown(colname) {
   TKR_addSort(colname, true);
 }
-
diff --git a/static/js/tracker/tracker-onload.js b/static/js/tracker/tracker-onload.js
index 051c86d..6adbfb9 100644
--- a/static/js/tracker/tracker-onload.js
+++ b/static/js/tracker/tracker-onload.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 /* eslint-disable camelcase */
 /* eslint-disable no-unused-vars */
 
diff --git a/static/js/tracker/tracker-update-issues-hotlists.js b/static/js/tracker/tracker-update-issues-hotlists.js
index 04a85bf..49edc86 100644
--- a/static/js/tracker/tracker-update-issues-hotlists.js
+++ b/static/js/tracker/tracker-update-issues-hotlists.js
@@ -1,9 +1,6 @@
-/* Copyright 2018 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2018 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS functions that support a dialog for adding and removing
diff --git a/static/js/tracker/tracker-util.js b/static/js/tracker/tracker-util.js
index 040f8c1..d3e836d 100644
--- a/static/js/tracker/tracker-util.js
+++ b/static/js/tracker/tracker-util.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 /**
  * This file contains JS utilities used by other JS files in Monorail.
diff --git a/static/js/tracker/trackerac_test.js b/static/js/tracker/trackerac_test.js
index 583fb01..13ddea3 100644
--- a/static/js/tracker/trackerac_test.js
+++ b/static/js/tracker/trackerac_test.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 const feedData = {
   'open': [{name: 'New', doc: 'Newly reported'},
diff --git a/static/js/tracker/trackerediting_test.js b/static/js/tracker/trackerediting_test.js
index 27d45bf..3092013 100644
--- a/static/js/tracker/trackerediting_test.js
+++ b/static/js/tracker/trackerediting_test.js
@@ -1,9 +1,6 @@
-/* Copyright 2016 The Chromium Authors. All Rights Reserved.
- *
- * Use of this source code is governed by a BSD-style
- * license that can be found in the LICENSE file or at
- * https://developers.google.com/open-source/licenses/bsd
- */
+// Copyright 2016 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
 
 
 function testKeepJustSummaryPrefixes_NoPrefixes() {