From fbfff6b7917816d66a74fbbf669769e8376c090b Mon Sep 17 00:00:00 2001 From: Joshua Beemster Date: Thu, 24 May 2018 15:15:20 +0200 Subject: [PATCH] Update Copyright years to 2016-2018 (closes #109) --- README.md | 2 +- src/factotum/executor/execution_strategy/mod.rs | 2 +- src/factotum/executor/execution_strategy/tests.rs | 2 +- src/factotum/executor/mod.rs | 2 +- src/factotum/executor/task_list/mod.rs | 2 +- src/factotum/executor/task_list/tests.rs | 2 +- src/factotum/executor/tests.rs | 2 +- src/factotum/factfile/dot/mod.rs | 2 +- src/factotum/factfile/dot/tests.rs | 2 +- src/factotum/factfile/mod.rs | 2 +- src/factotum/factfile/tests.rs | 2 +- src/factotum/mod.rs | 2 +- src/factotum/parser/mod.rs | 2 +- src/factotum/parser/schemavalidator/mod.rs | 2 +- src/factotum/parser/schemavalidator/tests.rs | 2 +- src/factotum/parser/templater/mod.rs | 2 +- src/factotum/parser/templater/tests.rs | 2 +- src/factotum/parser/tests.rs | 2 +- src/factotum/sequencer/mod.rs | 2 +- src/factotum/sequencer/tests.rs | 2 +- src/factotum/tests.rs | 2 +- src/factotum/webhook/jobcontext/mod.rs | 2 +- src/factotum/webhook/jobcontext/tests.rs | 2 +- src/factotum/webhook/jobupdate/mod.rs | 2 +- src/factotum/webhook/jobupdate/tests.rs | 2 +- src/factotum/webhook/mod.rs | 2 +- src/factotum/webhook/tests.rs | 2 +- src/main.rs | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index d8d01d9..2b20424 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Factotum is written in **[Rust](https://www.rust-lang.org/)**. ## Copyright and license -Snowplow is copyright 2016 Snowplow Analytics Ltd. +Snowplow is copyright 2016-2018 Snowplow Analytics Ltd. Licensed under the **[Apache License, Version 2.0] [license]** (the "License"); you may not use this software except in compliance with the License. diff --git a/src/factotum/executor/execution_strategy/mod.rs b/src/factotum/executor/execution_strategy/mod.rs index 3666ce2..2f73417 100644 --- a/src/factotum/executor/execution_strategy/mod.rs +++ b/src/factotum/executor/execution_strategy/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/executor/execution_strategy/tests.rs b/src/factotum/executor/execution_strategy/tests.rs index 240a634..e83efa5 100644 --- a/src/factotum/executor/execution_strategy/tests.rs +++ b/src/factotum/executor/execution_strategy/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/executor/mod.rs b/src/factotum/executor/mod.rs index ad14175..47b9f21 100644 --- a/src/factotum/executor/mod.rs +++ b/src/factotum/executor/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/executor/task_list/mod.rs b/src/factotum/executor/task_list/mod.rs index 0995d69..32d4969 100644 --- a/src/factotum/executor/task_list/mod.rs +++ b/src/factotum/executor/task_list/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/executor/task_list/tests.rs b/src/factotum/executor/task_list/tests.rs index 941c03f..a420501 100644 --- a/src/factotum/executor/task_list/tests.rs +++ b/src/factotum/executor/task_list/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/executor/tests.rs b/src/factotum/executor/tests.rs index 723a764..a665b4c 100644 --- a/src/factotum/executor/tests.rs +++ b/src/factotum/executor/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/factfile/dot/mod.rs b/src/factotum/factfile/dot/mod.rs index c2e5ca9..8cd2d32 100644 --- a/src/factotum/factfile/dot/mod.rs +++ b/src/factotum/factfile/dot/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/factfile/dot/tests.rs b/src/factotum/factfile/dot/tests.rs index 84f8a2f..a52c85d 100644 --- a/src/factotum/factfile/dot/tests.rs +++ b/src/factotum/factfile/dot/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/factfile/mod.rs b/src/factotum/factfile/mod.rs index bd5a8a5..001281e 100644 --- a/src/factotum/factfile/mod.rs +++ b/src/factotum/factfile/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/factfile/tests.rs b/src/factotum/factfile/tests.rs index aa56da9..eb55e7c 100644 --- a/src/factotum/factfile/tests.rs +++ b/src/factotum/factfile/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/mod.rs b/src/factotum/mod.rs index 875067a..f02f9b4 100644 --- a/src/factotum/mod.rs +++ b/src/factotum/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/mod.rs b/src/factotum/parser/mod.rs index c7df2bc..8fd3e6a 100644 --- a/src/factotum/parser/mod.rs +++ b/src/factotum/parser/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/schemavalidator/mod.rs b/src/factotum/parser/schemavalidator/mod.rs index 2ded858..8269cf0 100644 --- a/src/factotum/parser/schemavalidator/mod.rs +++ b/src/factotum/parser/schemavalidator/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/schemavalidator/tests.rs b/src/factotum/parser/schemavalidator/tests.rs index e4ba89c..03b548c 100644 --- a/src/factotum/parser/schemavalidator/tests.rs +++ b/src/factotum/parser/schemavalidator/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/templater/mod.rs b/src/factotum/parser/templater/mod.rs index 1ed4fe5..ee04306 100644 --- a/src/factotum/parser/templater/mod.rs +++ b/src/factotum/parser/templater/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/templater/tests.rs b/src/factotum/parser/templater/tests.rs index 73cae88..fc6614a 100644 --- a/src/factotum/parser/templater/tests.rs +++ b/src/factotum/parser/templater/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/parser/tests.rs b/src/factotum/parser/tests.rs index 7688b88..78855c8 100644 --- a/src/factotum/parser/tests.rs +++ b/src/factotum/parser/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/sequencer/mod.rs b/src/factotum/sequencer/mod.rs index dfcb010..c3125b6 100644 --- a/src/factotum/sequencer/mod.rs +++ b/src/factotum/sequencer/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/sequencer/tests.rs b/src/factotum/sequencer/tests.rs index 0796c0d..3bb4270 100644 --- a/src/factotum/sequencer/tests.rs +++ b/src/factotum/sequencer/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/tests.rs b/src/factotum/tests.rs index 01bb8f7..fd7309c 100644 --- a/src/factotum/tests.rs +++ b/src/factotum/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/jobcontext/mod.rs b/src/factotum/webhook/jobcontext/mod.rs index 5559822..57ed0eb 100644 --- a/src/factotum/webhook/jobcontext/mod.rs +++ b/src/factotum/webhook/jobcontext/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/jobcontext/tests.rs b/src/factotum/webhook/jobcontext/tests.rs index d44609c..49302e2 100644 --- a/src/factotum/webhook/jobcontext/tests.rs +++ b/src/factotum/webhook/jobcontext/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/jobupdate/mod.rs b/src/factotum/webhook/jobupdate/mod.rs index 4c27764..eeeee5b 100644 --- a/src/factotum/webhook/jobupdate/mod.rs +++ b/src/factotum/webhook/jobupdate/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/jobupdate/tests.rs b/src/factotum/webhook/jobupdate/tests.rs index cf665fa..d1f80e9 100644 --- a/src/factotum/webhook/jobupdate/tests.rs +++ b/src/factotum/webhook/jobupdate/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/mod.rs b/src/factotum/webhook/mod.rs index aceec90..95872e7 100644 --- a/src/factotum/webhook/mod.rs +++ b/src/factotum/webhook/mod.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/factotum/webhook/tests.rs b/src/factotum/webhook/tests.rs index a6dd292..b9cc1e7 100644 --- a/src/factotum/webhook/tests.rs +++ b/src/factotum/webhook/tests.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License diff --git a/src/main.rs b/src/main.rs index 45755b3..bca6904 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (c) 2016 Snowplow Analytics Ltd. All rights reserved. +// Copyright (c) 2016-2018 Snowplow Analytics Ltd. All rights reserved. // // This program is licensed to you under the Apache License Version 2.0, and // you may not use this file except in compliance with the Apache License