diff --git a/GitUp/Application/AppDelegate.h b/GitUp/Application/AppDelegate.h index 44b7e2a1..d7c20ac2 100644 --- a/GitUp/Application/AppDelegate.h +++ b/GitUp/Application/AppDelegate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/AppDelegate.m b/GitUp/Application/AppDelegate.m index 9d08eba6..a4a6d063 100644 --- a/GitUp/Application/AppDelegate.m +++ b/GitUp/Application/AppDelegate.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/Common.h b/GitUp/Application/Common.h index 50a1ce6a..78b4304a 100644 --- a/GitUp/Application/Common.h +++ b/GitUp/Application/Common.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/Document.h b/GitUp/Application/Document.h index 1634320f..5d17ae72 100644 --- a/GitUp/Application/Document.h +++ b/GitUp/Application/Document.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/Document.m b/GitUp/Application/Document.m index 0553785f..da31efbb 100644 --- a/GitUp/Application/Document.m +++ b/GitUp/Application/Document.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/DocumentController.h b/GitUp/Application/DocumentController.h index b913f63e..ba579cef 100644 --- a/GitUp/Application/DocumentController.h +++ b/GitUp/Application/DocumentController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/DocumentController.m b/GitUp/Application/DocumentController.m index 526e0b43..6a45f38b 100644 --- a/GitUp/Application/DocumentController.m +++ b/GitUp/Application/DocumentController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/Info.plist b/GitUp/Application/Info.plist index e52e6e1e..82b53098 100644 --- a/GitUp/Application/Info.plist +++ b/GitUp/Application/Info.plist @@ -36,7 +36,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2015-2016 Pierre-Olivier Latour. All rights reserved. + Copyright © 2015-2017 Pierre-Olivier Latour. All rights reserved. NSMainNibFile MainMenu NSPrincipalClass diff --git a/GitUp/Application/WindowController.h b/GitUp/Application/WindowController.h index a0849b71..19004439 100644 --- a/GitUp/Application/WindowController.h +++ b/GitUp/Application/WindowController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/WindowController.m b/GitUp/Application/WindowController.m index 66cd669f..fae5771a 100644 --- a/GitUp/Application/WindowController.m +++ b/GitUp/Application/WindowController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/en.lproj/Localizable.strings b/GitUp/Application/en.lproj/Localizable.strings index fa783597..441558cd 100644 --- a/GitUp/Application/en.lproj/Localizable.strings +++ b/GitUp/Application/en.lproj/Localizable.strings @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Application/main.m b/GitUp/Application/main.m index 5523677c..191a3e78 100644 --- a/GitUp/Application/main.m +++ b/GitUp/Application/main.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/Tool/main.m b/GitUp/Tool/main.m index 2f975bf2..459908c1 100644 --- a/GitUp/Tool/main.m +++ b/GitUp/Tool/main.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUp/ToolProtocol.h b/GitUp/ToolProtocol.h index 71e28682..327fac75 100644 --- a/GitUp/ToolProtocol.h +++ b/GitUp/ToolProtocol.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GICommitListViewController.h b/GitUpKit/Components/GICommitListViewController.h index 45c11d00..688bd913 100644 --- a/GitUpKit/Components/GICommitListViewController.h +++ b/GitUpKit/Components/GICommitListViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GICommitListViewController.m b/GitUpKit/Components/GICommitListViewController.m index 4ece4500..2376a0f8 100644 --- a/GitUpKit/Components/GICommitListViewController.m +++ b/GitUpKit/Components/GICommitListViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIDiffContentsViewController.h b/GitUpKit/Components/GIDiffContentsViewController.h index fac97951..02ce94b6 100644 --- a/GitUpKit/Components/GIDiffContentsViewController.h +++ b/GitUpKit/Components/GIDiffContentsViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIDiffContentsViewController.m b/GitUpKit/Components/GIDiffContentsViewController.m index 7ed37a74..a95badbb 100644 --- a/GitUpKit/Components/GIDiffContentsViewController.m +++ b/GitUpKit/Components/GIDiffContentsViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIDiffFilesViewController.h b/GitUpKit/Components/GIDiffFilesViewController.h index fbd1e803..4e5d76cd 100644 --- a/GitUpKit/Components/GIDiffFilesViewController.h +++ b/GitUpKit/Components/GIDiffFilesViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIDiffFilesViewController.m b/GitUpKit/Components/GIDiffFilesViewController.m index 6168bda6..4cee7083 100644 --- a/GitUpKit/Components/GIDiffFilesViewController.m +++ b/GitUpKit/Components/GIDiffFilesViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GISnapshotListViewController.h b/GitUpKit/Components/GISnapshotListViewController.h index 931544d6..d5337210 100644 --- a/GitUpKit/Components/GISnapshotListViewController.h +++ b/GitUpKit/Components/GISnapshotListViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GISnapshotListViewController.m b/GitUpKit/Components/GISnapshotListViewController.m index a22b460e..8bfa258c 100644 --- a/GitUpKit/Components/GISnapshotListViewController.m +++ b/GitUpKit/Components/GISnapshotListViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIUnifiedReflogViewController.h b/GitUpKit/Components/GIUnifiedReflogViewController.h index 327f7e80..304025ba 100644 --- a/GitUpKit/Components/GIUnifiedReflogViewController.h +++ b/GitUpKit/Components/GIUnifiedReflogViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/GIUnifiedReflogViewController.m b/GitUpKit/Components/GIUnifiedReflogViewController.m index 74368839..63890062 100644 --- a/GitUpKit/Components/GIUnifiedReflogViewController.m +++ b/GitUpKit/Components/GIUnifiedReflogViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Components/en.lproj/Reasons.strings b/GitUpKit/Components/en.lproj/Reasons.strings index 38bff8fe..29cef40e 100644 --- a/GitUpKit/Components/en.lproj/Reasons.strings +++ b/GitUpKit/Components/en.lproj/Reasons.strings @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCBranch-Tests.m b/GitUpKit/Core/GCBranch-Tests.m index 317f2c6c..0900b8f2 100644 --- a/GitUpKit/Core/GCBranch-Tests.m +++ b/GitUpKit/Core/GCBranch-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCBranch.h b/GitUpKit/Core/GCBranch.h index 846e8732..a35bad13 100644 --- a/GitUpKit/Core/GCBranch.h +++ b/GitUpKit/Core/GCBranch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCBranch.m b/GitUpKit/Core/GCBranch.m index 272ec530..3c0435f8 100644 --- a/GitUpKit/Core/GCBranch.m +++ b/GitUpKit/Core/GCBranch.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommit-Tests.m b/GitUpKit/Core/GCCommit-Tests.m index 30249721..7dec48fa 100644 --- a/GitUpKit/Core/GCCommit-Tests.m +++ b/GitUpKit/Core/GCCommit-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommit.h b/GitUpKit/Core/GCCommit.h index 31e106c5..db42c869 100644 --- a/GitUpKit/Core/GCCommit.h +++ b/GitUpKit/Core/GCCommit.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommit.m b/GitUpKit/Core/GCCommit.m index a9054489..01c3c650 100644 --- a/GitUpKit/Core/GCCommit.m +++ b/GitUpKit/Core/GCCommit.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommitDatabase-Tests.m b/GitUpKit/Core/GCCommitDatabase-Tests.m index e0ac50a6..4c4d0e7c 100644 --- a/GitUpKit/Core/GCCommitDatabase-Tests.m +++ b/GitUpKit/Core/GCCommitDatabase-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommitDatabase.h b/GitUpKit/Core/GCCommitDatabase.h index 1ebd95a8..56ac5b5f 100644 --- a/GitUpKit/Core/GCCommitDatabase.h +++ b/GitUpKit/Core/GCCommitDatabase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCommitDatabase.m b/GitUpKit/Core/GCCommitDatabase.m index 814b4e08..4d759d9b 100644 --- a/GitUpKit/Core/GCCommitDatabase.m +++ b/GitUpKit/Core/GCCommitDatabase.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCCore.h b/GitUpKit/Core/GCCore.h index 1d2556db..24758a2d 100644 --- a/GitUpKit/Core/GCCore.h +++ b/GitUpKit/Core/GCCore.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCDiff-Tests.m b/GitUpKit/Core/GCDiff-Tests.m index 0570d6da..5254178f 100644 --- a/GitUpKit/Core/GCDiff-Tests.m +++ b/GitUpKit/Core/GCDiff-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCDiff.h b/GitUpKit/Core/GCDiff.h index 6f5c526d..f010fc5a 100644 --- a/GitUpKit/Core/GCDiff.h +++ b/GitUpKit/Core/GCDiff.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCDiff.m b/GitUpKit/Core/GCDiff.m index dd15803b..a796f7d0 100644 --- a/GitUpKit/Core/GCDiff.m +++ b/GitUpKit/Core/GCDiff.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCError.h b/GitUpKit/Core/GCError.h index 088090fc..8bb2e3ee 100644 --- a/GitUpKit/Core/GCError.h +++ b/GitUpKit/Core/GCError.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCFoundation-Tests.m b/GitUpKit/Core/GCFoundation-Tests.m index 3922d238..f272bd0e 100644 --- a/GitUpKit/Core/GCFoundation-Tests.m +++ b/GitUpKit/Core/GCFoundation-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCFoundation.h b/GitUpKit/Core/GCFoundation.h index 7de026b5..efa3e9d5 100644 --- a/GitUpKit/Core/GCFoundation.h +++ b/GitUpKit/Core/GCFoundation.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCFoundation.m b/GitUpKit/Core/GCFoundation.m index 472536b4..be81261e 100644 --- a/GitUpKit/Core/GCFoundation.m +++ b/GitUpKit/Core/GCFoundation.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCFunctions.h b/GitUpKit/Core/GCFunctions.h index 2a358a80..73172491 100644 --- a/GitUpKit/Core/GCFunctions.h +++ b/GitUpKit/Core/GCFunctions.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCFunctions.m b/GitUpKit/Core/GCFunctions.m index a58b41bd..b5e658fa 100644 --- a/GitUpKit/Core/GCFunctions.m +++ b/GitUpKit/Core/GCFunctions.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCHistory-Tests.m b/GitUpKit/Core/GCHistory-Tests.m index 2aad231a..14864ffc 100644 --- a/GitUpKit/Core/GCHistory-Tests.m +++ b/GitUpKit/Core/GCHistory-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCHistory.h b/GitUpKit/Core/GCHistory.h index 71088948..3cbc6b72 100644 --- a/GitUpKit/Core/GCHistory.h +++ b/GitUpKit/Core/GCHistory.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCHistory.m b/GitUpKit/Core/GCHistory.m index f5ab0a9f..6b7f7150 100644 --- a/GitUpKit/Core/GCHistory.m +++ b/GitUpKit/Core/GCHistory.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCIndex.h b/GitUpKit/Core/GCIndex.h index b7d1ecf3..e03d8624 100644 --- a/GitUpKit/Core/GCIndex.h +++ b/GitUpKit/Core/GCIndex.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCIndex.m b/GitUpKit/Core/GCIndex.m index 965b61ed..1ed43202 100644 --- a/GitUpKit/Core/GCIndex.m +++ b/GitUpKit/Core/GCIndex.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCLiveRepository.h b/GitUpKit/Core/GCLiveRepository.h index 4200d73d..537cdc4d 100644 --- a/GitUpKit/Core/GCLiveRepository.h +++ b/GitUpKit/Core/GCLiveRepository.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCLiveRepository.m b/GitUpKit/Core/GCLiveRepository.m index 78c0e3f6..00ae83d1 100644 --- a/GitUpKit/Core/GCLiveRepository.m +++ b/GitUpKit/Core/GCLiveRepository.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCMacros.h b/GitUpKit/Core/GCMacros.h index b2c55645..432feb24 100644 --- a/GitUpKit/Core/GCMacros.h +++ b/GitUpKit/Core/GCMacros.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCObject.h b/GitUpKit/Core/GCObject.h index 7490a261..17c627a1 100644 --- a/GitUpKit/Core/GCObject.h +++ b/GitUpKit/Core/GCObject.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCObject.m b/GitUpKit/Core/GCObject.m index f7ea3d96..8544bf70 100644 --- a/GitUpKit/Core/GCObject.m +++ b/GitUpKit/Core/GCObject.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCOrderedSet-Tests.m b/GitUpKit/Core/GCOrderedSet-Tests.m index 3fee4188..5a260835 100644 --- a/GitUpKit/Core/GCOrderedSet-Tests.m +++ b/GitUpKit/Core/GCOrderedSet-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCOrderedSet.h b/GitUpKit/Core/GCOrderedSet.h index e63a1168..065d4e68 100644 --- a/GitUpKit/Core/GCOrderedSet.h +++ b/GitUpKit/Core/GCOrderedSet.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCOrderedSet.m b/GitUpKit/Core/GCOrderedSet.m index 5eaee473..899791c7 100644 --- a/GitUpKit/Core/GCOrderedSet.m +++ b/GitUpKit/Core/GCOrderedSet.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCPrivate.h b/GitUpKit/Core/GCPrivate.h index 985b7e3d..c9aa9ec9 100644 --- a/GitUpKit/Core/GCPrivate.h +++ b/GitUpKit/Core/GCPrivate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCPrivate.m b/GitUpKit/Core/GCPrivate.m index 16f8c8d7..a29501f3 100644 --- a/GitUpKit/Core/GCPrivate.m +++ b/GitUpKit/Core/GCPrivate.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCReference.h b/GitUpKit/Core/GCReference.h index 9bc6adfc..355e2d1e 100644 --- a/GitUpKit/Core/GCReference.h +++ b/GitUpKit/Core/GCReference.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCReference.m b/GitUpKit/Core/GCReference.m index 3847421d..e9df4b9d 100644 --- a/GitUpKit/Core/GCReference.m +++ b/GitUpKit/Core/GCReference.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCReferenceTransform.h b/GitUpKit/Core/GCReferenceTransform.h index 48707573..9ea9ea96 100644 --- a/GitUpKit/Core/GCReferenceTransform.h +++ b/GitUpKit/Core/GCReferenceTransform.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCReferenceTransform.m b/GitUpKit/Core/GCReferenceTransform.m index d57791a3..b03f9aff 100644 --- a/GitUpKit/Core/GCReferenceTransform.m +++ b/GitUpKit/Core/GCReferenceTransform.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCReflogMessages.h b/GitUpKit/Core/GCReflogMessages.h index 5d6bacdc..1cbb1bea 100644 --- a/GitUpKit/Core/GCReflogMessages.h +++ b/GitUpKit/Core/GCReflogMessages.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRemote-Tests.m b/GitUpKit/Core/GCRemote-Tests.m index 502e08c2..aa31d2e9 100644 --- a/GitUpKit/Core/GCRemote-Tests.m +++ b/GitUpKit/Core/GCRemote-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRemote.h b/GitUpKit/Core/GCRemote.h index 50f60462..31d4cf7d 100644 --- a/GitUpKit/Core/GCRemote.h +++ b/GitUpKit/Core/GCRemote.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRemote.m b/GitUpKit/Core/GCRemote.m index 167e26cb..3cf3f17f 100644 --- a/GitUpKit/Core/GCRemote.m +++ b/GitUpKit/Core/GCRemote.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Bare-Tests.m b/GitUpKit/Core/GCRepository+Bare-Tests.m index 651c928d..b3ecca68 100644 --- a/GitUpKit/Core/GCRepository+Bare-Tests.m +++ b/GitUpKit/Core/GCRepository+Bare-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Bare.h b/GitUpKit/Core/GCRepository+Bare.h index 93861863..2fd53c55 100644 --- a/GitUpKit/Core/GCRepository+Bare.h +++ b/GitUpKit/Core/GCRepository+Bare.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Bare.m b/GitUpKit/Core/GCRepository+Bare.m index 10c85d1a..1f1e4229 100644 --- a/GitUpKit/Core/GCRepository+Bare.m +++ b/GitUpKit/Core/GCRepository+Bare.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Config-Tests.m b/GitUpKit/Core/GCRepository+Config-Tests.m index e8c1e9c1..3acd02b8 100644 --- a/GitUpKit/Core/GCRepository+Config-Tests.m +++ b/GitUpKit/Core/GCRepository+Config-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Config.h b/GitUpKit/Core/GCRepository+Config.h index 7607de02..75413822 100644 --- a/GitUpKit/Core/GCRepository+Config.h +++ b/GitUpKit/Core/GCRepository+Config.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Config.m b/GitUpKit/Core/GCRepository+Config.m index 95920532..eb7d80cb 100644 --- a/GitUpKit/Core/GCRepository+Config.m +++ b/GitUpKit/Core/GCRepository+Config.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+HEAD-Tests.m b/GitUpKit/Core/GCRepository+HEAD-Tests.m index 3172caa0..2b7a1ceb 100644 --- a/GitUpKit/Core/GCRepository+HEAD-Tests.m +++ b/GitUpKit/Core/GCRepository+HEAD-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+HEAD.h b/GitUpKit/Core/GCRepository+HEAD.h index 110b4e95..054ce9eb 100644 --- a/GitUpKit/Core/GCRepository+HEAD.h +++ b/GitUpKit/Core/GCRepository+HEAD.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+HEAD.m b/GitUpKit/Core/GCRepository+HEAD.m index 8e189f1e..950d68b2 100644 --- a/GitUpKit/Core/GCRepository+HEAD.m +++ b/GitUpKit/Core/GCRepository+HEAD.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Mock-Tests.m b/GitUpKit/Core/GCRepository+Mock-Tests.m index 5cd7ca7f..eb586600 100644 --- a/GitUpKit/Core/GCRepository+Mock-Tests.m +++ b/GitUpKit/Core/GCRepository+Mock-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Mock.h b/GitUpKit/Core/GCRepository+Mock.h index 1b497c91..59aec07b 100644 --- a/GitUpKit/Core/GCRepository+Mock.h +++ b/GitUpKit/Core/GCRepository+Mock.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Mock.m b/GitUpKit/Core/GCRepository+Mock.m index 232982be..76337fda 100644 --- a/GitUpKit/Core/GCRepository+Mock.m +++ b/GitUpKit/Core/GCRepository+Mock.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reflog-Tests.m b/GitUpKit/Core/GCRepository+Reflog-Tests.m index de4c5503..6a0ed6cf 100644 --- a/GitUpKit/Core/GCRepository+Reflog-Tests.m +++ b/GitUpKit/Core/GCRepository+Reflog-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reflog.h b/GitUpKit/Core/GCRepository+Reflog.h index 2567ec98..332b4de1 100644 --- a/GitUpKit/Core/GCRepository+Reflog.h +++ b/GitUpKit/Core/GCRepository+Reflog.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reflog.m b/GitUpKit/Core/GCRepository+Reflog.m index 6e5bebf2..d14310f2 100644 --- a/GitUpKit/Core/GCRepository+Reflog.m +++ b/GitUpKit/Core/GCRepository+Reflog.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reset-Tests.m b/GitUpKit/Core/GCRepository+Reset-Tests.m index b7880b1a..522eb437 100644 --- a/GitUpKit/Core/GCRepository+Reset-Tests.m +++ b/GitUpKit/Core/GCRepository+Reset-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reset.h b/GitUpKit/Core/GCRepository+Reset.h index 895fcf05..9626aa01 100644 --- a/GitUpKit/Core/GCRepository+Reset.h +++ b/GitUpKit/Core/GCRepository+Reset.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Reset.m b/GitUpKit/Core/GCRepository+Reset.m index 0562b468..a42a1c6f 100644 --- a/GitUpKit/Core/GCRepository+Reset.m +++ b/GitUpKit/Core/GCRepository+Reset.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Status-Tests.m b/GitUpKit/Core/GCRepository+Status-Tests.m index ef568c16..95e71079 100644 --- a/GitUpKit/Core/GCRepository+Status-Tests.m +++ b/GitUpKit/Core/GCRepository+Status-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Status.h b/GitUpKit/Core/GCRepository+Status.h index 3bf23427..2701bd52 100644 --- a/GitUpKit/Core/GCRepository+Status.h +++ b/GitUpKit/Core/GCRepository+Status.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository+Status.m b/GitUpKit/Core/GCRepository+Status.m index e30b4d4c..63424459 100644 --- a/GitUpKit/Core/GCRepository+Status.m +++ b/GitUpKit/Core/GCRepository+Status.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository-Tests.m b/GitUpKit/Core/GCRepository-Tests.m index 0ff7bc55..3850a611 100644 --- a/GitUpKit/Core/GCRepository-Tests.m +++ b/GitUpKit/Core/GCRepository-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository.h b/GitUpKit/Core/GCRepository.h index 42cea507..22a4d888 100644 --- a/GitUpKit/Core/GCRepository.h +++ b/GitUpKit/Core/GCRepository.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCRepository.m b/GitUpKit/Core/GCRepository.m index 8cf45c54..b4fc9978 100644 --- a/GitUpKit/Core/GCRepository.m +++ b/GitUpKit/Core/GCRepository.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSQLiteRepository-Tests.m b/GitUpKit/Core/GCSQLiteRepository-Tests.m index 58aa9e94..6065f58a 100644 --- a/GitUpKit/Core/GCSQLiteRepository-Tests.m +++ b/GitUpKit/Core/GCSQLiteRepository-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSQLiteRepository.h b/GitUpKit/Core/GCSQLiteRepository.h index b5895c5c..085a3235 100644 --- a/GitUpKit/Core/GCSQLiteRepository.h +++ b/GitUpKit/Core/GCSQLiteRepository.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSQLiteRepository.m b/GitUpKit/Core/GCSQLiteRepository.m index 560eb8bd..4233ae05 100644 --- a/GitUpKit/Core/GCSQLiteRepository.m +++ b/GitUpKit/Core/GCSQLiteRepository.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSnapshot-Tests.m b/GitUpKit/Core/GCSnapshot-Tests.m index 54d068ed..f64a3a4d 100644 --- a/GitUpKit/Core/GCSnapshot-Tests.m +++ b/GitUpKit/Core/GCSnapshot-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSnapshot.h b/GitUpKit/Core/GCSnapshot.h index 60ca6115..83fa55ee 100644 --- a/GitUpKit/Core/GCSnapshot.h +++ b/GitUpKit/Core/GCSnapshot.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSnapshot.m b/GitUpKit/Core/GCSnapshot.m index ed440a0e..d6ecea7f 100644 --- a/GitUpKit/Core/GCSnapshot.m +++ b/GitUpKit/Core/GCSnapshot.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCStash-Tests.m b/GitUpKit/Core/GCStash-Tests.m index f459996f..0ae9397b 100644 --- a/GitUpKit/Core/GCStash-Tests.m +++ b/GitUpKit/Core/GCStash-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCStash.h b/GitUpKit/Core/GCStash.h index eef2b1eb..069471ba 100644 --- a/GitUpKit/Core/GCStash.h +++ b/GitUpKit/Core/GCStash.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCStash.m b/GitUpKit/Core/GCStash.m index 5dddeba1..587cbdaa 100644 --- a/GitUpKit/Core/GCStash.m +++ b/GitUpKit/Core/GCStash.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSubmodule-Tests.m b/GitUpKit/Core/GCSubmodule-Tests.m index fb14ec96..a63aa60e 100644 --- a/GitUpKit/Core/GCSubmodule-Tests.m +++ b/GitUpKit/Core/GCSubmodule-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSubmodule.h b/GitUpKit/Core/GCSubmodule.h index 6e885606..680ff40f 100644 --- a/GitUpKit/Core/GCSubmodule.h +++ b/GitUpKit/Core/GCSubmodule.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCSubmodule.m b/GitUpKit/Core/GCSubmodule.m index 78fe6aa8..1c2e4a87 100644 --- a/GitUpKit/Core/GCSubmodule.m +++ b/GitUpKit/Core/GCSubmodule.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCTag-Tests.m b/GitUpKit/Core/GCTag-Tests.m index 3ef21932..6b9f77bb 100644 --- a/GitUpKit/Core/GCTag-Tests.m +++ b/GitUpKit/Core/GCTag-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCTag.h b/GitUpKit/Core/GCTag.h index 866791ea..ef46876d 100644 --- a/GitUpKit/Core/GCTag.h +++ b/GitUpKit/Core/GCTag.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCTag.m b/GitUpKit/Core/GCTag.m index a6536241..d7d3a3cc 100644 --- a/GitUpKit/Core/GCTag.m +++ b/GitUpKit/Core/GCTag.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCTestCase.h b/GitUpKit/Core/GCTestCase.h index bbd56979..4533d708 100644 --- a/GitUpKit/Core/GCTestCase.h +++ b/GitUpKit/Core/GCTestCase.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Core/GCTestCase.m b/GitUpKit/Core/GCTestCase.m index ff0ac0d1..7a6901a9 100644 --- a/GitUpKit/Core/GCTestCase.m +++ b/GitUpKit/Core/GCTestCase.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCHistory+Rewrite-Tests.m b/GitUpKit/Extensions/GCHistory+Rewrite-Tests.m index 1726e8ec..d7ac6203 100644 --- a/GitUpKit/Extensions/GCHistory+Rewrite-Tests.m +++ b/GitUpKit/Extensions/GCHistory+Rewrite-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCHistory+Rewrite.h b/GitUpKit/Extensions/GCHistory+Rewrite.h index ad639421..7bacd389 100644 --- a/GitUpKit/Extensions/GCHistory+Rewrite.h +++ b/GitUpKit/Extensions/GCHistory+Rewrite.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCHistory+Rewrite.m b/GitUpKit/Extensions/GCHistory+Rewrite.m index 5b5a02f0..7d458a30 100644 --- a/GitUpKit/Extensions/GCHistory+Rewrite.m +++ b/GitUpKit/Extensions/GCHistory+Rewrite.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Index-Tests.m b/GitUpKit/Extensions/GCRepository+Index-Tests.m index 8962c1fa..efe5fdc6 100644 --- a/GitUpKit/Extensions/GCRepository+Index-Tests.m +++ b/GitUpKit/Extensions/GCRepository+Index-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Index.h b/GitUpKit/Extensions/GCRepository+Index.h index 12ab12ea..d18d9dfd 100644 --- a/GitUpKit/Extensions/GCRepository+Index.h +++ b/GitUpKit/Extensions/GCRepository+Index.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Index.m b/GitUpKit/Extensions/GCRepository+Index.m index ebec4ac0..166070b4 100644 --- a/GitUpKit/Extensions/GCRepository+Index.m +++ b/GitUpKit/Extensions/GCRepository+Index.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Utilities-Tests.m b/GitUpKit/Extensions/GCRepository+Utilities-Tests.m index 57529060..854d26fd 100644 --- a/GitUpKit/Extensions/GCRepository+Utilities-Tests.m +++ b/GitUpKit/Extensions/GCRepository+Utilities-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Utilities.h b/GitUpKit/Extensions/GCRepository+Utilities.h index b523893f..aef2d323 100644 --- a/GitUpKit/Extensions/GCRepository+Utilities.h +++ b/GitUpKit/Extensions/GCRepository+Utilities.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Extensions/GCRepository+Utilities.m b/GitUpKit/Extensions/GCRepository+Utilities.m index 82e7f7b0..ce85c794 100644 --- a/GitUpKit/Extensions/GCRepository+Utilities.m +++ b/GitUpKit/Extensions/GCRepository+Utilities.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/GitUpKit.h b/GitUpKit/GitUpKit.h index b0136f84..95e0cf87 100644 --- a/GitUpKit/GitUpKit.h +++ b/GitUpKit/GitUpKit.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Info.plist b/GitUpKit/Info.plist index 4d8efaf0..3418d976 100644 --- a/GitUpKit/Info.plist +++ b/GitUpKit/Info.plist @@ -28,6 +28,6 @@ NSHumanReadableCopyright - Copyright © 2015-2016 Pierre-Olivier Latour. All rights reserved. + Copyright © 2015-2017 Pierre-Olivier Latour. All rights reserved. diff --git a/GitUpKit/Interface/GIBranch.h b/GitUpKit/Interface/GIBranch.h index befd3a43..e7593285 100644 --- a/GitUpKit/Interface/GIBranch.h +++ b/GitUpKit/Interface/GIBranch.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIBranch.m b/GitUpKit/Interface/GIBranch.m index eaccc7f9..64d61d3c 100644 --- a/GitUpKit/Interface/GIBranch.m +++ b/GitUpKit/Interface/GIBranch.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIConstants.h b/GitUpKit/Interface/GIConstants.h index b2c50125..fff1617e 100644 --- a/GitUpKit/Interface/GIConstants.h +++ b/GitUpKit/Interface/GIConstants.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIDiffView.h b/GitUpKit/Interface/GIDiffView.h index 6b443405..9cdb7f6c 100644 --- a/GitUpKit/Interface/GIDiffView.h +++ b/GitUpKit/Interface/GIDiffView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIDiffView.m b/GitUpKit/Interface/GIDiffView.m index 6759a19c..2815407d 100644 --- a/GitUpKit/Interface/GIDiffView.m +++ b/GitUpKit/Interface/GIDiffView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIFunctions-Tests.m b/GitUpKit/Interface/GIFunctions-Tests.m index 0bb5a862..8bf4aa86 100644 --- a/GitUpKit/Interface/GIFunctions-Tests.m +++ b/GitUpKit/Interface/GIFunctions-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIFunctions.h b/GitUpKit/Interface/GIFunctions.h index eb6922ac..bc5cdd52 100644 --- a/GitUpKit/Interface/GIFunctions.h +++ b/GitUpKit/Interface/GIFunctions.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIFunctions.m b/GitUpKit/Interface/GIFunctions.m index 47560d3c..9b1e0361 100644 --- a/GitUpKit/Interface/GIFunctions.m +++ b/GitUpKit/Interface/GIFunctions.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIGraph-Tests.m b/GitUpKit/Interface/GIGraph-Tests.m index fca12d2e..4fedf718 100644 --- a/GitUpKit/Interface/GIGraph-Tests.m +++ b/GitUpKit/Interface/GIGraph-Tests.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIGraph.h b/GitUpKit/Interface/GIGraph.h index 1988a49a..650ae3f2 100644 --- a/GitUpKit/Interface/GIGraph.h +++ b/GitUpKit/Interface/GIGraph.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIGraph.m b/GitUpKit/Interface/GIGraph.m index 62276c94..1fb328de 100644 --- a/GitUpKit/Interface/GIGraph.m +++ b/GitUpKit/Interface/GIGraph.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIGraphView.h b/GitUpKit/Interface/GIGraphView.h index f477ba37..18ad17d1 100644 --- a/GitUpKit/Interface/GIGraphView.h +++ b/GitUpKit/Interface/GIGraphView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIGraphView.m b/GitUpKit/Interface/GIGraphView.m index 5988020c..c5845fb3 100644 --- a/GitUpKit/Interface/GIGraphView.m +++ b/GitUpKit/Interface/GIGraphView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIInterface.h b/GitUpKit/Interface/GIInterface.h index 2fc97343..e8c30b91 100644 --- a/GitUpKit/Interface/GIInterface.h +++ b/GitUpKit/Interface/GIInterface.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GILayer.h b/GitUpKit/Interface/GILayer.h index aa9a30d8..907ae1ac 100644 --- a/GitUpKit/Interface/GILayer.h +++ b/GitUpKit/Interface/GILayer.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GILayer.m b/GitUpKit/Interface/GILayer.m index 82e70169..69a925ec 100644 --- a/GitUpKit/Interface/GILayer.m +++ b/GitUpKit/Interface/GILayer.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GILine.h b/GitUpKit/Interface/GILine.h index 55e11f87..0ba8bdb7 100644 --- a/GitUpKit/Interface/GILine.h +++ b/GitUpKit/Interface/GILine.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GILine.m b/GitUpKit/Interface/GILine.m index dcf14ca9..58bbada2 100644 --- a/GitUpKit/Interface/GILine.m +++ b/GitUpKit/Interface/GILine.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GINode.h b/GitUpKit/Interface/GINode.h index 16110763..17fb37a1 100644 --- a/GitUpKit/Interface/GINode.h +++ b/GitUpKit/Interface/GINode.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GINode.m b/GitUpKit/Interface/GINode.m index 21fea358..78bf5294 100644 --- a/GitUpKit/Interface/GINode.m +++ b/GitUpKit/Interface/GINode.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIPrivate.h b/GitUpKit/Interface/GIPrivate.h index b6c58405..f9d3aabf 100644 --- a/GitUpKit/Interface/GIPrivate.h +++ b/GitUpKit/Interface/GIPrivate.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIPrivate.m b/GitUpKit/Interface/GIPrivate.m index 6476b2f9..d670dff5 100644 --- a/GitUpKit/Interface/GIPrivate.m +++ b/GitUpKit/Interface/GIPrivate.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GISplitDiffView.h b/GitUpKit/Interface/GISplitDiffView.h index f84114d8..98807bec 100644 --- a/GitUpKit/Interface/GISplitDiffView.h +++ b/GitUpKit/Interface/GISplitDiffView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GISplitDiffView.m b/GitUpKit/Interface/GISplitDiffView.m index bc5115b4..6ec3f417 100644 --- a/GitUpKit/Interface/GISplitDiffView.m +++ b/GitUpKit/Interface/GISplitDiffView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIUnifiedDiffView.h b/GitUpKit/Interface/GIUnifiedDiffView.h index 4c730a7d..c55f7d19 100644 --- a/GitUpKit/Interface/GIUnifiedDiffView.h +++ b/GitUpKit/Interface/GIUnifiedDiffView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Interface/GIUnifiedDiffView.m b/GitUpKit/Interface/GIUnifiedDiffView.m index 02587919..087364b0 100644 --- a/GitUpKit/Interface/GIUnifiedDiffView.m +++ b/GitUpKit/Interface/GIUnifiedDiffView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIAppKit.h b/GitUpKit/Utilities/GIAppKit.h index 5c3d6898..85a32405 100644 --- a/GitUpKit/Utilities/GIAppKit.h +++ b/GitUpKit/Utilities/GIAppKit.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIAppKit.m b/GitUpKit/Utilities/GIAppKit.m index 6ffce355..c90384dc 100644 --- a/GitUpKit/Utilities/GIAppKit.m +++ b/GitUpKit/Utilities/GIAppKit.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIColorView.h b/GitUpKit/Utilities/GIColorView.h index c4bad6d0..2101cfb5 100644 --- a/GitUpKit/Utilities/GIColorView.h +++ b/GitUpKit/Utilities/GIColorView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIColorView.m b/GitUpKit/Utilities/GIColorView.m index aade4486..cf9c2640 100644 --- a/GitUpKit/Utilities/GIColorView.m +++ b/GitUpKit/Utilities/GIColorView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GILinkButton.h b/GitUpKit/Utilities/GILinkButton.h index 43db209f..1d6d5f02 100644 --- a/GitUpKit/Utilities/GILinkButton.h +++ b/GitUpKit/Utilities/GILinkButton.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GILinkButton.m b/GitUpKit/Utilities/GILinkButton.m index 7f488c53..b9482445 100644 --- a/GitUpKit/Utilities/GILinkButton.m +++ b/GitUpKit/Utilities/GILinkButton.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIModalView.h b/GitUpKit/Utilities/GIModalView.h index 6bf1584c..c8b10265 100644 --- a/GitUpKit/Utilities/GIModalView.h +++ b/GitUpKit/Utilities/GIModalView.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIModalView.m b/GitUpKit/Utilities/GIModalView.m index 79ca8d5f..4538904c 100644 --- a/GitUpKit/Utilities/GIModalView.m +++ b/GitUpKit/Utilities/GIModalView.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIViewController+Utilities.h b/GitUpKit/Utilities/GIViewController+Utilities.h index 6c9b4a7a..0cd39156 100644 --- a/GitUpKit/Utilities/GIViewController+Utilities.h +++ b/GitUpKit/Utilities/GIViewController+Utilities.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIViewController+Utilities.m b/GitUpKit/Utilities/GIViewController+Utilities.m index 76ece908..5297a159 100644 --- a/GitUpKit/Utilities/GIViewController+Utilities.m +++ b/GitUpKit/Utilities/GIViewController+Utilities.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIViewController.h b/GitUpKit/Utilities/GIViewController.h index 323f4a59..8e119f26 100644 --- a/GitUpKit/Utilities/GIViewController.h +++ b/GitUpKit/Utilities/GIViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIViewController.m b/GitUpKit/Utilities/GIViewController.m index bd98d196..0b1b5125 100644 --- a/GitUpKit/Utilities/GIViewController.m +++ b/GitUpKit/Utilities/GIViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIWindowController.h b/GitUpKit/Utilities/GIWindowController.h index 9a8da14c..1249c369 100644 --- a/GitUpKit/Utilities/GIWindowController.h +++ b/GitUpKit/Utilities/GIWindowController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Utilities/GIWindowController.m b/GitUpKit/Utilities/GIWindowController.m index 7edfbac5..758d036c 100644 --- a/GitUpKit/Utilities/GIWindowController.m +++ b/GitUpKit/Utilities/GIWindowController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIAdvancedCommitViewController.h b/GitUpKit/Views/GIAdvancedCommitViewController.h index 676529fa..ac326568 100644 --- a/GitUpKit/Views/GIAdvancedCommitViewController.h +++ b/GitUpKit/Views/GIAdvancedCommitViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIAdvancedCommitViewController.m b/GitUpKit/Views/GIAdvancedCommitViewController.m index 107a70c2..a92956ef 100644 --- a/GitUpKit/Views/GIAdvancedCommitViewController.m +++ b/GitUpKit/Views/GIAdvancedCommitViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitRewriterViewController.h b/GitUpKit/Views/GICommitRewriterViewController.h index cbd71db6..3734f712 100644 --- a/GitUpKit/Views/GICommitRewriterViewController.h +++ b/GitUpKit/Views/GICommitRewriterViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitRewriterViewController.m b/GitUpKit/Views/GICommitRewriterViewController.m index 0f529f20..38ebfbdf 100644 --- a/GitUpKit/Views/GICommitRewriterViewController.m +++ b/GitUpKit/Views/GICommitRewriterViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitSplitterViewController.h b/GitUpKit/Views/GICommitSplitterViewController.h index e91272b9..f04e2cf6 100644 --- a/GitUpKit/Views/GICommitSplitterViewController.h +++ b/GitUpKit/Views/GICommitSplitterViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitSplitterViewController.m b/GitUpKit/Views/GICommitSplitterViewController.m index cf5b36a6..0d34f4a9 100644 --- a/GitUpKit/Views/GICommitSplitterViewController.m +++ b/GitUpKit/Views/GICommitSplitterViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitViewController.h b/GitUpKit/Views/GICommitViewController.h index cdece831..2634c4d7 100644 --- a/GitUpKit/Views/GICommitViewController.h +++ b/GitUpKit/Views/GICommitViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GICommitViewController.m b/GitUpKit/Views/GICommitViewController.m index f9c35b4d..99743c2f 100644 --- a/GitUpKit/Views/GICommitViewController.m +++ b/GitUpKit/Views/GICommitViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIConfigViewController.h b/GitUpKit/Views/GIConfigViewController.h index 9b7be5a1..99aeec97 100644 --- a/GitUpKit/Views/GIConfigViewController.h +++ b/GitUpKit/Views/GIConfigViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIConfigViewController.m b/GitUpKit/Views/GIConfigViewController.m index e2104b98..45e2b8d4 100644 --- a/GitUpKit/Views/GIConfigViewController.m +++ b/GitUpKit/Views/GIConfigViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIConflictResolverViewController.h b/GitUpKit/Views/GIConflictResolverViewController.h index 3c3c4b13..d46be286 100644 --- a/GitUpKit/Views/GIConflictResolverViewController.h +++ b/GitUpKit/Views/GIConflictResolverViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIConflictResolverViewController.m b/GitUpKit/Views/GIConflictResolverViewController.m index 4ddf3729..1b6607c9 100644 --- a/GitUpKit/Views/GIConflictResolverViewController.m +++ b/GitUpKit/Views/GIConflictResolverViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIDiffViewController.h b/GitUpKit/Views/GIDiffViewController.h index 8ad9090c..c9cbe348 100644 --- a/GitUpKit/Views/GIDiffViewController.h +++ b/GitUpKit/Views/GIDiffViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIDiffViewController.m b/GitUpKit/Views/GIDiffViewController.m index 0c57d305..93d8ee05 100644 --- a/GitUpKit/Views/GIDiffViewController.m +++ b/GitUpKit/Views/GIDiffViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIMapViewController+Operations.h b/GitUpKit/Views/GIMapViewController+Operations.h index 04ca8883..e8edd480 100644 --- a/GitUpKit/Views/GIMapViewController+Operations.h +++ b/GitUpKit/Views/GIMapViewController+Operations.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIMapViewController+Operations.m b/GitUpKit/Views/GIMapViewController+Operations.m index 7541b524..287392f0 100644 --- a/GitUpKit/Views/GIMapViewController+Operations.m +++ b/GitUpKit/Views/GIMapViewController+Operations.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIMapViewController.h b/GitUpKit/Views/GIMapViewController.h index 5ffc155f..65efa6a6 100644 --- a/GitUpKit/Views/GIMapViewController.h +++ b/GitUpKit/Views/GIMapViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIMapViewController.m b/GitUpKit/Views/GIMapViewController.m index bfa557be..de6bac4d 100644 --- a/GitUpKit/Views/GIMapViewController.m +++ b/GitUpKit/Views/GIMapViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIQuickViewController.h b/GitUpKit/Views/GIQuickViewController.h index fba57411..07e76117 100644 --- a/GitUpKit/Views/GIQuickViewController.h +++ b/GitUpKit/Views/GIQuickViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIQuickViewController.m b/GitUpKit/Views/GIQuickViewController.m index 3c15b7c6..82867eed 100644 --- a/GitUpKit/Views/GIQuickViewController.m +++ b/GitUpKit/Views/GIQuickViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GISimpleCommitViewController.h b/GitUpKit/Views/GISimpleCommitViewController.h index c8bd62c9..ca8e42e3 100644 --- a/GitUpKit/Views/GISimpleCommitViewController.h +++ b/GitUpKit/Views/GISimpleCommitViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GISimpleCommitViewController.m b/GitUpKit/Views/GISimpleCommitViewController.m index 4066892e..74644ba3 100644 --- a/GitUpKit/Views/GISimpleCommitViewController.m +++ b/GitUpKit/Views/GISimpleCommitViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIStashListViewController.h b/GitUpKit/Views/GIStashListViewController.h index d8089a64..6ae3731f 100644 --- a/GitUpKit/Views/GIStashListViewController.h +++ b/GitUpKit/Views/GIStashListViewController.h @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/GitUpKit/Views/GIStashListViewController.m b/GitUpKit/Views/GIStashListViewController.m index 78043753..48284d06 100644 --- a/GitUpKit/Views/GIStashListViewController.m +++ b/GitUpKit/Views/GIStashListViewController.m @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2016 Pierre-Olivier Latour +// Copyright (C) 2015-2017 Pierre-Olivier Latour // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by