Skip to content

Commit

Permalink
Bump to 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Apr 3, 2019
1 parent cac0eb2 commit 136ddfa
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Example/AcknowExample/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/AcknowExample/ViewController.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/AcknowExampleTV/AppDelegate.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Example/AcknowExampleTV/ViewController.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion Source/Acknow.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowListViewController.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowLocalization.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowParser.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Source/AcknowViewController.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowListViewControllerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Tests/AcknowParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion Tests/Pods-acknowledgements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</dict>
<dict>
<key>FooterText</key>
<string>Copyright (c) 2015-2018 Vincent Tourraine (http://www.vtourraine.net)
<string>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 &quot;Software&quot;), to deal
Expand Down

0 comments on commit 136ddfa

Please sign in to comment.