From b08bccc98383ef27e922cb3dedfce08980d7f30b Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Thu, 18 Jan 2024 11:19:05 +0100 Subject: [PATCH] Bump copyright year --- Examples/AcknowExampleManual/AcknowExample/AppDelegate.swift | 2 +- .../AcknowExampleManual/AcknowExample/ViewController.swift | 2 +- .../AcknowExampleManual/AcknowExampleTV/AppDelegate.swift | 2 +- .../AcknowExampleManual/AcknowExampleTV/ViewController.swift | 2 +- LICENSE.txt | 2 +- Sources/AcknowList/Acknow.swift | 2 +- Sources/AcknowList/AcknowList.swift | 2 +- Sources/AcknowList/AcknowListSwiftUI.swift | 4 ++-- Sources/AcknowList/AcknowListViewController.swift | 2 +- Sources/AcknowList/AcknowLocalization.swift | 2 +- Sources/AcknowList/AcknowPackageDecoder.swift | 2 +- Sources/AcknowList/AcknowParser.swift | 2 +- Sources/AcknowList/AcknowPodDecoder.swift | 2 +- Sources/AcknowList/AcknowSwiftUI.swift | 4 ++-- Sources/AcknowList/AcknowViewController.swift | 2 +- Sources/AcknowList/GitHubAPI.swift | 2 +- Tests/AcknowListTests/AcknowListTests.swift | 2 +- Tests/AcknowListTests/AcknowListTestsHelpers.swift | 2 +- Tests/AcknowListTests/AcknowListViewControllerTests.swift | 2 +- Tests/AcknowListTests/AcknowLocalizationTests.swift | 2 +- Tests/AcknowListTests/AcknowPackageParserTests.swift | 2 +- Tests/AcknowListTests/AcknowParserTests.swift | 2 +- Tests/AcknowListTests/AcknowPodDecoderTests.swift | 2 +- Tests/AcknowListTests/AcknowViewControllerTests.swift | 2 +- Tests/AcknowListTests/GitHubAPITests.swift | 2 +- 25 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Examples/AcknowExampleManual/AcknowExample/AppDelegate.swift b/Examples/AcknowExampleManual/AcknowExample/AppDelegate.swift index 0fc9eef..6a186f8 100644 --- a/Examples/AcknowExampleManual/AcknowExample/AppDelegate.swift +++ b/Examples/AcknowExampleManual/AcknowExample/AppDelegate.swift @@ -1,7 +1,7 @@ // // AppDelegate.swift // -// Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/Examples/AcknowExampleManual/AcknowExample/ViewController.swift b/Examples/AcknowExampleManual/AcknowExample/ViewController.swift index 2cd94c1..655de2d 100644 --- a/Examples/AcknowExampleManual/AcknowExample/ViewController.swift +++ b/Examples/AcknowExampleManual/AcknowExample/ViewController.swift @@ -1,7 +1,7 @@ // // ViewController.swift // -// Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/Examples/AcknowExampleManual/AcknowExampleTV/AppDelegate.swift b/Examples/AcknowExampleManual/AcknowExampleTV/AppDelegate.swift index 9079027..f3b05a0 100644 --- a/Examples/AcknowExampleManual/AcknowExampleTV/AppDelegate.swift +++ b/Examples/AcknowExampleManual/AcknowExampleTV/AppDelegate.swift @@ -1,7 +1,7 @@ // // AppDelegate.swift // -// Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/Examples/AcknowExampleManual/AcknowExampleTV/ViewController.swift b/Examples/AcknowExampleManual/AcknowExampleTV/ViewController.swift index 6f0374f..61b5373 100644 --- a/Examples/AcknowExampleManual/AcknowExampleTV/ViewController.swift +++ b/Examples/AcknowExampleManual/AcknowExampleTV/ViewController.swift @@ -1,7 +1,7 @@ // // ViewController.swift // -// Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/LICENSE.txt b/LICENSE.txt index ea14f5b..27086a3 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Sources/AcknowList/Acknow.swift b/Sources/AcknowList/Acknow.swift index cbffcee..ead32b1 100644 --- a/Sources/AcknowList/Acknow.swift +++ b/Sources/AcknowList/Acknow.swift @@ -1,7 +1,7 @@ // // Acknow.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowList.swift b/Sources/AcknowList/AcknowList.swift index 8d8c647..26e2322 100644 --- a/Sources/AcknowList/AcknowList.swift +++ b/Sources/AcknowList/AcknowList.swift @@ -1,7 +1,7 @@ // // AcknowList.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowListSwiftUI.swift b/Sources/AcknowList/AcknowListSwiftUI.swift index 15b7b18..55db5b4 100644 --- a/Sources/AcknowList/AcknowListSwiftUI.swift +++ b/Sources/AcknowList/AcknowListSwiftUI.swift @@ -1,7 +1,7 @@ // // AcknowListSwiftUI.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -162,7 +162,7 @@ public struct AcknowListRowSwiftUIView: View { @available(iOS 13.0.0, macOS 10.15.0, watchOS 7.0.0, tvOS 13.0.0, *) struct AcknowListSwiftUI_Previews: PreviewProvider { static let license = """ - Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) + Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Sources/AcknowList/AcknowListViewController.swift b/Sources/AcknowList/AcknowListViewController.swift index ba2eb43..b7dd389 100644 --- a/Sources/AcknowList/AcknowListViewController.swift +++ b/Sources/AcknowList/AcknowListViewController.swift @@ -1,7 +1,7 @@ // // AcknowListViewController.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowLocalization.swift b/Sources/AcknowList/AcknowLocalization.swift index 9806a0c..d1b9e8c 100644 --- a/Sources/AcknowList/AcknowLocalization.swift +++ b/Sources/AcknowList/AcknowLocalization.swift @@ -1,7 +1,7 @@ // // AcknowLocalization.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowPackageDecoder.swift b/Sources/AcknowList/AcknowPackageDecoder.swift index b11aecd..422ae69 100644 --- a/Sources/AcknowList/AcknowPackageDecoder.swift +++ b/Sources/AcknowList/AcknowPackageDecoder.swift @@ -1,7 +1,7 @@ // // AcknowPackageDecoder.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowParser.swift b/Sources/AcknowList/AcknowParser.swift index ace4549..d61e28d 100644 --- a/Sources/AcknowList/AcknowParser.swift +++ b/Sources/AcknowList/AcknowParser.swift @@ -1,7 +1,7 @@ // // AcknowParser.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowPodDecoder.swift b/Sources/AcknowList/AcknowPodDecoder.swift index 0c87a25..f1b8421 100644 --- a/Sources/AcknowList/AcknowPodDecoder.swift +++ b/Sources/AcknowList/AcknowPodDecoder.swift @@ -1,7 +1,7 @@ // // AcknowPodDecoder.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/AcknowSwiftUI.swift b/Sources/AcknowList/AcknowSwiftUI.swift index db9c9a7..2842382 100644 --- a/Sources/AcknowList/AcknowSwiftUI.swift +++ b/Sources/AcknowList/AcknowSwiftUI.swift @@ -1,7 +1,7 @@ // // AcknowSwiftUI.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -78,7 +78,7 @@ public struct AcknowSwiftUIView: View { @available(iOS 13.0.0, macOS 10.15.0, watchOS 7.0.0, tvOS 13.0.0, *) struct AcknowSwiftUI_Previews: PreviewProvider { static let license = """ - Copyright (c) 2015-2021 Vincent Tourraine (https://www.vtourraine.net) + Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Sources/AcknowList/AcknowViewController.swift b/Sources/AcknowList/AcknowViewController.swift index 01c4e46..5516546 100644 --- a/Sources/AcknowList/AcknowViewController.swift +++ b/Sources/AcknowList/AcknowViewController.swift @@ -1,7 +1,7 @@ // // AcknowViewController.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowList/GitHubAPI.swift b/Sources/AcknowList/GitHubAPI.swift index 4157a81..e55f520 100644 --- a/Sources/AcknowList/GitHubAPI.swift +++ b/Sources/AcknowList/GitHubAPI.swift @@ -1,7 +1,7 @@ // // GitHubAPI.swift // -// Copyright (c) 2015-2023 Vincent Tourraine (https://www.vtourraine.net) +// Copyright (c) 2015-2024 Vincent Tourraine (https://www.vtourraine.net) // // 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/AcknowListTests/AcknowListTests.swift b/Tests/AcknowListTests/AcknowListTests.swift index 2adfaed..3ec7d7c 100644 --- a/Tests/AcknowListTests/AcknowListTests.swift +++ b/Tests/AcknowListTests/AcknowListTests.swift @@ -3,7 +3,7 @@ // AcknowExampleTests // // Created by Vincent Tourraine on 15/08/15. -// Copyright © 2015-2022 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowListTestsHelpers.swift b/Tests/AcknowListTests/AcknowListTestsHelpers.swift index 17b8185..a3c05ee 100644 --- a/Tests/AcknowListTests/AcknowListTestsHelpers.swift +++ b/Tests/AcknowListTests/AcknowListTestsHelpers.swift @@ -3,7 +3,7 @@ // AcknowExample // // Created by Vincent Tourraine on 04/12/ -// Copyright © 2015-2023 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowListViewControllerTests.swift b/Tests/AcknowListTests/AcknowListViewControllerTests.swift index 9951807..3d515c8 100644 --- a/Tests/AcknowListTests/AcknowListViewControllerTests.swift +++ b/Tests/AcknowListTests/AcknowListViewControllerTests.swift @@ -3,7 +3,7 @@ // AcknowExample // // Created by Vincent Tourraine on 22/08/15. -// Copyright © 2015-2023 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowLocalizationTests.swift b/Tests/AcknowListTests/AcknowLocalizationTests.swift index feb21d4..60968b5 100644 --- a/Tests/AcknowListTests/AcknowLocalizationTests.swift +++ b/Tests/AcknowListTests/AcknowLocalizationTests.swift @@ -3,7 +3,7 @@ // AcknowExample // // Created by Vincent Tourraine on 1/05/16. -// Copyright © 2015-2023 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowPackageParserTests.swift b/Tests/AcknowListTests/AcknowPackageParserTests.swift index 62f93ab..d1b467c 100644 --- a/Tests/AcknowListTests/AcknowPackageParserTests.swift +++ b/Tests/AcknowListTests/AcknowPackageParserTests.swift @@ -3,7 +3,7 @@ // AcknowExampleTests // // Created by Vincent Tourraine on 15/08/15. -// Copyright © 2015-2022 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowParserTests.swift b/Tests/AcknowListTests/AcknowParserTests.swift index e3fffda..22a7e4f 100644 --- a/Tests/AcknowListTests/AcknowParserTests.swift +++ b/Tests/AcknowListTests/AcknowParserTests.swift @@ -3,7 +3,7 @@ // AcknowExampleTests // // Created by Vincent Tourraine on 15/08/15. -// Copyright © 2015-2023 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowPodDecoderTests.swift b/Tests/AcknowListTests/AcknowPodDecoderTests.swift index 93bb5c8..0a15b2b 100644 --- a/Tests/AcknowListTests/AcknowPodDecoderTests.swift +++ b/Tests/AcknowListTests/AcknowPodDecoderTests.swift @@ -3,7 +3,7 @@ // AcknowExampleTests // // Created by Vincent Tourraine on 15/08/15. -// Copyright © 2015-2022 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/AcknowViewControllerTests.swift b/Tests/AcknowListTests/AcknowViewControllerTests.swift index 572ca51..3b7ce30 100644 --- a/Tests/AcknowListTests/AcknowViewControllerTests.swift +++ b/Tests/AcknowListTests/AcknowViewControllerTests.swift @@ -3,7 +3,7 @@ // AcknowExample // // Created by Vincent Tourraine on 22/08/15. -// Copyright © 2015-2023 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest diff --git a/Tests/AcknowListTests/GitHubAPITests.swift b/Tests/AcknowListTests/GitHubAPITests.swift index ec94078..f2f04ae 100644 --- a/Tests/AcknowListTests/GitHubAPITests.swift +++ b/Tests/AcknowListTests/GitHubAPITests.swift @@ -3,7 +3,7 @@ // AcknowExampleTests // // Created by Vincent Tourraine on 07/12/2023. -// Copyright © 2015-2022 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2024 Vincent Tourraine. All rights reserved. // import XCTest