X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6a13c4e44ce35056fb1ccbdf470a79b8b6b8bfa5..5b863886118890cc81b728a3a606ea823c836f2b:/services/api/lib/db_current_time.rb diff --git a/services/api/lib/db_current_time.rb b/services/api/lib/db_current_time.rb index b4a6423546..fdb6641521 100644 --- a/services/api/lib/db_current_time.rb +++ b/services/api/lib/db_current_time.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + module DbCurrentTime CURRENT_TIME_SQL = "SELECT clock_timestamp()"