X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c1ceb0f74d5547c56cf6cdde56044adba171efaf..0f644e242ef37c911ad3dc25aca8135c339de349:/apps/workbench/app/models/authorized_key.rb?ds=sidebyside diff --git a/apps/workbench/app/models/authorized_key.rb b/apps/workbench/app/models/authorized_key.rb index b0c2fa2f02..9809eef0e3 100644 --- a/apps/workbench/app/models/authorized_key.rb +++ b/apps/workbench/app/models/authorized_key.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class AuthorizedKey < ArvadosBase def attribute_editable?(attr, ever=nil) if (attr.to_s == 'authorized_user_uuid') and (not ever)