Refactor the multi-host salt install page.
[arvados.git] / services / keepstore / work_queue.go
index 27646ad3d8d98c9b58e8693c079e3b40a14d1e1e..4c46ec8e65f6cf546324d8f0f6e25056d65de9a9 100644 (file)
@@ -1,4 +1,8 @@
-package main
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+package keepstore
 
 /* A WorkQueue is an asynchronous thread-safe queue manager.  It
    provides a channel from which items can be read off the queue, and