From 5b13908886d6c0ada7dead136bd16a9604027e04 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 25 May 2019 15:26:12 -0500 Subject: [PATCH] 2019 --- README.md | 2 +- jobs-core/src/job.rs | 2 +- jobs-core/src/job_info.rs | 2 +- jobs-core/src/lib.rs | 2 +- jobs-core/src/processor.rs | 2 +- jobs-core/src/processor_map.rs | 2 +- jobs-core/src/stats.rs | 2 +- jobs-core/src/storage.rs | 2 +- jobs-sled/README.md | 2 +- src/lib.rs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cb356fa..f3a00c9 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,7 @@ Feel free to open issues for anything you find an issue with. Please note that a ### License -Copyright © 2018 Riley Trautman +Copyright © 2019 Riley Trautman Background Jobs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/jobs-core/src/job.rs b/jobs-core/src/job.rs index a4c67dc..968390f 100644 --- a/jobs-core/src/job.rs +++ b/jobs-core/src/job.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/job_info.rs b/jobs-core/src/job_info.rs index dc84fbe..e566b38 100644 --- a/jobs-core/src/job_info.rs +++ b/jobs-core/src/job_info.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/lib.rs b/jobs-core/src/lib.rs index ca282f7..5548d5c 100644 --- a/jobs-core/src/lib.rs +++ b/jobs-core/src/lib.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/processor.rs b/jobs-core/src/processor.rs index 98e9d31..02c8bc5 100644 --- a/jobs-core/src/processor.rs +++ b/jobs-core/src/processor.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/processor_map.rs b/jobs-core/src/processor_map.rs index 85c5701..78ea714 100644 --- a/jobs-core/src/processor_map.rs +++ b/jobs-core/src/processor_map.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/stats.rs b/jobs-core/src/stats.rs index 132a522..cd687d4 100644 --- a/jobs-core/src/stats.rs +++ b/jobs-core/src/stats.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-core/src/storage.rs b/jobs-core/src/storage.rs index ecec79e..6d23117 100644 --- a/jobs-core/src/storage.rs +++ b/jobs-core/src/storage.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/jobs-sled/README.md b/jobs-sled/README.md index 2eb5010..4b52b8b 100644 --- a/jobs-sled/README.md +++ b/jobs-sled/README.md @@ -5,7 +5,7 @@ This is the default storage backend for the Background Jobs library based on [Sl ### License -Copyright © 2018 Riley Trautman +Copyright © 2019 Riley Trautman Background Jobs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. diff --git a/src/lib.rs b/src/lib.rs index 5ddde10..5c80fd9 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,7 +1,7 @@ /* * This file is part of Background Jobs. * - * Copyright © 2018 Riley Trautman + * Copyright © 2019 Riley Trautman * * Background Jobs is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by