2411: Add copyright notices to everything.
[arvados.git] / apps / workbench / test / support / fake_websocket.js
index b10f10f464540152f66793b405e5d7e4a176b506..7f04a403ce251bf514e60fac0d7ce2ea854ab5b5 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 sockets = [];
 window.WebSocket = function(url) {
     sockets.push(this);