17417: make sure that there is enough of a config.yml file for the wb1
[arvados.git] / apps / workbench / app / assets / javascripts / keep_disks.js.coffee
index cc3aac784c2459560cacbd966d08fb2d5fbe98ad..d33312d21cc35cf0d332ea800be43b791037d975 100644 (file)
@@ -1,6 +1,6 @@
-# Place all the behaviors and hooks related to the matching controller here.
-# All this logic will automatically be available in application.js.
-# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
+### Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 ###
 
 cache_age_in_days = (milliseconds_age) ->
   ONE_DAY = 1000 * 60 * 60 * 24