Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / app / assets / javascripts / sizing.js
index 2341628fa76ff195196583a740d19354e5e95285..569956fd3a8d463737429bc2df5953b741e3051d 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 function graph_zoom(divId, svgId, scale) {
     var pg = document.getElementById(divId);
     vcenter = (pg.scrollTop + (pg.scrollHeight - pg.scrollTopMax)/2.0) / pg.scrollHeight;