2411: Add copyright notices to everything.
[arvados.git] / services / api / lib / tasks / delete_old_job_logs.rake
index dec5f7243be92ccdfa71d7f2be3b3fbc1d54f8e2..dcd92b19bcc4982b81e036d1fc76298b5fd2a673 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # This task finds jobs that have been finished for at least as long as
 # the duration specified in the `clean_job_log_rows_after`
 # configuration setting, and deletes their stderr logs from the logs table.