Merge branch '8784-dir-listings'
[arvados.git] / apps / workbench / app / assets / javascripts / bootstrap.js.coffee
index c9404a8e2fdfb1db5fe1711bedccee2aac42e152..441d77fb89b5f0a4388193735cb0f6643873ddfd 100644 (file)
@@ -1,4 +1,8 @@
+### 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()