diff options
author | hellekin <hellekin@cepheide.org> | 2020-10-29 22:40:35 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2020-10-29 22:40:35 +0100 |
commit | 3d4f9f2c280f9d85722951fa5850ca00a7e80aac (patch) | |
tree | 476e5100981e9507aeb5e41a784705e1c8bb1a0b /app/jobs | |
parent | 1cda1e3525b180778fb0ba864d63698941eb7360 (diff) | |
download | incommon-map-3d4f9f2c280f9d85722951fa5850ca00a7e80aac.tar.gz |
REUSE: Add AGPL-3.0-or-later to app/*
Diffstat (limited to 'app/jobs')
-rw-r--r-- | app/jobs/agency_watcher_job.rb | 4 | ||||
-rw-r--r-- | app/jobs/application_job.rb | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app/jobs/agency_watcher_job.rb b/app/jobs/agency_watcher_job.rb index 5cc0256..7a114d2 100644 --- a/app/jobs/agency_watcher_job.rb +++ b/app/jobs/agency_watcher_job.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + # frozen_string_literal: true # = AgencyWatcherJob diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb index d394c3d..9f811cb 100644 --- a/app/jobs/application_job.rb +++ b/app/jobs/application_job.rb @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 IN COMMON Collective <collective@incommon.cc> +# +# SPDX-License-Identifier: AGPL-3.0-or-later + class ApplicationJob < ActiveJob::Base # Automatically retry jobs that encountered a deadlock # retry_on ActiveRecord::Deadlocked |