From 136ddfa4ebf2fd583a6d0322c9e274c7aee6cc20 Mon Sep 17 00:00:00 2001 From: Vincent Tourraine Date: Wed, 3 Apr 2019 17:14:13 +0200 Subject: [PATCH] Bump to 2019 --- Example/AcknowExample/AppDelegate.swift | 2 +- Example/AcknowExample/ViewController.swift | 2 +- Example/AcknowExampleTV/AppDelegate.swift | 2 +- Example/AcknowExampleTV/ViewController.swift | 2 +- LICENSE.txt | 2 +- Source/Acknow.swift | 2 +- Source/AcknowListViewController.swift | 2 +- Source/AcknowLocalization.swift | 2 +- Source/AcknowParser.swift | 2 +- Source/AcknowViewController.swift | 2 +- Tests/AcknowListViewControllerTests.swift | 2 +- Tests/AcknowParserTests.swift | 2 +- Tests/Pods-acknowledgements.plist | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Example/AcknowExample/AppDelegate.swift b/Example/AcknowExample/AppDelegate.swift index e27ab43..1a77df6 100644 --- a/Example/AcknowExample/AppDelegate.swift +++ b/Example/AcknowExample/AppDelegate.swift @@ -1,7 +1,7 @@ // // AppDelegate.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Example/AcknowExample/ViewController.swift b/Example/AcknowExample/ViewController.swift index 2d6e7ee..0a3682b 100644 --- a/Example/AcknowExample/ViewController.swift +++ b/Example/AcknowExample/ViewController.swift @@ -1,7 +1,7 @@ // // ViewController.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Example/AcknowExampleTV/AppDelegate.swift b/Example/AcknowExampleTV/AppDelegate.swift index 8fe72cc..c35a634 100644 --- a/Example/AcknowExampleTV/AppDelegate.swift +++ b/Example/AcknowExampleTV/AppDelegate.swift @@ -1,7 +1,7 @@ // // AppDelegate.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Example/AcknowExampleTV/ViewController.swift b/Example/AcknowExampleTV/ViewController.swift index 3cc0c0c..d71728d 100644 --- a/Example/AcknowExampleTV/ViewController.swift +++ b/Example/AcknowExampleTV/ViewController.swift @@ -1,7 +1,7 @@ // // ViewController.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/LICENSE.txt b/LICENSE.txt index f5426a8..f90f52a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +Copyright (c) 2015-2019 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/Source/Acknow.swift b/Source/Acknow.swift index c1739b5..42c790a 100644 --- a/Source/Acknow.swift +++ b/Source/Acknow.swift @@ -1,7 +1,7 @@ // // Acknow.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Source/AcknowListViewController.swift b/Source/AcknowListViewController.swift index f4a37b6..42ed01a 100644 --- a/Source/AcknowListViewController.swift +++ b/Source/AcknowListViewController.swift @@ -1,7 +1,7 @@ // // AcknowListViewController.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Source/AcknowLocalization.swift b/Source/AcknowLocalization.swift index fe16de8..44b08ea 100644 --- a/Source/AcknowLocalization.swift +++ b/Source/AcknowLocalization.swift @@ -1,7 +1,7 @@ // // AcknowLocalization.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Source/AcknowParser.swift b/Source/AcknowParser.swift index a40aaf3..03d7d1b 100644 --- a/Source/AcknowParser.swift +++ b/Source/AcknowParser.swift @@ -1,7 +1,7 @@ // // AcknowParser.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/Source/AcknowViewController.swift b/Source/AcknowViewController.swift index 432157e..f13ba02 100644 --- a/Source/AcknowViewController.swift +++ b/Source/AcknowViewController.swift @@ -1,7 +1,7 @@ // // AcknowViewController.swift // -// Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) +// Copyright (c) 2015-2019 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/AcknowListViewControllerTests.swift b/Tests/AcknowListViewControllerTests.swift index a195a57..657a0b6 100644 --- a/Tests/AcknowListViewControllerTests.swift +++ b/Tests/AcknowListViewControllerTests.swift @@ -3,7 +3,7 @@ // AcknowExample // // Created by Vincent Tourraine on 22/08/15. -// Copyright © 2015-2018 Vincent Tourraine. All rights reserved. +// Copyright © 2015-2019 Vincent Tourraine. All rights reserved. // import UIKit diff --git a/Tests/AcknowParserTests.swift b/Tests/AcknowParserTests.swift index 4a83774..bb069ce 100644 --- a/Tests/AcknowParserTests.swift +++ b/Tests/AcknowParserTests.swift @@ -48,7 +48,7 @@ class AcknowParserTests: XCTestCase { let acknow = acknowledgements.first if let acknow = acknow { XCTAssertEqual(acknow.title, "AcknowList") - XCTAssertTrue(acknow.text.hasPrefix("Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net)")) + XCTAssertTrue(acknow.text.hasPrefix("Copyright (c) 2015-2019 Vincent Tourraine (http://www.vtourraine.net)")) } else { XCTAssert(false, "Acknowledgement not found") diff --git a/Tests/Pods-acknowledgements.plist b/Tests/Pods-acknowledgements.plist index 454f4fb..7177108 100644 --- a/Tests/Pods-acknowledgements.plist +++ b/Tests/Pods-acknowledgements.plist @@ -14,7 +14,7 @@ FooterText - Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net) + Copyright (c) 2015-2019 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