From 669c22451123c48613e76ca027a9d326cebe6729 Mon Sep 17 00:00:00 2001 From: Gina Trapani Date: Mon, 12 Aug 2013 16:16:35 -0700 Subject: [PATCH] Update copyright year, closes #166 --- Classes/AndFilter.h | 2 +- Classes/AndFilter.m | 2 +- Classes/AsyncTask.h | 2 +- Classes/AsyncTask.m | 2 +- Classes/ByContextFilter.h | 2 +- Classes/ByContextFilter.m | 2 +- Classes/ByPriorityFilter.h | 2 +- Classes/ByPriorityFilter.m | 2 +- Classes/ByProjectFilter.h | 2 +- Classes/ByProjectFilter.m | 2 +- Classes/ByTextFilter.h | 2 +- Classes/ByTextFilter.m | 2 +- Classes/ContextParser.h | 2 +- Classes/ContextParser.m | 2 +- Classes/Filter.h | 2 +- Classes/FilterFactory.h | 2 +- Classes/FilterFactory.m | 2 +- Classes/LocalFileTaskRepository.h | 2 +- Classes/LocalFileTaskRepository.m | 2 +- Classes/LocalTaskRepository.h | 2 +- Classes/NSMutableAttributedString+TodoTxt.h | 2 +- Classes/NSMutableAttributedString+TodoTxt.m | 2 +- Classes/Network.h | 2 +- Classes/Network.m | 2 +- Classes/OrFilter.h | 2 +- Classes/OrFilter.m | 2 +- Classes/PlaceholderGenerator.h | 2 +- Classes/PlaceholderGenerator.m | 2 +- Classes/Priority.h | 2 +- Classes/Priority.m | 2 +- Classes/PriorityTextSplitter.h | 2 +- Classes/PriorityTextSplitter.m | 2 +- Classes/ProjectParser.h | 2 +- Classes/ProjectParser.m | 2 +- Classes/RelativeDate.h | 2 +- Classes/RelativeDate.m | 2 +- Classes/RemoteClientManager.h | 2 +- Classes/RemoteClientManager.m | 2 +- Classes/Sort.h | 2 +- Classes/Sort.m | 2 +- Classes/Strings.h | 2 +- Classes/Strings.m | 2 +- Classes/Task.h | 2 +- Classes/Task.m | 2 +- Classes/TaskBagFactory.h | 2 +- Classes/TaskBagFactory.m | 2 +- Classes/TaskBagImpl.h | 2 +- Classes/TaskBagImpl.m | 2 +- Classes/TaskIo.h | 2 +- Classes/TaskIo.m | 2 +- Classes/TaskUtil.h | 2 +- Classes/TaskUtil.m | 2 +- Classes/TextSplitter.h | 2 +- Classes/TextSplitter.m | 2 +- Classes/TodoTxtAppDelegate.h | 2 +- Classes/TodoTxtAppDelegate.m | 2 +- Classes/Util.h | 2 +- Classes/Util.m | 2 +- Protocols/TaskBag.h | 2 +- Todo-txt-unit-tests/AndFilterTest.h | 2 +- Todo-txt-unit-tests/AndFilterTest.m | 2 +- Todo-txt-unit-tests/ByContextFilterTest.h | 2 +- Todo-txt-unit-tests/ByContextFilterTest.m | 2 +- Todo-txt-unit-tests/ByPriorityFilterTest.h | 2 +- Todo-txt-unit-tests/ByPriorityFilterTest.m | 2 +- Todo-txt-unit-tests/ByProjectFilterTest.h | 2 +- Todo-txt-unit-tests/ByProjectFilterTest.m | 2 +- Todo-txt-unit-tests/ByTextFilterTest.h | 2 +- Todo-txt-unit-tests/ByTextFilterTest.m | 2 +- Todo-txt-unit-tests/ContextParserTest.h | 2 +- Todo-txt-unit-tests/ContextParserTest.m | 2 +- Todo-txt-unit-tests/OrFilterTest.h | 2 +- Todo-txt-unit-tests/OrFilterTest.m | 2 +- Todo-txt-unit-tests/PriorityTest.h | 2 +- Todo-txt-unit-tests/PriorityTest.m | 2 +- Todo-txt-unit-tests/PriorityTextSplitterTest.h | 2 +- Todo-txt-unit-tests/PriorityTextSplitterTest.m | 2 +- Todo-txt-unit-tests/ProjectParserTest.h | 2 +- Todo-txt-unit-tests/ProjectParserTest.m | 2 +- Todo-txt-unit-tests/SortTest.h | 2 +- Todo-txt-unit-tests/SortTest.m | 2 +- Todo-txt-unit-tests/StringsTest.h | 2 +- Todo-txt-unit-tests/StringsTest.m | 2 +- Todo-txt-unit-tests/TaskTest.h | 2 +- Todo-txt-unit-tests/TaskTest.m | 2 +- Todo-txt-unit-tests/TaskUtilTest.h | 2 +- Todo-txt-unit-tests/TaskUtilTest.m | 2 +- Todo-txt-unit-tests/TextSplitterTest.h | 2 +- Todo-txt-unit-tests/TextSplitterTest.m | 2 +- Todo-txt-unit-tests/Todo-txt-unit-tests-Prefix.pch | 2 +- View Controllers/LoginScreenViewController.h | 2 +- View Controllers/LoginScreenViewController.m | 2 +- main.m | 2 +- todo_txt_touch_ios_Prefix.pch | 2 +- 94 files changed, 94 insertions(+), 94 deletions(-) diff --git a/Classes/AndFilter.h b/Classes/AndFilter.h index 7c4a89e..a3240f3 100644 --- a/Classes/AndFilter.h +++ b/Classes/AndFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/AndFilter.m b/Classes/AndFilter.m index eaf591a..9f68d2d 100644 --- a/Classes/AndFilter.m +++ b/Classes/AndFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/AsyncTask.h b/Classes/AsyncTask.h index 738092f..912c4bb 100644 --- a/Classes/AsyncTask.h +++ b/Classes/AsyncTask.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/AsyncTask.m b/Classes/AsyncTask.m index ce5cac3..b34fa82 100644 --- a/Classes/AsyncTask.m +++ b/Classes/AsyncTask.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByContextFilter.h b/Classes/ByContextFilter.h index bc07d58..112ce73 100644 --- a/Classes/ByContextFilter.h +++ b/Classes/ByContextFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByContextFilter.m b/Classes/ByContextFilter.m index 8752933..86443fa 100644 --- a/Classes/ByContextFilter.m +++ b/Classes/ByContextFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByPriorityFilter.h b/Classes/ByPriorityFilter.h index 133816c..54f9065 100644 --- a/Classes/ByPriorityFilter.h +++ b/Classes/ByPriorityFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByPriorityFilter.m b/Classes/ByPriorityFilter.m index 56e696d..c7c5a2c 100644 --- a/Classes/ByPriorityFilter.m +++ b/Classes/ByPriorityFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByProjectFilter.h b/Classes/ByProjectFilter.h index 7146e7d..e6caa9b 100644 --- a/Classes/ByProjectFilter.h +++ b/Classes/ByProjectFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByProjectFilter.m b/Classes/ByProjectFilter.m index f22aea7..1ad7040 100644 --- a/Classes/ByProjectFilter.m +++ b/Classes/ByProjectFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByTextFilter.h b/Classes/ByTextFilter.h index 20811a1..a8cdf6f 100644 --- a/Classes/ByTextFilter.h +++ b/Classes/ByTextFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ByTextFilter.m b/Classes/ByTextFilter.m index 048eb89..34aff3c 100644 --- a/Classes/ByTextFilter.m +++ b/Classes/ByTextFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ContextParser.h b/Classes/ContextParser.h index 9a6751b..0e7ce7e 100644 --- a/Classes/ContextParser.h +++ b/Classes/ContextParser.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ContextParser.m b/Classes/ContextParser.m index 7518b1a..b2b0f83 100644 --- a/Classes/ContextParser.m +++ b/Classes/ContextParser.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Filter.h b/Classes/Filter.h index 7ada0f3..8a4d5b0 100644 --- a/Classes/Filter.h +++ b/Classes/Filter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/FilterFactory.h b/Classes/FilterFactory.h index d4afd3d..d3bb266 100644 --- a/Classes/FilterFactory.h +++ b/Classes/FilterFactory.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/FilterFactory.m b/Classes/FilterFactory.m index 5816b91..feb88af 100644 --- a/Classes/FilterFactory.m +++ b/Classes/FilterFactory.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/LocalFileTaskRepository.h b/Classes/LocalFileTaskRepository.h index 762f857..e5c8a98 100644 --- a/Classes/LocalFileTaskRepository.h +++ b/Classes/LocalFileTaskRepository.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/LocalFileTaskRepository.m b/Classes/LocalFileTaskRepository.m index 2f12762..419b7c4 100644 --- a/Classes/LocalFileTaskRepository.m +++ b/Classes/LocalFileTaskRepository.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/LocalTaskRepository.h b/Classes/LocalTaskRepository.h index 2cb3e62..1f191d8 100644 --- a/Classes/LocalTaskRepository.h +++ b/Classes/LocalTaskRepository.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/NSMutableAttributedString+TodoTxt.h b/Classes/NSMutableAttributedString+TodoTxt.h index 172146f..18fa640 100644 --- a/Classes/NSMutableAttributedString+TodoTxt.h +++ b/Classes/NSMutableAttributedString+TodoTxt.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/NSMutableAttributedString+TodoTxt.m b/Classes/NSMutableAttributedString+TodoTxt.m index 7433fec..4f09625 100644 --- a/Classes/NSMutableAttributedString+TodoTxt.m +++ b/Classes/NSMutableAttributedString+TodoTxt.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Network.h b/Classes/Network.h index 4a94541..290412f 100644 --- a/Classes/Network.h +++ b/Classes/Network.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Network.m b/Classes/Network.m index 3c95293..09a2e0c 100644 --- a/Classes/Network.m +++ b/Classes/Network.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/OrFilter.h b/Classes/OrFilter.h index e7c8f4b..a841645 100644 --- a/Classes/OrFilter.h +++ b/Classes/OrFilter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/OrFilter.m b/Classes/OrFilter.m index a2bfd63..e5357a9 100644 --- a/Classes/OrFilter.m +++ b/Classes/OrFilter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/PlaceholderGenerator.h b/Classes/PlaceholderGenerator.h index d7b24e5..4c039b5 100644 --- a/Classes/PlaceholderGenerator.h +++ b/Classes/PlaceholderGenerator.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/PlaceholderGenerator.m b/Classes/PlaceholderGenerator.m index 36a1cd7..916f217 100644 --- a/Classes/PlaceholderGenerator.m +++ b/Classes/PlaceholderGenerator.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Priority.h b/Classes/Priority.h index dc1be43..2441af8 100644 --- a/Classes/Priority.h +++ b/Classes/Priority.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Priority.m b/Classes/Priority.m index 605324e..e327a42 100644 --- a/Classes/Priority.m +++ b/Classes/Priority.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/PriorityTextSplitter.h b/Classes/PriorityTextSplitter.h index a2cf7e7..313dc20 100644 --- a/Classes/PriorityTextSplitter.h +++ b/Classes/PriorityTextSplitter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/PriorityTextSplitter.m b/Classes/PriorityTextSplitter.m index 4c06f8b..9c47ae0 100644 --- a/Classes/PriorityTextSplitter.m +++ b/Classes/PriorityTextSplitter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ProjectParser.h b/Classes/ProjectParser.h index 77a052b..b47bb6c 100644 --- a/Classes/ProjectParser.h +++ b/Classes/ProjectParser.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/ProjectParser.m b/Classes/ProjectParser.m index 086ad64..2136b87 100644 --- a/Classes/ProjectParser.m +++ b/Classes/ProjectParser.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/RelativeDate.h b/Classes/RelativeDate.h index 0f83043..03f3f24 100644 --- a/Classes/RelativeDate.h +++ b/Classes/RelativeDate.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/RelativeDate.m b/Classes/RelativeDate.m index e97c61d..f8688f0 100644 --- a/Classes/RelativeDate.m +++ b/Classes/RelativeDate.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/RemoteClientManager.h b/Classes/RemoteClientManager.h index 83e2070..bb3ce51 100644 --- a/Classes/RemoteClientManager.h +++ b/Classes/RemoteClientManager.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/RemoteClientManager.m b/Classes/RemoteClientManager.m index 67fd492..72efaf9 100644 --- a/Classes/RemoteClientManager.m +++ b/Classes/RemoteClientManager.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Sort.h b/Classes/Sort.h index bb3ccb8..60b5a52 100644 --- a/Classes/Sort.h +++ b/Classes/Sort.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Sort.m b/Classes/Sort.m index 9d35bbb..b5be992 100644 --- a/Classes/Sort.m +++ b/Classes/Sort.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Strings.h b/Classes/Strings.h index de7e919..91a1cf5 100644 --- a/Classes/Strings.h +++ b/Classes/Strings.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Strings.m b/Classes/Strings.m index 324be00..2de084d 100644 --- a/Classes/Strings.m +++ b/Classes/Strings.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Task.h b/Classes/Task.h index b98b636..814c0f0 100644 --- a/Classes/Task.h +++ b/Classes/Task.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Task.m b/Classes/Task.m index 2b72ac9..35f1a95 100644 --- a/Classes/Task.m +++ b/Classes/Task.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskBagFactory.h b/Classes/TaskBagFactory.h index 64f2140..9eac66d 100644 --- a/Classes/TaskBagFactory.h +++ b/Classes/TaskBagFactory.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskBagFactory.m b/Classes/TaskBagFactory.m index 3e38beb..e2cebd4 100644 --- a/Classes/TaskBagFactory.m +++ b/Classes/TaskBagFactory.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskBagImpl.h b/Classes/TaskBagImpl.h index 17214ff..82edeb6 100644 --- a/Classes/TaskBagImpl.h +++ b/Classes/TaskBagImpl.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskBagImpl.m b/Classes/TaskBagImpl.m index 08e7a39..a6e2d84 100644 --- a/Classes/TaskBagImpl.m +++ b/Classes/TaskBagImpl.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskIo.h b/Classes/TaskIo.h index 1f6dcef..96cf323 100644 --- a/Classes/TaskIo.h +++ b/Classes/TaskIo.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskIo.m b/Classes/TaskIo.m index 495d360..ccd6057 100644 --- a/Classes/TaskIo.m +++ b/Classes/TaskIo.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskUtil.h b/Classes/TaskUtil.h index cd167e9..c9e1fa1 100644 --- a/Classes/TaskUtil.h +++ b/Classes/TaskUtil.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TaskUtil.m b/Classes/TaskUtil.m index dbdc84a..c6068b1 100644 --- a/Classes/TaskUtil.m +++ b/Classes/TaskUtil.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TextSplitter.h b/Classes/TextSplitter.h index 80df4cd..25172c1 100644 --- a/Classes/TextSplitter.h +++ b/Classes/TextSplitter.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TextSplitter.m b/Classes/TextSplitter.m index b274fad..e459c44 100644 --- a/Classes/TextSplitter.m +++ b/Classes/TextSplitter.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TodoTxtAppDelegate.h b/Classes/TodoTxtAppDelegate.h index 0f19fc1..d907d1d 100644 --- a/Classes/TodoTxtAppDelegate.h +++ b/Classes/TodoTxtAppDelegate.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/TodoTxtAppDelegate.m b/Classes/TodoTxtAppDelegate.m index 3d4eadf..1ffec15 100644 --- a/Classes/TodoTxtAppDelegate.m +++ b/Classes/TodoTxtAppDelegate.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Util.h b/Classes/Util.h index fdfe992..9e82783 100644 --- a/Classes/Util.h +++ b/Classes/Util.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Classes/Util.m b/Classes/Util.m index 6caefdb..bd9a3d7 100644 --- a/Classes/Util.m +++ b/Classes/Util.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Protocols/TaskBag.h b/Protocols/TaskBag.h index 55eb87a..abb585a 100644 --- a/Protocols/TaskBag.h +++ b/Protocols/TaskBag.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/AndFilterTest.h b/Todo-txt-unit-tests/AndFilterTest.h index 84826ff..44f7a64 100644 --- a/Todo-txt-unit-tests/AndFilterTest.h +++ b/Todo-txt-unit-tests/AndFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/AndFilterTest.m b/Todo-txt-unit-tests/AndFilterTest.m index ecc8808..b6ec6f1 100644 --- a/Todo-txt-unit-tests/AndFilterTest.m +++ b/Todo-txt-unit-tests/AndFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByContextFilterTest.h b/Todo-txt-unit-tests/ByContextFilterTest.h index 241ae0e..f3d5035 100644 --- a/Todo-txt-unit-tests/ByContextFilterTest.h +++ b/Todo-txt-unit-tests/ByContextFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByContextFilterTest.m b/Todo-txt-unit-tests/ByContextFilterTest.m index 7e78589..d23574a 100644 --- a/Todo-txt-unit-tests/ByContextFilterTest.m +++ b/Todo-txt-unit-tests/ByContextFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByPriorityFilterTest.h b/Todo-txt-unit-tests/ByPriorityFilterTest.h index aad4cd3..4e0d46a 100644 --- a/Todo-txt-unit-tests/ByPriorityFilterTest.h +++ b/Todo-txt-unit-tests/ByPriorityFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByPriorityFilterTest.m b/Todo-txt-unit-tests/ByPriorityFilterTest.m index ebb2b9b..e724ddc 100644 --- a/Todo-txt-unit-tests/ByPriorityFilterTest.m +++ b/Todo-txt-unit-tests/ByPriorityFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByProjectFilterTest.h b/Todo-txt-unit-tests/ByProjectFilterTest.h index 18f9beb..6000366 100644 --- a/Todo-txt-unit-tests/ByProjectFilterTest.h +++ b/Todo-txt-unit-tests/ByProjectFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByProjectFilterTest.m b/Todo-txt-unit-tests/ByProjectFilterTest.m index 77836ac..212d429 100644 --- a/Todo-txt-unit-tests/ByProjectFilterTest.m +++ b/Todo-txt-unit-tests/ByProjectFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByTextFilterTest.h b/Todo-txt-unit-tests/ByTextFilterTest.h index 1d16384..bd7ab9d 100644 --- a/Todo-txt-unit-tests/ByTextFilterTest.h +++ b/Todo-txt-unit-tests/ByTextFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ByTextFilterTest.m b/Todo-txt-unit-tests/ByTextFilterTest.m index 1f72c5f..8c5713b 100644 --- a/Todo-txt-unit-tests/ByTextFilterTest.m +++ b/Todo-txt-unit-tests/ByTextFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ContextParserTest.h b/Todo-txt-unit-tests/ContextParserTest.h index a4d6209..25f7390 100644 --- a/Todo-txt-unit-tests/ContextParserTest.h +++ b/Todo-txt-unit-tests/ContextParserTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ContextParserTest.m b/Todo-txt-unit-tests/ContextParserTest.m index 2f78aaf..dca1e8a 100644 --- a/Todo-txt-unit-tests/ContextParserTest.m +++ b/Todo-txt-unit-tests/ContextParserTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/OrFilterTest.h b/Todo-txt-unit-tests/OrFilterTest.h index 55b64ab..7d3a7b0 100644 --- a/Todo-txt-unit-tests/OrFilterTest.h +++ b/Todo-txt-unit-tests/OrFilterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/OrFilterTest.m b/Todo-txt-unit-tests/OrFilterTest.m index 8c6e70d..9ed8c8a 100644 --- a/Todo-txt-unit-tests/OrFilterTest.m +++ b/Todo-txt-unit-tests/OrFilterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/PriorityTest.h b/Todo-txt-unit-tests/PriorityTest.h index 5c63b2d..512cb2a 100644 --- a/Todo-txt-unit-tests/PriorityTest.h +++ b/Todo-txt-unit-tests/PriorityTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/PriorityTest.m b/Todo-txt-unit-tests/PriorityTest.m index 520ab71..da405d8 100644 --- a/Todo-txt-unit-tests/PriorityTest.m +++ b/Todo-txt-unit-tests/PriorityTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/PriorityTextSplitterTest.h b/Todo-txt-unit-tests/PriorityTextSplitterTest.h index 0f13a9f..5a50fb9 100644 --- a/Todo-txt-unit-tests/PriorityTextSplitterTest.h +++ b/Todo-txt-unit-tests/PriorityTextSplitterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/PriorityTextSplitterTest.m b/Todo-txt-unit-tests/PriorityTextSplitterTest.m index ebe3a2b..11215ef 100644 --- a/Todo-txt-unit-tests/PriorityTextSplitterTest.m +++ b/Todo-txt-unit-tests/PriorityTextSplitterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ProjectParserTest.h b/Todo-txt-unit-tests/ProjectParserTest.h index 60a2696..d4b5e5b 100644 --- a/Todo-txt-unit-tests/ProjectParserTest.h +++ b/Todo-txt-unit-tests/ProjectParserTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/ProjectParserTest.m b/Todo-txt-unit-tests/ProjectParserTest.m index b9d6343..b34625c 100644 --- a/Todo-txt-unit-tests/ProjectParserTest.m +++ b/Todo-txt-unit-tests/ProjectParserTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/SortTest.h b/Todo-txt-unit-tests/SortTest.h index 45e0e06..575c236 100644 --- a/Todo-txt-unit-tests/SortTest.h +++ b/Todo-txt-unit-tests/SortTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/SortTest.m b/Todo-txt-unit-tests/SortTest.m index b732bfd..cd5a274 100644 --- a/Todo-txt-unit-tests/SortTest.m +++ b/Todo-txt-unit-tests/SortTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/StringsTest.h b/Todo-txt-unit-tests/StringsTest.h index c06c8bc..6a108cc 100644 --- a/Todo-txt-unit-tests/StringsTest.h +++ b/Todo-txt-unit-tests/StringsTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/StringsTest.m b/Todo-txt-unit-tests/StringsTest.m index 46e94b4..ce7d493 100644 --- a/Todo-txt-unit-tests/StringsTest.m +++ b/Todo-txt-unit-tests/StringsTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TaskTest.h b/Todo-txt-unit-tests/TaskTest.h index 7c71e5e..21ba11a 100644 --- a/Todo-txt-unit-tests/TaskTest.h +++ b/Todo-txt-unit-tests/TaskTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TaskTest.m b/Todo-txt-unit-tests/TaskTest.m index a23165a..d7c30a0 100644 --- a/Todo-txt-unit-tests/TaskTest.m +++ b/Todo-txt-unit-tests/TaskTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TaskUtilTest.h b/Todo-txt-unit-tests/TaskUtilTest.h index 71299aa..794fca5 100644 --- a/Todo-txt-unit-tests/TaskUtilTest.h +++ b/Todo-txt-unit-tests/TaskUtilTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TaskUtilTest.m b/Todo-txt-unit-tests/TaskUtilTest.m index e8fea2e..4e49eaa 100644 --- a/Todo-txt-unit-tests/TaskUtilTest.m +++ b/Todo-txt-unit-tests/TaskUtilTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TextSplitterTest.h b/Todo-txt-unit-tests/TextSplitterTest.h index 5631efb..87254ba 100644 --- a/Todo-txt-unit-tests/TextSplitterTest.h +++ b/Todo-txt-unit-tests/TextSplitterTest.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/TextSplitterTest.m b/Todo-txt-unit-tests/TextSplitterTest.m index caa6be8..a24a5d6 100644 --- a/Todo-txt-unit-tests/TextSplitterTest.m +++ b/Todo-txt-unit-tests/TextSplitterTest.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/Todo-txt-unit-tests/Todo-txt-unit-tests-Prefix.pch b/Todo-txt-unit-tests/Todo-txt-unit-tests-Prefix.pch index 0aff6e2..12adfed 100644 --- a/Todo-txt-unit-tests/Todo-txt-unit-tests-Prefix.pch +++ b/Todo-txt-unit-tests/Todo-txt-unit-tests-Prefix.pch @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/View Controllers/LoginScreenViewController.h b/View Controllers/LoginScreenViewController.h index dc1d447..05efc91 100644 --- a/View Controllers/LoginScreenViewController.h +++ b/View Controllers/LoginScreenViewController.h @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/View Controllers/LoginScreenViewController.m b/View Controllers/LoginScreenViewController.m index a781152..e3a56ad 100644 --- a/View Controllers/LoginScreenViewController.m +++ b/View Controllers/LoginScreenViewController.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/main.m b/main.m index 273863d..b0a0749 100644 --- a/main.m +++ b/main.m @@ -2,7 +2,7 @@ * This file is part of Todo.txt Touch, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License * diff --git a/todo_txt_touch_ios_Prefix.pch b/todo_txt_touch_ios_Prefix.pch index 8ecb7d1..34783be 100644 --- a/todo_txt_touch_ios_Prefix.pch +++ b/todo_txt_touch_ios_Prefix.pch @@ -2,7 +2,7 @@ * This file is part of Todo.txt, an iOS app for managing your todo.txt file. * * @author Todo.txt contributors - * @copyright 2011-2012 Todo.txt contributors (http://todotxt.com) + * @copyright 2011-2013 Todo.txt contributors (http://todotxt.com) * * Dual-licensed under the GNU General Public License and the MIT License *