From 04645bc36d1dab0de19886845589b4a9271c098f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Fri, 5 Jan 2024 14:04:46 +0100 Subject: [PATCH] Get rid of changing years in file headers --- .github/workflows/rubyonrails.yml | 2 +- .rubocop.yml | 2 +- Gemfile | 4 +--- README.md | 2 +- after_init.rb | 4 +--- app/controllers/dmsf_context_menus_controller.rb | 2 +- app/controllers/dmsf_controller.rb | 4 +--- app/controllers/dmsf_files_controller.rb | 3 +-- app/controllers/dmsf_folder_permissions_controller.rb | 2 +- app/controllers/dmsf_links_controller.rb | 2 +- app/controllers/dmsf_public_urls_controller.rb | 2 +- app/controllers/dmsf_state_controller.rb | 3 +-- app/controllers/dmsf_upload_controller.rb | 3 +-- app/controllers/dmsf_workflows_controller.rb | 2 +- app/helpers/dmsf_files_helper.rb | 2 +- app/helpers/dmsf_folder_permissions_helper.rb | 3 +-- app/helpers/dmsf_helper.rb | 3 +-- app/helpers/dmsf_links_helper.rb | 2 +- app/helpers/dmsf_queries_helper.rb | 4 +--- app/helpers/dmsf_upload_helper.rb | 2 +- app/helpers/dmsf_workflows_helper.rb | 2 +- app/models/application_record.rb | 2 +- app/models/dmsf_file.rb | 3 +-- app/models/dmsf_file_revision.rb | 3 +-- app/models/dmsf_file_revision_access.rb | 3 +-- app/models/dmsf_file_revision_access_query.rb | 2 +- app/models/dmsf_file_revision_custom_field.rb | 3 +-- app/models/dmsf_folder.rb | 3 +-- app/models/dmsf_folder_permission.rb | 2 +- app/models/dmsf_link.rb | 2 +- app/models/dmsf_lock.rb | 4 +--- app/models/dmsf_mailer.rb | 3 +-- app/models/dmsf_public_url.rb | 2 +- app/models/dmsf_query.rb | 2 +- app/models/dmsf_query_modified_column.rb | 2 +- app/models/dmsf_query_title_column.rb | 2 +- app/models/dmsf_query_version_column.rb | 2 +- app/models/dmsf_upload.rb | 4 +--- app/models/dmsf_workflow.rb | 2 +- app/models/dmsf_workflow_step.rb | 2 +- app/models/dmsf_workflow_step_action.rb | 2 +- app/models/dmsf_workflow_step_assignment.rb | 2 +- app/models/easy_page_module.rb | 2 +- app/models/epm_dmsf_locked_documents.rb | 2 +- app/models/epm_dmsf_open_approvals.rb | 2 +- app/models/epm_dmsf_watched_documents.rb | 2 +- app/validators/dmsf_file_name_validator.rb | 3 +-- app/validators/dmsf_folder_parent_validator.rb | 2 +- app/validators/dmsf_max_file_size_validator.rb | 3 +-- app/validators/dmsf_url_validator.rb | 3 +-- app/validators/dmsf_workflow_name_validator.rb | 3 +-- app/views/dmsf/_add_email.html.erb | 2 +- app/views/dmsf/_custom_fields.html.erb | 4 +--- app/views/dmsf/_description.html.erb | 2 +- app/views/dmsf/_main.html.erb | 4 +--- app/views/dmsf/_path.html.erb | 2 +- app/views/dmsf/_query_list.html.erb | 2 +- app/views/dmsf/_query_rows.erb | 2 +- app/views/dmsf/_sidebar.html.erb | 4 +--- app/views/dmsf/add_email.js.erb | 2 +- app/views/dmsf/append_email.js.erb | 2 +- app/views/dmsf/autocomplete_for_user.js.erb | 2 +- app/views/dmsf/copymove.html.erb | 4 +--- app/views/dmsf/drop.js.erb | 2 +- app/views/dmsf/edit.html.erb | 4 +--- app/views/dmsf/edit_root.html.erb | 4 +--- app/views/dmsf/email_entries.html.erb | 4 +--- app/views/dmsf/index.html.erb | 4 +--- app/views/dmsf/query_rows.js.erb | 4 +--- app/views/dmsf/show.html.erb | 4 +--- app/views/dmsf/trash.html.erb | 2 +- app/views/dmsf_context_menus/_approval_workflow.html.erb | 2 +- app/views/dmsf_context_menus/_file.html.erb | 2 +- app/views/dmsf_context_menus/_file_trash.html.erb | 2 +- app/views/dmsf_context_menus/_folder.html.erb | 2 +- app/views/dmsf_context_menus/_folder_trash.html.erb | 2 +- app/views/dmsf_context_menus/_main.html.erb | 2 +- app/views/dmsf_context_menus/_multiple.html.erb | 2 +- app/views/dmsf_context_menus/_multiple_trash.html.erb | 2 +- app/views/dmsf_context_menus/_project.html.erb | 2 +- app/views/dmsf_context_menus/_revision_actions.html.erb | 2 +- app/views/dmsf_context_menus/_revisions.html.erb | 2 +- app/views/dmsf_context_menus/_url.html.erb | 2 +- app/views/dmsf_context_menus/_watch.html.erb | 2 +- app/views/dmsf_context_menus/dmsf.html.erb | 2 +- app/views/dmsf_context_menus/trash.html.erb | 2 +- app/views/dmsf_files/_file_new_revision.html.erb | 4 +--- app/views/dmsf_files/_link.html.erb | 2 +- app/views/dmsf_files/_links.html.erb | 2 +- app/views/dmsf_files/_revision_access.html.erb | 4 +--- app/views/dmsf_files/_thumbnails.html.erb | 2 +- app/views/dmsf_files/_version_selector.html.erb | 4 +--- app/views/dmsf_files/show.html.erb | 4 +--- app/views/dmsf_folder_permissions/_new.html.erb | 2 +- app/views/dmsf_folder_permissions/append.js.erb | 2 +- .../dmsf_folder_permissions/autocomplete_for_user.js.erb | 2 +- app/views/dmsf_folder_permissions/new.js.erb | 2 +- app/views/dmsf_links/_form.html.erb | 2 +- app/views/dmsf_links/autocomplete_for_folder.js.erb | 2 +- app/views/dmsf_links/autocomplete_for_project.js.erb | 2 +- app/views/dmsf_links/create.js.erb | 2 +- app/views/dmsf_links/new.html.erb | 2 +- app/views/dmsf_links/new.js.erb | 2 +- app/views/dmsf_mailer/files_deleted.html.erb | 4 +--- app/views/dmsf_mailer/files_deleted.text.erb | 4 +--- app/views/dmsf_mailer/files_downloaded.html.erb | 2 +- app/views/dmsf_mailer/files_downloaded.text.erb | 2 +- app/views/dmsf_mailer/files_updated.html.erb | 4 +--- app/views/dmsf_mailer/files_updated.text.erb | 4 +--- app/views/dmsf_mailer/send_documents.html.erb | 4 +--- app/views/dmsf_mailer/send_documents.text.erb | 4 +--- app/views/dmsf_mailer/workflow_notification.html.erb | 2 +- app/views/dmsf_mailer/workflow_notification.text.erb | 2 +- app/views/dmsf_public_urls/_new.html.erb | 2 +- app/views/dmsf_state/_user_pref.html.erb | 4 +--- app/views/dmsf_upload/_form.html.erb | 2 +- app/views/dmsf_upload/_upload_file.html.erb | 4 +--- app/views/dmsf_upload/_upload_file_locked.html.erb | 4 +--- app/views/dmsf_upload/delete_dmsf_attachment.js.erb | 2 +- app/views/dmsf_upload/delete_dmsf_link_attachment.js.erb | 2 +- app/views/dmsf_upload/multi_upload.html.erb | 2 +- app/views/dmsf_upload/upload.js.erb | 2 +- app/views/dmsf_upload/upload_file.html.erb | 4 +--- app/views/dmsf_upload/upload_files.html.erb | 4 +--- app/views/dmsf_workflows/_action.html.erb | 2 +- .../dmsf_workflows/_approval_workflow_button.html.erb | 2 +- app/views/dmsf_workflows/_assign.html.erb | 2 +- app/views/dmsf_workflows/_log.html.erb | 2 +- app/views/dmsf_workflows/_main.html.erb | 2 +- app/views/dmsf_workflows/_new_step_modal.html.erb | 2 +- app/views/dmsf_workflows/_steps.html.erb | 2 +- app/views/dmsf_workflows/action.js.erb | 2 +- app/views/dmsf_workflows/add_step.html.erb | 2 +- app/views/dmsf_workflows/assign.js.erb | 2 +- app/views/dmsf_workflows/assignment.js.erb | 2 +- app/views/dmsf_workflows/autocomplete_for_user.js.erb | 2 +- app/views/dmsf_workflows/index.html.erb | 2 +- app/views/dmsf_workflows/log.html.erb | 2 +- app/views/dmsf_workflows/log.js.erb | 2 +- app/views/dmsf_workflows/new.html.erb | 2 +- app/views/dmsf_workflows/new_step.js.erb | 2 +- app/views/dmsf_workflows/remove_step.html.erb | 2 +- app/views/dmsf_workflows/reorder_steps.html.erb | 2 +- app/views/dmsf_workflows/reorder_steps.js.erb | 2 +- app/views/dmsf_workflows/show.html.erb | 2 +- .../easy_dms/_dmsf_locked_documents_edit.html.erb | 2 +- .../easy_dms/_dmsf_locked_documents_show.html.erb | 2 +- .../easy_dms/_dmsf_open_approvals_edit.html.erb | 2 +- .../easy_dms/_dmsf_open_approvals_show.html.erb | 2 +- .../easy_dms/_dmsf_watched_documents_edit.html.erb | 2 +- .../easy_dms/_dmsf_watched_documents_show.html.erb | 2 +- app/views/hooks/redmine_dmsf/_view_my_account.html.erb | 4 +--- app/views/hooks/redmine_dmsf/_view_projects_form.html.erb | 4 +--- app/views/my/blocks/_locked_documents.html.erb | 2 +- app/views/my/blocks/_open_approvals.html.erb | 2 +- app/views/my/blocks/_watched_documents.html.erb | 2 +- app/views/search/_container.html.erb | 2 +- app/views/settings/_dmsf_columns.html.erb | 2 +- app/views/settings/_dmsf_settings.html.erb | 4 +--- assets/javascripts/attachments_dmsf.js | 2 +- assets/javascripts/dmsf_button.js | 2 +- assets/javascripts/lang/dmsf_button-en.js | 2 +- assets/javascripts/redmine_dmsf.js | 2 +- assets/stylesheets/dmsf_help.css | 3 +-- assets/stylesheets/easy_extensions.css | 3 +-- assets/stylesheets/redmine_dmsf.css | 3 +-- config/locales/cs.yml | 3 +-- config/locales/de.yml | 4 +--- config/locales/en.yml | 4 +--- config/locales/es.yml | 4 +--- config/locales/fa.yml | 4 +--- config/locales/fr.yml | 7 +++---- config/locales/hu.yml | 2 +- config/locales/it.yml | 4 +--- config/locales/ja.yml | 3 +-- config/locales/ko.yml | 4 +--- config/locales/nl.yml | 4 +--- config/locales/pl.yml | 4 +--- config/locales/pt-BR.yml | 4 +--- config/locales/sl.yml | 3 +-- config/locales/uk.yml | 4 +--- config/locales/zh-TW.yml | 4 +--- config/locales/zh.yml | 3 +-- config/routes.rb | 4 +--- db/migrate/01_create_hierarchy.rb | 3 +-- db/migrate/02_dmsf_normalization.rb | 3 +-- db/migrate/03_dmsf_0_8_0.rb | 3 +-- db/migrate/04_dmsf_0_9_0.rb | 3 +-- db/migrate/05_dmsf_0_9_0_1.rb | 3 +-- db/migrate/06_dmsf_1_2_0.rb | 3 +-- db/migrate/07_dmsf_1_4_4.rb | 3 +-- db/migrate/20120822100401_create_dmsf_workflows.rb | 4 ++-- db/migrate/20120822100402_create_dmsf_workflow_steps.rb | 2 +- ...20120822100403_create_dmsf_workflow_step_assignments.rb | 2 +- .../20120822100404_create_dmsf_workflow_step_actions.rb | 2 +- db/migrate/20130819013955_update_projects.rb | 2 +- db/migrate/20131108141401_add_index_to_dmsf_files.rb | 2 +- db/migrate/20131108141402_add_index_to_dmsf_folders.rb | 2 +- .../20131113141401_add_index_to_dmsf_file_revision.rb | 2 +- db/migrate/20131113141402_add_index_to_dmsf_lock.rb | 2 +- db/migrate/20131113141403_create_dmsf_links.rb | 2 +- db/migrate/20140314132501_notifications_on.rb | 2 +- db/migrate/20140519133201_trash_bin.rb | 2 +- db/migrate/20141013102501_remove_project_from_revision.rb | 2 +- db/migrate/20141015132701_remove_folder_from_revision.rb | 2 +- db/migrate/20141205143001_remove_uniqueness_from_wf.rb | 2 +- db/migrate/20150120152101_notifications_nullable.rb | 2 +- db/migrate/20150130052716_add_external.rb | 2 +- db/migrate/20150202010301_add_user_to_links.rb | 2 +- db/migrate/20150910153701_title_not_null.rb | 2 +- db/migrate/20151020141801_large_files.rb | 2 +- db/migrate/20151209100001_title_format.rb | 2 +- db/migrate/20160215125801_approval_workflow_status.rb | 2 +- db/migrate/20160217133001_status_deleted.rb | 2 +- db/migrate/20160222140401_approval_workflow_std_fields.rb | 2 +- db/migrate/20160421150501_add_digest_to_revision.rb | 2 +- db/migrate/20161223133200_create_dmsf_public_urls.rb | 2 +- .../20170103164701_add_name_to_appoval_workflow_step.rb | 2 +- db/migrate/20170118142001_dmsf_file_container.rb | 2 +- db/migrate/20170204214753_add_revision_to_dmsf_lock.rb | 3 +-- ...14153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb | 3 +-- ...0217141601_add_dmsf_not_inheritable_to_custom_fields.rb | 2 +- db/migrate/20170323131231_dmsf_description_limit.rb | 2 +- .../20170330131901_create_dmsf_folder_permissions.rb | 2 +- db/migrate/20170421101901_dmsf_file_container_rollback.rb | 2 +- db/migrate/20170422104901_migrate_documents.rb | 2 +- db/migrate/20170526144701_dmsf_attachable.rb | 2 +- .../20171027124101_change_revision_digest_limit_to_64.rb | 2 +- db/migrate/20171110155901_add_index_to_dmsf_folder.rb | 2 +- db/migrate/20180216152501_rename_title_format.rb | 2 +- db/migrate/20180903132101_fast_links.rb | 2 +- db/migrate/20192703123101_workflow_started_by.rb | 2 +- ...8142414_add_index_on_dmsf_file_revision_id_to_access.rb | 2 +- db/migrate/20200423071301_add_indexes_on_dmsf_folder_id.rb | 2 +- db/migrate/20200813075501_change_index_in_dmsf_locks.rb | 2 +- db/migrate/20210115120901_add_owner_to_dmsf_lock.rb | 2 +- db/migrate/20220317100901_add_patch_version.rb | 2 +- .../20220906151100_add_projects_default_dmsf_query_id.rb | 2 +- db/migrate/20230105082201_null_minor_version.rb | 2 +- .../20230426130301_add_uniqness_to_step_assignments.rb | 2 +- extra/api/api_client.rb | 2 +- extra/api/api_client.sh | 2 +- extra/xapian_indexer.rb | 3 +-- init.rb | 4 +--- lib/dav4rack.rb | 4 +--- lib/redmine_dmsf.rb | 4 +--- lib/redmine_dmsf/dmsf_zip.rb | 3 +-- lib/redmine_dmsf/errors/dmsf_access_error.rb | 3 +-- lib/redmine_dmsf/errors/dmsf_email_max_file_size_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_lock_error.rb | 3 +-- lib/redmine_dmsf/errors/dmsf_parent_error.rb | 3 +-- lib/redmine_dmsf/errors/dmsf_zip_max_files_error.rb | 2 +- .../field_formats/dmsf_file_revision_format.rb | 3 +-- .../hooks/controllers/issues_controller_hooks.rb | 2 +- .../hooks/controllers/search_controller_hooks.rb | 2 +- lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb | 2 +- lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb | 2 +- lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/base_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/custom_field_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/issue_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/my_account_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/search_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb | 2 +- lib/redmine_dmsf/lockable.rb | 4 +--- lib/redmine_dmsf/macros.rb | 2 +- lib/redmine_dmsf/patches/access_control_patch.rb | 2 +- lib/redmine_dmsf/patches/application_helper_patch.rb | 2 +- lib/redmine_dmsf/patches/attachable_patch.rb | 2 +- lib/redmine_dmsf/patches/easy_crm_case_patch.rb | 2 +- .../patches/easy_crm_cases_controller_patch.rb | 2 +- lib/redmine_dmsf/patches/formatting_helper_patch.rb | 2 +- lib/redmine_dmsf/patches/issue_patch.rb | 2 +- lib/redmine_dmsf/patches/notifiable_patch.rb | 2 +- lib/redmine_dmsf/patches/notifiable_ru_patch.rb | 2 +- lib/redmine_dmsf/patches/pdf_patch.rb | 2 +- lib/redmine_dmsf/patches/project_patch.rb | 4 +--- lib/redmine_dmsf/patches/projects_helper_patch.rb | 4 +--- lib/redmine_dmsf/patches/queries_controller_patch.rb | 2 +- lib/redmine_dmsf/patches/role_patch.rb | 2 +- lib/redmine_dmsf/patches/search_controller_patch.rb | 2 +- lib/redmine_dmsf/patches/search_patch.rb | 2 +- lib/redmine_dmsf/patches/user_patch.rb | 2 +- lib/redmine_dmsf/patches/user_preference_patch.rb | 2 +- .../patches/xapian_easy_search_helper_patch.rb | 2 +- lib/redmine_dmsf/plugin.rb | 3 +-- lib/redmine_dmsf/preview.rb | 3 +-- lib/redmine_dmsf/webdav/base_resource.rb | 3 +-- lib/redmine_dmsf/webdav/custom_middleware.rb | 2 +- lib/redmine_dmsf/webdav/dmsf_controller.rb | 3 +-- lib/redmine_dmsf/webdav/dmsf_resource.rb | 3 +-- lib/redmine_dmsf/webdav/index_resource.rb | 3 +-- lib/redmine_dmsf/webdav/project_resource.rb | 3 +-- lib/redmine_dmsf/webdav/resource_proxy.rb | 3 +-- lib/tasks/dmsf_alert_approvals.rake | 2 +- lib/tasks/dmsf_convert_documents.rake | 3 +-- lib/tasks/dmsf_create_digests.rake | 2 +- lib/tasks/dmsf_maintenance.rake | 2 +- lib/tasks/dmsf_webdav_test.rake | 2 +- lib/xapian_easy_search/base_mapper.rb | 4 +--- lib/xapian_easy_search/dmsf_file_mapper.rb | 4 +--- lib/xapian_easy_search/dmsf_folder_mapper.rb | 4 +--- test/fixtures/custom_fields.yml | 2 +- test/fixtures/custom_values.yml | 2 +- test/functional/dmsf_context_menus_controller_test.rb | 2 +- test/functional/dmsf_controller_test.rb | 2 +- test/functional/dmsf_folder_permissions_controller_test.rb | 2 +- test/functional/dmsf_links_controller_test.rb | 2 +- test/functional/dmsf_public_urls_controller_test.rb | 2 +- test/functional/dmsf_state_controller_test.rb | 2 +- test/functional/dmsf_workflow_controller_test.rb | 2 +- test/functional/issues_controller_test.rb | 2 +- test/functional/my_controller_test.rb | 2 +- test/functional/projects_controller_test.rb | 2 +- test/helper_test.rb | 4 +--- test/helpers/dmsf_helper_test.rb | 2 +- test/helpers/dmsf_links_helper_test.rb | 2 +- test/helpers/dmsf_queries_helper_test.rb | 2 +- test/integration/rest_api/dmsf_api_test.rb | 2 +- test/integration/rest_api/dmsf_file_api_test.rb | 2 +- test/integration/rest_api/dmsf_folder_api_test.rb | 2 +- test/integration/rest_api/dmsf_link_api_test.rb | 2 +- .../webdav/dmsf_webdav_custom_middleware_test.rb | 2 +- test/integration/webdav/dmsf_webdav_delete_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_get_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_head_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_lock_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_mkcol_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_move_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_options_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_post_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_propfind_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_put_test.rb | 3 +-- test/integration/webdav/dmsf_webdav_unlock_test.rb | 3 +-- test/integration_test.rb | 4 +--- test/test_case.rb | 4 +--- test/test_helper.rb | 4 +--- test/unit/custom_field_dmsf_file_format_test.rb | 2 +- test/unit/dmsf_file_revision_test.rb | 2 +- test/unit/dmsf_file_test.rb | 3 +-- test/unit/dmsf_folder_permission_test.rb | 2 +- test/unit/dmsf_folder_test.rb | 3 +-- test/unit/dmsf_link_test.rb | 2 +- test/unit/dmsf_lock_test.rb | 3 +-- test/unit/dmsf_mailer_test.rb | 2 +- test/unit/dmsf_public_url_test.rb | 2 +- test/unit/dmsf_query_test.rb | 3 +-- test/unit/dmsf_upload_test.rb | 2 +- test/unit/dmsf_workflow_step_action_test.rb | 2 +- test/unit/dmsf_workflow_step_assignment_test.rb | 2 +- test/unit/dmsf_workflow_step_test.rb | 2 +- test/unit/dmsf_workflow_test.rb | 2 +- test/unit/issue_patch_test.rb | 2 +- test/unit/lib/acccess_control_patch_test.rb | 2 +- test/unit/lib/attachable_patch_test.rb | 2 +- test/unit/lib/redmine_dmsf/dmsf_macros_test.rb | 2 +- test/unit/lib/redmine_dmsf/dmsf_plugin_test.rb | 2 +- test/unit/lib/search_patch_test.rb | 2 +- test/unit/project_patch_test.rb | 2 +- test/unit/user_patch_test.rb | 2 +- test/unit/user_preference_patch_test.rb | 2 +- test/unit_test.rb | 4 +--- 363 files changed, 366 insertions(+), 548 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index 250f572c..10a58121 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/.rubocop.yml b/.rubocop.yml index b7a50872..5bdfa537 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2019-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/Gemfile b/Gemfile index 02283b75..b0ee5bb0 100644 --- a/Gemfile +++ b/Gemfile @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/README.md b/README.md index fe8638da..25162e69 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Features Dependencies ------------ - * Redmine 5..0 or higher + * Redmine 5.0 or higher ### Full-text search (optional) diff --git a/after_init.rb b/after_init.rb index 7a9e5254..659c169b 100644 --- a/after_init.rb +++ b/after_init.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_context_menus_controller.rb b/app/controllers/dmsf_context_menus_controller.rb index 8e4489ab..49c8e356 100644 --- a/app/controllers/dmsf_context_menus_controller.rb +++ b/app/controllers/dmsf_context_menus_controller.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_controller.rb b/app/controllers/dmsf_controller.rb index ba48fc89..ab9df95f 100644 --- a/app/controllers/dmsf_controller.rb +++ b/app/controllers/dmsf_controller.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_files_controller.rb b/app/controllers/dmsf_files_controller.rb index 057c264b..9c5540c8 100644 --- a/app/controllers/dmsf_files_controller.rb +++ b/app/controllers/dmsf_files_controller.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_folder_permissions_controller.rb b/app/controllers/dmsf_folder_permissions_controller.rb index 9d31347b..9bf9d20b 100644 --- a/app/controllers/dmsf_folder_permissions_controller.rb +++ b/app/controllers/dmsf_folder_permissions_controller.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_links_controller.rb b/app/controllers/dmsf_links_controller.rb index c8d2847b..6cebd699 100644 --- a/app/controllers/dmsf_links_controller.rb +++ b/app/controllers/dmsf_links_controller.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_public_urls_controller.rb b/app/controllers/dmsf_public_urls_controller.rb index 416508fa..6879a712 100644 --- a/app/controllers/dmsf_public_urls_controller.rb +++ b/app/controllers/dmsf_public_urls_controller.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_state_controller.rb b/app/controllers/dmsf_state_controller.rb index e41d4019..51f239ec 100644 --- a/app/controllers/dmsf_state_controller.rb +++ b/app/controllers/dmsf_state_controller.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_upload_controller.rb b/app/controllers/dmsf_upload_controller.rb index c4df39f2..13ad854a 100644 --- a/app/controllers/dmsf_upload_controller.rb +++ b/app/controllers/dmsf_upload_controller.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/controllers/dmsf_workflows_controller.rb b/app/controllers/dmsf_workflows_controller.rb index d14447eb..6a9d6d4d 100644 --- a/app/controllers/dmsf_workflows_controller.rb +++ b/app/controllers/dmsf_workflows_controller.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_files_helper.rb b/app/helpers/dmsf_files_helper.rb index 63a9a0d5..ea93a124 100644 --- a/app/helpers/dmsf_files_helper.rb +++ b/app/helpers/dmsf_files_helper.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_folder_permissions_helper.rb b/app/helpers/dmsf_folder_permissions_helper.rb index 82a2f052..b708df09 100644 --- a/app/helpers/dmsf_folder_permissions_helper.rb +++ b/app/helpers/dmsf_folder_permissions_helper.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_helper.rb b/app/helpers/dmsf_helper.rb index 8b2e30d1..207a7dc4 100644 --- a/app/helpers/dmsf_helper.rb +++ b/app/helpers/dmsf_helper.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_links_helper.rb b/app/helpers/dmsf_links_helper.rb index 2cef3da6..032669e6 100644 --- a/app/helpers/dmsf_links_helper.rb +++ b/app/helpers/dmsf_links_helper.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_queries_helper.rb b/app/helpers/dmsf_queries_helper.rb index 3275b911..e9f4a6f3 100644 --- a/app/helpers/dmsf_queries_helper.rb +++ b/app/helpers/dmsf_queries_helper.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_upload_helper.rb b/app/helpers/dmsf_upload_helper.rb index bfa3e650..8ac8474c 100644 --- a/app/helpers/dmsf_upload_helper.rb +++ b/app/helpers/dmsf_upload_helper.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/helpers/dmsf_workflows_helper.rb b/app/helpers/dmsf_workflows_helper.rb index 8aa0da62..f4830a46 100644 --- a/app/helpers/dmsf_workflows_helper.rb +++ b/app/helpers/dmsf_workflows_helper.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/application_record.rb b/app/models/application_record.rb index 80e810ed..135a3085 100644 --- a/app/models/application_record.rb +++ b/app/models/application_record.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_file.rb b/app/models/dmsf_file.rb index b80eb0e9..1faab4dd 100644 --- a/app/models/dmsf_file.rb +++ b/app/models/dmsf_file.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_file_revision.rb b/app/models/dmsf_file_revision.rb index eb6f356f..3058858c 100644 --- a/app/models/dmsf_file_revision.rb +++ b/app/models/dmsf_file_revision.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_file_revision_access.rb b/app/models/dmsf_file_revision_access.rb index 2a487f17..50c3d103 100644 --- a/app/models/dmsf_file_revision_access.rb +++ b/app/models/dmsf_file_revision_access.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_file_revision_access_query.rb b/app/models/dmsf_file_revision_access_query.rb index 8d2a9a55..3302667d 100644 --- a/app/models/dmsf_file_revision_access_query.rb +++ b/app/models/dmsf_file_revision_access_query.rb @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_file_revision_custom_field.rb b/app/models/dmsf_file_revision_custom_field.rb index cd7019ab..325ba5b1 100644 --- a/app/models/dmsf_file_revision_custom_field.rb +++ b/app/models/dmsf_file_revision_custom_field.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_folder.rb b/app/models/dmsf_folder.rb index 37655a95..6e1db433 100644 --- a/app/models/dmsf_folder.rb +++ b/app/models/dmsf_folder.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_folder_permission.rb b/app/models/dmsf_folder_permission.rb index f4442281..f821047a 100644 --- a/app/models/dmsf_folder_permission.rb +++ b/app/models/dmsf_folder_permission.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_link.rb b/app/models/dmsf_link.rb index 0d7d39be..888da6b2 100644 --- a/app/models/dmsf_link.rb +++ b/app/models/dmsf_link.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_lock.rb b/app/models/dmsf_lock.rb index 5c2354d1..31b2e13e 100644 --- a/app/models/dmsf_lock.rb +++ b/app/models/dmsf_lock.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_mailer.rb b/app/models/dmsf_mailer.rb index 044c3f80..1abf8883 100644 --- a/app/models/dmsf_mailer.rb +++ b/app/models/dmsf_mailer.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_public_url.rb b/app/models/dmsf_public_url.rb index 8b4db5ac..0e693ab2 100644 --- a/app/models/dmsf_public_url.rb +++ b/app/models/dmsf_public_url.rb @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_query.rb b/app/models/dmsf_query.rb index 4c2de446..8f13d5e9 100644 --- a/app/models/dmsf_query.rb +++ b/app/models/dmsf_query.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_query_modified_column.rb b/app/models/dmsf_query_modified_column.rb index fbd387a8..f713f85f 100644 --- a/app/models/dmsf_query_modified_column.rb +++ b/app/models/dmsf_query_modified_column.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_query_title_column.rb b/app/models/dmsf_query_title_column.rb index c0b6d188..a027db3a 100644 --- a/app/models/dmsf_query_title_column.rb +++ b/app/models/dmsf_query_title_column.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_query_version_column.rb b/app/models/dmsf_query_version_column.rb index c305823c..4c040f85 100644 --- a/app/models/dmsf_query_version_column.rb +++ b/app/models/dmsf_query_version_column.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_upload.rb b/app/models/dmsf_upload.rb index 66ba061b..24050b65 100644 --- a/app/models/dmsf_upload.rb +++ b/app/models/dmsf_upload.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_workflow.rb b/app/models/dmsf_workflow.rb index 1d3726a3..d620f7fb 100644 --- a/app/models/dmsf_workflow.rb +++ b/app/models/dmsf_workflow.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_workflow_step.rb b/app/models/dmsf_workflow_step.rb index 18567d4f..6c4572a9 100644 --- a/app/models/dmsf_workflow_step.rb +++ b/app/models/dmsf_workflow_step.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_workflow_step_action.rb b/app/models/dmsf_workflow_step_action.rb index 9aad4c04..c50c7a92 100644 --- a/app/models/dmsf_workflow_step_action.rb +++ b/app/models/dmsf_workflow_step_action.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/dmsf_workflow_step_assignment.rb b/app/models/dmsf_workflow_step_assignment.rb index 7cf24055..8f9547f6 100644 --- a/app/models/dmsf_workflow_step_assignment.rb +++ b/app/models/dmsf_workflow_step_assignment.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/easy_page_module.rb b/app/models/easy_page_module.rb index c492a1f9..0dad1c3a 100644 --- a/app/models/easy_page_module.rb +++ b/app/models/easy_page_module.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/epm_dmsf_locked_documents.rb b/app/models/epm_dmsf_locked_documents.rb index 9adc281d..c12de86d 100644 --- a/app/models/epm_dmsf_locked_documents.rb +++ b/app/models/epm_dmsf_locked_documents.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/epm_dmsf_open_approvals.rb b/app/models/epm_dmsf_open_approvals.rb index 3b51b955..2a8e2402 100644 --- a/app/models/epm_dmsf_open_approvals.rb +++ b/app/models/epm_dmsf_open_approvals.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/models/epm_dmsf_watched_documents.rb b/app/models/epm_dmsf_watched_documents.rb index 71404e57..28dd85fb 100644 --- a/app/models/epm_dmsf_watched_documents.rb +++ b/app/models/epm_dmsf_watched_documents.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/validators/dmsf_file_name_validator.rb b/app/validators/dmsf_file_name_validator.rb index e28a0fed..25b9a49b 100644 --- a/app/validators/dmsf_file_name_validator.rb +++ b/app/validators/dmsf_file_name_validator.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/validators/dmsf_folder_parent_validator.rb b/app/validators/dmsf_folder_parent_validator.rb index e6c666cb..d1ce128e 100644 --- a/app/validators/dmsf_folder_parent_validator.rb +++ b/app/validators/dmsf_folder_parent_validator.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/validators/dmsf_max_file_size_validator.rb b/app/validators/dmsf_max_file_size_validator.rb index 5b96b64c..d1ed1eea 100644 --- a/app/validators/dmsf_max_file_size_validator.rb +++ b/app/validators/dmsf_max_file_size_validator.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/validators/dmsf_url_validator.rb b/app/validators/dmsf_url_validator.rb index 7a7c9d58..c2e87c30 100644 --- a/app/validators/dmsf_url_validator.rb +++ b/app/validators/dmsf_url_validator.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/validators/dmsf_workflow_name_validator.rb b/app/validators/dmsf_workflow_name_validator.rb index 57e0e5bb..6063ea15 100644 --- a/app/validators/dmsf_workflow_name_validator.rb +++ b/app/validators/dmsf_workflow_name_validator.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_add_email.html.erb b/app/views/dmsf/_add_email.html.erb index ed7d447c..1b697449 100644 --- a/app/views/dmsf/_add_email.html.erb +++ b/app/views/dmsf/_add_email.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_custom_fields.html.erb b/app/views/dmsf/_custom_fields.html.erb index 1e7c5c62..06e17da2 100644 --- a/app/views/dmsf/_custom_fields.html.erb +++ b/app/views/dmsf/_custom_fields.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_description.html.erb b/app/views/dmsf/_description.html.erb index c3748944..78325531 100644 --- a/app/views/dmsf/_description.html.erb +++ b/app/views/dmsf/_description.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_main.html.erb b/app/views/dmsf/_main.html.erb index d37c034a..1567d343 100644 --- a/app/views/dmsf/_main.html.erb +++ b/app/views/dmsf/_main.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_path.html.erb b/app/views/dmsf/_path.html.erb index eb7f49a8..82416d44 100644 --- a/app/views/dmsf/_path.html.erb +++ b/app/views/dmsf/_path.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_query_list.html.erb b/app/views/dmsf/_query_list.html.erb index 22e45870..94def65a 100644 --- a/app/views/dmsf/_query_list.html.erb +++ b/app/views/dmsf/_query_list.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_query_rows.erb b/app/views/dmsf/_query_rows.erb index ea552575..749982c9 100644 --- a/app/views/dmsf/_query_rows.erb +++ b/app/views/dmsf/_query_rows.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/_sidebar.html.erb b/app/views/dmsf/_sidebar.html.erb index aef64cc9..b9524537 100644 --- a/app/views/dmsf/_sidebar.html.erb +++ b/app/views/dmsf/_sidebar.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/add_email.js.erb b/app/views/dmsf/add_email.js.erb index fe522423..63a628e0 100644 --- a/app/views/dmsf/add_email.js.erb +++ b/app/views/dmsf/add_email.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/append_email.js.erb b/app/views/dmsf/append_email.js.erb index 184559a6..25c2e194 100644 --- a/app/views/dmsf/append_email.js.erb +++ b/app/views/dmsf/append_email.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/autocomplete_for_user.js.erb b/app/views/dmsf/autocomplete_for_user.js.erb index 41d0218e..510c021c 100644 --- a/app/views/dmsf/autocomplete_for_user.js.erb +++ b/app/views/dmsf/autocomplete_for_user.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/copymove.html.erb b/app/views/dmsf/copymove.html.erb index f9ff5c78..0c499d3f 100644 --- a/app/views/dmsf/copymove.html.erb +++ b/app/views/dmsf/copymove.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/drop.js.erb b/app/views/dmsf/drop.js.erb index 0571a415..ed3b3c0a 100644 --- a/app/views/dmsf/drop.js.erb +++ b/app/views/dmsf/drop.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/edit.html.erb b/app/views/dmsf/edit.html.erb index 6c314132..dd3693fa 100644 --- a/app/views/dmsf/edit.html.erb +++ b/app/views/dmsf/edit.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/edit_root.html.erb b/app/views/dmsf/edit_root.html.erb index 4a315e95..758edbe8 100644 --- a/app/views/dmsf/edit_root.html.erb +++ b/app/views/dmsf/edit_root.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/email_entries.html.erb b/app/views/dmsf/email_entries.html.erb index d447b215..83ddf496 100644 --- a/app/views/dmsf/email_entries.html.erb +++ b/app/views/dmsf/email_entries.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/index.html.erb b/app/views/dmsf/index.html.erb index e192df61..bc836711 100644 --- a/app/views/dmsf/index.html.erb +++ b/app/views/dmsf/index.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/query_rows.js.erb b/app/views/dmsf/query_rows.js.erb index 3968ff10..4dc8e675 100644 --- a/app/views/dmsf/query_rows.js.erb +++ b/app/views/dmsf/query_rows.js.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/show.html.erb b/app/views/dmsf/show.html.erb index e192df61..bc836711 100644 --- a/app/views/dmsf/show.html.erb +++ b/app/views/dmsf/show.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf/trash.html.erb b/app/views/dmsf/trash.html.erb index 1c61c27f..d2f3fb71 100644 --- a/app/views/dmsf/trash.html.erb +++ b/app/views/dmsf/trash.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_approval_workflow.html.erb b/app/views/dmsf_context_menus/_approval_workflow.html.erb index be371f98..75793364 100644 --- a/app/views/dmsf_context_menus/_approval_workflow.html.erb +++ b/app/views/dmsf_context_menus/_approval_workflow.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_file.html.erb b/app/views/dmsf_context_menus/_file.html.erb index ab83ca53..510ceba4 100644 --- a/app/views/dmsf_context_menus/_file.html.erb +++ b/app/views/dmsf_context_menus/_file.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_file_trash.html.erb b/app/views/dmsf_context_menus/_file_trash.html.erb index 0ce5120f..69d7b939 100644 --- a/app/views/dmsf_context_menus/_file_trash.html.erb +++ b/app/views/dmsf_context_menus/_file_trash.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_folder.html.erb b/app/views/dmsf_context_menus/_folder.html.erb index f254deb8..e8ebf160 100644 --- a/app/views/dmsf_context_menus/_folder.html.erb +++ b/app/views/dmsf_context_menus/_folder.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_folder_trash.html.erb b/app/views/dmsf_context_menus/_folder_trash.html.erb index 458f9197..89448e64 100644 --- a/app/views/dmsf_context_menus/_folder_trash.html.erb +++ b/app/views/dmsf_context_menus/_folder_trash.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_main.html.erb b/app/views/dmsf_context_menus/_main.html.erb index 5e0abdac..1c413e20 100644 --- a/app/views/dmsf_context_menus/_main.html.erb +++ b/app/views/dmsf_context_menus/_main.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_multiple.html.erb b/app/views/dmsf_context_menus/_multiple.html.erb index 5df21dc4..8ee81dbb 100644 --- a/app/views/dmsf_context_menus/_multiple.html.erb +++ b/app/views/dmsf_context_menus/_multiple.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_multiple_trash.html.erb b/app/views/dmsf_context_menus/_multiple_trash.html.erb index da30ac38..00bafd8b 100644 --- a/app/views/dmsf_context_menus/_multiple_trash.html.erb +++ b/app/views/dmsf_context_menus/_multiple_trash.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_project.html.erb b/app/views/dmsf_context_menus/_project.html.erb index 2255fbf9..f16df7b9 100644 --- a/app/views/dmsf_context_menus/_project.html.erb +++ b/app/views/dmsf_context_menus/_project.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_revision_actions.html.erb b/app/views/dmsf_context_menus/_revision_actions.html.erb index 8ca38084..51569820 100644 --- a/app/views/dmsf_context_menus/_revision_actions.html.erb +++ b/app/views/dmsf_context_menus/_revision_actions.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_revisions.html.erb b/app/views/dmsf_context_menus/_revisions.html.erb index ee898370..53920bfb 100644 --- a/app/views/dmsf_context_menus/_revisions.html.erb +++ b/app/views/dmsf_context_menus/_revisions.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_url.html.erb b/app/views/dmsf_context_menus/_url.html.erb index bcdc6ba1..a76dc4b8 100644 --- a/app/views/dmsf_context_menus/_url.html.erb +++ b/app/views/dmsf_context_menus/_url.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/_watch.html.erb b/app/views/dmsf_context_menus/_watch.html.erb index 65bba93a..a610b715 100644 --- a/app/views/dmsf_context_menus/_watch.html.erb +++ b/app/views/dmsf_context_menus/_watch.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/dmsf.html.erb b/app/views/dmsf_context_menus/dmsf.html.erb index 6d640082..1cc77768 100644 --- a/app/views/dmsf_context_menus/dmsf.html.erb +++ b/app/views/dmsf_context_menus/dmsf.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_context_menus/trash.html.erb b/app/views/dmsf_context_menus/trash.html.erb index b37d91c4..920e0ffb 100644 --- a/app/views/dmsf_context_menus/trash.html.erb +++ b/app/views/dmsf_context_menus/trash.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_file_new_revision.html.erb b/app/views/dmsf_files/_file_new_revision.html.erb index 238a8e36..4c703fbf 100644 --- a/app/views/dmsf_files/_file_new_revision.html.erb +++ b/app/views/dmsf_files/_file_new_revision.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_link.html.erb b/app/views/dmsf_files/_link.html.erb index 9fadce93..46d80e5c 100644 --- a/app/views/dmsf_files/_link.html.erb +++ b/app/views/dmsf_files/_link.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_links.html.erb b/app/views/dmsf_files/_links.html.erb index d0f3f957..e25cab88 100644 --- a/app/views/dmsf_files/_links.html.erb +++ b/app/views/dmsf_files/_links.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_revision_access.html.erb b/app/views/dmsf_files/_revision_access.html.erb index a2fb398c..99bb7ede 100644 --- a/app/views/dmsf_files/_revision_access.html.erb +++ b/app/views/dmsf_files/_revision_access.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_thumbnails.html.erb b/app/views/dmsf_files/_thumbnails.html.erb index 0b4f263f..b94680fb 100644 --- a/app/views/dmsf_files/_thumbnails.html.erb +++ b/app/views/dmsf_files/_thumbnails.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/_version_selector.html.erb b/app/views/dmsf_files/_version_selector.html.erb index 8fd366e4..e5393f3a 100644 --- a/app/views/dmsf_files/_version_selector.html.erb +++ b/app/views/dmsf_files/_version_selector.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_files/show.html.erb b/app/views/dmsf_files/show.html.erb index 09aff0eb..583a5739 100644 --- a/app/views/dmsf_files/show.html.erb +++ b/app/views/dmsf_files/show.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_folder_permissions/_new.html.erb b/app/views/dmsf_folder_permissions/_new.html.erb index df101985..65b05942 100644 --- a/app/views/dmsf_folder_permissions/_new.html.erb +++ b/app/views/dmsf_folder_permissions/_new.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_folder_permissions/append.js.erb b/app/views/dmsf_folder_permissions/append.js.erb index 47f2cc9c..a5c0b1aa 100644 --- a/app/views/dmsf_folder_permissions/append.js.erb +++ b/app/views/dmsf_folder_permissions/append.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb b/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb index 5500030d..39af92e0 100644 --- a/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb +++ b/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_folder_permissions/new.js.erb b/app/views/dmsf_folder_permissions/new.js.erb index dfcabccc..7eb01676 100644 --- a/app/views/dmsf_folder_permissions/new.js.erb +++ b/app/views/dmsf_folder_permissions/new.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/_form.html.erb b/app/views/dmsf_links/_form.html.erb index 7a31cd11..20fedaaa 100644 --- a/app/views/dmsf_links/_form.html.erb +++ b/app/views/dmsf_links/_form.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/autocomplete_for_folder.js.erb b/app/views/dmsf_links/autocomplete_for_folder.js.erb index 43539c1b..c898cb84 100644 --- a/app/views/dmsf_links/autocomplete_for_folder.js.erb +++ b/app/views/dmsf_links/autocomplete_for_folder.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/autocomplete_for_project.js.erb b/app/views/dmsf_links/autocomplete_for_project.js.erb index 99df4bb8..ef63f64c 100644 --- a/app/views/dmsf_links/autocomplete_for_project.js.erb +++ b/app/views/dmsf_links/autocomplete_for_project.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/create.js.erb b/app/views/dmsf_links/create.js.erb index f0c6ed95..75eeb5a7 100644 --- a/app/views/dmsf_links/create.js.erb +++ b/app/views/dmsf_links/create.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/new.html.erb b/app/views/dmsf_links/new.html.erb index 82d825df..617acb13 100644 --- a/app/views/dmsf_links/new.html.erb +++ b/app/views/dmsf_links/new.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_links/new.js.erb b/app/views/dmsf_links/new.js.erb index e5d532a4..1b30d124 100644 --- a/app/views/dmsf_links/new.js.erb +++ b/app/views/dmsf_links/new.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_deleted.html.erb b/app/views/dmsf_mailer/files_deleted.html.erb index 6f71e933..4f0e1124 100644 --- a/app/views/dmsf_mailer/files_deleted.html.erb +++ b/app/views/dmsf_mailer/files_deleted.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_deleted.text.erb b/app/views/dmsf_mailer/files_deleted.text.erb index 26aecda0..1d9d1e5c 100644 --- a/app/views/dmsf_mailer/files_deleted.text.erb +++ b/app/views/dmsf_mailer/files_deleted.text.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_downloaded.html.erb b/app/views/dmsf_mailer/files_downloaded.html.erb index 61054318..c62a6ea1 100644 --- a/app/views/dmsf_mailer/files_downloaded.html.erb +++ b/app/views/dmsf_mailer/files_downloaded.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_downloaded.text.erb b/app/views/dmsf_mailer/files_downloaded.text.erb index 7084043a..994c4478 100644 --- a/app/views/dmsf_mailer/files_downloaded.text.erb +++ b/app/views/dmsf_mailer/files_downloaded.text.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_updated.html.erb b/app/views/dmsf_mailer/files_updated.html.erb index 0515fc72..89a2bbbd 100644 --- a/app/views/dmsf_mailer/files_updated.html.erb +++ b/app/views/dmsf_mailer/files_updated.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/files_updated.text.erb b/app/views/dmsf_mailer/files_updated.text.erb index 700cf4db..21ce12a1 100644 --- a/app/views/dmsf_mailer/files_updated.text.erb +++ b/app/views/dmsf_mailer/files_updated.text.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-15 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/send_documents.html.erb b/app/views/dmsf_mailer/send_documents.html.erb index 1dc4a536..8995cede 100644 --- a/app/views/dmsf_mailer/send_documents.html.erb +++ b/app/views/dmsf_mailer/send_documents.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/send_documents.text.erb b/app/views/dmsf_mailer/send_documents.text.erb index 35ddf9cc..c413a697 100644 --- a/app/views/dmsf_mailer/send_documents.text.erb +++ b/app/views/dmsf_mailer/send_documents.text.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/workflow_notification.html.erb b/app/views/dmsf_mailer/workflow_notification.html.erb index 6b2c9ace..f3ad6bb6 100644 --- a/app/views/dmsf_mailer/workflow_notification.html.erb +++ b/app/views/dmsf_mailer/workflow_notification.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_mailer/workflow_notification.text.erb b/app/views/dmsf_mailer/workflow_notification.text.erb index e917f1d6..f397a86f 100644 --- a/app/views/dmsf_mailer/workflow_notification.text.erb +++ b/app/views/dmsf_mailer/workflow_notification.text.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_public_urls/_new.html.erb b/app/views/dmsf_public_urls/_new.html.erb index 8190f155..d7c8206d 100644 --- a/app/views/dmsf_public_urls/_new.html.erb +++ b/app/views/dmsf_public_urls/_new.html.erb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_state/_user_pref.html.erb b/app/views/dmsf_state/_user_pref.html.erb index ae581407..63de4c15 100644 --- a/app/views/dmsf_state/_user_pref.html.erb +++ b/app/views/dmsf_state/_user_pref.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/_form.html.erb b/app/views/dmsf_upload/_form.html.erb index 5310d522..a11e2dc0 100644 --- a/app/views/dmsf_upload/_form.html.erb +++ b/app/views/dmsf_upload/_form.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/_upload_file.html.erb b/app/views/dmsf_upload/_upload_file.html.erb index 0671cf85..04437f94 100644 --- a/app/views/dmsf_upload/_upload_file.html.erb +++ b/app/views/dmsf_upload/_upload_file.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/_upload_file_locked.html.erb b/app/views/dmsf_upload/_upload_file_locked.html.erb index b80b341d..a02f0070 100644 --- a/app/views/dmsf_upload/_upload_file_locked.html.erb +++ b/app/views/dmsf_upload/_upload_file_locked.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/delete_dmsf_attachment.js.erb b/app/views/dmsf_upload/delete_dmsf_attachment.js.erb index d342ed5c..df723165 100644 --- a/app/views/dmsf_upload/delete_dmsf_attachment.js.erb +++ b/app/views/dmsf_upload/delete_dmsf_attachment.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/delete_dmsf_link_attachment.js.erb b/app/views/dmsf_upload/delete_dmsf_link_attachment.js.erb index 9fa46a5b..25433010 100644 --- a/app/views/dmsf_upload/delete_dmsf_link_attachment.js.erb +++ b/app/views/dmsf_upload/delete_dmsf_link_attachment.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/multi_upload.html.erb b/app/views/dmsf_upload/multi_upload.html.erb index 2d6e6abe..a1de735b 100644 --- a/app/views/dmsf_upload/multi_upload.html.erb +++ b/app/views/dmsf_upload/multi_upload.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/upload.js.erb b/app/views/dmsf_upload/upload.js.erb index eef5a439..4617904c 100644 --- a/app/views/dmsf_upload/upload.js.erb +++ b/app/views/dmsf_upload/upload.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/upload_file.html.erb b/app/views/dmsf_upload/upload_file.html.erb index 7b821743..0f325b6f 100644 --- a/app/views/dmsf_upload/upload_file.html.erb +++ b/app/views/dmsf_upload/upload_file.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_upload/upload_files.html.erb b/app/views/dmsf_upload/upload_files.html.erb index b62af05b..781f17b3 100644 --- a/app/views/dmsf_upload/upload_files.html.erb +++ b/app/views/dmsf_upload/upload_files.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_action.html.erb b/app/views/dmsf_workflows/_action.html.erb index 6b905a35..7a13f36f 100644 --- a/app/views/dmsf_workflows/_action.html.erb +++ b/app/views/dmsf_workflows/_action.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_approval_workflow_button.html.erb b/app/views/dmsf_workflows/_approval_workflow_button.html.erb index 5009faf1..fd32d199 100644 --- a/app/views/dmsf_workflows/_approval_workflow_button.html.erb +++ b/app/views/dmsf_workflows/_approval_workflow_button.html.erb @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_assign.html.erb b/app/views/dmsf_workflows/_assign.html.erb index a0a25d4a..86e0018d 100644 --- a/app/views/dmsf_workflows/_assign.html.erb +++ b/app/views/dmsf_workflows/_assign.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_log.html.erb b/app/views/dmsf_workflows/_log.html.erb index ddc7596b..6f5399a1 100644 --- a/app/views/dmsf_workflows/_log.html.erb +++ b/app/views/dmsf_workflows/_log.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_main.html.erb b/app/views/dmsf_workflows/_main.html.erb index 4d8c4914..9a636281 100644 --- a/app/views/dmsf_workflows/_main.html.erb +++ b/app/views/dmsf_workflows/_main.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_new_step_modal.html.erb b/app/views/dmsf_workflows/_new_step_modal.html.erb index bd82c418..9eae6c55 100644 --- a/app/views/dmsf_workflows/_new_step_modal.html.erb +++ b/app/views/dmsf_workflows/_new_step_modal.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/_steps.html.erb b/app/views/dmsf_workflows/_steps.html.erb index 6764326f..49d36b11 100644 --- a/app/views/dmsf_workflows/_steps.html.erb +++ b/app/views/dmsf_workflows/_steps.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/action.js.erb b/app/views/dmsf_workflows/action.js.erb index ecd207af..5e5ecd21 100644 --- a/app/views/dmsf_workflows/action.js.erb +++ b/app/views/dmsf_workflows/action.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/add_step.html.erb b/app/views/dmsf_workflows/add_step.html.erb index c9d55256..17d08642 100644 --- a/app/views/dmsf_workflows/add_step.html.erb +++ b/app/views/dmsf_workflows/add_step.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/assign.js.erb b/app/views/dmsf_workflows/assign.js.erb index 9ac8fd4f..9899db2e 100644 --- a/app/views/dmsf_workflows/assign.js.erb +++ b/app/views/dmsf_workflows/assign.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/assignment.js.erb b/app/views/dmsf_workflows/assignment.js.erb index 2821fde9..fa5c8386 100644 --- a/app/views/dmsf_workflows/assignment.js.erb +++ b/app/views/dmsf_workflows/assignment.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/autocomplete_for_user.js.erb b/app/views/dmsf_workflows/autocomplete_for_user.js.erb index 09bf0c32..5a30443f 100644 --- a/app/views/dmsf_workflows/autocomplete_for_user.js.erb +++ b/app/views/dmsf_workflows/autocomplete_for_user.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/index.html.erb b/app/views/dmsf_workflows/index.html.erb index 2cc84fa5..d70ff932 100644 --- a/app/views/dmsf_workflows/index.html.erb +++ b/app/views/dmsf_workflows/index.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/log.html.erb b/app/views/dmsf_workflows/log.html.erb index 9d707918..fbd10096 100644 --- a/app/views/dmsf_workflows/log.html.erb +++ b/app/views/dmsf_workflows/log.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/log.js.erb b/app/views/dmsf_workflows/log.js.erb index b4487043..5a297c50 100644 --- a/app/views/dmsf_workflows/log.js.erb +++ b/app/views/dmsf_workflows/log.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/new.html.erb b/app/views/dmsf_workflows/new.html.erb index b8e15284..e01d728f 100644 --- a/app/views/dmsf_workflows/new.html.erb +++ b/app/views/dmsf_workflows/new.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/new_step.js.erb b/app/views/dmsf_workflows/new_step.js.erb index dfc365a5..99f7a879 100644 --- a/app/views/dmsf_workflows/new_step.js.erb +++ b/app/views/dmsf_workflows/new_step.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/remove_step.html.erb b/app/views/dmsf_workflows/remove_step.html.erb index 50a55981..17d08642 100644 --- a/app/views/dmsf_workflows/remove_step.html.erb +++ b/app/views/dmsf_workflows/remove_step.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/reorder_steps.html.erb b/app/views/dmsf_workflows/reorder_steps.html.erb index 50a55981..17d08642 100644 --- a/app/views/dmsf_workflows/reorder_steps.html.erb +++ b/app/views/dmsf_workflows/reorder_steps.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/reorder_steps.js.erb b/app/views/dmsf_workflows/reorder_steps.js.erb index 50370c69..214509c1 100644 --- a/app/views/dmsf_workflows/reorder_steps.js.erb +++ b/app/views/dmsf_workflows/reorder_steps.js.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/dmsf_workflows/show.html.erb b/app/views/dmsf_workflows/show.html.erb index 50a55981..17d08642 100644 --- a/app/views/dmsf_workflows/show.html.erb +++ b/app/views/dmsf_workflows/show.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_edit.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_edit.html.erb index 2f99400d..ec5ffd94 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_edit.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_edit.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_show.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_show.html.erb index bb3fa1c1..b45bb261 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_show.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_locked_documents_show.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_edit.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_edit.html.erb index 2f99400d..ec5ffd94 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_edit.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_edit.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_show.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_show.html.erb index 3fc9107c..75d5f002 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_show.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_open_approvals_show.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_edit.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_edit.html.erb index 2f99400d..ec5ffd94 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_edit.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_edit.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_show.html.erb b/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_show.html.erb index 3003172d..8858f33e 100644 --- a/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_show.html.erb +++ b/app/views/easy_page_modules/easy_dms/_dmsf_watched_documents_show.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/hooks/redmine_dmsf/_view_my_account.html.erb b/app/views/hooks/redmine_dmsf/_view_my_account.html.erb index 4a091ec4..5765d0b2 100644 --- a/app/views/hooks/redmine_dmsf/_view_my_account.html.erb +++ b/app/views/hooks/redmine_dmsf/_view_my_account.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb b/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb index bd7331a4..39b97fc1 100644 --- a/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb +++ b/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/my/blocks/_locked_documents.html.erb b/app/views/my/blocks/_locked_documents.html.erb index 2a8b8683..ad06e514 100644 --- a/app/views/my/blocks/_locked_documents.html.erb +++ b/app/views/my/blocks/_locked_documents.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/my/blocks/_open_approvals.html.erb b/app/views/my/blocks/_open_approvals.html.erb index 5435d450..f7336189 100644 --- a/app/views/my/blocks/_open_approvals.html.erb +++ b/app/views/my/blocks/_open_approvals.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/my/blocks/_watched_documents.html.erb b/app/views/my/blocks/_watched_documents.html.erb index df469d13..fffc1dc3 100644 --- a/app/views/my/blocks/_watched_documents.html.erb +++ b/app/views/my/blocks/_watched_documents.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/search/_container.html.erb b/app/views/search/_container.html.erb index b18875b7..5f6d741d 100644 --- a/app/views/search/_container.html.erb +++ b/app/views/search/_container.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/settings/_dmsf_columns.html.erb b/app/views/settings/_dmsf_columns.html.erb index 43532fc8..eacc61d8 100644 --- a/app/views/settings/_dmsf_columns.html.erb +++ b/app/views/settings/_dmsf_columns.html.erb @@ -1,7 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-23 Karel Pičman + # Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/app/views/settings/_dmsf_settings.html.erb b/app/views/settings/_dmsf_settings.html.erb index 063aa228..240a1668 100644 --- a/app/views/settings/_dmsf_settings.html.erb +++ b/app/views/settings/_dmsf_settings.html.erb @@ -1,9 +1,7 @@ <% # Redmine plugin for Document Management System "Features" # - # Copyright © 2011 Vít Jonáš - # Copyright © 2012 Daniel Munn - # Copyright © 2011-23 Karel Pičman + # Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/assets/javascripts/attachments_dmsf.js b/assets/javascripts/attachments_dmsf.js index 6d9f48cb..334de853 100644 --- a/assets/javascripts/attachments_dmsf.js +++ b/assets/javascripts/attachments_dmsf.js @@ -1,6 +1,6 @@ /* Redmine plugin for Document Management System "Features" * - * Copyright © 2011-23 Karel Pičman + * Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/javascripts/dmsf_button.js b/assets/javascripts/dmsf_button.js index 9ec84f29..57a3215f 100644 --- a/assets/javascripts/dmsf_button.js +++ b/assets/javascripts/dmsf_button.js @@ -1,6 +1,6 @@ /* Redmine plugin for Document Management System "Features" * - * Copyright © 2011-23 Karel Pičman + * Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/javascripts/lang/dmsf_button-en.js b/assets/javascripts/lang/dmsf_button-en.js index e86e8167..0e1ce168 100644 --- a/assets/javascripts/lang/dmsf_button-en.js +++ b/assets/javascripts/lang/dmsf_button-en.js @@ -1,6 +1,6 @@ /* Redmine plugin for Document Management System "Features" * - * Copyright © 2011-23 Karel Pičman + * Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/javascripts/redmine_dmsf.js b/assets/javascripts/redmine_dmsf.js index 15ea1ab7..ae56f62d 100644 --- a/assets/javascripts/redmine_dmsf.js +++ b/assets/javascripts/redmine_dmsf.js @@ -1,6 +1,6 @@ /* Redmine plugin for Document Management System "Features" * -* Copyright © 2011-23 Karel Pičman +* Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/stylesheets/dmsf_help.css b/assets/stylesheets/dmsf_help.css index b5d737a0..d62a9d4e 100644 --- a/assets/stylesheets/dmsf_help.css +++ b/assets/stylesheets/dmsf_help.css @@ -2,8 +2,7 @@ /* * Redmine plugin for Document Management System "Features" * -* Copyright © 2011 Vit Jonas -* Copyright © 2011-23 Karel Pičman +* Vit Jonas , Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/stylesheets/easy_extensions.css b/assets/stylesheets/easy_extensions.css index 38eb8e28..caefb928 100644 --- a/assets/stylesheets/easy_extensions.css +++ b/assets/stylesheets/easy_extensions.css @@ -1,8 +1,7 @@ /* * Redmine plugin for Document Management System "Features" * -* Copyright © 2011 Vit Jonas -* Copyright © 2011-23 Karel Pičman +* Vit Jonas , Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/assets/stylesheets/redmine_dmsf.css b/assets/stylesheets/redmine_dmsf.css index 2d94a08f..131b4333 100644 --- a/assets/stylesheets/redmine_dmsf.css +++ b/assets/stylesheets/redmine_dmsf.css @@ -1,8 +1,7 @@ /* * Redmine plugin for Document Management System "Features" * -* Copyright © 2011 Vit Jonas -* Copyright © 2011-23 Karel Pičman +* Vit Jonas , Karel Pičman * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/config/locales/cs.yml b/config/locales/cs.yml index cd665c97..87fcf0ab 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -1,8 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/locales/de.yml b/config/locales/de.yml index 2c9d0046..4fc08b02 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Terrence Miller -# Copyright © 2013 Christian Wetting -# Copyright © 2011-23 Karel Pičman +# Terrence Miller, Christian Wetting , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/en.yml b/config/locales/en.yml index 57faf9a9..5eab2771 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/es.yml b/config/locales/es.yml index 81f5dd9b..2f7256f2 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2015 Agustin Ivorra -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Agustin Ivorra , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/fa.yml b/config/locales/fa.yml index 5e26f571..a45af73c 100644 --- a/config/locales/fa.yml +++ b/config/locales/fa.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 39406403..7c282068 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1,10 +1,9 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2014 Atmis -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Atmis +# +# Karel Pičman # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 651434af..f45254c1 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -1,7 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # # diff --git a/config/locales/it.yml b/config/locales/it.yml index 0e913915..78f1971c 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/ja.yml b/config/locales/ja.yml index fdde9fde..e7985bed 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -1,8 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/locales/ko.yml b/config/locales/ko.yml index b156cfe4..f395665e 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 0d59f81b..fd419ef6 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright (C) 2011-19 Karel Pičman -# -# +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/pl.yml b/config/locales/pl.yml index deee5de6..dcd6c8c3 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # Polish translation created by Sebastian Białas www.bs-it.pl # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index aa00ce89..842c76ee 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/sl.yml b/config/locales/sl.yml index 91da2a6d..4e277726 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -1,8 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Zdravko Balorda -# Copyright © 2011-23 Karel Pičman +# Zdravko Balorda , Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/locales/uk.yml b/config/locales/uk.yml index 3a2767a4..f9c02a3c 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 7370b89d..73cf39c9 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -1,9 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman -# Copyright © 2013 Aecho Liu +# Vít Jonáš , Karel Pičman , Aecho Liu # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/config/locales/zh.yml b/config/locales/zh.yml index baa75c77..df2a6cfe 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -1,8 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/routes.rb b/config/routes.rb index 884d8316..1e1154a5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/01_create_hierarchy.rb b/db/migrate/01_create_hierarchy.rb index 0a7dfcaf..09708f12 100644 --- a/db/migrate/01_create_hierarchy.rb +++ b/db/migrate/01_create_hierarchy.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/02_dmsf_normalization.rb b/db/migrate/02_dmsf_normalization.rb index db0fdc46..d83673e7 100644 --- a/db/migrate/02_dmsf_normalization.rb +++ b/db/migrate/02_dmsf_normalization.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/03_dmsf_0_8_0.rb b/db/migrate/03_dmsf_0_8_0.rb index 87d3483a..8b5b01da 100644 --- a/db/migrate/03_dmsf_0_8_0.rb +++ b/db/migrate/03_dmsf_0_8_0.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/04_dmsf_0_9_0.rb b/db/migrate/04_dmsf_0_9_0.rb index 86e67c20..49c1fbb5 100644 --- a/db/migrate/04_dmsf_0_9_0.rb +++ b/db/migrate/04_dmsf_0_9_0.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/05_dmsf_0_9_0_1.rb b/db/migrate/05_dmsf_0_9_0_1.rb index 49fee112..b28487af 100644 --- a/db/migrate/05_dmsf_0_9_0_1.rb +++ b/db/migrate/05_dmsf_0_9_0_1.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/06_dmsf_1_2_0.rb b/db/migrate/06_dmsf_1_2_0.rb index d6fb5d57..240f9432 100644 --- a/db/migrate/06_dmsf_1_2_0.rb +++ b/db/migrate/06_dmsf_1_2_0.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/07_dmsf_1_4_4.rb b/db/migrate/07_dmsf_1_4_4.rb index 5e3849a6..90db352b 100644 --- a/db/migrate/07_dmsf_1_4_4.rb +++ b/db/migrate/07_dmsf_1_4_4.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120822100401_create_dmsf_workflows.rb b/db/migrate/20120822100401_create_dmsf_workflows.rb index 07177538..65087c4f 100644 --- a/db/migrate/20120822100401_create_dmsf_workflows.rb +++ b/db/migrate/20120822100401_create_dmsf_workflows.rb @@ -2,8 +2,8 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman -# Copyright © 2011-23 Karel Pičman +# Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120822100402_create_dmsf_workflow_steps.rb b/db/migrate/20120822100402_create_dmsf_workflow_steps.rb index e02c7120..a029ad65 100644 --- a/db/migrate/20120822100402_create_dmsf_workflow_steps.rb +++ b/db/migrate/20120822100402_create_dmsf_workflow_steps.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120822100403_create_dmsf_workflow_step_assignments.rb b/db/migrate/20120822100403_create_dmsf_workflow_step_assignments.rb index d5c791de..72c5d887 100644 --- a/db/migrate/20120822100403_create_dmsf_workflow_step_assignments.rb +++ b/db/migrate/20120822100403_create_dmsf_workflow_step_assignments.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20120822100404_create_dmsf_workflow_step_actions.rb b/db/migrate/20120822100404_create_dmsf_workflow_step_actions.rb index a7b85ac0..9415b47d 100644 --- a/db/migrate/20120822100404_create_dmsf_workflow_step_actions.rb +++ b/db/migrate/20120822100404_create_dmsf_workflow_step_actions.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20130819013955_update_projects.rb b/db/migrate/20130819013955_update_projects.rb index 54907243..11270578 100644 --- a/db/migrate/20130819013955_update_projects.rb +++ b/db/migrate/20130819013955_update_projects.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20131108141401_add_index_to_dmsf_files.rb b/db/migrate/20131108141401_add_index_to_dmsf_files.rb index 7816e836..244f7603 100644 --- a/db/migrate/20131108141401_add_index_to_dmsf_files.rb +++ b/db/migrate/20131108141401_add_index_to_dmsf_files.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20131108141402_add_index_to_dmsf_folders.rb b/db/migrate/20131108141402_add_index_to_dmsf_folders.rb index ef0940f8..cfa015ac 100644 --- a/db/migrate/20131108141402_add_index_to_dmsf_folders.rb +++ b/db/migrate/20131108141402_add_index_to_dmsf_folders.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20131113141401_add_index_to_dmsf_file_revision.rb b/db/migrate/20131113141401_add_index_to_dmsf_file_revision.rb index d3aac4a6..3ac2e53c 100644 --- a/db/migrate/20131113141401_add_index_to_dmsf_file_revision.rb +++ b/db/migrate/20131113141401_add_index_to_dmsf_file_revision.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20131113141402_add_index_to_dmsf_lock.rb b/db/migrate/20131113141402_add_index_to_dmsf_lock.rb index 6bfc13f3..a68fc562 100644 --- a/db/migrate/20131113141402_add_index_to_dmsf_lock.rb +++ b/db/migrate/20131113141402_add_index_to_dmsf_lock.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20131113141403_create_dmsf_links.rb b/db/migrate/20131113141403_create_dmsf_links.rb index ccee32a5..95a917ec 100644 --- a/db/migrate/20131113141403_create_dmsf_links.rb +++ b/db/migrate/20131113141403_create_dmsf_links.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20140314132501_notifications_on.rb b/db/migrate/20140314132501_notifications_on.rb index 0ea8b5be..f356753c 100644 --- a/db/migrate/20140314132501_notifications_on.rb +++ b/db/migrate/20140314132501_notifications_on.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20140519133201_trash_bin.rb b/db/migrate/20140519133201_trash_bin.rb index 8a5e1bd0..cd33d66b 100644 --- a/db/migrate/20140519133201_trash_bin.rb +++ b/db/migrate/20140519133201_trash_bin.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20141013102501_remove_project_from_revision.rb b/db/migrate/20141013102501_remove_project_from_revision.rb index 7e634519..6441256e 100644 --- a/db/migrate/20141013102501_remove_project_from_revision.rb +++ b/db/migrate/20141013102501_remove_project_from_revision.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20141015132701_remove_folder_from_revision.rb b/db/migrate/20141015132701_remove_folder_from_revision.rb index 194c2007..fa0d3f32 100644 --- a/db/migrate/20141015132701_remove_folder_from_revision.rb +++ b/db/migrate/20141015132701_remove_folder_from_revision.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20141205143001_remove_uniqueness_from_wf.rb b/db/migrate/20141205143001_remove_uniqueness_from_wf.rb index 587e3e0b..b3819f14 100644 --- a/db/migrate/20141205143001_remove_uniqueness_from_wf.rb +++ b/db/migrate/20141205143001_remove_uniqueness_from_wf.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150120152101_notifications_nullable.rb b/db/migrate/20150120152101_notifications_nullable.rb index 754618cf..4e18d384 100644 --- a/db/migrate/20150120152101_notifications_nullable.rb +++ b/db/migrate/20150120152101_notifications_nullable.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150130052716_add_external.rb b/db/migrate/20150130052716_add_external.rb index 16bcd52c..ad234c22 100644 --- a/db/migrate/20150130052716_add_external.rb +++ b/db/migrate/20150130052716_add_external.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150202010301_add_user_to_links.rb b/db/migrate/20150202010301_add_user_to_links.rb index a939f67d..faa1d999 100644 --- a/db/migrate/20150202010301_add_user_to_links.rb +++ b/db/migrate/20150202010301_add_user_to_links.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20150910153701_title_not_null.rb b/db/migrate/20150910153701_title_not_null.rb index 45896e0a..0597b033 100644 --- a/db/migrate/20150910153701_title_not_null.rb +++ b/db/migrate/20150910153701_title_not_null.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20151020141801_large_files.rb b/db/migrate/20151020141801_large_files.rb index 81758827..33a6a7eb 100644 --- a/db/migrate/20151020141801_large_files.rb +++ b/db/migrate/20151020141801_large_files.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20151209100001_title_format.rb b/db/migrate/20151209100001_title_format.rb index c612a8a4..7b8fedfe 100644 --- a/db/migrate/20151209100001_title_format.rb +++ b/db/migrate/20151209100001_title_format.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20160215125801_approval_workflow_status.rb b/db/migrate/20160215125801_approval_workflow_status.rb index a44e0b31..70f12a4b 100644 --- a/db/migrate/20160215125801_approval_workflow_status.rb +++ b/db/migrate/20160215125801_approval_workflow_status.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20160217133001_status_deleted.rb b/db/migrate/20160217133001_status_deleted.rb index 03afa73c..976d331f 100644 --- a/db/migrate/20160217133001_status_deleted.rb +++ b/db/migrate/20160217133001_status_deleted.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20160222140401_approval_workflow_std_fields.rb b/db/migrate/20160222140401_approval_workflow_std_fields.rb index c71531bd..c0c67004 100644 --- a/db/migrate/20160222140401_approval_workflow_std_fields.rb +++ b/db/migrate/20160222140401_approval_workflow_std_fields.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20160421150501_add_digest_to_revision.rb b/db/migrate/20160421150501_add_digest_to_revision.rb index 3f16f975..12d9d32c 100644 --- a/db/migrate/20160421150501_add_digest_to_revision.rb +++ b/db/migrate/20160421150501_add_digest_to_revision.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20161223133200_create_dmsf_public_urls.rb b/db/migrate/20161223133200_create_dmsf_public_urls.rb index f57b02e0..504b836e 100644 --- a/db/migrate/20161223133200_create_dmsf_public_urls.rb +++ b/db/migrate/20161223133200_create_dmsf_public_urls.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170103164701_add_name_to_appoval_workflow_step.rb b/db/migrate/20170103164701_add_name_to_appoval_workflow_step.rb index 6849efa7..954c452b 100644 --- a/db/migrate/20170103164701_add_name_to_appoval_workflow_step.rb +++ b/db/migrate/20170103164701_add_name_to_appoval_workflow_step.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170118142001_dmsf_file_container.rb b/db/migrate/20170118142001_dmsf_file_container.rb index 5319ccef..36c60ec5 100644 --- a/db/migrate/20170118142001_dmsf_file_container.rb +++ b/db/migrate/20170118142001_dmsf_file_container.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb b/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb index 743154ed..bd131686 100644 --- a/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb +++ b/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman -# Copyright © 2016-17 carlolars +# Karel Pičman , carlolars # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170214153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb b/db/migrate/20170214153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb index 22a80669..ae871525 100644 --- a/db/migrate/20170214153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb +++ b/db/migrate/20170214153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman -# Copyright © 2016-17 carlolars +# Karel Pičman , carlolars # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170217141601_add_dmsf_not_inheritable_to_custom_fields.rb b/db/migrate/20170217141601_add_dmsf_not_inheritable_to_custom_fields.rb index 448586d1..c9c8a5cd 100644 --- a/db/migrate/20170217141601_add_dmsf_not_inheritable_to_custom_fields.rb +++ b/db/migrate/20170217141601_add_dmsf_not_inheritable_to_custom_fields.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170323131231_dmsf_description_limit.rb b/db/migrate/20170323131231_dmsf_description_limit.rb index 7bad0e3f..3fb7b610 100644 --- a/db/migrate/20170323131231_dmsf_description_limit.rb +++ b/db/migrate/20170323131231_dmsf_description_limit.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170330131901_create_dmsf_folder_permissions.rb b/db/migrate/20170330131901_create_dmsf_folder_permissions.rb index 0c4b42bf..017d306d 100644 --- a/db/migrate/20170330131901_create_dmsf_folder_permissions.rb +++ b/db/migrate/20170330131901_create_dmsf_folder_permissions.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170421101901_dmsf_file_container_rollback.rb b/db/migrate/20170421101901_dmsf_file_container_rollback.rb index aa772280..e9316716 100644 --- a/db/migrate/20170421101901_dmsf_file_container_rollback.rb +++ b/db/migrate/20170421101901_dmsf_file_container_rollback.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170422104901_migrate_documents.rb b/db/migrate/20170422104901_migrate_documents.rb index 21bd4f5f..323cf486 100644 --- a/db/migrate/20170422104901_migrate_documents.rb +++ b/db/migrate/20170422104901_migrate_documents.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20170526144701_dmsf_attachable.rb b/db/migrate/20170526144701_dmsf_attachable.rb index 00a14544..4cd09542 100644 --- a/db/migrate/20170526144701_dmsf_attachable.rb +++ b/db/migrate/20170526144701_dmsf_attachable.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20171027124101_change_revision_digest_limit_to_64.rb b/db/migrate/20171027124101_change_revision_digest_limit_to_64.rb index ae8ebd23..c6fb4f51 100644 --- a/db/migrate/20171027124101_change_revision_digest_limit_to_64.rb +++ b/db/migrate/20171027124101_change_revision_digest_limit_to_64.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20171110155901_add_index_to_dmsf_folder.rb b/db/migrate/20171110155901_add_index_to_dmsf_folder.rb index b4786943..90ef3d37 100644 --- a/db/migrate/20171110155901_add_index_to_dmsf_folder.rb +++ b/db/migrate/20171110155901_add_index_to_dmsf_folder.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20180216152501_rename_title_format.rb b/db/migrate/20180216152501_rename_title_format.rb index dc27e6b6..f73c5a47 100644 --- a/db/migrate/20180216152501_rename_title_format.rb +++ b/db/migrate/20180216152501_rename_title_format.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20180903132101_fast_links.rb b/db/migrate/20180903132101_fast_links.rb index cdc1d2e1..d28f1871 100644 --- a/db/migrate/20180903132101_fast_links.rb +++ b/db/migrate/20180903132101_fast_links.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20192703123101_workflow_started_by.rb b/db/migrate/20192703123101_workflow_started_by.rb index 85c31bd7..fdd5ed55 100644 --- a/db/migrate/20192703123101_workflow_started_by.rb +++ b/db/migrate/20192703123101_workflow_started_by.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20200218142414_add_index_on_dmsf_file_revision_id_to_access.rb b/db/migrate/20200218142414_add_index_on_dmsf_file_revision_id_to_access.rb index e54a20be..57b225fd 100644 --- a/db/migrate/20200218142414_add_index_on_dmsf_file_revision_id_to_access.rb +++ b/db/migrate/20200218142414_add_index_on_dmsf_file_revision_id_to_access.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20200423071301_add_indexes_on_dmsf_folder_id.rb b/db/migrate/20200423071301_add_indexes_on_dmsf_folder_id.rb index 0158230f..ccebfac4 100644 --- a/db/migrate/20200423071301_add_indexes_on_dmsf_folder_id.rb +++ b/db/migrate/20200423071301_add_indexes_on_dmsf_folder_id.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20200813075501_change_index_in_dmsf_locks.rb b/db/migrate/20200813075501_change_index_in_dmsf_locks.rb index 2bca8361..a37e22fe 100644 --- a/db/migrate/20200813075501_change_index_in_dmsf_locks.rb +++ b/db/migrate/20200813075501_change_index_in_dmsf_locks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20210115120901_add_owner_to_dmsf_lock.rb b/db/migrate/20210115120901_add_owner_to_dmsf_lock.rb index ba2943b7..7596c58e 100644 --- a/db/migrate/20210115120901_add_owner_to_dmsf_lock.rb +++ b/db/migrate/20210115120901_add_owner_to_dmsf_lock.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20220317100901_add_patch_version.rb b/db/migrate/20220317100901_add_patch_version.rb index ed98a3e2..1224d544 100644 --- a/db/migrate/20220317100901_add_patch_version.rb +++ b/db/migrate/20220317100901_add_patch_version.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20220906151100_add_projects_default_dmsf_query_id.rb b/db/migrate/20220906151100_add_projects_default_dmsf_query_id.rb index 27086aff..576379d8 100644 --- a/db/migrate/20220906151100_add_projects_default_dmsf_query_id.rb +++ b/db/migrate/20220906151100_add_projects_default_dmsf_query_id.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20230105082201_null_minor_version.rb b/db/migrate/20230105082201_null_minor_version.rb index 280c5a7f..36bef72f 100644 --- a/db/migrate/20230105082201_null_minor_version.rb +++ b/db/migrate/20230105082201_null_minor_version.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/db/migrate/20230426130301_add_uniqness_to_step_assignments.rb b/db/migrate/20230426130301_add_uniqness_to_step_assignments.rb index 4476c508..9de6e99b 100644 --- a/db/migrate/20230426130301_add_uniqness_to_step_assignments.rb +++ b/db/migrate/20230426130301_add_uniqness_to_step_assignments.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/extra/api/api_client.rb b/extra/api/api_client.rb index ef21e299..ce80b8b9 100644 --- a/extra/api/api_client.rb +++ b/extra/api/api_client.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/extra/api/api_client.sh b/extra/api/api_client.sh index 6c1f0b04..fa82a4f3 100644 --- a/extra/api/api_client.sh +++ b/extra/api/api_client.sh @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/extra/xapian_indexer.rb b/extra/xapian_indexer.rb index 6854ccb9..542a8f03 100644 --- a/extra/xapian_indexer.rb +++ b/extra/xapian_indexer.rb @@ -4,8 +4,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2010 Xabier Elkano -# Copyright © 2011-23 Karel Pičman +# Xabier Elkano, Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/init.rb b/init.rb index 55502281..c4b84544 100644 --- a/init.rb +++ b/init.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/dav4rack.rb b/lib/dav4rack.rb index 57dc3a27..72bf193a 100644 --- a/lib/dav4rack.rb +++ b/lib/dav4rack.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf.rb b/lib/redmine_dmsf.rb index f2b697fe..5029e38b 100644 --- a/lib/redmine_dmsf.rb +++ b/lib/redmine_dmsf.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/dmsf_zip.rb b/lib/redmine_dmsf/dmsf_zip.rb index f8cc346b..ed76684a 100644 --- a/lib/redmine_dmsf/dmsf_zip.rb +++ b/lib/redmine_dmsf/dmsf_zip.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_access_error.rb b/lib/redmine_dmsf/errors/dmsf_access_error.rb index 4b75dbd9..e84f88fe 100644 --- a/lib/redmine_dmsf/errors/dmsf_access_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_access_error.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_email_max_file_size_error.rb b/lib/redmine_dmsf/errors/dmsf_email_max_file_size_error.rb index cabe5654..af1e318b 100644 --- a/lib/redmine_dmsf/errors/dmsf_email_max_file_size_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_email_max_file_size_error.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb b/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb index 4f19db96..bc4244ab 100644 --- a/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_lock_error.rb b/lib/redmine_dmsf/errors/dmsf_lock_error.rb index c16dc856..13ae8873 100644 --- a/lib/redmine_dmsf/errors/dmsf_lock_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_lock_error.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_parent_error.rb b/lib/redmine_dmsf/errors/dmsf_parent_error.rb index 605cc740..39402731 100644 --- a/lib/redmine_dmsf/errors/dmsf_parent_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_parent_error.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/errors/dmsf_zip_max_files_error.rb b/lib/redmine_dmsf/errors/dmsf_zip_max_files_error.rb index 9a55ba88..a913acf4 100644 --- a/lib/redmine_dmsf/errors/dmsf_zip_max_files_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_zip_max_files_error.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb b/lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb index 91f2602f..68a4dec8 100644 --- a/lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb +++ b/lib/redmine_dmsf/field_formats/dmsf_file_revision_format.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb b/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb index 6b31fbbc..027a39c8 100644 --- a/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb +++ b/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb b/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb index a79cef3a..cee64dfb 100644 --- a/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb +++ b/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb b/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb index 357fec68..5deb7e15 100644 --- a/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb b/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb index e406c6a2..63a1a778 100644 --- a/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb b/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb index 77e97ec9..8d9221b7 100644 --- a/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/base_view_hooks.rb b/lib/redmine_dmsf/hooks/views/base_view_hooks.rb index 5cfc33e2..ffa75b2f 100644 --- a/lib/redmine_dmsf/hooks/views/base_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/base_view_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/custom_field_view_hooks.rb b/lib/redmine_dmsf/hooks/views/custom_field_view_hooks.rb index df9074f9..d5153ac4 100644 --- a/lib/redmine_dmsf/hooks/views/custom_field_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/custom_field_view_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/issue_view_hooks.rb b/lib/redmine_dmsf/hooks/views/issue_view_hooks.rb index 1bbd4641..62065aad 100644 --- a/lib/redmine_dmsf/hooks/views/issue_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/issue_view_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/my_account_view_hooks.rb b/lib/redmine_dmsf/hooks/views/my_account_view_hooks.rb index 796698ed..20146f27 100644 --- a/lib/redmine_dmsf/hooks/views/my_account_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/my_account_view_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/search_view_hooks.rb b/lib/redmine_dmsf/hooks/views/search_view_hooks.rb index e0b48262..9535a3ac 100644 --- a/lib/redmine_dmsf/hooks/views/search_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/search_view_hooks.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb b/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb index afd8c4b8..407d7b39 100644 --- a/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb +++ b/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/lockable.rb b/lib/redmine_dmsf/lockable.rb index 5294a51c..20c37454 100644 --- a/lib/redmine_dmsf/lockable.rb +++ b/lib/redmine_dmsf/lockable.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/macros.rb b/lib/redmine_dmsf/macros.rb index 96d19e95..79568435 100644 --- a/lib/redmine_dmsf/macros.rb +++ b/lib/redmine_dmsf/macros.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/access_control_patch.rb b/lib/redmine_dmsf/patches/access_control_patch.rb index cab046a3..4be2f78d 100644 --- a/lib/redmine_dmsf/patches/access_control_patch.rb +++ b/lib/redmine_dmsf/patches/access_control_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/application_helper_patch.rb b/lib/redmine_dmsf/patches/application_helper_patch.rb index 28471e2b..fe282c95 100644 --- a/lib/redmine_dmsf/patches/application_helper_patch.rb +++ b/lib/redmine_dmsf/patches/application_helper_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/attachable_patch.rb b/lib/redmine_dmsf/patches/attachable_patch.rb index a2444d22..54d6275b 100644 --- a/lib/redmine_dmsf/patches/attachable_patch.rb +++ b/lib/redmine_dmsf/patches/attachable_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/easy_crm_case_patch.rb b/lib/redmine_dmsf/patches/easy_crm_case_patch.rb index 88b0f353..d87f25d1 100644 --- a/lib/redmine_dmsf/patches/easy_crm_case_patch.rb +++ b/lib/redmine_dmsf/patches/easy_crm_case_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb b/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb index 685de91f..3e1a2871 100644 --- a/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb +++ b/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/formatting_helper_patch.rb b/lib/redmine_dmsf/patches/formatting_helper_patch.rb index b8e98457..010f26e9 100644 --- a/lib/redmine_dmsf/patches/formatting_helper_patch.rb +++ b/lib/redmine_dmsf/patches/formatting_helper_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/issue_patch.rb b/lib/redmine_dmsf/patches/issue_patch.rb index 51e8770a..cd2cc0bf 100644 --- a/lib/redmine_dmsf/patches/issue_patch.rb +++ b/lib/redmine_dmsf/patches/issue_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/notifiable_patch.rb b/lib/redmine_dmsf/patches/notifiable_patch.rb index 58739011..f1941400 100644 --- a/lib/redmine_dmsf/patches/notifiable_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/notifiable_ru_patch.rb b/lib/redmine_dmsf/patches/notifiable_ru_patch.rb index bb3a1491..6985a079 100644 --- a/lib/redmine_dmsf/patches/notifiable_ru_patch.rb +++ b/lib/redmine_dmsf/patches/notifiable_ru_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/pdf_patch.rb b/lib/redmine_dmsf/patches/pdf_patch.rb index 28f67aad..f89b0941 100644 --- a/lib/redmine_dmsf/patches/pdf_patch.rb +++ b/lib/redmine_dmsf/patches/pdf_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/project_patch.rb b/lib/redmine_dmsf/patches/project_patch.rb index fe6787c5..3e827834 100644 --- a/lib/redmine_dmsf/patches/project_patch.rb +++ b/lib/redmine_dmsf/patches/project_patch.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/projects_helper_patch.rb b/lib/redmine_dmsf/patches/projects_helper_patch.rb index 02f2ff48..37e9b781 100644 --- a/lib/redmine_dmsf/patches/projects_helper_patch.rb +++ b/lib/redmine_dmsf/patches/projects_helper_patch.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/queries_controller_patch.rb b/lib/redmine_dmsf/patches/queries_controller_patch.rb index e77cd3ac..375ca76a 100644 --- a/lib/redmine_dmsf/patches/queries_controller_patch.rb +++ b/lib/redmine_dmsf/patches/queries_controller_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/role_patch.rb b/lib/redmine_dmsf/patches/role_patch.rb index 27e6e3f0..e794acc7 100644 --- a/lib/redmine_dmsf/patches/role_patch.rb +++ b/lib/redmine_dmsf/patches/role_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/search_controller_patch.rb b/lib/redmine_dmsf/patches/search_controller_patch.rb index 905166c9..7b2bfd03 100644 --- a/lib/redmine_dmsf/patches/search_controller_patch.rb +++ b/lib/redmine_dmsf/patches/search_controller_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/search_patch.rb b/lib/redmine_dmsf/patches/search_patch.rb index 5d58e91c..6766889d 100644 --- a/lib/redmine_dmsf/patches/search_patch.rb +++ b/lib/redmine_dmsf/patches/search_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/user_patch.rb b/lib/redmine_dmsf/patches/user_patch.rb index 9b8640d6..e167e28c 100644 --- a/lib/redmine_dmsf/patches/user_patch.rb +++ b/lib/redmine_dmsf/patches/user_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/user_preference_patch.rb b/lib/redmine_dmsf/patches/user_preference_patch.rb index 3f4ba6cf..2b4629c2 100644 --- a/lib/redmine_dmsf/patches/user_preference_patch.rb +++ b/lib/redmine_dmsf/patches/user_preference_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/patches/xapian_easy_search_helper_patch.rb b/lib/redmine_dmsf/patches/xapian_easy_search_helper_patch.rb index 46c052c2..dc4fb6b4 100644 --- a/lib/redmine_dmsf/patches/xapian_easy_search_helper_patch.rb +++ b/lib/redmine_dmsf/patches/xapian_easy_search_helper_patch.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/plugin.rb b/lib/redmine_dmsf/plugin.rb index e6256ee7..1355ff70 100644 --- a/lib/redmine_dmsf/plugin.rb +++ b/lib/redmine_dmsf/plugin.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/preview.rb b/lib/redmine_dmsf/preview.rb index 6bb8c6f5..4742b8ee 100644 --- a/lib/redmine_dmsf/preview.rb +++ b/lib/redmine_dmsf/preview.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/base_resource.rb b/lib/redmine_dmsf/webdav/base_resource.rb index cbcab464..7fe73dec 100644 --- a/lib/redmine_dmsf/webdav/base_resource.rb +++ b/lib/redmine_dmsf/webdav/base_resource.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/custom_middleware.rb b/lib/redmine_dmsf/webdav/custom_middleware.rb index c485d31e..5033ebb0 100644 --- a/lib/redmine_dmsf/webdav/custom_middleware.rb +++ b/lib/redmine_dmsf/webdav/custom_middleware.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/dmsf_controller.rb b/lib/redmine_dmsf/webdav/dmsf_controller.rb index 796ca4c4..d5d11036 100644 --- a/lib/redmine_dmsf/webdav/dmsf_controller.rb +++ b/lib/redmine_dmsf/webdav/dmsf_controller.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/dmsf_resource.rb b/lib/redmine_dmsf/webdav/dmsf_resource.rb index f092a0ba..8def3f03 100644 --- a/lib/redmine_dmsf/webdav/dmsf_resource.rb +++ b/lib/redmine_dmsf/webdav/dmsf_resource.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/index_resource.rb b/lib/redmine_dmsf/webdav/index_resource.rb index 4f84d839..000b1e4f 100644 --- a/lib/redmine_dmsf/webdav/index_resource.rb +++ b/lib/redmine_dmsf/webdav/index_resource.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/project_resource.rb b/lib/redmine_dmsf/webdav/project_resource.rb index 7f0a56bd..0d1d1435 100644 --- a/lib/redmine_dmsf/webdav/project_resource.rb +++ b/lib/redmine_dmsf/webdav/project_resource.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/redmine_dmsf/webdav/resource_proxy.rb b/lib/redmine_dmsf/webdav/resource_proxy.rb index 1bb37b4f..22d53ae0 100644 --- a/lib/redmine_dmsf/webdav/resource_proxy.rb +++ b/lib/redmine_dmsf/webdav/resource_proxy.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/tasks/dmsf_alert_approvals.rake b/lib/tasks/dmsf_alert_approvals.rake index 649eb8ea..9ad1ba07 100644 --- a/lib/tasks/dmsf_alert_approvals.rake +++ b/lib/tasks/dmsf_alert_approvals.rake @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/tasks/dmsf_convert_documents.rake b/lib/tasks/dmsf_convert_documents.rake index d3ee927e..04fb3a40 100644 --- a/lib/tasks/dmsf_convert_documents.rake +++ b/lib/tasks/dmsf_convert_documents.rake @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/tasks/dmsf_create_digests.rake b/lib/tasks/dmsf_create_digests.rake index afbd4183..cceb55ad 100644 --- a/lib/tasks/dmsf_create_digests.rake +++ b/lib/tasks/dmsf_create_digests.rake @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/tasks/dmsf_maintenance.rake b/lib/tasks/dmsf_maintenance.rake index c2bb75b5..e852da7d 100644 --- a/lib/tasks/dmsf_maintenance.rake +++ b/lib/tasks/dmsf_maintenance.rake @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/tasks/dmsf_webdav_test.rake b/lib/tasks/dmsf_webdav_test.rake index 3380f47c..95815fb5 100644 --- a/lib/tasks/dmsf_webdav_test.rake +++ b/lib/tasks/dmsf_webdav_test.rake @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/xapian_easy_search/base_mapper.rb b/lib/xapian_easy_search/base_mapper.rb index 3beda5d8..d54623dc 100644 --- a/lib/xapian_easy_search/base_mapper.rb +++ b/lib/xapian_easy_search/base_mapper.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/xapian_easy_search/dmsf_file_mapper.rb b/lib/xapian_easy_search/dmsf_file_mapper.rb index 8dfdca0e..4592c546 100644 --- a/lib/xapian_easy_search/dmsf_file_mapper.rb +++ b/lib/xapian_easy_search/dmsf_file_mapper.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/lib/xapian_easy_search/dmsf_folder_mapper.rb b/lib/xapian_easy_search/dmsf_folder_mapper.rb index a8d982f7..6e008fd7 100644 --- a/lib/xapian_easy_search/dmsf_folder_mapper.rb +++ b/lib/xapian_easy_search/dmsf_folder_mapper.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index 38a1286c..f1c3c5dc 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -1,7 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml index 24b0e139..85190294 100644 --- a/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml @@ -1,7 +1,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_context_menus_controller_test.rb b/test/functional/dmsf_context_menus_controller_test.rb index a85e84fd..b9151bc7 100644 --- a/test/functional/dmsf_context_menus_controller_test.rb +++ b/test/functional/dmsf_context_menus_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_controller_test.rb b/test/functional/dmsf_controller_test.rb index 17d61788..a6783863 100644 --- a/test/functional/dmsf_controller_test.rb +++ b/test/functional/dmsf_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_folder_permissions_controller_test.rb b/test/functional/dmsf_folder_permissions_controller_test.rb index 35ed8ef2..bec0f9fc 100644 --- a/test/functional/dmsf_folder_permissions_controller_test.rb +++ b/test/functional/dmsf_folder_permissions_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_links_controller_test.rb b/test/functional/dmsf_links_controller_test.rb index f41f58e0..d671b463 100644 --- a/test/functional/dmsf_links_controller_test.rb +++ b/test/functional/dmsf_links_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_public_urls_controller_test.rb b/test/functional/dmsf_public_urls_controller_test.rb index f6f870a1..be8c1c56 100644 --- a/test/functional/dmsf_public_urls_controller_test.rb +++ b/test/functional/dmsf_public_urls_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_state_controller_test.rb b/test/functional/dmsf_state_controller_test.rb index e6f47647..2590e975 100644 --- a/test/functional/dmsf_state_controller_test.rb +++ b/test/functional/dmsf_state_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/dmsf_workflow_controller_test.rb b/test/functional/dmsf_workflow_controller_test.rb index f6c398c3..c08c16b2 100644 --- a/test/functional/dmsf_workflow_controller_test.rb +++ b/test/functional/dmsf_workflow_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 32982989..15a59a5d 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/my_controller_test.rb b/test/functional/my_controller_test.rb index a89e5c0f..58c58d83 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 7748e4c5..37210868 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/helper_test.rb b/test/helper_test.rb index 2c895f55..966a5585 100644 --- a/test/helper_test.rb +++ b/test/helper_test.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/helpers/dmsf_helper_test.rb b/test/helpers/dmsf_helper_test.rb index 7fa142f9..33344eb5 100644 --- a/test/helpers/dmsf_helper_test.rb +++ b/test/helpers/dmsf_helper_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/helpers/dmsf_links_helper_test.rb b/test/helpers/dmsf_links_helper_test.rb index 15228294..e111a89e 100644 --- a/test/helpers/dmsf_links_helper_test.rb +++ b/test/helpers/dmsf_links_helper_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/helpers/dmsf_queries_helper_test.rb b/test/helpers/dmsf_queries_helper_test.rb index 7ce190b0..19b05eeb 100644 --- a/test/helpers/dmsf_queries_helper_test.rb +++ b/test/helpers/dmsf_queries_helper_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/rest_api/dmsf_api_test.rb b/test/integration/rest_api/dmsf_api_test.rb index 8c74c8d7..3059ca88 100644 --- a/test/integration/rest_api/dmsf_api_test.rb +++ b/test/integration/rest_api/dmsf_api_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/rest_api/dmsf_file_api_test.rb b/test/integration/rest_api/dmsf_file_api_test.rb index 8d717ccf..89d09880 100644 --- a/test/integration/rest_api/dmsf_file_api_test.rb +++ b/test/integration/rest_api/dmsf_file_api_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/rest_api/dmsf_folder_api_test.rb b/test/integration/rest_api/dmsf_folder_api_test.rb index 6b0546aa..fca7d75e 100644 --- a/test/integration/rest_api/dmsf_folder_api_test.rb +++ b/test/integration/rest_api/dmsf_folder_api_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/rest_api/dmsf_link_api_test.rb b/test/integration/rest_api/dmsf_link_api_test.rb index ed2d389b..e486b1bf 100644 --- a/test/integration/rest_api/dmsf_link_api_test.rb +++ b/test/integration/rest_api/dmsf_link_api_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb b/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb index b868746a..354fa59b 100644 --- a/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb +++ b/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_delete_test.rb b/test/integration/webdav/dmsf_webdav_delete_test.rb index 9360e087..4551acd8 100644 --- a/test/integration/webdav/dmsf_webdav_delete_test.rb +++ b/test/integration/webdav/dmsf_webdav_delete_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_get_test.rb b/test/integration/webdav/dmsf_webdav_get_test.rb index 07d02f73..110bba24 100644 --- a/test/integration/webdav/dmsf_webdav_get_test.rb +++ b/test/integration/webdav/dmsf_webdav_get_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_head_test.rb b/test/integration/webdav/dmsf_webdav_head_test.rb index 1f070b39..c2e93422 100644 --- a/test/integration/webdav/dmsf_webdav_head_test.rb +++ b/test/integration/webdav/dmsf_webdav_head_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_lock_test.rb b/test/integration/webdav/dmsf_webdav_lock_test.rb index 6807b771..981de6bc 100644 --- a/test/integration/webdav/dmsf_webdav_lock_test.rb +++ b/test/integration/webdav/dmsf_webdav_lock_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_mkcol_test.rb b/test/integration/webdav/dmsf_webdav_mkcol_test.rb index 46f88052..38b926ea 100644 --- a/test/integration/webdav/dmsf_webdav_mkcol_test.rb +++ b/test/integration/webdav/dmsf_webdav_mkcol_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_move_test.rb b/test/integration/webdav/dmsf_webdav_move_test.rb index 754bdece..58471523 100644 --- a/test/integration/webdav/dmsf_webdav_move_test.rb +++ b/test/integration/webdav/dmsf_webdav_move_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_options_test.rb b/test/integration/webdav/dmsf_webdav_options_test.rb index 009ba2ec..f0d5520c 100644 --- a/test/integration/webdav/dmsf_webdav_options_test.rb +++ b/test/integration/webdav/dmsf_webdav_options_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_post_test.rb b/test/integration/webdav/dmsf_webdav_post_test.rb index f3b40f41..ffb764e9 100644 --- a/test/integration/webdav/dmsf_webdav_post_test.rb +++ b/test/integration/webdav/dmsf_webdav_post_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_propfind_test.rb b/test/integration/webdav/dmsf_webdav_propfind_test.rb index fce4f122..c792125e 100644 --- a/test/integration/webdav/dmsf_webdav_propfind_test.rb +++ b/test/integration/webdav/dmsf_webdav_propfind_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_put_test.rb b/test/integration/webdav/dmsf_webdav_put_test.rb index a11ac455..196db1a0 100644 --- a/test/integration/webdav/dmsf_webdav_put_test.rb +++ b/test/integration/webdav/dmsf_webdav_put_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration/webdav/dmsf_webdav_unlock_test.rb b/test/integration/webdav/dmsf_webdav_unlock_test.rb index c090332f..26664433 100644 --- a/test/integration/webdav/dmsf_webdav_unlock_test.rb +++ b/test/integration/webdav/dmsf_webdav_unlock_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/integration_test.rb b/test/integration_test.rb index de41fec4..a7d539c3 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/test_case.rb b/test/test_case.rb index 0d2d4b90..8635e67d 100644 --- a/test/test_case.rb +++ b/test/test_case.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/test_helper.rb b/test/test_helper.rb index 12adfcb5..0b9974d6 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/custom_field_dmsf_file_format_test.rb b/test/unit/custom_field_dmsf_file_format_test.rb index 5764a8ce..c30d7e98 100644 --- a/test/unit/custom_field_dmsf_file_format_test.rb +++ b/test/unit/custom_field_dmsf_file_format_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_file_revision_test.rb b/test/unit/dmsf_file_revision_test.rb index 3e31f2bf..9101c9a5 100644 --- a/test/unit/dmsf_file_revision_test.rb +++ b/test/unit/dmsf_file_revision_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_file_test.rb b/test/unit/dmsf_file_test.rb index 03515b3c..8d03e730 100644 --- a/test/unit/dmsf_file_test.rb +++ b/test/unit/dmsf_file_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_folder_permission_test.rb b/test/unit/dmsf_folder_permission_test.rb index 99be4f72..eae32355 100644 --- a/test/unit/dmsf_folder_permission_test.rb +++ b/test/unit/dmsf_folder_permission_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_folder_test.rb b/test/unit/dmsf_folder_test.rb index d5edc1b9..e7294dda 100644 --- a/test/unit/dmsf_folder_test.rb +++ b/test/unit/dmsf_folder_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_link_test.rb b/test/unit/dmsf_link_test.rb index 62939b37..ec086017 100644 --- a/test/unit/dmsf_link_test.rb +++ b/test/unit/dmsf_link_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_lock_test.rb b/test/unit/dmsf_lock_test.rb index 4ac719de..8ff59a81 100644 --- a/test/unit/dmsf_lock_test.rb +++ b/test/unit/dmsf_lock_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_mailer_test.rb b/test/unit/dmsf_mailer_test.rb index b9dab19c..5905b603 100644 --- a/test/unit/dmsf_mailer_test.rb +++ b/test/unit/dmsf_mailer_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_public_url_test.rb b/test/unit/dmsf_public_url_test.rb index 1161da8b..bc9bc222 100644 --- a/test/unit/dmsf_public_url_test.rb +++ b/test/unit/dmsf_public_url_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_query_test.rb b/test/unit/dmsf_query_test.rb index bb3e5fcb..f366e332 100644 --- a/test/unit/dmsf_query_test.rb +++ b/test/unit/dmsf_query_test.rb @@ -2,8 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_upload_test.rb b/test/unit/dmsf_upload_test.rb index 609b404f..91bbfea4 100644 --- a/test/unit/dmsf_upload_test.rb +++ b/test/unit/dmsf_upload_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_workflow_step_action_test.rb b/test/unit/dmsf_workflow_step_action_test.rb index 27807bbd..477cbc91 100644 --- a/test/unit/dmsf_workflow_step_action_test.rb +++ b/test/unit/dmsf_workflow_step_action_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_workflow_step_assignment_test.rb b/test/unit/dmsf_workflow_step_assignment_test.rb index 31d740e5..390acab7 100644 --- a/test/unit/dmsf_workflow_step_assignment_test.rb +++ b/test/unit/dmsf_workflow_step_assignment_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_workflow_step_test.rb b/test/unit/dmsf_workflow_step_test.rb index 54bd4f06..77a5fd40 100644 --- a/test/unit/dmsf_workflow_step_test.rb +++ b/test/unit/dmsf_workflow_step_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/dmsf_workflow_test.rb b/test/unit/dmsf_workflow_test.rb index 201cf364..f0580f4f 100644 --- a/test/unit/dmsf_workflow_test.rb +++ b/test/unit/dmsf_workflow_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/issue_patch_test.rb b/test/unit/issue_patch_test.rb index efe701ed..7331a725 100644 --- a/test/unit/issue_patch_test.rb +++ b/test/unit/issue_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/lib/acccess_control_patch_test.rb b/test/unit/lib/acccess_control_patch_test.rb index 01303ed1..823b33ad 100644 --- a/test/unit/lib/acccess_control_patch_test.rb +++ b/test/unit/lib/acccess_control_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/lib/attachable_patch_test.rb b/test/unit/lib/attachable_patch_test.rb index d21270be..f4ff9c6e 100644 --- a/test/unit/lib/attachable_patch_test.rb +++ b/test/unit/lib/attachable_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/lib/redmine_dmsf/dmsf_macros_test.rb b/test/unit/lib/redmine_dmsf/dmsf_macros_test.rb index 5d67601d..48e0c04e 100644 --- a/test/unit/lib/redmine_dmsf/dmsf_macros_test.rb +++ b/test/unit/lib/redmine_dmsf/dmsf_macros_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/lib/redmine_dmsf/dmsf_plugin_test.rb b/test/unit/lib/redmine_dmsf/dmsf_plugin_test.rb index 9b2e782b..b20c2e54 100644 --- a/test/unit/lib/redmine_dmsf/dmsf_plugin_test.rb +++ b/test/unit/lib/redmine_dmsf/dmsf_plugin_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/lib/search_patch_test.rb b/test/unit/lib/search_patch_test.rb index 43731bcc..6f3aeaa5 100644 --- a/test/unit/lib/search_patch_test.rb +++ b/test/unit/lib/search_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/project_patch_test.rb b/test/unit/project_patch_test.rb index d966beae..ac091f25 100644 --- a/test/unit/project_patch_test.rb +++ b/test/unit/project_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/user_patch_test.rb b/test/unit/user_patch_test.rb index d9b0c9ac..a2f4deae 100644 --- a/test/unit/user_patch_test.rb +++ b/test/unit/user_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit/user_preference_patch_test.rb b/test/unit/user_preference_patch_test.rb index 6eefc8d1..c2ff87d3 100644 --- a/test/unit/user_preference_patch_test.rb +++ b/test/unit/user_preference_patch_test.rb @@ -2,7 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-23 Karel Pičman +# Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/test/unit_test.rb b/test/unit_test.rb index a6a65d74..1c7fe2f5 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -2,9 +2,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011 Vít Jonáš -# Copyright © 2012 Daniel Munn -# Copyright © 2011-23 Karel Pičman +# Vít Jonáš , Daniel Munn , Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License