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 e4aa4b4321334d79cd5d3228f77e656c4dafe4b5..d33312d21cc35cf0d332ea800be43b791037d975 100644 (file)
@@ -1,3 +1,7 @@
+### 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
   milliseconds_age / ONE_DAY