From dd59c2c04297def1b06b0d6f80ae35d544a72f01 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Wed, 7 Oct 2020 16:08:42 +0200 Subject: [PATCH] Bump copyright year --- Example/ThirdPartyMailerExample/AppDelegate.swift | 2 +- Example/ThirdPartyMailerExample/ViewController.swift | 2 +- LICENSE.txt | 2 +- Sources/ThirdPartyMailer/ThirdPartyMailClient.swift | 2 +- Sources/ThirdPartyMailer/ThirdPartyMailer.swift | 2 +- Tests/ThirdPartyMailerTests/ThirdPartyMailClientsTests.swift | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Example/ThirdPartyMailerExample/AppDelegate.swift b/Example/ThirdPartyMailerExample/AppDelegate.swift index 38d03cd..a55c0fe 100644 --- a/Example/ThirdPartyMailerExample/AppDelegate.swift +++ b/Example/ThirdPartyMailerExample/AppDelegate.swift @@ -3,7 +3,7 @@ // ThirdPartyMailerExample // // Created by Vincent Tourraine on 28/03/16. -// Copyright © 2016-2019 Vincent Tourraine. All rights reserved. +// Copyright © 2016-2020 Vincent Tourraine. All rights reserved. // import UIKit diff --git a/Example/ThirdPartyMailerExample/ViewController.swift b/Example/ThirdPartyMailerExample/ViewController.swift index 5c6a2cc..11798a5 100644 --- a/Example/ThirdPartyMailerExample/ViewController.swift +++ b/Example/ThirdPartyMailerExample/ViewController.swift @@ -3,7 +3,7 @@ // ThirdPartyMailerExample // // Created by Vincent Tourraine on 28/03/16. -// Copyright © 2016-2019 Vincent Tourraine. All rights reserved. +// Copyright © 2016-2020 Vincent Tourraine. All rights reserved. // import UIKit diff --git a/LICENSE.txt b/LICENSE.txt index a24fb3c..923d35d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2016-2019 Vincent Tourraine (http://www.vtourraine.net) +Copyright (c) 2016-2020 Vincent Tourraine (http://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/ThirdPartyMailer/ThirdPartyMailClient.swift b/Sources/ThirdPartyMailer/ThirdPartyMailClient.swift index ea43924..74317b0 100644 --- a/Sources/ThirdPartyMailer/ThirdPartyMailClient.swift +++ b/Sources/ThirdPartyMailer/ThirdPartyMailClient.swift @@ -1,7 +1,7 @@ // // ThirdPartyMailClient.swift // -// Copyright (c) 2016-2019 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2016-2020 Vincent Tourraine (http://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/ThirdPartyMailer/ThirdPartyMailer.swift b/Sources/ThirdPartyMailer/ThirdPartyMailer.swift index 59257fa..3d70e96 100644 --- a/Sources/ThirdPartyMailer/ThirdPartyMailer.swift +++ b/Sources/ThirdPartyMailer/ThirdPartyMailer.swift @@ -1,7 +1,7 @@ // // ThirdPartyMailer.swift // -// Copyright (c) 2016-2019 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2016-2020 Vincent Tourraine (http://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/ThirdPartyMailerTests/ThirdPartyMailClientsTests.swift b/Tests/ThirdPartyMailerTests/ThirdPartyMailClientsTests.swift index a8983df..082d506 100644 --- a/Tests/ThirdPartyMailerTests/ThirdPartyMailClientsTests.swift +++ b/Tests/ThirdPartyMailerTests/ThirdPartyMailClientsTests.swift @@ -3,7 +3,7 @@ // ThirdPartyMailerExampleTests // // Created by Vincent Tourraine on 28/03/16. -// Copyright © 2016-2019 Vincent Tourraine. All rights reserved. +// Copyright © 2016-2020 Vincent Tourraine. All rights reserved. // import XCTest