X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e86ca6fa82619f721643f2aabc81851cb1e272a..4ea88c89b61931b2f588461d530b4fa7dcf7487d:/services/api/script/get_anonymous_user_token.rb diff --git a/services/api/script/get_anonymous_user_token.rb b/services/api/script/get_anonymous_user_token.rb index 6964af0b63..7b146fc8e3 100755 --- a/services/api/script/get_anonymous_user_token.rb +++ b/services/api/script/get_anonymous_user_token.rb @@ -1,4 +1,7 @@ #!/usr/bin/env ruby +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 # Get or Create an anonymous user token. # If get option is used, an existing anonymous user token is returned. If none exist, one is created.