]> source.dussan.org Git - redmine.git/commitdiff
Updates copyright for 2016. 2.6-stable 76/head
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Mar 2016 10:57:14 +0000 (10:57 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 13 Mar 2016 10:57:14 +0000 (10:57 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@15241 e93f8b46-1217-0410-a6f0-8f06a7374b81

504 files changed:
app/controllers/account_controller.rb
app/controllers/activities_controller.rb
app/controllers/admin_controller.rb
app/controllers/application_controller.rb
app/controllers/attachments_controller.rb
app/controllers/auth_sources_controller.rb
app/controllers/auto_completes_controller.rb
app/controllers/boards_controller.rb
app/controllers/calendars_controller.rb
app/controllers/comments_controller.rb
app/controllers/context_menus_controller.rb
app/controllers/custom_fields_controller.rb
app/controllers/documents_controller.rb
app/controllers/enumerations_controller.rb
app/controllers/files_controller.rb
app/controllers/gantts_controller.rb
app/controllers/groups_controller.rb
app/controllers/issue_categories_controller.rb
app/controllers/issue_relations_controller.rb
app/controllers/issue_statuses_controller.rb
app/controllers/issues_controller.rb
app/controllers/journals_controller.rb
app/controllers/mail_handler_controller.rb
app/controllers/members_controller.rb
app/controllers/messages_controller.rb
app/controllers/my_controller.rb
app/controllers/news_controller.rb
app/controllers/previews_controller.rb
app/controllers/project_enumerations_controller.rb
app/controllers/projects_controller.rb
app/controllers/queries_controller.rb
app/controllers/reports_controller.rb
app/controllers/repositories_controller.rb
app/controllers/roles_controller.rb
app/controllers/search_controller.rb
app/controllers/settings_controller.rb
app/controllers/sys_controller.rb
app/controllers/timelog_controller.rb
app/controllers/trackers_controller.rb
app/controllers/users_controller.rb
app/controllers/versions_controller.rb
app/controllers/watchers_controller.rb
app/controllers/welcome_controller.rb
app/controllers/wiki_controller.rb
app/controllers/wikis_controller.rb
app/controllers/workflows_controller.rb
app/helpers/account_helper.rb
app/helpers/activities_helper.rb
app/helpers/admin_helper.rb
app/helpers/application_helper.rb
app/helpers/attachments_helper.rb
app/helpers/auth_sources_helper.rb
app/helpers/boards_helper.rb
app/helpers/calendars_helper.rb
app/helpers/context_menus_helper.rb
app/helpers/custom_fields_helper.rb
app/helpers/documents_helper.rb
app/helpers/enumerations_helper.rb
app/helpers/gantt_helper.rb
app/helpers/groups_helper.rb
app/helpers/issue_categories_helper.rb
app/helpers/issue_relations_helper.rb
app/helpers/issue_statuses_helper.rb
app/helpers/issues_helper.rb
app/helpers/journals_helper.rb
app/helpers/mail_handler_helper.rb
app/helpers/members_helper.rb
app/helpers/messages_helper.rb
app/helpers/my_helper.rb
app/helpers/news_helper.rb
app/helpers/projects_helper.rb
app/helpers/queries_helper.rb
app/helpers/reports_helper.rb
app/helpers/repositories_helper.rb
app/helpers/roles_helper.rb
app/helpers/routes_helper.rb
app/helpers/search_helper.rb
app/helpers/settings_helper.rb
app/helpers/timelog_helper.rb
app/helpers/trackers_helper.rb
app/helpers/users_helper.rb
app/helpers/versions_helper.rb
app/helpers/watchers_helper.rb
app/helpers/welcome_helper.rb
app/helpers/wiki_helper.rb
app/helpers/workflows_helper.rb
app/models/attachment.rb
app/models/auth_source.rb
app/models/auth_source_ldap.rb
app/models/board.rb
app/models/change.rb
app/models/changeset.rb
app/models/comment.rb
app/models/custom_field.rb
app/models/custom_field_value.rb
app/models/custom_value.rb
app/models/document.rb
app/models/document_category.rb
app/models/document_category_custom_field.rb
app/models/enabled_module.rb
app/models/enumeration.rb
app/models/group.rb
app/models/group_anonymous.rb
app/models/group_builtin.rb
app/models/group_custom_field.rb
app/models/group_non_member.rb
app/models/issue.rb
app/models/issue_category.rb
app/models/issue_custom_field.rb
app/models/issue_priority.rb
app/models/issue_priority_custom_field.rb
app/models/issue_query.rb
app/models/issue_relation.rb
app/models/issue_status.rb
app/models/journal.rb
app/models/journal_detail.rb
app/models/mail_handler.rb
app/models/mailer.rb
app/models/member.rb
app/models/member_role.rb
app/models/message.rb
app/models/news.rb
app/models/principal.rb
app/models/project.rb
app/models/project_custom_field.rb
app/models/query.rb
app/models/repository.rb
app/models/repository/bazaar.rb
app/models/repository/cvs.rb
app/models/repository/darcs.rb
app/models/repository/filesystem.rb
app/models/repository/git.rb
app/models/repository/mercurial.rb
app/models/repository/subversion.rb
app/models/role.rb
app/models/setting.rb
app/models/time_entry.rb
app/models/time_entry_activity.rb
app/models/time_entry_activity_custom_field.rb
app/models/time_entry_custom_field.rb
app/models/time_entry_query.rb
app/models/token.rb
app/models/tracker.rb
app/models/user.rb
app/models/user_custom_field.rb
app/models/user_preference.rb
app/models/version.rb
app/models/version_custom_field.rb
app/models/watcher.rb
app/models/wiki.rb
app/models/wiki_content.rb
app/models/wiki_page.rb
app/models/wiki_redirect.rb
app/models/workflow_permission.rb
app/models/workflow_rule.rb
app/models/workflow_transition.rb
config/routes.rb
doc/CHANGELOG
doc/INSTALL
doc/README_FOR_APP
doc/UPGRADING
extra/mail_handler/rdm-mailhandler.rb
lib/plugins/acts_as_activity_provider/lib/acts_as_activity_provider.rb
lib/plugins/acts_as_attachable/lib/acts_as_attachable.rb
lib/plugins/acts_as_customizable/lib/acts_as_customizable.rb
lib/plugins/acts_as_event/lib/acts_as_event.rb
lib/plugins/acts_as_searchable/lib/acts_as_searchable.rb
lib/redmine.rb
lib/redmine/access_control.rb
lib/redmine/access_keys.rb
lib/redmine/activity.rb
lib/redmine/activity/fetcher.rb
lib/redmine/ciphering.rb
lib/redmine/configuration.rb
lib/redmine/core_ext/active_record.rb
lib/redmine/core_ext/date/calculations.rb
lib/redmine/core_ext/string/conversions.rb
lib/redmine/core_ext/string/inflections.rb
lib/redmine/default_data/loader.rb
lib/redmine/export/pdf.rb
lib/redmine/field_format.rb
lib/redmine/helpers/calendar.rb
lib/redmine/helpers/diff.rb
lib/redmine/helpers/gantt.rb
lib/redmine/helpers/time_report.rb
lib/redmine/hook.rb
lib/redmine/i18n.rb
lib/redmine/imap.rb
lib/redmine/menu_manager.rb
lib/redmine/mime_type.rb
lib/redmine/pagination.rb
lib/redmine/platform.rb
lib/redmine/plugin.rb
lib/redmine/pop3.rb
lib/redmine/safe_attributes.rb
lib/redmine/scm/adapters.rb
lib/redmine/scm/adapters/abstract_adapter.rb
lib/redmine/scm/adapters/bazaar_adapter.rb
lib/redmine/scm/adapters/darcs_adapter.rb
lib/redmine/scm/adapters/filesystem_adapter.rb
lib/redmine/scm/adapters/git_adapter.rb
lib/redmine/scm/adapters/mercurial_adapter.rb
lib/redmine/scm/adapters/subversion_adapter.rb
lib/redmine/search.rb
lib/redmine/subclass_factory.rb
lib/redmine/syntax_highlighting.rb
lib/redmine/themes.rb
lib/redmine/thumbnail.rb
lib/redmine/unified_diff.rb
lib/redmine/utils.rb
lib/redmine/views/api_template_handler.rb
lib/redmine/views/builders.rb
lib/redmine/views/builders/json.rb
lib/redmine/views/builders/structure.rb
lib/redmine/views/builders/xml.rb
lib/redmine/views/labelled_form_builder.rb
lib/redmine/views/my_page/block.rb
lib/redmine/views/other_formats_builder.rb
lib/redmine/wiki_formatting.rb
lib/redmine/wiki_formatting/macros.rb
lib/redmine/wiki_formatting/markdown/formatter.rb
lib/redmine/wiki_formatting/markdown/helper.rb
lib/redmine/wiki_formatting/textile/formatter.rb
lib/redmine/wiki_formatting/textile/helper.rb
lib/tasks/ciphering.rake
lib/tasks/email.rake
lib/tasks/migrate_from_mantis.rake
lib/tasks/migrate_from_trac.rake
lib/tasks/redmine.rake
lib/tasks/reminder.rake
public/javascripts/application.js
public/javascripts/attachments.js
test/extra/redmine_pm/repository_git_test.rb
test/extra/redmine_pm/repository_subversion_test.rb
test/extra/redmine_pm/test_case.rb
test/functional/account_controller_openid_test.rb
test/functional/account_controller_test.rb
test/functional/activities_controller_test.rb
test/functional/admin_controller_test.rb
test/functional/attachments_controller_test.rb
test/functional/auth_sources_controller_test.rb
test/functional/auto_completes_controller_test.rb
test/functional/boards_controller_test.rb
test/functional/calendars_controller_test.rb
test/functional/comments_controller_test.rb
test/functional/context_menus_controller_test.rb
test/functional/custom_fields_controller_test.rb
test/functional/documents_controller_test.rb
test/functional/enumerations_controller_test.rb
test/functional/files_controller_test.rb
test/functional/gantts_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/issue_categories_controller_test.rb
test/functional/issue_relations_controller_test.rb
test/functional/issue_statuses_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/issues_controller_transaction_test.rb
test/functional/issues_custom_fields_visibility_test.rb
test/functional/journals_controller_test.rb
test/functional/mail_handler_controller_test.rb
test/functional/members_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/my_controller_test.rb
test/functional/news_controller_test.rb
test/functional/previews_controller_test.rb
test/functional/project_enumerations_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/reports_controller_test.rb
test/functional/repositories_bazaar_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/repositories_cvs_controller_test.rb
test/functional/repositories_darcs_controller_test.rb
test/functional/repositories_filesystem_controller_test.rb
test/functional/repositories_git_controller_test.rb
test/functional/repositories_mercurial_controller_test.rb
test/functional/repositories_subversion_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/search_controller_test.rb
test/functional/search_custom_fields_visibility_test.rb
test/functional/sessions_test.rb
test/functional/settings_controller_test.rb
test/functional/sys_controller_test.rb
test/functional/time_entry_reports_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/timelog_custom_fields_visibility_test.rb
test/functional/trackers_controller_test.rb
test/functional/users_controller_test.rb
test/functional/versions_controller_test.rb
test/functional/watchers_controller_test.rb
test/functional/welcome_controller_test.rb
test/functional/wiki_controller_test.rb
test/functional/wikis_controller_test.rb
test/functional/workflows_controller_test.rb
test/integration/account_test.rb
test/integration/admin_test.rb
test/integration/api_test/api_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/authentication_test.rb
test/integration/api_test/custom_fields_attribute_test.rb
test/integration/api_test/custom_fields_test.rb
test/integration/api_test/disabled_rest_api_test.rb
test/integration/api_test/enumerations_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/http_basic_login_test.rb
test/integration/api_test/http_basic_login_with_api_token_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issue_statuses_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/jsonp_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/news_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/queries_test.rb
test/integration/api_test/roles_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/token_authentication_test.rb
test/integration/api_test/trackers_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb
test/integration/api_test/wiki_pages_test.rb
test/integration/application_test.rb
test/integration/attachments_test.rb
test/integration/feeds_test.rb
test/integration/issues_test.rb
test/integration/layout_test.rb
test/integration/lib/redmine/hook_test.rb
test/integration/lib/redmine/menu_manager_test.rb
test/integration/lib/redmine/themes_test.rb
test/integration/projects_test.rb
test/integration/repositories_git_test.rb
test/integration/routing/account_test.rb
test/integration/routing/activities_test.rb
test/integration/routing/admin_test.rb
test/integration/routing/attachments_test.rb
test/integration/routing/auth_sources_test.rb
test/integration/routing/auto_completes_test.rb
test/integration/routing/boards_test.rb
test/integration/routing/calendars_test.rb
test/integration/routing/comments_test.rb
test/integration/routing/context_menus_test.rb
test/integration/routing/custom_fields_test.rb
test/integration/routing/documents_test.rb
test/integration/routing/enumerations_test.rb
test/integration/routing/files_test.rb
test/integration/routing/gantts_test.rb
test/integration/routing/groups_test.rb
test/integration/routing/issue_categories_test.rb
test/integration/routing/issue_relations_test.rb
test/integration/routing/issue_statuses_test.rb
test/integration/routing/issues_test.rb
test/integration/routing/journals_test.rb
test/integration/routing/mail_handler_test.rb
test/integration/routing/members_test.rb
test/integration/routing/messages_test.rb
test/integration/routing/my_test.rb
test/integration/routing/news_test.rb
test/integration/routing/previews_test.rb
test/integration/routing/project_enumerations_test.rb
test/integration/routing/projects_test.rb
test/integration/routing/queries_test.rb
test/integration/routing/reports_test.rb
test/integration/routing/repositories_test.rb
test/integration/routing/roles_test.rb
test/integration/routing/search_test.rb
test/integration/routing/settings_test.rb
test/integration/routing/sys_test.rb
test/integration/routing/timelog_test.rb
test/integration/routing/trackers_test.rb
test/integration/routing/users_test.rb
test/integration/routing/versions_test.rb
test/integration/routing/watchers_test.rb
test/integration/routing/welcome_test.rb
test/integration/routing/wiki_test.rb
test/integration/routing/wikis_test.rb
test/integration/routing/workflows_test.rb
test/integration/users_test.rb
test/test_helper.rb
test/ui/base.rb
test/ui/issues_test.rb
test/unit/activity_test.rb
test/unit/attachment_test.rb
test/unit/auth_source_ldap_test.rb
test/unit/board_test.rb
test/unit/changeset_test.rb
test/unit/comment_test.rb
test/unit/custom_field_test.rb
test/unit/custom_field_user_format_test.rb
test/unit/custom_field_version_format_test.rb
test/unit/custom_value_test.rb
test/unit/default_data_test.rb
test/unit/document_category_test.rb
test/unit/document_test.rb
test/unit/enabled_module_test.rb
test/unit/enumeration_test.rb
test/unit/group_test.rb
test/unit/helpers/activities_helper_test.rb
test/unit/helpers/application_helper_test.rb
test/unit/helpers/custom_fields_helper_test.rb
test/unit/helpers/issues_helper_test.rb
test/unit/helpers/projects_helper_test.rb
test/unit/helpers/queries_helper_test.rb
test/unit/helpers/routes_helper_test.rb
test/unit/helpers/search_helper_test.rb
test/unit/helpers/sort_helper_test.rb
test/unit/helpers/timelog_helper_test.rb
test/unit/helpers/version_helper_test.rb
test/unit/helpers/watchers_helper_test.rb
test/unit/initializers/patches_test.rb
test/unit/issue_category_test.rb
test/unit/issue_custom_field_test.rb
test/unit/issue_nested_set_test.rb
test/unit/issue_priority_test.rb
test/unit/issue_relation_test.rb
test/unit/issue_scopes_test.rb
test/unit/issue_status_test.rb
test/unit/issue_test.rb
test/unit/issue_transaction_test.rb
test/unit/journal_observer_test.rb
test/unit/journal_test.rb
test/unit/lib/redmine/access_control_test.rb
test/unit/lib/redmine/ciphering_test.rb
test/unit/lib/redmine/codeset_util_test.rb
test/unit/lib/redmine/configuration_test.rb
test/unit/lib/redmine/export/pdf_test.rb
test/unit/lib/redmine/field_format/bool_format_test.rb
test/unit/lib/redmine/field_format/field_format_test.rb
test/unit/lib/redmine/field_format/link_format_test.rb
test/unit/lib/redmine/field_format/list_format_test.rb
test/unit/lib/redmine/field_format/numeric_format_test.rb
test/unit/lib/redmine/field_format/user_field_format_test.rb
test/unit/lib/redmine/field_format/version_field_format_test.rb
test/unit/lib/redmine/helpers/calendar_test.rb
test/unit/lib/redmine/helpers/diff_test.rb
test/unit/lib/redmine/helpers/gantt_test.rb
test/unit/lib/redmine/hook_test.rb
test/unit/lib/redmine/i18n_test.rb
test/unit/lib/redmine/info_test.rb
test/unit/lib/redmine/menu_manager/mapper_test.rb
test/unit/lib/redmine/menu_manager/menu_helper_test.rb
test/unit/lib/redmine/menu_manager/menu_item_test.rb
test/unit/lib/redmine/menu_manager_test.rb
test/unit/lib/redmine/mime_type_test.rb
test/unit/lib/redmine/notifiable_test.rb
test/unit/lib/redmine/pagination_helper_test.rb
test/unit/lib/redmine/pagination_test.rb
test/unit/lib/redmine/plugin_test.rb
test/unit/lib/redmine/safe_attributes_test.rb
test/unit/lib/redmine/scm/adapters/bazaar_adapter_test.rb
test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/darcs_adapter_test.rb
test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb
test/unit/lib/redmine/scm/adapters/git_adapter_test.rb
test/unit/lib/redmine/scm/adapters/mercurial_adapter_test.rb
test/unit/lib/redmine/scm/adapters/subversion_adapter_test.rb
test/unit/lib/redmine/themes_test.rb
test/unit/lib/redmine/unified_diff_test.rb
test/unit/lib/redmine/utils/date_calculation.rb
test/unit/lib/redmine/views/builders/json_test.rb
test/unit/lib/redmine/views/builders/xml_test.rb
test/unit/lib/redmine/wiki_formatting/macros_test.rb
test/unit/lib/redmine/wiki_formatting/markdown_formatter.rb
test/unit/lib/redmine/wiki_formatting/textile_formatter_test.rb
test/unit/lib/redmine/wiki_formatting_test.rb
test/unit/lib/redmine_test.rb
test/unit/mail_handler_test.rb
test/unit/mailer_test.rb
test/unit/member_test.rb
test/unit/message_test.rb
test/unit/news_test.rb
test/unit/principal_test.rb
test/unit/project_copy_test.rb
test/unit/project_members_inheritance_test.rb
test/unit/project_nested_set_test.rb
test/unit/project_test.rb
test/unit/query_test.rb
test/unit/repository_bazaar_test.rb
test/unit/repository_cvs_test.rb
test/unit/repository_darcs_test.rb
test/unit/repository_filesystem_test.rb
test/unit/repository_git_test.rb
test/unit/repository_mercurial_test.rb
test/unit/repository_subversion_test.rb
test/unit/repository_test.rb
test/unit/role_test.rb
test/unit/search_test.rb
test/unit/setting_test.rb
test/unit/time_entry_activity_test.rb
test/unit/time_entry_query_test.rb
test/unit/time_entry_test.rb
test/unit/token_test.rb
test/unit/tracker_test.rb
test/unit/user_preference_test.rb
test/unit/user_test.rb
test/unit/version_test.rb
test/unit/watcher_test.rb
test/unit/wiki_content_test.rb
test/unit/wiki_content_version_test.rb
test/unit/wiki_page_test.rb
test/unit/wiki_redirect_test.rb
test/unit/wiki_test.rb
test/unit/workflow_test.rb
test/unit/workflow_transition_test.rb

index e73d156db6b6216e873f9d05b60cf25589a6e3cd..0c63cc9ab2be5ca2a581f37b3d1c07bd20343d39 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9ace9c108ef139cc8d10323dc8fdbd6ce038ae1..806a66c741f6b4e6c8472032749ba738081873ab 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 73c5bf40e486b1c626e49ae626160ca18106d6a9..4b8ac9aa41da2bd448f988a2c92f67bd20ac6801 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 60af74fba42bf304e4a467ce256b4559a7b2803b..c4ecb92086c17e1950a6d546872770fbad58417c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a0056025131de07530bb5537979632b3f0a2a918..45e8baaa5d6084add6006f29cf2475f97f285f8b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d50a097ccb3a1b037fe0bce568c22d505299fb7b..76e583cab15e69b7feb8eec87c9323fbcb9a3c3d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7bd145512ba7fd9a49910d978941aafe04844ede..c6d9c1be3e37d317e33040a607f428ae07cca9ea 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4c2351aa527ce66451a067333478052a3107c676..e4c35b6d4e6526cd7da0046c2d28131aa1049a10 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9fe89ab1b2d96ea8e333534d5a97bfd4f056bfc1..756d62b44b606803638e9e5b887f054918d80f9a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 006f5839354f366980e981b9a3f495bdd03b76ae..5074ef631777b080040f57cdd293ef9962cd6e59 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 27099377da83467ae9c0249c04a5287ab4b25540..37eb4d08df95ca07531ca6f92f7b42e9a64381bb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f6f830247418acddb93f9443f644cbab89f0169c..afa3823867d09341291b291a324e90f07e6532e1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b533be4a40d87ba7401cc13905533d642b6abbd..447d31f6516135b64ef0bc519ffa85c0f4e61678 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eb8ad2df73846b5351999a1082538a652cb973fa..e13f47911157ffa511e1ef8fd5333f8c5c16db6e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d08c10235c222d1db930c5d781acffbc4dff6ee9..644d24dc7d3eca178352b78f517c90028eefceac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d9773abdc7838179b1c701b416429df4bee59bb5..e37d780dd18e5b3afd719026c52dbaa88cfeec9f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2ab5450b453ef24955081230250f1c2e096e1b6..a738f6e7fb5faf4015e6199c16565d58af2382ae 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f6868c68e9492757fe8435c9cb331af092a09c4e..ea7e3b88a4ef0d7b7f35709298cf8da0f6391454 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9d9f9be1587d109a7be07fedddc94f4146227a0d..6fcc239099606c6f4bc6f6c04292b28f866316b9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0946a5c16fc2b6d8aba45e4ab02d049ea19b863a..fe6dd1e7bf7092feed598b64601ff786c6ffdd80 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 52272a2eeb7b78d0776d1a1fff7b5644a158d23c..426e1a56ef6eb98ed6448f747b6e48d8cfb2fe4a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 325685b9b38487ac434ce7a81edf518591ab718c..79b284367179da254fc644521165ef8d7ffb3ae9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 11cf40009645b77c4bea94717b46858820bc2c8c..0430fd441023ae7b80e8ec6e78da8a456328bb50 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e9ad044b7f47b81d703b6ed5a8a559c90592f2e7..ff3638fe9cfb67fe2bef74718770a1eb493b8abf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e5bb281b317abee87849e863ec55a760d9861920..7d27cdf9cf6b23c8c5b24980f24f35ed499df12d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1fba46d4646fb088b193f2b169e11d2866d70d7c..620a5d2434b5d4c6884258c1310496462651c69e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c5389f8e4535a7d890a44f4c5e101d40af109536..7b091db8e8454107a83c96cf86f643a88ef51a31 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 365e12bf0b496149149e2309b8cc15e284706043..48828b1991bc0d99bfe7587ebd75670372b4f213 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0044cfd420022597b7bd328b0328ef1d1f5a0517..2f3f2f0415f5ee777cfb44242186176000ce8e79 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 05458b2855a30b4156520096ac4dd924417db674..573527b7af10a8a89ec285a4528811804cb08d4d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8e956e17bad73ce330183dbbb6401dd386aebefa..cd3aa7534e898127bd56db2744ee5869ddd4249c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c173b818d4dbf602a23023a13f4d40df9da8a0d..942e4834560977f1abe30dbb04f7b54fdf1d84e4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea3528917a6d142ad8ef95892185848384ae6bcd..5d9ffc3ec966ccf0ee91dbf3aeb557ce96465cd9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3366997b6815278d1e5008f29ea89d10440437e8..e34fffa513df6479db659be1950e1d28ef7cc69f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f446a210320196e4a017e9424f62b0046262fe38..30da7d56843610500fb2c649447bf4d1aa8ae341 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b36d7bf72d2d29bc1137b0b88fbe0a0dd7460e0..157168ea959ea3dc4ac5f278f26b82fcdfbc7e22 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f13c5c3c28d14937d8e838d96a072e91ac4838d6..5786bd60bb8eb23f4dd4ea85c83c3933fec4d3be 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88d9650c3faef7e4b9b3da8020eeaaf1a108c3db..f7bb47869fbb8b98d6862f923ec04996ed09a626 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dc83dbc4168fb4f4bc35d320d39073e45ce57f00..48bc5c1b78523182ada277b46d1cd8dc7d0851bf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b6dd2e46a65bb2f63b98c283c1374a1d79fe263..cfa98db018b87438edb7ce0e871b6b455129cff4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc3852f706e6521de0530c67c38575b03507d61e..592ac4bd45722122954080fb61a1ad8ab34e5c02 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f363a436c5a15875c98ff7dc4c6f2c7c3cd2cf93..d95ddc19d085a9a859b4d25132f91864a5934561 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fb478b82761ff2780788c7abf52ee464842ba831..c22a215f7006167dd4548968ca4e5a3f215e8dbb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2ec14ec87b3450feefccf3c7f54842de50bfc33f..e69bd90e29b20a666ff179a2362623c3d8b8aa71 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bb945414a9848921e0e03111736417d587cb36d..61abfaf653d504d7dfadf2ebc1e5e9c84ad98049 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 266781e4dfc00e19b8d4ff9165427af281b1a50a..33bd803133ed9d656e6803c4a557f7734540be2d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e8d5fca252ab4a05a857c19a0f7fd1f80aad800e..0fedbe2adb4b504e7a127fe6437fbcca291ff4b2 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a73b51aeecc2c9aa5fa714844f77f7c495d8e26..8721227c2da38b16adbffbfa48da958a2177aa8b 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff57c3708c3909254536a049efa19c5108a14090..b8ac260e5211e4c4a67ad92fe22fb3ae0b834f95 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64de7f570e5c93f32061e1196597da91302b36c1..db0dcd96b22b7cf6133cd2910daee26485629347 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 77708c9b6a446735747e43fbe1773f9dc9254cab..793fdb933509ffc80024a23a684b856324d3cf04 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8364d6409410f3029da4caf21a562f7ab04d8424..8c8295a858cbc85be4d064e7e9dc8b853cdb6862 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f586e041ed8899e29f6b5e9c2f4294792bf4bf9..78a17fe93c6fec3bf2d93634cb5d44742ee3d809 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c7f8385056e36c4a0e28c703db1e84226556d2d..109649c0149344de5ee1785fc8184bfc8c47725c 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 04300917c2bc9c3c74f9a28764eb3872feb0e712..e3cf728a633eb520b67b78ecc2f624a1b5c41230 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1e114aa0930cdd7f8f67b046b6cc79de98b7ec5f..66c816dfa625d17a5284be79f6ec1e28ad04ee9f 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b9a976a3ca3657783b282dfb90745126d2d671c6..34ab8aec7f5498dcc9d322d72c9a9ca3c6a6c1b9 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 086db73dbf32d73c400d7c222e186aa67367ce5d..737d5a513b1330886bdd2da5ad17dd4b2f99bdf0 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b36eb3d067d1663ef16f4dcba540400245ac96c1..77d3b8364509f8eaa7b226f91a1766afbcc21157 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1156f5b32bd0f59b8130674f50a4e81d9e26477f..2e6c39afe5718930ca5710038525abb63f97a01c 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 55416c299bf359a8c5abfe2c13037684753965b0..d214d5e3d57fa46941112be43ae53de888eddd20 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 781119226af7793266e792bad392f05f1bf5b4d1..d6bc7e446d26cf4adb324cc980614dab5a7aa266 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 03d73ce65dab1c7f9595b44bdf31313b1ee70550..cb466ae0e61722383072a0c56bd29e00a568b8d4 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab78fe062e6d76c534139425d9016dfb2e8cf697..df3df2dbb09588975704c8a9144878ac3782f6d8 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dfe729506a7f738fe8af93018ba3aacd24e96358..bb02c9df7d09a30f05d38c21dc8b91a37af3e147 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 84b3eecef1ae21ea50f4eac094ae46d03835d1ae..64311b56f82f23edc1890989651e4f110f6cf5bb 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07a93b49462bac6d6f4235e47a3a77c6c65dac9a..f8e096619ffd8e195f1d8f3c357d0f6c75558796 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6234f65f36cd043d960e20004c0dd6e132a270d1..a3d1fa3185523a19aafa5ab700012f5bc6d8c7e2 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2be39eb3d8bb4eed997a2fc4b5adc52e7755c8aa..5740ba4f91984ae08dd8ec2359f5ae1b08287517 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index da147c81cd537fd2deed1e0173305d4191f4df6d..74d63e46a3db33b152a42cf520c288d5a762c627 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9eec9f75e9769fb8b3fba620fc721ffc9f8af3dc..8f7f36128ec3f69adf316093e5be343086e8cd4e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b930444aa818324ace794d3ab921c8602d08fa81..ca12edf0dd3fa2eaad0fcc1ce536bc623953099b 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0450186aaa3dc03fc11e71bb6adf8bb7880eb7ff..7638012a093969c748abea8699d58329a6acc557 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 60a58067727467e121d099a79d392740415ad446..364fde9b7e18c27a6bb35fbea583ef486634c135 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a86eb277b7aff7542ba5750a23e72a395f344176..737c11dc7abed66c59571f918495f0c156622a84 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ea9f5e48fdc20f5e7195a511c7b024bb0eadd6e6..7ba0ec05bd1459e2fe476f5c0b4b6f8732d82123 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 13c1786a3e7cb4ac82a0e602189cb4cf918fa03b..8400623b1c25f73e8630100fad4d24424dbd4a2c 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dd8e3a1cc407af0c828251bfb311195e0f4faa85..c61600a4818ac4ce36cc386890775df89286ab0a 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d89ff2573acd9cb12714964117f5784e3e0ec88..d251a13a6aefad41603458d57263d8ca4f9deb3e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1ed3d57746c5ea6ecc9b0810a8ee9e373feced5f..96dbfe2e7cccd2e5ab538b788b01be7f4e883cd5 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1bd1d9a91827ca911d9deec2940cc2875e359bc3..2afbfdb623e10bdddbe2ec58cbcdac700b13edaa 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2271471b4a9b3662dbf5fb552d64650f6a03b132..b47418b11bc3d6d0c0553055f55e43c7d7049f6e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1fe467643789c50fa02405cf556bd662303e132..c6f6a8961caf5ca55ab71a163af1036b5f6941b8 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f0ae33c93a556813d73c8d4eb6f6359f76a05bd9..d1e731d39696fad2a9daeb28d0dad44ff076726e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e0dd8b6d7fdb8d754effa5d2d9630c712b3c48ed..1809a32cfc70a49f103074a8842c406b871bcf5e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 55f739c9db9aa8168eb7eacfc1b4c8a08dfd3d1b..ac0910ea319b672949431ad33508b373895f2e4e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b68aa5ebe1918e4d96157bbd7233a57aec01d0a..47a2167a03ae066945469461d2b2a9ba1d0088c2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7127081c7062d94559dd1347cb6ada72c6efdf38..163d2ec6326a89abe1056503e19dec54e459c2dc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d803952f64f081b7180736ae02637d7997d83276..35fc4be1be38bf90c04068cba236e29272fff7c5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a51834a6c51ddbf68dc33028aa6d2d7c3088d1d..c4fdf925a4eec6c9d76bee6894c58ab04d0ae4e8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7f5baf01006e8b35ab21deb0881b94cd3e769d6..62cad78171307efd6a5f84087b0690e0df45fc27 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd18dcf5f00d9b9f3b2a42d1dcbebd35bdc014b7..232517d98469d389da334e10150b63d71945514c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3340f126fc438e91e820077d134865c3a5d455f6..ae23307e4fa37572b4446b15f60767ce532b92cb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5358714b236b30be56f2e5808383b3a8af3cec6b..a27cb5476ade919cd28919fc08687ad1a49a58ce 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01535b05779c15cf2486aabad05fa011821dad54..a816f0d114bf507b40fa8ece6333353bc91a5e38 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f022a6ec97d1963f6defdcdc3c4befc99496368a..8d56c50ac936dda1588f80506d4f391f85094624 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5806924e42a9db4993c8e62ca91f1187296ea716..3b1392dd283b15ce9e47034926099b261c5d095d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e510c2c838415ebac9ed1bf645685c81fc605688..97416427c320b966c0d33294f1b41055db7d8892 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index add156a69704ad618f1a66cb4f3a96479383c686..e4563682fbc8c066923f0700288c739e20532a35 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e094318676e4153e83fdd7e2fb9ce35c8235b82..cdc87a7bee0f216668f575261b207a5b3f82e192 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 18cfbf4ccb06b03fec6c8941b5bccadc79cc2a54..469ddeff0d45ee53f319455559e5406c2f2120ea 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a39802632e31a5a22594b6e4cd113f6ff87e8287..76bdbc4d0acaa7f5c6e6aeb9d594edda1da5e11e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c8df315fb36aae759c18ef604361e29bab823792..1f328ac5dc6b7a8901d6edeee09edbe786888757 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3dd0d3a600f78b125674409c849252e92db218a5..54de8c0fb44ca51204623bd079e3a9496c0fdd5d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 137b096f571cafd9b28da95e738e02a31ca389e1..fe70d76c6e8055933c02771c963784f7980bf75e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15988430a8d32a60f2c156dbd7b149a0b509a431..1de3fdb921c54589c65191cf57bea4df402746d4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f24606401aa54126f75bf0d1d92edb52c3229b3c..a14aee995d36e13fe3d3379bd46825c5447db392 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8378904d243529f77f7bdf9bf18174110ecb7506..7438f731774aebd0fd7776bfde31fd98bc6b123b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3dfe5734cb2ee333ff57265a579cf3e4dea3a12a..6d4b4e60c99633d0cdf89fd5f1d1f9dc5cbaa145 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 568c0773d6f036d8902374c287290910f01dc551..27b7dfc69f865d45f09d43475cc17d54974376b7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9211f2192ee9ffa4f387619fe403e8610f9592e8..ef05b4f14ec93a083d072180ea14e21c804378ad 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 41b27b8da81fc6f5c1a1ed1ae8d37dc71200a10e..c447ac49d75945ce1d2ee73c6696a631a8a9e3ed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e10ba4dd7f9949c45cfa03ccf987e32f82260aed..50d436d8bc842c4f77719082689bea7a4a700edc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 003b0e70f2aa4bbb113c9218417887b45cf3a3f5..96ab91e0b50d2f7af244a66d358382b4520c66ac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fc846cfc9ea410f7d0ed61310df6f4cc7d345dc6..5d8d77f9090aa68aa1087d5427d3b8f484f9e522 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d02edeaed560b6dc830eb7bcc78aec47033ff96..9907869ffd2f90420a71d8093254ee8f86db83e2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c8befd4af15202b78d9cd6136a8f54821936422..d669ebc7b5d385a6a6fb93d331380a599bdecafb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc279b6918bcd9ee5db6ae660e6f83f9b50d4f66..e4566624a7fa6c2538d2018d7a31cbfaf706945b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a73f269bed5e2c9a8e87786e10279791792acbe5..184a8f215310fa067fa11e4f6a0b9c3aa1d3bdd0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01d1fe066c2add83e34dfc058a4df96ee9fe4c3f..9c5e8600b9353a485171cb9c42c752786bc1e600 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d5cbab89849116fd1f43d67fa8d0eeabeadef34..cc7b2f56698329c9a46be045a3fb070e89dc9800 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f6aa9671422ff29a03bc28ab3dcde4fce049d32..e9c50c72f8fb3fb877ae519f981d44f74465236d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3156b2a9b35e6064ba38ba72f57c33105f32c7b..6bbad6525d7d33322848edae8057c1074dc38b1d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0494a8298e20e50e131c5f0d900d3ce11adfbcc1..fe87a735cd0ffbe2fa7185602b5e761f1536887f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6c658fef9f7e7202f434263cff132ffeb7c0ae7..2db407099899255375359987fd3c0394008283fb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c95731e06f4be232a81e1146a7690b2dd3c68f1f..96bebb3ab75ece13f2a7f2d69d9975e1bd050c2a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fc3bed44592d749c3ebb9716e1032b79048d75d..c6cac8cd51a56e576e51d48eb5e84a2432f98e49 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99145f3f692f622607b620b748163dc2acf84c6a..6d3cf5bf2d0c8cdab800f22d478fa65272ec6c90 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4ee29bef7e80476668fc580fafcc63b1404b6d8f..2c5ef916d691f2448e1df9ca5608f798e799fcdd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e719a716065fefe24520282f438c6221d9ec67ba..a8b613788a6a2200f62ece7221c8868da66392fc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfa6dc68eae1ca7859f98ea89feb7544f7c59749..a0b049de8bd21028da4ae4f2141b549a8826314e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index b9ac27732847acc0d2ff5a43baede88e426fe76c..d73d5d248376f4fac882f398fce4bbe51b6b2b9d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 # Copyright (C) 2007  Patrick Aljord patcito@Å‹mail.com
 #
 # This program is free software; you can redistribute it and/or
index 6c3ae40645b67a820dacde64bd7effe83198b9de..889f5515ea620a3aa5ccf08c0f9be0034f3b0b07 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f7119c50a6b789854c5c3d163174b4931f9ed0e6..db2d402eecdf7878b1781f3a072d29ded0c2b79e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b659131157dddb80ea9f223059c13cc7e0d8f8fe..65e0a294e6bb5a83c8dda1196396f0d94816f723 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index acf3386304a59e33ec25cd4c9db9614ce0b74afc..384a967a2e8b229feb4875dac8e0d9c71117a7dd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c60783708e2744d891651a18a0055ce0fff3ba0b..2b18d3021155772a1e2aceb925be69dd1e9565e0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a54725e8de101704d80c80c1bb5fefb008613a9..0d58d0fd912f68c2f2f22b304e9c6a27416d964d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf1ad7b4e94fd10c18ac0feee7913b77b6212dbe..4ea5357b9824d39debb401cc14ccdb63bda289b6 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3a235a10a84d212ec1616a9ae39e236ad45e75c6..8a1c0115c2d3a853bb8f8a53fb3a589e1052f7dd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2ba2da196b843e02c0c7049c018e46291f3ed6be..b1e8e93aab068548ca8d87cc3b70c32141634a6a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c992b379f66a7274d8b1e9a1033191926b6679c..7ded75b7bc153efc91f0b468f4f76a6c96eb87fd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b3f8884a4a922b65d351137b644732e1c00216c..a4108704e5932d81448437b5ed8d5e24740f502f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 529931319029e1542754f6f4038db6e0a0b3e0b9..f41c6758c0bba05ed6053002f7e1564452ad84b0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 163bd80838d32bf2d78b34650df18743e72c482b..db61b53cda1e2e96c2cae6c5bbf300861e106e9a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3b671c244be54d75d31b0817443789e73be9bccc..b470882889c62b907856d21ff396f8f6a2778903 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed5b6281213930b244e8ba2b5920bda9347b0916..12fdb9d88cf4cd5538b76b725d58dc582d24c3a4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0f0960b1a8825ecef9ee1993c18ff87d4057c920..b6b1644b15ff103faf1c65872bf7e57ecb0532e3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 428513507d89443b0bb84eab82573cee379f6e3d..2d8252cc274c710852fb380363e69f38b0080927 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4aef175d00880acd27d063f0f171c814a4db5d3..34f2ab3ea483418678bfc42b5d8a0cb058b1af01 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 886522272c4538de6396bd19a6b9f92a0c6dc9af..9863eab842cf2a86887d62bb80d215521aa788c9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9864f6f7eff6b02d1416566af948f6660a3f365a..aed3f8e0f6e6d349c25bd135d5ada2774439e8e0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9bf1d301fa384aae63999e4ab57fca6f4d954453..34dd98f302f85e27e52429a89fb5ebf1bcb66a9e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a451fd383a7610e23c512e31c9cb39d75dcbeeb..51b5c6c71f2d079359f15d505065abce0cc50064 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0b1af2e085190a3291a4df3a9239bbfe3e892b3f..89e506bfe3bd11cca2439e7773cffbabd8b66289 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cbd60442d0d0fb1d738385904ff53a4f4d30d3c1..74618efe069dc02152912725d6a407cb3659018e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1eb9e66d7639ceafbaad461a45fe6137c2a3109b..07b53afb246131bb80175b188b87ef6cacb2ab11 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3951691eda0b5ebf3f7008e2665f006e4c972df6..7695d7f595aaa39de754540fe3fcdd7803134976 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine changelog
 
 Redmine - project management software
-Copyright (C) 2006-2015  Jean-Philippe Lang
+Copyright (C) 2006-2016  Jean-Philippe Lang
 http://www.redmine.org/
 
 == 2016-03-13 v2.6.10
index 6be7dd44e40714d66e3cea5aa76cd327ef1e8273..5ff6e7aa404d5b98ecf2beffa2488e26d4ff47bd 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine installation
 
 Redmine - project management software
-Copyright (C) 2006-2015  Jean-Philippe Lang
+Copyright (C) 2006-2016  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index 4d4b3b20d8b925b0c4fc557735a2836667f9ef39..e4c7367ad201be2c70db00581fe320ebea67205f 100644 (file)
@@ -6,7 +6,7 @@ More details can be found at http://www.redmine.org
 
 = License
 
-Copyright (C) 2006-2015  Jean-Philippe Lang
+Copyright (C) 2006-2016  Jean-Philippe Lang
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
index 0271e385f2dd30fca23f7c359a940ea6da20c341..cb04c7b0f551a553a2b9f4e540efd331ca5f6bf8 100644 (file)
@@ -1,7 +1,7 @@
 == Redmine upgrade
 
 Redmine - project management software
-Copyright (C) 2006-2015  Jean-Philippe Lang
+Copyright (C) 2006-2016  Jean-Philippe Lang
 http://www.redmine.org/
 
 
index 36d06cb569d6d897e18595d241444e94902ff86c..db4804461b97bb54873d7fe1a704cbe6aa3778c0 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env ruby
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fed8c2387bfa4491d7d2658824410a9222009257..ab45fb5a0fb5600847f82ac2a4d996f93d6d75a1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 33315afd971937b5ccb33d38e140d8cda7f17723..0f790ac39c48fd74b517e9abe839c49f26d30f59 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a259c3126bd69bc5e4251a931467aee7ac004f83..473c2bc36757abfcdfef27bb0465626e72200775 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0f436205437f9549aba249f43ba99719b2d47f7..37b326b8e86a371df2d785cb943cfa2b50997df0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 11e9e1c4037fb939fddb2c4ac94fe0eafcd3d2c6..880a4c25e89301b50d085d956357d548ea5eedd2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c20cdb5aa4107f2eacb6f9658039f3ae084c1f0e..739ebaef532dcc971c60013d3497a806fcf50228 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b8200d7ceaa19f9f571f602fa47108d07f2d8bba..c3fa64054d845da714be2b54c88d224384483452 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cafbbf9787de74ed8224e7bfa366fc98db9bf417..2f73eb9e53de3290683e2b9f2287d5f3e828b47b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d2b683b7f71399d5f750cd5705bf0cf929c2f7aa..9e71c1b058a07cc194e6e482d50cc2fd3f159964 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 85f31e2e9b2d839740c928d6205a3f39f47d36d8..1823d134334f8ee8c20757d90d86c8b1b6b03cad 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a17c853695ec114ee3854ed0842d300189553915..9257336a6272d66b39f86dba8e37b5c6a93540d7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2472d37705e6fff3037028bd6961b4f89f8b2531..6062b30ce4f38205abe3c70d878441c790f1b8ca 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88e25ef7b90fae70576732be5c4bfe1f22fcb308..7d9707f76ca3ed78a032be1265793399d241191c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe2fd32d378679d44fc87deac5ae13a5569fc869..5ad528f6ad6d3192230f45ad476a35fa2c90f2c4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c9c45c7a29f9ee3ac92e6f1ec856592b67ace136..41640caab5bb781af6d8cad69506f07320c7de5c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2fc3f0ac1c340835988926819637ae5b453321aa..ef188e12e5b2ec39f7a08744af2cbf6d5520b056 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dcf1ba050f1e6c65f31d75f14a8415f0d31f81a6..6f2867deb4073d6ae7539379c21f8aa28efa5bf3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c3ec39a1cae96c99b82d72547b6b678de290ff47..9837c0f57875a8feb3c375bc554831f2506b65f4 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d52cd5236db1e5ca4cb54dff4ae85bdf93c30888..12ce18a83deac420a970b6864f2f1d05fe5198e6 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17d933f6ba65c7b071ed3d754e4d2da52c276a80..0e2109768b984dff06b251e069520b9a2a426f00 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 785ff38d06d129b2c4a8559235dd63436bdef3f8..aa1860ac7eea86f2c93cc5c734ac0629ec7932cd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c61efdb8ce0efb6ac5c256595f4b9f7ed15d68e5..ba6f2739f33a01e3f2e42b04a8ddfcc23ec3e621 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c62d409cb204031f275e32bdf913299cfd18e08..884d00c6801d48fdf1bf70317248657ce7368bda 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5fa3cb27596962685242c82cbbcfeb50f0e5c0f8..c8f2d1b3592ab9430c2164571b35e77770448591 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ec6c5d7d7804da964852015ee8955e067528c90..1f7821b27fbf49a47ebbfcafcc0fda764e1c140d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3fbc72d452461fa859985431e39e06b9d9c3c51f..8ba73cac91de37e0c41df024bb22c297943f8462 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4d3dc359d6d2b9a0645c322010947e37a9854af..7035b3198d1c5545be471a5445ea11a970ea057e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d97f7d0fc18d841234dc5514679ecc205db14cf5..1fff4e06af2e3c383c6dd22405c48bec6c374d8a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f87358889db32256ca15b93051d57ca28846d926..ed87eedd176622abf503efbcc78e99eea174f381 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 86624268ed70d0ae7652407facd087b30b17607a..8a86382abe614e6dea52c4159f7be478ec566b67 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d8c6b256e2a918a651144d7c451ad79dd7b0f9df..7165886280f59baa9f4a58d84b76187a97ce462f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index baa845dc419cfadb5a569f1f4f659aa7257b8e59..f4afe2e958b36eecb1e040695b966e20f933ec44 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b69bf5e8b76d70d1dc1ae1f1d25f90f1e0d3657f..363048d29f01e16e39912dfaf558fc1921fc941f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96e8510b4293a2e0fbb309976dd49bf0b2b41af3..6c65044c1b1834697defea98581ef27ca6a194a2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 71dd36720ae7e890337cfb88c1ce4886d0b6ee36..cd2e962b21c0fb709493fd8ea464ae38e6cb466f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b56cf1f6fa5e081966c8f51cd42f5f318ea33f29..288e5046733f5dc64251d8142c83f2fee79f1744 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 955bbaf5afc3701bfd55ffd9ecf3dfd9927f492b..1bb79eb6cee68d5f592d9467a6b22cf7216711ac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0289fcbb70a57f4440a5f67847956023e9e694fe..b7c559e1131ce0bc9385dc31af6eb2a9b6f4db8b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # FileSystem adapter
 # File written by Paul Rivier, at Demotera.
index 47a517e232bf10152de59a5b43dbe988ed6abd45..cace7d9c87d1b96f65930a6bb80d62605730a13f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b305c3fce39325598ab16937cb0f43735ef4c7b0..a0444074d1f1f22de466bfb6f835e6c4dda4dad8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a165404e3f29221a6a28bb5772bf8ffc75dea561..c4da665b119c11c79499dd3004ef10802cead981 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f0b073252091646a4a9a078902f0c6cbd2a9bf1..eaee0439334ad9344ec6a04fa69c8cf9f58c8994 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 48724b8b400b0656764687ed0ef6f7c25dbf071c..ed331132fce884d696071e86671c7fa40280b7b8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index edf906d93011ccdac3232b6c887dea3bb8d5a163..7480ebd16cc05ab209eb2a2659be5f596ca62c3f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9a59bb8e1e69b40d90daa80bc508328e13361b6..13c6d8651e52025fbc5a3a515d0deb36c51d7a56 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2c01e68da016cad94b087924252d24b6e897a044..61e113d5e18f1e7a7e0180fea626e8e5890691ac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b5547e98ee2cd9d3986a5f7b7f7e0aa029ea4929..7e87500022566c903be4b93da339d49183c093c8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 56350052fcefa1aec64670f6d6e9556f4c2b777e..4f91ad71d7e393fc91362c372d39505e1e5b80c5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f636dff50519dd42f7e3d36821f36bd7a75c26b6..98e56809343c84b3e5f939b5622a4391eeb4041a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0a545c695a92460dfd85a43bbee6608a241e354..c36de0cb2a1c09aa0891d71036ab87890197993f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50833fdc8288fc190a84136b7cea2efdd837fcf3..5b1d32627ba696d24faaae01793b7073d537c225 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a420dc497732844698a318ce3c23805584dc682e..b86c3b279f396c9c36f51b1305ab6b904e5805ee 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f80a608818df81f88973784902c5656a813c398..9d6ca9db0d894e82d05e696dde8127636217614c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d003c68448d6edbd5c371ebf2f56f284e5b34b33..caa6e49fbe7a527d6fc31b72aa3ea9d2db193ef2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b04cfaff263a97aafb82e0a15e176a4cab9b877c..07398d788bb45e63b1c11d3ac3cadbf700447f96 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a02971cdf5bf7ad5b0d324f7a62b404dd78ebaf5..48af0fbcb96fd88c57984bbb9a9dc40ad31e0d84 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c4e4bb7c387cc4175578e25c09cba9e9c81a39ff..07c02a43ca593f940245b83d23eda17d639ef14e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4e479b3075d37783d4dcc4516f4901d1711503a8..16081b31c6875e86aa221084c6f69cb5a71c172f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17d94a19c7892dccea329a71772d527a96581c02..fc0fe4bd329842068b1f0b2ad10c56444bdaf4c1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a4234fe85065a187ed59e9c16661eda05d37948d..88313ccca3ec0cc893be8a8cf7b39625d87628ed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a52e53fbd9e7b554f4767613567f2eb05a63e7dd..91ea149600dd169b3ec304bf8a583319c1c23879 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d5a91f99fdf06b822185fee6e192da66bac8bd63..395b7d6e73cfb20db91049f80d9f4fe5b57a95fc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 32b814cefcdfbba1d3a905b63c635e61b3598956..7c9ef0782daa8b2cb51857f0a8469964ec7c17f9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b8d22cfbb4179d60dad1bca6d32904241dda6e2a..fd7cc18219e381d66b3cb558d5cdde88c5dcf032 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c90d88136b5ceb76ef26d02fa9f336c4981f6eff..1516c02bab37886e93dad2a8e775afe5effbcedd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88194f4cd817a72655d285b13969e18f8786a6ec..90e8fc94f1113d1a90aa048c7b59d1289450dfc2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0b2b1d9e298db4a01670352f93dd9b1da70f18b..7054d35ab54a296378dddd3096111180034645d1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 289c8b11abcd12415b60f25ddc441b3352f577a7..0771575447f5cc08a2f161d08df4292640f60420 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9a994655b062b2335852d8c13c890e28909c14b..41c97901682f2463cab0f611d3f6125e75941b37 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2015  Jean-Philippe Lang */
+   Copyright (C) 2006-2016  Jean-Philippe Lang */
 
 function checkAll(id, checked) {
   $('#'+id).find('input[type=checkbox]:enabled').prop('checked', checked);
index 5fce72b745ff5543ea4243c173abe1ea680f3703..01d14affb1022fe421890c4cf8fa795d4fb2c8f9 100644 (file)
@@ -1,5 +1,5 @@
 /* Redmine - project management software
-   Copyright (C) 2006-2015  Jean-Philippe Lang */
+   Copyright (C) 2006-2016  Jean-Philippe Lang */
 
 function addFile(inputEl, file, eagerUpload) {
 
index b77d6deb165ebaecd9a947639bc5845a71e896b5..c833bb64af2534918bb0d762108972bfab0ff688 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 744d1c23f00298979afecbaa6d582197c1c39a69..e031bba19b1973b2b7d9279ac8e49b1b6a66c00e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 449a3976b2db79ffdb802724db09304725c14785..a9fd08e37bd919fe25cb54dc274e5a6ac104d5d3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 019b3ef1c8097130ecc6f1cc32d96a8c3e6bcbdc..ef120a44c3ebfaf6562080513a2e1fd9be0bfe65 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 25693674c88a50a743eb48498a69a69b1830f55f..1e10e2ce9d01ac8dc6975a62f1ea9ce4fb7b1852 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 649d673633abf76681895a5e1bd15688789e9301..e0a7ae1644253298515816304e03a0f7ce1ee8ce 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e937047470fddd632ec211d1bed01a56b2851e2c..8cfbdbf4160afafcaa07da7accf04fc52dc2f677 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d3f9560912c651e9e8ae14a7e2fc69e321c8251..7fc221350b7cd8b17f45ff769af20decf8a6f6dd 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 01825699a1f050923b2b204b9d0e67f31366f56b..79785fe374f70616f6e22fecf7b1557d770f2578 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c59b5af2439666f548b58a83495e2dfad948bfef..eda685b023707b5a4aa688d30200052aae9c0e3b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ca9da4b0d2a3040cacc854d83703927f60f2e760..ea4bbbd0f7571a624be7080360e559344a7f21de 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d0a123ca548eac4101f9bc48f91e15fee1255c9..fdc7d225e3c4aaeb2f649fd30856b3875d833f76 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99c1e0d260371fa6e6c502d79521e4f453d0ca53..984a6f666e7b0cb80eefe274e15f5bfa449eb736 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7b1e0c5ee62213cc9f743fa2ade2080e1953d844..62ae1ff6b8afebfc4887f5deb3e77b0c79241858 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b254f2a22eb80743be7ba808127c384c5ba449fa..5ac67d5cc2164b1d7c01914112ad02c8d96697cc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0088447a254902d71e5750f9407d729c167f743e..72eea54963ad22b83ac6a8aff9745ea091909a20 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4114a7deb78f8bba8c053f9bef54616f9b37ddca..aa3f90b17638e25b7adf8cb154256365fdcb5e0e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e003c96db76b90138a580b64130ffdcb1784100b..62a4c273c82d4c63feabf4324d8115b4aefee353 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 690f8c22f54f3d81f75b62457cf683eec8e3aca3..1868efebdf264e1cc368f43d843eeba29df798fe 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8aa2c25c615e2977456c016be48d9079b6208076..3850076a265550a986cbe270f9ddaf9311ff870f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a2c6b5046b0d4255b5896ecdc472a2dec6e0159..21fc540b9c6c3e14ff607c4582c65d1fc5400645 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7d9b3554f7a84bb0db32407e7519059696663500..a127d97944f0743d018729c96ce2f2d8617cba65 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 19cc1f54a6475eb35f5d302caa7e117b0b7b2cc2..4099412d679018d088c53536254e6f4be1f36533 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf2a1aed35e065bf0a24212c931d68d87e0365e8..f5bc2983b50831c48f2d9bb56f984acc1016aad2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 81fae31000a3121edce395c8bcfcf71bc37aec91..0de49b6c4aca40b3c738b5612a71879198c5f8da 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fad69017beadb0164c36a926ac6aa2c6aa1a62d8..80fe4dc9d41b4e6faaec9bf45f11551b11a518ed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c141ddd0826d04adb840a8213cf3a37b38c455ac..ad794850f5d1beea9ee210db2122903439d27d79 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 91ae34122bec86776d2bbbab05960e51b1d5ec01..b187c65a58a885c67e2ec0409634b764de962f11 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 17bcfaba5e4d43c2fe5b39b949c517921cd7cf69..36a2718b80739a80a0a68a24394b1a0cac37b8ea 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 84949f3aa3195fb48106db9a0a932a543d33a0b8..bd6aba0dba6a3825c618a810417a18185bc75d5a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad425cb91e52dc868e66ff64088afaf56f56b5d4..7492f6dd642e84dfff3e60753461bc4938b410e8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2cffe4c8683114dd2c51e965509769c9348ba77e..ee96ee7ea1ae1c913b3b7dd70d9b6c24785d3b45 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ccc549716b92a4656c71fc58e6ad59d77304e712..ce596c65872b3018bef4ae444dda0a7e498901f9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b52fec613c0e70d7a299f09e461f7708752a2955..303048ab6f2a6a9839ef7a3ad434ae885cbd08c4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 88ba95d33cd65b0c46371b33c53e3718f650a1c0..2516a5319f0869ef574b755a18ff1f97ea3e74d1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 246f21068d3903d1bd1a45d54b84c6fee095aec3..faaf850d7587f896bc7d2a5448a4cf0a4035247a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be29998faaf08076455fd23fec50b59662b9180c..a032690550a815001c6c3391d2af0cf2863c0cd8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 426fd78215e71f61afcbcdba96dde3a200b790dc..cd9ddfbaa56684ff6ac3a989dfee8145c59125a0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aaa2d1e2dca9d5b3af44a4e044069d77298d0a04..4df26fcb08b1dbc5795cbb174945f95aee5b2cde 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5940150ffa31532c781afcbb997ca426dd5a6479..bc62e24f26e35d3b08d7053b17d9bbcacfecf01c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9c257b10f608a36d1ec69f69941880d6ce3a5219..f59ac2491178c326033a5b58f0a7d560a89dc017 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 63d951507c896f07cc84a6d706c8d850ceb89df2..560ca96da39477262a935badc057c1d94946277c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 099e0d6d8c47906d8904dad1662fee5a3c921c4e..2c88ad542478f2e623184c2ebda779d874313e22 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d78ff816b02ddf174f9edd04cb3a1c7326711b91..e5b49d95f4245325ec00b16c77be5778d9c807a5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c905f7faf34ad914599911e635771e943c431ab..5b247c5c77781e9f530f6d83cc5a39e4fd587518 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 513f8644b18f042614f924cb9ac0c82e25cc4d18..9d5208d9d22dd987acfd61eb7fcab65ac22f9902 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7504c1ce987092f98a4c1d469b37e482aed471ea..842f514132a8c1e7fbe6e120f8e7e70e9f9c91d4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d64930e06679f6758b8632a1521e8f97acba25dc..070f1a7c80e39143d1d28a7ccbc2e143513e73a9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 285f144daa506a6074a431ecfc4a4101300aa2ea..613823a6e389f90d7ad375cf0208b7e64e34f822 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff11d9585166e7e291f261b407da6c0bcb5a7fd7..565cb4d1bb36573f939ad3f1d86c481f29e95275 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index afedc508785e5fd8a7e674e6a925e2f62c07e686..6c071cb43fcd426072b04931e779400a4a90ebb2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0992787db9e8e64a9ad66ab7208da7eb46babacc..89d18297825a56bf4b6b7383b0d2f4d703910adf 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54a69b7ba345999dd0c29f89e07de1358d250976..fc1ccbbb6190d1dd4497fc0b5a694c6f170c805a 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 97e594656883d0665309d93120d876b0e5fbedba..ca5c326515c3a3dbf633b228cd15eefc99abba5f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index edbdffb9f8715ddfe33ed3fde51eebcbb8a0b92f..16ca5a850a3902e04e76dee1664bed618a1d3dd8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 00cca7cb80fdf6797d636f174065d65a544b606b..10fddf8b8fc5a6ac42bb2806cd4e0359be382c3d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b8a7687d213b3c21f11969f19e8fcb752fbd2a43..4ae5ad37d7f5c8dcb2c4eaa4770e191e98d7ac32 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0d486a4d0f9524eba592b0fa78a1ea93dabb9400..6c342178dbe040a73ebfc766a32b1fbe6a6a3222 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5946f9a5433063216efbe3639d8cb6d34a228e7c..f9b848332a10a16d15d5836ed2f9dc15ed400208 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a47f81bcf3e5b77543c6703ee4df8c6df786d7e8..52cd74280a0e57e1d5d9a50b5fa4f45f143e73cf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c64771772a67dba63045c8714c62ce16281b6114..0919bdb291c676d0b689c989aa5e4efb40566002 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f11d699bcc8a1ba126ee447f5cc9c2e9d6c2834..99c66135fad3c3ad2b7026e5d607800e3e5c0850 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e3cd916ec22013e1be7ce17a6339f487df466b40..bc88e05499b0223597c6c7ac2a48a14d331c9a3f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index eef56e2bfc9feb8a778463c751572a23746f6c2e..6b0800b5d14074ebee778cbf250fce6a754c9cf8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f3eb16b5d9ae2d43b68daae730d09726f13c9d5..70adc425f0a3b5382814d26ca5fcf96247a99f2e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba505e8e91f07dc5c35cf1a1736b2a0da26f2427..a4cd9d9668eb268a28879f167340b9e43257a24f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bd66e043285f992f87dead73ec6fa6284c0e0aa..a0ae4436c4a6d1676a728f73f03f13b1a1ff78b0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2318b128178cca4bfe8f148cf419b14be8b9b192..1be66de2eca682bb1a678b6249ee693ff0c18163 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 83819745013f3eb64f716540288fd055d6441dbd..f97799b507b6ae6f22313907b2e7d1e8b6c5ff5b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 768a833b11daa8dea3045bbb15506a36580e96e5..2248206967c3ce254fd4cd91df8d981813fe3459 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1c6e2031d2975cca6d86cf215322e583c8dbf4a0..ce59cec390c51ef734ea053aa51dde05e7d2c263 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 78fff27b3420d44d8cd850376136f1691d3a91d1..59407e6257be35994243b0bd66ffccc1d7b2d777 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e3a8d94a3b4ebfec5f85e61daa4fe21ba9929e84..cf806363f3ec09cb3ee9f932d352460bf8befde0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 75530b27082a075f04b969f312c6e654e3da75ec..c6b4d97f7f3209960d8e0d00643361736a226f07 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0e734b86f3a1cfb50396ca4fb6cffd4298da6c1..0f70d7e9af2fcedbad828073bcc24da3dfead571 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 61ab081d0d91b971c4fd37952335200686810d71..499616920761015feee0f81d0f12f1151d5d9bf5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fdad3e2bf6449a9bed3aadd4f98b6e5e89c09091..a86c37bae1d7ed51cb4f3658e9da5b45c6445ed8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f5843fa8b14f86fb06d1808f38453d5904ee756c..951aabd26bdbdd9f9e315ff011eb12edffac4e01 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5cb5f5d002c0a975f03b370fb1e9d24b70f1c557..d46b789f89d6acd0e527c961c2c9b80fb9007ba3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab8846ed302869547b9551db7edc822734461445..84839aa81be3c7504daf4d1cfa9fb81b9e5ed61b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 966c063016c0a088f1ff868d14380567c4b2a265..1f60b383ebb28b113fb3f0e419597ad45564d191 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b596228004884b67c2f030a6c5396be7f2fc83ed..7a340bccfaa269f6419a3e21c28698df71f74bad 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0558b9298a77665e5e26b68b2741e44ab563b7c8..e7850770d9f6ee754a49b88835d450bcae4f04a1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf78812ecb65fe6f3cabc4d43fa46e5b1e499348..ea6b0ecb3ff27ba29a3a6936ed1a951bbbc6b657 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 439d29c97f684ebb69d41b33d6a58a2fe47f3a3d..8de11abcd50ee0bf2078e5fc67a1ac542e79ce36 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 67ae18c78e4806ab53ae8f4eec7c6c668526831b..50c27ae959e40b6982dc0f2604521bcb4187ad6a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 61be325cf41220a883fab92a92c44d102100070a..1ee5b552fff54a4515c6038191c9a0faadcf21b5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6c35099d4625d970e1629e4a2ed74121dcf4711b..ebf709729d04b41d072549a4414566c151fc12f8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6b895e0332260d1dc8f972e68be11c513c00f343..6800c311971b394174815c06993a0c21e7cbcd41 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d46b3756ef34e560578fc18461c0673793d3a6a4..e1d0c3463664edfef9981f4b502045de491b7301 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c10f30880a26a0651f2ccbc629ee352a2fd0c0e7..c3c2dcf087f4912dd89cb73c100c32d2d729944a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5e22e69b0c0b48db5f1fae08f87513f0a8ed1347..ed3dbbba4b040d0279b56e9dad1b1c03015f83f4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 99e853c93af207947492f265d893ca4954006fda..a66a1cf3a4f130019442489129be6164a5c9fb2d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c726ed56477a8edcfb9aa02693a54fc49ff0d16d..0fe9cbb290ee6d4db2c6a2420da5ae19b8e339f5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b33b2410754677009004e4d0cf55c1637b7caed0..7574f658cde85847f24fdc6b262a507e8eb8bbb0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index de79921eb6ddc1a85d49d39429eb85ecc5b972c3..dc4905cc07ba20355ac326ddfc794e3915f0e7cf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ab3a0c41c01f1328b42c3f49935885732217ebc2..a2c59b9956b9a0fdc37a26222e15e22d2425adb7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 43d082088d41e59c3e81cde8c68bd0a74fd9fe37..8927c069c5dbe200206ea4341b53cc6bb5ae85ab 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2dd39a01ccc5aee750bc1ddeee8ae9518ae82ce9..abfe2aa7523e5d556e84427380708734a9410d4c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 15689bf724de7e79c1ef60d0305e7777230cce89..f5b77ed755b3c929b8675625527150f677d75a1b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2f7bebc9dda6aec6d183cba7a73fafc34d3f8c7f..ac568ebcaeb07131f838058ee5f159d7cd11b845 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54f33851dd9816ad1c3ecc1480616e05189b9932..110d777b5ae9b6387e748b98c46d167f02d6c0de 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a6431ebdc0f0464903c82c7e54842029db0b1079..f7bcb5ffe29e8ff26bf76a594fd98d0dc1c8d965 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 778d810ba7dcc866d398923ba54620ea3a38ef6f..86afb6a60cb529f99780b28d0e03b118a210a557 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 96ed4da2db942ccd5fc658280a6989e3a075272d..53c8dc35b981cc0c5e409d31564bd13a33bf7a80 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a3c33f55231d9d0e222d69643aeca7c710756fd..5674668a0660917e2f3512c05022626acd8a2629 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0d6f98a002d3ca4b102afd70e0da5920d7896b3..64c88d019d4a70a404e8506e596631f254d80abe 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fe9c1bc67018cb123b7889fadf7edefb67128105..3269b6499e16f6dbfad215750546dfe255376475 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 39c3aa1346c7c60e2cf7e7523fe13be10702b2cb..c53fc2552d2cce8a2710898e89048d3810ff2f44 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c85e6a19ca06b61bf3eb4220e44ab49ec33f8d26..0655bd79827259c6e9015c7f96da6a4c3fcfac44 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fadcf50256a6746bb6a792813d9b94ffdc96d4c2..3c656dd7c405ab091e3a2ea28e2d72cead2eba98 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b57ef476027ce447c6cf05e59c1c1385c4ceb65f..ea973468338bad6144a759539882b4aa7688161d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b203716edca610ef9795cbb6fa828ae52eea5598..8d2ac06b968b7bfec459424639fb8d19d1dd1154 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1eb7eff3b39512cc73822b9af898a2cbe5a8047..d70897abede6b994195ab8064bf206ed347b85b1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 482d243da0d39a76db01327d2f6041181e613f23..a4062bc6df9341c7ac7ba5e98ad6bc1879e609fb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 587524756b23e9cf8f9843464b5b3c6232e960a4..7dd626194ecfcf1ca21b350dfd87a546d93579ac 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b0250e9b5ca0f9b989fe3b2e8a81db867d615068..b110fa1616d4d924b1ceb6e40606bddcb988099d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 13b28f8407da650dda86e2b15b2fac9ac034af5e..971929ae1c85517d7e8b59157d340d44c31997a7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 30f97d2889e0e81d1d7f50703c7be4fe5555e9be..7222c49d9544da6550db9b27035af9d62374c9ff 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 326215e6958d672b76d6647b11a1f7446e2c074a..d9a53af3e90a52f96d0d436ccadbf39cc819eb01 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf93c98aa5b80c76a324ad4c6aede8d957e822b9..81fd202b3c08e21dca3608d5b35cc9df8a815a7f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df3714a60879ecc8651c73053f37cf236c5aed4e..e88fa8a871f7fc51cd4c4f38bc931d4a2c3e1dd3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f8a8245bb35b9be59c534bf64a44cb0869d54072..e401ca475f8b63a1ead94f87596800e76b7e7bf8 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 94403f3843c3dd2bc2942d7323816e8ca363466a..a510767656985ae21c8bf4e22cb8fccd6fbb2431 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7077e9251f969251b6586623b0d3f9bb8373d365..05de7153c5747547b9b4111b1a13332a2de510ba 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 459576ca00522b82de3381a8155840e2742c245c..762b766a9586ee24a91635c250ddf63aa18fb778 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d4ff148180c8fae839e7b39d67e323df3607d11a..07f25be309966e4f33f89a474357720af8414272 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d3d49ed4fbd45bb47f026ea19052e05ede45189d..7123b839579e35efa0ece43e44971207a987101c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 495dc670edd1de72f9504f5addb21b2c2afd5e33..25f069a8ec94ca62f66b224fcb2b340c8c864fae 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 50c03d8b99a8eada4a7d1a4eacb31a2234e3b95b..6a6529c3672e45f041795eb62c3ecaa93f8c1e04 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ad0707e68f126f709f3bb8cff2e28948052fcdb9..d09cbb647dc3744e57d4b0dc84b0747ba9797f96 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b7f30cc837bb2f047d82800e8f4f83e0f86f5ba5..bb8290c831b3bcd727391dc23405eabc35364fe7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 34039ce0e61743cf03352920357d63f554220fe1..6ef9b6f564cd4487c29905bc5f42749c7cae1f76 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0e8084c9ea0240d979bb230bb7f9493b755c350..ace6b51506bf3f95e3eccae4d468154ea8ff8353 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 93918e5dd9148329d82891bbaf098ef85bf8de83..2353f8ec7c1e162b3d038fd42e04aebe331b219e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 459fed128c8d2b7f2ff6bf02e9696a7cd9e33ad3..d886b784a23bbe864c0e09e2bc35358e5fc6de5a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0c660555a0bed75ae6a28c33e0341171c0b91a20..aabd2079529c3e940308185e2bf0cd1d065af879 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bcfaf7bef5e23d89dfaf31abd02ccf439ed2fed4..085a277f23f5aad66ec3e769324971d7ccedddc5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ed1c985def60c65f4018c19668fc08e013b0fefe..70acc4a21fc8bf160694735054b26c5543eeb913 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 698d52eb73550a7e5bceef77eba1b6d14a543387..ff7b32804258b2b6152fc50a765cc4d4678a581c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5d2c6752629fc60f39a012e1112647db13854176..d642ac70e6b20e461ab6bf02e51bb1058525b07e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d0c089458b27b6452e17abe901a6ce58ab8a41ab..57f675690492e5795a2faf4a162a1b1f088189a1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4a6fb81cea4fd46cc8b66b32a9f1a161b6d378b7..32741cc7b7b63a4f7400a94e9b5d78fbce757a45 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b1b271d10543b6260c8f39f9e15a088b5e0c7640..663239ee5febd81a648cf7d778b885b13981a03a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6d080d7649027078ac7896332b41ae48f8837dce..41080275344b6920776476ab145be4bebde06043 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2ad3e6896c7f656cc8422bcdcd149a698ce3d5bb..471cae07a76a8086984bc88c58a9949b75fdbe81 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3e8aec838aa478788268b54352259074156b1e40..854f44c8c2e6fac91ec33746d40cdc77d5c59509 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f7273e22780f5668f27d6e59ca10adf01a4f5600..0618a95efc03c3037c9fa59cc6528caa50464d2a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index dec6565d95d2771b207f413e95f02b7489089aa9..95822a8ef5d83fc3b915ec6a2653c10b7bca9f37 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a66d632dde5d79dab50faf6bfc83070cdcce9b60..2fabf5401147eec4103a65e591bd554d004a99f6 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9b7d561fe459fb7eb0eb3d7d13d1667c7dbf7a82..7dcf1888a20f3dd0235679363eb8d0f554c102a2 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fcfab365f8d6d916c5b4e460a4d6b6bb0ea6917c..41b3c4ba2f46d8e2b8aa0e29511f73f12be9580a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b916ae12ba059d0cb7d6b3b45380822b1a0459bc..8fbfb48837b41936147b54505e0be88e1fb4402f 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bd58ea92a7976fe3af8ead4f25951e8eb16bc3d5..b89593ff75e615fa8688293b7e111090154f0c2e 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f99ef15ba146109628147822d05ce41d06b03b3d..0122d5f2f0c7d546e2893f7dc7756ce2b5099041 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5b0a1e97e1d17afc27b045a4fad7dda17b51b3b3..7190faaf222a9ea12d0eff2983cdd2b1b17faea0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d0c4d1315e1e66d3abbf7d3b339fe23d95d629d..aed877c932485f27ab999015a1565618fc14d204 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 85729b628c7ffef5075ffbce0168d196cd692c33..f8a95174ee2f73721cf5936e19fa7571bf44f55e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b344994a40b4be38bf41ad6c8f698f31c003def7..f93756465675cbc66a4ee3c2b8db47c15ddd6669 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index be6b00ac0890501d00c5b16a7093a91c9d806bd6..60dee7ad7f69f890907f664662c0032136b4e409 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1a656271241898f86e4ca3844b543ffa6401ea03..8ae0ab2336aa78d6e01b060472f3868e83a48db7 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 98d15c0e08a27cef213823458a35ec73d0a4dd83..2ac91471258fed25c9d2043bf8cc6d3381033925 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2dcc01c9b5a88f61136eb38f22ee9f8babd2f5c2..70a17ad7ad28b1667f2ea0db0d8ffecf7d9c0190 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8f5f758d48bf2ca46816aae685e172a048bb8a03..12bf531cdc964bf3af5d97ed2c30de132f437b21 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d7081cbfb94dd8b2c6a82e377fc660b8484ac4ec..9acb02f94287c9e0e6bb5f6187feba6b59bacbaf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 22111350381d12bfe65a650e16334e251a749886..57c93fa4465c954292afb47535bea87e6ae2dc6f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9536ff55e3031c3c2f8fe0f03dd1e7e107ca5785..412b302bb41383dfeba5354de3d48ebcd57203a0 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2a2fc9fb64a054ff8fd1ba1a31dc6eaaaf6dc4ec..c8260879ab1c3c621e3b7ba392bb8c5366ea1373 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8b808e98bdc6c3caae8aa5ff92341dcb70c21de2..6917a7dd6f9a7246facf4a49ce4a7798682acb2e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9a5931b83b14111d56cf270c31d9aae1df959463..0a0007bc040d2be1ae519d86189d8d53ceddf319 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bb6b382793566d65c8971310dfd2a4de3f238442..1182cc8f50f24b80e8aa75e9be828405a8443e79 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7ba611fa6d4bd45e71d06daeee9905ab031c77b9..17a3521796016872dd9e2b55f645c7cad743e332 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6f71bd8ffed4ed2327c3aef2b7909d5305ca5efb..07b58ac0a9bf0fe013e2466ad885b18500bb2479 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 600abdd4a8dac682850a737994dff505a8c8ea06..c5963788bbeff36eb1fc0368d4b51f22e404b485 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d5255e6a7ec24e0eeb37d070849c35365c153634..044981a3a8eb52083c0d8d9c0ce6229ba6605d9b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 65aca3f41ffcdd4301302ebcd6fea5322dd273d3..6530bb2dce3bd2fb0f6e7c08d12c610f25951e5b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 97a0a00485bf3f1a5cedca5cede1870634131f72..1e567ab30098b9edaf99edff74603a52c88c1872 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1690ef72db7d0a72ccc286622dd2d792658c2750..1e2ae7f86fde41621978e7466d5f8d19f53056ef 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5510e7f741cab4649470930a26cb3d004b904da6..85f2e642237e9d9a52267da6fce70ab7afde96dc 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 2bdfa852f271c929bcb03cca22ba5487feb3ac69..7c816c5ce89b43e2d3d6cc234dc28ab365442e2d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f54520f9d1d01186acbf1e572d1737ca66c05257..d5776ef8829f9400607bc3a56f8ea9fc21003fc9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72c1aec12143a93eb0ec799b0222fec978d1a20b..935fc962fa8ee0857da039be7794a2eeb5bbdbfa 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c1319cd05e55007fda7f249f416ee2c746523d6..a17378bf5b61cc94e0523d2388b792743bcf1575 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d6baf4c6452676b3a4833e40e141d65f942a5d2..744cceea139054ef6dca7e9aee6b030ccbc98d5c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bfc5281f1371bce932ffe397bdd563e9a9c222e6..ed5e183f752630581fcf0646ffdcbad781ec3374 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9f28a2b1f67ea4954715215ec425a5218d513ac0..1bffc5acc9cb7776861784f1e1152551b5e52bc2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8d61c53d9458896e2e79762be1a02a19f2cfc8ff..816c60dd90d0221400be07ab8ec8311836b250de 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d5d5155c4e150266c99649a11e4aaf3a1ef42eaf..e8987f1b20662fde035e6b8867aad610cf664ebe 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f710d7daeaa26311bf2127c1afc40493b2387299..3960c1bd3660b3d910fe214e1dd0b6957cf87597 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index e6c45186022aef9512a0569147ebff217b6cf43f..6a6f1b7bb559bde32f50be08cd0cc831ce98b972 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a9f06cc08e756013c48634e113fdb31d56ec6010..ad3654b6283fdcf777492b8e595d666c93bc3e51 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ec0ebac1d6a3b1f31934ee5f1100cd90b7fdc64e..0f310b03f5ee7e1c87e5003b14b14f9510cb8191 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3f1a4bf9597ff4209c562f8b9f1b1ccc12452e80..7ca8410405f61e4fdb6fb82f862a2f0592c4c74b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f208464a2a79eaefe1d348e26df505ea31cc206d..75c68cd5175a5b386d8b792db33017fc5f9102f9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4f8c3688a302560a5276f3f87a5cd98161c107b2..a3167d442aa70f37f146b23e0187e3b6f51556ed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8dee0b4f926f1681949fd73add97799239c94f27..9864d0c41cf184cf5ebdf011f52d366d853e6aad 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 767a3de1d439e207967bc0622e748d60012b2662..9e8a460a3d1e55e83df98679d94c06233d83411c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f2962bcf374296d0b630bfb0210ed30af96d2759..5b2273dafa3c6b1c87615b5bc1072e208f3c1b63 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 07b561817cdf2469739abb4f2ea28d5f8123d6e9..eaf2a66bad1b0a26336b296d6c6550ba86f9558a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software\r
-# Copyright (C) 2006-2015  Jean-Philippe Lang\r
+# Copyright (C) 2006-2016  Jean-Philippe Lang\r
 #\r
 # This program is free software; you can redistribute it and/or\r
 # modify it under the terms of the GNU General Public License\r
index 6d0132f32f60c1a4a01cd274bec89a10f20167b4..6aa751be8b93d334653078cd4d6e24565143472b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index aad880e26ef9dc882f58596815d503f4006f513f..e1df1bc99fef332ab39fbc052b01964931b52a2e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c1d26ed14f5d81ba15ed8d501966aaa0196a5cae..ee7c4b0641721cfb51df698b7c80fbeb51d878b1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a5f7afe657a48c9fad6df5ce843228a39d8bd0a1..c6654ceac9bac42290fa9c873f92ff7be69ed0c3 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software\r
-# Copyright (C) 2006-2015  Jean-Philippe Lang\r
+# Copyright (C) 2006-2016  Jean-Philippe Lang\r
 #\r
 # This program is free software; you can redistribute it and/or\r
 # modify it under the terms of the GNU General Public License\r
index 35a262edca8c4dae216ba531a06d9501dfb3650d..837f31f3d6504c4fc508a562e3bc2fa560a2c919 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 95febc8436e7850a2d4ac79a92f3f4486b11ca00..d9b0474f98c48f644c4ed5c1c2566036ba3f295a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ecc89befb438ee48b63574ad1f9ccf2dea9e43e4..7048d4f32471636845715a19baa3c7422dac6bc9 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index c0c1ec608327edad6ca7ea337e94073449930aa6..9b88e5a0a71dd5f4ed14750a865e07b9a183c448 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bf683687577d238f3596dd057eaffe6f9aea7c86..fbffc5d124e734d0fb245b8319e1901da2f6dddb 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a7c8e67ca5495c16bae7bd7a895db0169ab20540..f33b1abb4ebe79d2ed433aebc4a4351057fe3cca 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0377d9f91c5891be0eeb709114d798f2b5d527ea..d45e81733a49a880732cdb1e8df4ba7a2627fa39 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2009  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd99a3a6b64c4733cb555249fb5457b479713a53..c4e33546fd2a526b05a335b466b9e9c3c28a404e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7f763144575fd23e7a3e4ab63885111acd2be8d9..3e3d6c626d0444cdb9d54dd93e9e30e07eb29c81 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5f7b2b18a82041428ca0d4affabe5a06568eadd8..21a484bcf7695a9f3fa5abd8eaa96e54e5551c9b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5185416337cef26fa8e8d93454044ccf943ff156..82d537b93ef3bc098e1b2ce274d09dca7308753f 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a5efa8fbf985cdaecb58dfb1f493811cd92e4e58..aa543098834bbe82a14fe2b1cc8f287a4e7e2d0b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index db29acf68ba3a4af7391db654b57ae3119aa1f96..3e26164310b5014e5f6bbe2dd02f3bd2bd8236ff 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b4c64f6efb9b6b7cc3464f4726d417a57fb3bdb0..8b1eebc57b4552e7eb89f0f9967a50fa454ef103 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 552e887a86764e127fe7e7d43d9888e29ff830fc..82a6cbc2b453b145d004daeea454f4d3257cb15a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index bc5750d5fe62e273fe8c304f588a55b136b9dbd1..8b6f2e8ef4b8445be23277afc0b647dccf8316f5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0453195e1b20d9390ec23931bd3598cf2e129e13..5195d845c20fdbdf7bf77bba1eb700d99941d7ec 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 816d11fa87a10c8cd9f41d81dce2499dc25b40e7..b82fc1ce9fbdc25810db89fecc20b6b6d2b1f9f1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 828f493a1fa11e49d2577c03840395d69dacb861..eb47e8e1578f5e3c37c905c2f3b153758796119b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 10585712cdd5077a9a039c088ea3990afa1320bd..7a7d7e6d4c80aff427dadfa28e789906a77fdbc1 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4e01ce8555bbb794eb72d466ccb6b2aa9209f310..80872a565db50895741d95bc08c3c2c2ab618fbf 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6663631941e056d340e67d869e8eb6477c2adc9a..1caadecb3ee74eef14979a74773dd60786c10816 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ab2920e2946ba13d709cf3d0bc788971db1087a..e75af53e4e4d69d0914200a63c252fcbdef5f81b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 7aa35703d2ff52d205b91ee7b5ea153d45f994c4..e1e2c851dd08edb13929cfec1db3b8644426d1bd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3bd1d5990effc6460e36784af0df97b7194c012e..0cb75c98b2bd229ed6a7bd16aa397eecd784398b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 36a96c358498b470afe05a9f153a6367ba630385..bdbc15a63e50f49b7f0bf8cd90f1e281c4da1b21 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 4385597156bcd7055e9864b996720f3bc9d344a1..6cd9854567800966811cf1436321e36f01ffbe9c 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 0a04263117c35e2a72705c77dab740a68972dc9d..3f8d482ed7f8d2cc4be7f607af4ba760f14d2b27 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5c77355474b83d6548c6441e00d05ce3a7c08ccd..ae655244113222a5785cbc1e73bc5b4fce89d860 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cd7f40e7337376aa81b9cc23d3236c650cb2b16d..09074b9f53727b921b26cff9b5f77473ad9b5cb6 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index a711bf9ad23b5f6f4d9c4263e8b08ee9d6dc7ba8..4329871dfb2995a9b49eba31e152a55b544caead 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 881ff5775d0497f41cbcbf54818e3ae6c31986fb..65c30ce048228b81fb01dac7d3e87f240089469b 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9e4cf81812a3488ceeb03d3cd8dde6a12ece6dfc..5917178979b4e2621dc31bad5886d126c2877c5a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 174fb7ec8bc0f4151e414bbcad84e9ada061bf77..4df0390e399b8da0ce9be4206842cb28616b3f03 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3ee01eda0036845fc6055d3952d1fbcf62ecb0e6..80c6bb696f7d55b1a1a459c37c196ed0df94dda5 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index df2cd699bc646726e2b00f1001f2fa20aaa39e60..fb9cb71b25fefa01fe32ed5262cf21a5d0bd2b18 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 71ba3f86bbd16bb3fe8cf0dec38ca3fef04f2947..676766b57dee9bc8f4285e23e599f088426516cf 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 900f3acc2c776e7a8a3d13936ae8594b57795347..58e4982977776b4b87ed2ece562993dff3252748 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ba764822ebd6dc704006aacf4c157ed988633480..362154e15af1f57227a284f8f7342c4a9f78c895 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ff794b2f221d2435bfa1092e4ce67068b8c72770..d09a762bdd7899b11cfc20242a48fef38aaace72 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3d08a282b8ff552f0e3948d08a6de72002e46ae9..78272d0fbab774e280d76e6bb607d4761335d4cd 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f9a1b0fec4a2b2e6be9402b88e3c5572a71d9799..9cac2995026ae3abacc72e9337ab54cbc1c6361b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 157e6d1a4d3f562f77511b7af6aaf39fda539504..e7579cd4c7eafe46e9dd0f0d06f5db7416b2eca4 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 770275aecd7f5cc4c9bf4cd3808d31b29001d6d3..7711d011bda415565328cebdaad6377b209a02c2 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index cf019ddfe759ab10598b6efb1e1535775a67c63b..d2451851d04a03984615e8bd593fcc1d7d6043f0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 218e75d88f027ab94e092964c08967979f5350a1..e3388114d1ae235f2b48a251e270727938d0e189 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4e785af37256c40341ba93c64808fd8a64f26ae..197eecafea2c33f7095b4dc01a9744244da7256a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 14e4be4cd1fc1756e40a902a275aa320fb9a9eb2..db481b6518fba8f0aede2ed0d418a7693da900af 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 269ea29fc53ebe125e5053ddcfe0a6bda51eea0b..f4589dc74085ee3e8a86c6ffe78922db6399fe0b 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 6a530d4d323742e95b5706ce49926a81f9c25bd4..6d101c477c30ed95c0b5089b735d3adb01b2193e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index d31f640f1d90a475ab66b9cc26461492146e841f..5bf6fe92ca40dd32622d7cb73b9895eba1a300ba 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index fd93ce116d68ab5bd85dae1bc7ae1a2f1c466901..10a830f5f8635763ae6ceeb3573fbe5f8891ef5e 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b6e76c8e01fcbf0ccb0b8c74b0fe5ed30da01c76..224beaaaf878d8e0ec7f7f54582afd36b331821b 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index f4c617e1b691aa2399f51eb6d8c55cc248f021ee..62421628ea014bbae01d849dcad43b3e49d6141d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 3c4e3cdba0eff0ebcb603bab5a6ea62b17eed6e1..3672b12a0e5ec8b07552be1d550f4fb5f0e300ed 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index b3731a516d817b093eaf1718df4397cf3b19e89f..06c9e4c1e992bc26134ebc78b599249b9f6f5c02 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 1d3c837036bb147d0bf802c719cd4e299ad9d0d4..d2b84095deaf9dff621cc4c5c8f36d3a5af99e01 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 64f1078d1e7e5531fc4fe34d453f8e4f74740649..7aabf00dede0423a785a093bd805b3f7ae71d939 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2008  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ee5cb65d4805c3f3aa85c2cfdbbca50a7792ce87..17e36c0b77937141134b559b22aabd5287432e9d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 9ebdde9ccc8b2b5acb52df497ddf0071316dde40..29dbba73d59b0bf8dee4da569dbfe5bd3d200e38 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 16353a526171e572f78664182e0d3a2e30359789..74beeab629b733f44138845b8ec1074b8ea31c07 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 644b68e89d203da98d779880615c3bde48f2dc6e..75373c24d91dc3239ceca44838eacaa84a25a219 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index ac1c4a056fdce0bf8e8dffb4734011dfdce97f26..6d2f5bc2b15dd4aa4bb9d3766dfc4784b45ff0b0 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5a9a9eeb5eb08376c581d05d49e0e15f86eb733e..79e2166cdb91f2a91128866400cd4029959e372a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 8128034d5efca74aec8ce6392690d4b5d2304e4d..2f571905d2ee87c01b083329a2513762df64d91d 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 66c5520c4310ee55d2dd771b65cc8714473aac83..d91594950133a8ad63c0423acfa2ee3598ad7572 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 5ceae2ca9d447ae18d2f2454794882d341588b10..d1c127b58943c951827057a79e1604316ecc86b2 100644 (file)
@@ -1,7 +1,7 @@
 # encoding: utf-8
 #
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 72ebbb7dcbf16296b0e2e920b66b93730ea58c6d..85aa4bd4a4c0952c28082677d0d8d47466f76c18 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
index 54381b81f13e9b715c1dfb070843849d4ac916c3..8335c5aad2ea3ba32beab3f23c65510636cce69a 100644 (file)
@@ -1,5 +1,5 @@
 # Redmine - project management software
-# Copyright (C) 2006-2015  Jean-Philippe Lang
+# Copyright (C) 2006-2016  Jean-Philippe Lang
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License