2411: Updated check-copyright-notices script to correctly add the comment
[arvados.git] / apps / workbench / app / assets / javascripts / bootstrap.js.coffee
index 8d22e89854eb71d949a0bc8e8b98ae4f51f4907d..441d77fb89b5f0a4388193735cb0f6643873ddfd 100644 (file)
@@ -1,8 +1,8 @@
-// Copyright (C) The Arvados Authors. All rights reserved.
-//
-// SPDX-License-Identifier: AGPL-3.0
+### Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 ###
 
 jQuery ->
   $("a[rel=popover]").popover()
   $(".tooltip").tooltip()
-  $("a[rel=tooltip]").tooltip()
\ No newline at end of file
+  $("a[rel=tooltip]").tooltip()