17782: Adds missing copyright headers.
[arvados-workbench2.git] / src / common / getuser.ts
index dc96f9295d32a4f3566b1733daf0fdd2ce9472a6..b3370bc00934bb7efb9fe5e03cdbda5d7024224c 100644 (file)
@@ -1,4 +1,8 @@
-import { RootState } from '~/store/store';
+// Copyright (C) The Arvados Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
+import { RootState } from 'store/store';
 
 export const getUserUuid = (state: RootState) => {
     const user = state.auth.user;