2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / app / assets / javascripts / pipeline_instances.js
index ec43747a08e0e05f50611d4866582254812e4718..7570b2f8a5f8718be81244afa0f24b525492e5d0 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 function run_pipeline_button_state() {
     var a = $('a.editable.required.editable-empty,input.form-control.required[value=""]');
     if ((a.length > 0) || ($('.unreadable-inputs-present').length)) {