2411: Add copyright notices to everything.
[arvados.git] / services / api / lib / has_uuid.rb
index 74d09e94e9122998cd376d867b88ae9816875978..dc8bdcb6c5ab126cbc9e2a758173c37c8faae7d9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 module HasUuid
 
   UUID_REGEX = /^[0-9a-z]{5}-([0-9a-z]{5})-[0-9a-z]{15}$/