X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d6cc9d6e055974384be446f6da8218ff7da048ae..945621a7b37555462c67a1dca37f547624c4c90f:/services/api/app/models/human.rb diff --git a/services/api/app/models/human.rb b/services/api/app/models/human.rb index 3717f81c8f..68972825f9 100644 --- a/services/api/app/models/human.rb +++ b/services/api/app/models/human.rb @@ -1,5 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + class Human < ArvadosModel - include AssignUuid + include HasUuid include KindAndEtag include CommonApiTemplate serialize :properties, Hash