16263: Rename no_federation -> bypass_federation
[arvados.git] / services / ws / event.go
index fd280aebb91aab14700d1ef93395e9ca31becfbd..ae545c092cf8ddece45cfbebdddb542e08de16b4 100644 (file)
@@ -1,3 +1,7 @@
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package main
 
 import (
@@ -5,7 +9,7 @@ import (
        "sync"
        "time"
 
-       "git.curoverse.com/arvados.git/sdk/go/arvados"
+       "git.arvados.org/arvados.git/sdk/go/arvados"
        "github.com/ghodss/yaml"
 )