diff --git a/Sources/SwiftQueue/Constraint+Charging.swift b/Sources/SwiftQueue/Constraint+Charging.swift index c0c43237..452c6cd2 100644 --- a/Sources/SwiftQueue/Constraint+Charging.swift +++ b/Sources/SwiftQueue/Constraint+Charging.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Deadline.swift b/Sources/SwiftQueue/Constraint+Deadline.swift index 6093d07a..b50cd6aa 100644 --- a/Sources/SwiftQueue/Constraint+Deadline.swift +++ b/Sources/SwiftQueue/Constraint+Deadline.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Delay.swift b/Sources/SwiftQueue/Constraint+Delay.swift index 9480cf2a..8e77ec5c 100644 --- a/Sources/SwiftQueue/Constraint+Delay.swift +++ b/Sources/SwiftQueue/Constraint+Delay.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Network.swift b/Sources/SwiftQueue/Constraint+Network.swift index fdc7c475..f58b3ef4 100644 --- a/Sources/SwiftQueue/Constraint+Network.swift +++ b/Sources/SwiftQueue/Constraint+Network.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Persister.swift b/Sources/SwiftQueue/Constraint+Persister.swift index cc73fb95..840d88ed 100644 --- a/Sources/SwiftQueue/Constraint+Persister.swift +++ b/Sources/SwiftQueue/Constraint+Persister.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Repeat.swift b/Sources/SwiftQueue/Constraint+Repeat.swift index e4e660d2..50fe54e1 100644 --- a/Sources/SwiftQueue/Constraint+Repeat.swift +++ b/Sources/SwiftQueue/Constraint+Repeat.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Retry.swift b/Sources/SwiftQueue/Constraint+Retry.swift index 2b33ce28..072d3338 100644 --- a/Sources/SwiftQueue/Constraint+Retry.swift +++ b/Sources/SwiftQueue/Constraint+Retry.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Tag.swift b/Sources/SwiftQueue/Constraint+Tag.swift index 2c1838bf..0dedac29 100644 --- a/Sources/SwiftQueue/Constraint+Tag.swift +++ b/Sources/SwiftQueue/Constraint+Tag.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+Timeout.swift b/Sources/SwiftQueue/Constraint+Timeout.swift index 57c8b22c..a318f425 100644 --- a/Sources/SwiftQueue/Constraint+Timeout.swift +++ b/Sources/SwiftQueue/Constraint+Timeout.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint+UniqueUUID.swift b/Sources/SwiftQueue/Constraint+UniqueUUID.swift index 6d39b982..548ea660 100644 --- a/Sources/SwiftQueue/Constraint+UniqueUUID.swift +++ b/Sources/SwiftQueue/Constraint+UniqueUUID.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Constraint.swift b/Sources/SwiftQueue/Constraint.swift index c9adeac2..b01cf435 100644 --- a/Sources/SwiftQueue/Constraint.swift +++ b/Sources/SwiftQueue/Constraint.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/ConstraintMaker.swift b/Sources/SwiftQueue/ConstraintMaker.swift index 75962464..450a2cdd 100644 --- a/Sources/SwiftQueue/ConstraintMaker.swift +++ b/Sources/SwiftQueue/ConstraintMaker.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/JobBuilder.swift b/Sources/SwiftQueue/JobBuilder.swift index 5f9dba6a..599192ad 100644 --- a/Sources/SwiftQueue/JobBuilder.swift +++ b/Sources/SwiftQueue/JobBuilder.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/JobInfo.swift b/Sources/SwiftQueue/JobInfo.swift index 16cca155..27cc068f 100644 --- a/Sources/SwiftQueue/JobInfo.swift +++ b/Sources/SwiftQueue/JobInfo.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/JobInfoSerializer+Decodable.swift b/Sources/SwiftQueue/JobInfoSerializer+Decodable.swift index 5c829aa7..984f5e22 100644 --- a/Sources/SwiftQueue/JobInfoSerializer+Decodable.swift +++ b/Sources/SwiftQueue/JobInfoSerializer+Decodable.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/SqOperation.swift b/Sources/SwiftQueue/SqOperation.swift index 10a38866..e5c34347 100644 --- a/Sources/SwiftQueue/SqOperation.swift +++ b/Sources/SwiftQueue/SqOperation.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/SqOperationQueue.swift b/Sources/SwiftQueue/SqOperationQueue.swift index ef542e47..ffb62a78 100644 --- a/Sources/SwiftQueue/SqOperationQueue.swift +++ b/Sources/SwiftQueue/SqOperationQueue.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/SwiftQueue.swift b/Sources/SwiftQueue/SwiftQueue.swift index 998ccb70..c5e64543 100644 --- a/Sources/SwiftQueue/SwiftQueue.swift +++ b/Sources/SwiftQueue/SwiftQueue.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/SwiftQueueLogger.swift b/Sources/SwiftQueue/SwiftQueueLogger.swift index d79bc616..a5b23649 100644 --- a/Sources/SwiftQueue/SwiftQueueLogger.swift +++ b/Sources/SwiftQueue/SwiftQueueLogger.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/SwiftQueueManager.swift b/Sources/SwiftQueue/SwiftQueueManager.swift index 9640cc97..6b50185e 100644 --- a/Sources/SwiftQueue/SwiftQueueManager.swift +++ b/Sources/SwiftQueue/SwiftQueueManager.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/UserDefaultsPersister.swift b/Sources/SwiftQueue/UserDefaultsPersister.swift index f214f145..a9b0fb98 100644 --- a/Sources/SwiftQueue/UserDefaultsPersister.swift +++ b/Sources/SwiftQueue/UserDefaultsPersister.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/SwiftQueue/Utils.swift b/Sources/SwiftQueue/Utils.swift index b0b63c33..46c493b0 100644 --- a/Sources/SwiftQueue/Utils.swift +++ b/Sources/SwiftQueue/Utils.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/ios/SwiftQueueManager+BackgroundTask.swift b/Sources/ios/SwiftQueueManager+BackgroundTask.swift index f8f67757..63332aa2 100644 --- a/Sources/ios/SwiftQueueManager+BackgroundTask.swift +++ b/Sources/ios/SwiftQueueManager+BackgroundTask.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/BackgroundTasksTest.swift b/Tests/SwiftQueueTests/BackgroundTasksTest.swift index 02cdb9ed..a6ec272d 100644 --- a/Tests/SwiftQueueTests/BackgroundTasksTest.swift +++ b/Tests/SwiftQueueTests/BackgroundTasksTest.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/BasicConstraintTest.swift b/Tests/SwiftQueueTests/BasicConstraintTest.swift index d06947a9..0a122190 100644 --- a/Tests/SwiftQueueTests/BasicConstraintTest.swift +++ b/Tests/SwiftQueueTests/BasicConstraintTest.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Charging.swift b/Tests/SwiftQueueTests/ConstraintTest+Charging.swift index d00534d4..be8bf7d9 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Charging.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Charging.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Custom.swift b/Tests/SwiftQueueTests/ConstraintTest+Custom.swift index 88687d6d..280dd2d6 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Custom.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Custom.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Deadline.swift b/Tests/SwiftQueueTests/ConstraintTest+Deadline.swift index d7bb278c..e69ebe33 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Deadline.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Deadline.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Delay.swift b/Tests/SwiftQueueTests/ConstraintTest+Delay.swift index 2c48f829..4beb0363 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Delay.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Delay.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Network.swift b/Tests/SwiftQueueTests/ConstraintTest+Network.swift index 01164fb2..bfd28829 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Network.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Network.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Repeat.swift b/Tests/SwiftQueueTests/ConstraintTest+Repeat.swift index ba7835da..378aa242 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Repeat.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Repeat.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Retry.swift b/Tests/SwiftQueueTests/ConstraintTest+Retry.swift index 40eaab36..94df6c34 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Retry.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Retry.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Tag.swift b/Tests/SwiftQueueTests/ConstraintTest+Tag.swift index d68d911a..a52d70e8 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Tag.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Tag.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+Timeout.swift b/Tests/SwiftQueueTests/ConstraintTest+Timeout.swift index 4b36b13e..461f3c7f 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+Timeout.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+Timeout.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/ConstraintTest+UniqueUUID.swift b/Tests/SwiftQueueTests/ConstraintTest+UniqueUUID.swift index 0cbd77a5..42193f33 100644 --- a/Tests/SwiftQueueTests/ConstraintTest+UniqueUUID.swift +++ b/Tests/SwiftQueueTests/ConstraintTest+UniqueUUID.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/LoggerTests.swift b/Tests/SwiftQueueTests/LoggerTests.swift index 26058824..60b0890a 100644 --- a/Tests/SwiftQueueTests/LoggerTests.swift +++ b/Tests/SwiftQueueTests/LoggerTests.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/PersisterTests.swift b/Tests/SwiftQueueTests/PersisterTests.swift index 482bdfb8..b025352a 100644 --- a/Tests/SwiftQueueTests/PersisterTests.swift +++ b/Tests/SwiftQueueTests/PersisterTests.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/SqOperationTest.swift b/Tests/SwiftQueueTests/SqOperationTest.swift index 9c4997b0..5cc40fc6 100644 --- a/Tests/SwiftQueueTests/SqOperationTest.swift +++ b/Tests/SwiftQueueTests/SqOperationTest.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/StartStopTests.swift b/Tests/SwiftQueueTests/StartStopTests.swift index 1edd2d19..3bcd0e28 100644 --- a/Tests/SwiftQueueTests/StartStopTests.swift +++ b/Tests/SwiftQueueTests/StartStopTests.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/SwiftQueueBuilderTests.swift b/Tests/SwiftQueueTests/SwiftQueueBuilderTests.swift index 4070dbe6..e625e3b0 100644 --- a/Tests/SwiftQueueTests/SwiftQueueBuilderTests.swift +++ b/Tests/SwiftQueueTests/SwiftQueueBuilderTests.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/SwiftQueueManagerTests.swift b/Tests/SwiftQueueTests/SwiftQueueManagerTests.swift index e3cd8767..053305d0 100644 --- a/Tests/SwiftQueueTests/SwiftQueueManagerTests.swift +++ b/Tests/SwiftQueueTests/SwiftQueueManagerTests.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/SwiftQueueTests/TestUtils.swift b/Tests/SwiftQueueTests/TestUtils.swift index 2ad6136b..bbabb736 100644 --- a/Tests/SwiftQueueTests/TestUtils.swift +++ b/Tests/SwiftQueueTests/TestUtils.swift @@ -1,6 +1,6 @@ // The MIT License (MIT) // -// Copyright (c) 2019 Lucas Nelaupe +// Copyright (c) 2022 Lucas Nelaupe // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal