From af6091665bacc7544acf311ecb1d3aa2982d806d Mon Sep 17 00:00:00 2001 From: Joseph Cumines Date: Wed, 19 Feb 2020 23:15:30 +1000 Subject: [PATCH] update(license): increment date --- LICENSE | 2 +- all.go | 2 +- all_test.go | 2 +- any.go | 2 +- any_test.go | 2 +- async.go | 2 +- async_test.go | 2 +- background.go | 2 +- background_test.go | 2 +- behaviortree.go | 2 +- behaviortree_test.go | 2 +- example_test.go | 2 +- fork.go | 2 +- fork_test.go | 2 +- manager.go | 2 +- manager_test.go | 2 +- not.go | 2 +- not_test.go | 2 +- ratelimit.go | 2 +- ratelimit_test.go | 2 +- selector.go | 2 +- selector_test.go | 2 +- sequence.go | 2 +- sequence_test.go | 2 +- shuffle.go | 2 +- sync.go | 2 +- sync_test.go | 2 +- ticker.go | 2 +- ticker_test.go | 2 +- 29 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index 974910f..a3b8bf2 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/all.go b/all.go index b4ca493..475ea50 100644 --- a/all.go +++ b/all.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/all_test.go b/all_test.go index 3f0da5b..ad150e5 100644 --- a/all_test.go +++ b/all_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/any.go b/any.go index d742ea5..53acab8 100644 --- a/any.go +++ b/any.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/any_test.go b/any_test.go index 29a421c..c574c9a 100644 --- a/any_test.go +++ b/any_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/async.go b/async.go index 9e5b9f6..c97712d 100644 --- a/async.go +++ b/async.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/async_test.go b/async_test.go index 34c1e77..98def5f 100644 --- a/async_test.go +++ b/async_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/background.go b/background.go index 423d8e0..2ec89bf 100644 --- a/background.go +++ b/background.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/background_test.go b/background_test.go index 6b61208..4bf7b3f 100644 --- a/background_test.go +++ b/background_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/behaviortree.go b/behaviortree.go index 509bc9b..bc45b40 100644 --- a/behaviortree.go +++ b/behaviortree.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/behaviortree_test.go b/behaviortree_test.go index 2f3b5a0..3090f26 100644 --- a/behaviortree_test.go +++ b/behaviortree_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/example_test.go b/example_test.go index e34c55c..01129f8 100644 --- a/example_test.go +++ b/example_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fork.go b/fork.go index 030d6f3..c000d0f 100644 --- a/fork.go +++ b/fork.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/fork_test.go b/fork_test.go index 8a5fa33..169d552 100644 --- a/fork_test.go +++ b/fork_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/manager.go b/manager.go index 389dd0a..329dd99 100644 --- a/manager.go +++ b/manager.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/manager_test.go b/manager_test.go index f9a0694..e081f2a 100644 --- a/manager_test.go +++ b/manager_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/not.go b/not.go index 6f93521..d93cee7 100644 --- a/not.go +++ b/not.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/not_test.go b/not_test.go index e358391..7e56b9a 100644 --- a/not_test.go +++ b/not_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ratelimit.go b/ratelimit.go index 1d992b4..37af3fb 100644 --- a/ratelimit.go +++ b/ratelimit.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ratelimit_test.go b/ratelimit_test.go index ad22261..d9f369f 100644 --- a/ratelimit_test.go +++ b/ratelimit_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/selector.go b/selector.go index ef062b8..279cf8e 100644 --- a/selector.go +++ b/selector.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/selector_test.go b/selector_test.go index 7e57496..35e08b4 100644 --- a/selector_test.go +++ b/selector_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/sequence.go b/sequence.go index 5aa4931..50a6cb3 100644 --- a/sequence.go +++ b/sequence.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/sequence_test.go b/sequence_test.go index dc350af..a66d1fb 100644 --- a/sequence_test.go +++ b/sequence_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/shuffle.go b/shuffle.go index 744b5ab..b898e2f 100644 --- a/shuffle.go +++ b/shuffle.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/sync.go b/sync.go index 9911631..27a70b9 100644 --- a/sync.go +++ b/sync.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/sync_test.go b/sync_test.go index 97f3506..58c04bc 100644 --- a/sync_test.go +++ b/sync_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ticker.go b/ticker.go index 4ff3f59..0a3b149 100644 --- a/ticker.go +++ b/ticker.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/ticker_test.go b/ticker_test.go index 301cc3c..50ba5c1 100644 --- a/ticker_test.go +++ b/ticker_test.go @@ -1,5 +1,5 @@ /* - Copyright 2019 Joseph Cumines + Copyright 2020 Joseph Cumines Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.