From dbd6a4238d30e5727f4923a0033022f78d6f04d5 Mon Sep 17 00:00:00 2001 From: "Karel.Picman" Date: Tue, 11 Jan 2022 13:32:13 +0100 Subject: [PATCH] 2021 -> 2022 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- Gemfile | 2 +- after_init.rb | 2 +- app/controllers/dmsf_context_menus_controller.rb | 2 +- app/controllers/dmsf_controller.rb | 2 +- app/controllers/dmsf_files_controller.rb | 2 +- app/controllers/dmsf_files_copy_controller.rb | 2 +- app/controllers/dmsf_folder_permissions_controller.rb | 2 +- app/controllers/dmsf_folders_copy_controller.rb | 2 +- app/controllers/dmsf_links_controller.rb | 2 +- app/controllers/dmsf_public_urls_controller.rb | 2 +- app/controllers/dmsf_state_controller.rb | 2 +- app/controllers/dmsf_upload_controller.rb | 2 +- app/controllers/dmsf_workflows_controller.rb | 7 +------ app/helpers/dmsf_files_helper.rb | 2 +- app/helpers/dmsf_folder_permissions_helper.rb | 2 +- app/helpers/dmsf_helper.rb | 2 +- app/helpers/dmsf_links_helper.rb | 2 +- app/helpers/dmsf_queries_helper.rb | 2 +- app/helpers/dmsf_upload_helper.rb | 2 +- app/helpers/dmsf_workflows_helper.rb | 2 +- app/models/dmsf_file.rb | 2 +- app/models/dmsf_file_revision.rb | 2 +- app/models/dmsf_file_revision_access.rb | 2 +- app/models/dmsf_file_revision_access_query.rb | 2 +- app/models/dmsf_file_revision_custom_field.rb | 2 +- app/models/dmsf_folder.rb | 2 +- app/models/dmsf_folder_permission.rb | 2 +- app/models/dmsf_link.rb | 2 +- app/models/dmsf_lock.rb | 2 +- app/models/dmsf_mailer.rb | 2 +- app/models/dmsf_modified_query_column.rb | 2 +- app/models/dmsf_public_url.rb | 2 +- app/models/dmsf_query.rb | 2 +- app/models/dmsf_title_query_column.rb | 2 +- app/models/dmsf_upload.rb | 2 +- app/models/dmsf_version_query_column.rb | 2 +- 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 +- .../easy_dms/epm_dmsf_locked_documents.rb | 2 +- .../easy_page_modules/easy_dms/epm_dmsf_open_approvals.rb | 2 +- app/validators/dmsf_file_name_validator.rb | 2 +- app/validators/dmsf_folder_parent_validator.rb | 2 +- app/validators/dmsf_max_file_size_validator.rb | 2 +- app/validators/dmsf_url_validator.rb | 2 +- app/validators/dmsf_workflow_name_validator.rb | 2 +- app/views/dmsf/_add_email.html.erb | 2 +- app/views/dmsf/_custom_fields.html.erb | 2 +- app/views/dmsf/_description.html.erb | 2 +- app/views/dmsf/_main.html.erb | 2 +- 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 | 2 +- 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/drop.js.erb | 2 +- app/views/dmsf/edit.html.erb | 2 +- app/views/dmsf/edit_root.html.erb | 2 +- app/views/dmsf/email_entries.html.erb | 2 +- app/views/dmsf/index.html.erb | 2 +- app/views/dmsf/show.html.erb | 2 +- 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/_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/dmsf.html.erb | 2 +- app/views/dmsf_context_menus/trash.html.erb | 2 +- app/views/dmsf_files/_file_new_revision.html.erb | 2 +- app/views/dmsf_files/_link.html.erb | 2 +- app/views/dmsf_files/_links.html.erb | 2 +- app/views/dmsf_files/_revision_access.html.erb | 2 +- app/views/dmsf_files/_thumbnails.html.erb | 2 +- app/views/dmsf_files/show.html.erb | 2 +- app/views/dmsf_files_copy/new.html.erb | 2 +- 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_folders_copy/_form.html.erb | 2 +- app/views/dmsf_folders_copy/new.html.erb | 2 +- app/views/dmsf_links/_form.html.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 | 2 +- app/views/dmsf_mailer/files_deleted.text.erb | 2 +- app/views/dmsf_mailer/files_updated.html.erb | 2 +- app/views/dmsf_mailer/send_documents.html.erb | 2 +- app/views/dmsf_mailer/send_documents.text.erb | 2 +- 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 | 2 +- app/views/dmsf_upload/_form.html.erb | 2 +- app/views/dmsf_upload/_upload_file.html.erb | 2 +- app/views/dmsf_upload/_upload_file_locked.html.erb | 2 +- app/views/dmsf_upload/delete_dmsf_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 | 2 +- app/views/dmsf_upload/upload_files.html.erb | 2 +- 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/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/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 +- app/views/hooks/redmine_dmsf/_view_projects_form.html.erb | 2 +- app/views/my/blocks/_locked_documents.html.erb | 2 +- app/views/my/blocks/_open_approvals.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 | 2 +- assets/javascripts/attachments_dmsf.js | 2 +- assets/javascripts/redmine_dmsf.js | 2 +- assets/stylesheets/easy_extensions.css | 2 +- assets/stylesheets/redmine_dmsf.css | 2 +- config/locales/cs.yml | 2 +- config/locales/de.yml | 2 +- config/locales/en.yml | 2 +- config/locales/es.yml | 2 +- config/locales/fr.yml | 2 +- config/locales/hu.yml | 2 +- config/locales/it.yml | 2 +- config/locales/ja.yml | 2 +- config/locales/ko.yml | 2 +- config/locales/pl.yml | 2 +- config/locales/pt-BR.yml | 2 +- config/locales/ru.yml | 2 +- config/locales/sl.yml | 2 +- config/locales/zh-TW.yml | 2 +- config/locales/zh.yml | 2 +- config/routes.rb | 2 +- db/migrate/01_create_hierarchy.rb | 2 +- db/migrate/02_dmsf_normalization.rb | 2 +- db/migrate/03_dmsf_0_8_0.rb | 2 +- db/migrate/04_dmsf_0_9_0.rb | 2 +- db/migrate/05_dmsf_0_9_0_1.rb | 2 +- db/migrate/06_dmsf_1_2_0.rb | 2 +- db/migrate/07_dmsf_1_4_4.rb | 2 +- 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 | 2 +- ...14153223_add_dmsf_file_last_revision_id_to_dmsf_lock.rb | 2 +- ...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 +- extra/api/api_client.rb | 2 +- extra/api/api_client.sh | 2 +- extra/xapian_indexer.rb | 2 +- init.rb | 2 +- lib/redmine_dmsf.rb | 2 +- lib/redmine_dmsf/dmsf_zip.rb | 2 +- lib/redmine_dmsf/errors/dmsf_access_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_content_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_email_max_file_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_lock_error.rb | 2 +- lib/redmine_dmsf/errors/dmsf_zip_max_file_error.rb | 2 +- .../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/search_view_hooks.rb | 2 +- lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb | 2 +- lib/redmine_dmsf/lockable.rb | 2 +- lib/redmine_dmsf/macros.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/issue_patch.rb | 2 +- lib/redmine_dmsf/patches/project_patch.rb | 2 +- lib/redmine_dmsf/patches/projects_helper_patch.rb | 2 +- lib/redmine_dmsf/patches/queries_controller_patch.rb | 2 +- lib/redmine_dmsf/patches/role_patch.rb | 2 +- lib/redmine_dmsf/patches/user_patch.rb | 2 +- lib/redmine_dmsf/patches/user_preference_patch.rb | 2 +- lib/redmine_dmsf/webdav/base_resource.rb | 2 +- lib/redmine_dmsf/webdav/custom_middleware.rb | 2 +- lib/redmine_dmsf/webdav/dmsf_resource.rb | 2 +- lib/redmine_dmsf/webdav/index_resource.rb | 2 +- lib/redmine_dmsf/webdav/project_resource.rb | 2 +- lib/redmine_dmsf/webdav/resource_proxy.rb | 2 +- lib/tasks/dmsf_alert_approvals.rake | 2 +- lib/tasks/dmsf_convert_documents.rake | 2 +- lib/tasks/dmsf_create_digests.rake | 2 +- lib/tasks/dmsf_maintenance.rake | 2 +- lib/tasks/dmsf_webdav_test.rake | 2 +- test/ci/ci.sh | 2 +- test/ci/mariadb.yml | 2 +- test/ci/postgres.yml | 2 +- test/ci/sqlite3.yml | 2 +- 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_files_controller_test.rb | 2 +- test/functional/dmsf_files_copy_controller_test.rb | 2 +- test/functional/dmsf_folder_permissions_controller_test.rb | 2 +- test/functional/dmsf_folders_copy_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 | 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 | 2 +- test/integration/webdav/dmsf_webdav_get_test.rb | 2 +- test/integration/webdav/dmsf_webdav_head_test.rb | 2 +- test/integration/webdav/dmsf_webdav_lock_test.rb | 2 +- test/integration/webdav/dmsf_webdav_mkcol_test.rb | 2 +- test/integration/webdav/dmsf_webdav_move_test.rb | 2 +- test/integration/webdav/dmsf_webdav_options_test.rb | 2 +- test/integration/webdav/dmsf_webdav_post_test.rb | 2 +- test/integration/webdav/dmsf_webdav_propfind_test.rb | 2 +- test/integration/webdav/dmsf_webdav_put_test.rb | 2 +- test/integration/webdav/dmsf_webdav_unlock_test.rb | 2 +- test/integration_test.rb | 2 +- test/test_helper.rb | 2 +- test/unit/attachable_patch_test.rb | 2 +- test/unit/dmsf_file_revision_test.rb | 2 +- test/unit/dmsf_file_test.rb | 2 +- test/unit/dmsf_folder_permission_test.rb | 2 +- test/unit/dmsf_folder_test.rb | 2 +- test/unit/dmsf_link_test.rb | 2 +- test/unit/dmsf_lock_test.rb | 2 +- test/unit/dmsf_mailer_test.rb | 2 +- test/unit/dmsf_public_url_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/project_patch_test.rb | 2 +- test/unit/user_patch_test.rb | 2 +- test/unit_test.rb | 2 +- 316 files changed, 317 insertions(+), 322 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c41402c..3820b4a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/Dockerfile b/Dockerfile index 79df3f02..ec5ac1ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 406383eb..303a911c 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/after_init.rb b/after_init.rb index 9e7d3015..fb79f6a1 100644 --- a/after_init.rb +++ b/after_init.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6c204b71..e97c7e7c 100644 --- a/app/controllers/dmsf_context_menus_controller.rb +++ b/app/controllers/dmsf_context_menus_controller.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 52807f0b..eaee48c8 100644 --- a/app/controllers/dmsf_controller.rb +++ b/app/controllers/dmsf_controller.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 12d821ed..f186ca57 100644 --- a/app/controllers/dmsf_files_controller.rb +++ b/app/controllers/dmsf_files_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_copy_controller.rb b/app/controllers/dmsf_files_copy_controller.rb index 25016906..1cf44adf 100644 --- a/app/controllers/dmsf_files_copy_controller.rb +++ b/app/controllers/dmsf_files_copy_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 aa65398a..185dc9bc 100644 --- a/app/controllers/dmsf_folder_permissions_controller.rb +++ b/app/controllers/dmsf_folder_permissions_controller.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_folders_copy_controller.rb b/app/controllers/dmsf_folders_copy_controller.rb index 61ad5948..d7bbcf9f 100644 --- a/app/controllers/dmsf_folders_copy_controller.rb +++ b/app/controllers/dmsf_folders_copy_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 06a39786..7d933ec3 100644 --- a/app/controllers/dmsf_links_controller.rb +++ b/app/controllers/dmsf_links_controller.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f30d0b2d..9af3d79a 100644 --- a/app/controllers/dmsf_public_urls_controller.rb +++ b/app/controllers/dmsf_public_urls_controller.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 27e05423..92ae1278 100644 --- a/app/controllers/dmsf_state_controller.rb +++ b/app/controllers/dmsf_state_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 4e4313c1..b3faf097 100644 --- a/app/controllers/dmsf_upload_controller.rb +++ b/app/controllers/dmsf_upload_controller.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 58483097..50839db2 100644 --- a/app/controllers/dmsf_workflows_controller.rb +++ b/app/controllers/dmsf_workflows_controller.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -215,8 +215,6 @@ class DmsfWorkflowsController < ApplicationController rescue => e flash[:error] = e.message end - #redirect_back_or_default dmsf_folder_path(id: @project, folder_id: @folder) - #return # DMS link (attached) elsif params[:dmsf_link_id].present? @dmsf_link_id = params[:dmsf_link_id] @@ -226,9 +224,6 @@ class DmsfWorkflowsController < ApplicationController @attachment_id = params[:attachment_id] @dmsf_workflow_id = params[:dmsf_workflow_id] end - #else - #redirect_back_or_default dmsf_folder_path(id: @project, folder_id: @folder) - #return end respond_to do |format| format.html { diff --git a/app/helpers/dmsf_files_helper.rb b/app/helpers/dmsf_files_helper.rb index ab8e2db6..a5cb37a5 100644 --- a/app/helpers/dmsf_files_helper.rb +++ b/app/helpers/dmsf_files_helper.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f2260603..ab905924 100644 --- a/app/helpers/dmsf_folder_permissions_helper.rb +++ b/app/helpers/dmsf_folder_permissions_helper.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2da4fb50..39e5d61d 100644 --- a/app/helpers/dmsf_helper.rb +++ b/app/helpers/dmsf_helper.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1fc7b543..b21fa2b1 100644 --- a/app/helpers/dmsf_links_helper.rb +++ b/app/helpers/dmsf_links_helper.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1b212ab4..27daa21a 100644 --- a/app/helpers/dmsf_queries_helper.rb +++ b/app/helpers/dmsf_queries_helper.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f29267ba..a244e974 100644 --- a/app/helpers/dmsf_upload_helper.rb +++ b/app/helpers/dmsf_upload_helper.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d89877dc..2722858c 100644 --- a/app/helpers/dmsf_workflows_helper.rb +++ b/app/helpers/dmsf_workflows_helper.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2b5cf2ca..3a65a14d 100644 --- a/app/models/dmsf_file.rb +++ b/app/models/dmsf_file.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 eb0eb809..58af215b 100644 --- a/app/models/dmsf_file_revision.rb +++ b/app/models/dmsf_file_revision.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 15f7499b..d77ee348 100644 --- a/app/models/dmsf_file_revision_access.rb +++ b/app/models/dmsf_file_revision_access.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 46ab33fd..54a68fe5 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 37d0ed1a..003d45b5 100644 --- a/app/models/dmsf_file_revision_custom_field.rb +++ b/app/models/dmsf_file_revision_custom_field.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3579460a..49efd769 100644 --- a/app/models/dmsf_folder.rb +++ b/app/models/dmsf_folder.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d693c5fa..a39db614 100644 --- a/app/models/dmsf_folder_permission.rb +++ b/app/models/dmsf_folder_permission.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1816b7d7..3702b78c 100644 --- a/app/models/dmsf_link.rb +++ b/app/models/dmsf_link.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7113c8ba..f69ca43c 100644 --- a/app/models/dmsf_lock.rb +++ b/app/models/dmsf_lock.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2f7b10f6..bff6eee4 100644 --- a/app/models/dmsf_mailer.rb +++ b/app/models/dmsf_mailer.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_modified_query_column.rb b/app/models/dmsf_modified_query_column.rb index 8648282a..e26c4961 100644 --- a/app/models/dmsf_modified_query_column.rb +++ b/app/models/dmsf_modified_query_column.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b5abac89..499109ad 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b2668b0b..096d4d59 100644 --- a/app/models/dmsf_query.rb +++ b/app/models/dmsf_query.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_title_query_column.rb b/app/models/dmsf_title_query_column.rb index 8404e624..000c3932 100644 --- a/app/models/dmsf_title_query_column.rb +++ b/app/models/dmsf_title_query_column.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 dd577a0f..4a3a834e 100644 --- a/app/models/dmsf_upload.rb +++ b/app/models/dmsf_upload.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_version_query_column.rb b/app/models/dmsf_version_query_column.rb index 8588e73d..c6f94cd7 100644 --- a/app/models/dmsf_version_query_column.rb +++ b/app/models/dmsf_version_query_column.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 76706b61..aa1d64cc 100644 --- a/app/models/dmsf_workflow.rb +++ b/app/models/dmsf_workflow.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 85ff80b5..f45ef8f4 100644 --- a/app/models/dmsf_workflow_step.rb +++ b/app/models/dmsf_workflow_step.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6ed692fa..32b7f96b 100644 --- a/app/models/dmsf_workflow_step_action.rb +++ b/app/models/dmsf_workflow_step_action.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d7bd3895..b023033f 100644 --- a/app/models/dmsf_workflow_step_assignment.rb +++ b/app/models/dmsf_workflow_step_assignment.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_modules/easy_dms/epm_dmsf_locked_documents.rb b/app/models/easy_page_modules/easy_dms/epm_dmsf_locked_documents.rb index 26f2fc05..ed6c9c5b 100644 --- a/app/models/easy_page_modules/easy_dms/epm_dmsf_locked_documents.rb +++ b/app/models/easy_page_modules/easy_dms/epm_dmsf_locked_documents.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_modules/easy_dms/epm_dmsf_open_approvals.rb b/app/models/easy_page_modules/easy_dms/epm_dmsf_open_approvals.rb index 29279ecf..7f1b3555 100644 --- a/app/models/easy_page_modules/easy_dms/epm_dmsf_open_approvals.rb +++ b/app/models/easy_page_modules/easy_dms/epm_dmsf_open_approvals.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5b87af51..259422cc 100644 --- a/app/validators/dmsf_file_name_validator.rb +++ b/app/validators/dmsf_file_name_validator.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1ca14dcf..61fbcfb5 100644 --- a/app/validators/dmsf_folder_parent_validator.rb +++ b/app/validators/dmsf_folder_parent_validator.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3e5684ec..f5771cb0 100644 --- a/app/validators/dmsf_max_file_size_validator.rb +++ b/app/validators/dmsf_max_file_size_validator.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bdcf9b8a..359a3a6b 100644 --- a/app/validators/dmsf_url_validator.rb +++ b/app/validators/dmsf_url_validator.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 23ff8686..ed409577 100644 --- a/app/validators/dmsf_workflow_name_validator.rb +++ b/app/validators/dmsf_workflow_name_validator.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d257d633..ec5b4dd8 100644 --- a/app/views/dmsf/_add_email.html.erb +++ b/app/views/dmsf/_add_email.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 646df648..8ace97cf 100644 --- a/app/views/dmsf/_custom_fields.html.erb +++ b/app/views/dmsf/_custom_fields.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e4e1004f..f593637d 100644 --- a/app/views/dmsf/_description.html.erb +++ b/app/views/dmsf/_description.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 61bb1fae..35f07259 100644 --- a/app/views/dmsf/_main.html.erb +++ b/app/views/dmsf/_main.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 76e161fa..ae0c6be2 100644 --- a/app/views/dmsf/_path.html.erb +++ b/app/views/dmsf/_path.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8b34bdd0..ac0d72b0 100644 --- a/app/views/dmsf/_query_list.html.erb +++ b/app/views/dmsf/_query_list.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e85baf3e..094b63c4 100644 --- a/app/views/dmsf/_query_rows.erb +++ b/app/views/dmsf/_query_rows.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 bcbb9da8..7ed6864f 100644 --- a/app/views/dmsf/_sidebar.html.erb +++ b/app/views/dmsf/_sidebar.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 db5ba0b6..ab6262fb 100644 --- a/app/views/dmsf/add_email.js.erb +++ b/app/views/dmsf/add_email.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5cdea8e3..ef5c176c 100644 --- a/app/views/dmsf/append_email.js.erb +++ b/app/views/dmsf/append_email.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 cb351526..01b93cd1 100644 --- a/app/views/dmsf/autocomplete_for_user.js.erb +++ b/app/views/dmsf/autocomplete_for_user.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6ab087b3..26ae68a4 100644 --- a/app/views/dmsf/drop.js.erb +++ b/app/views/dmsf/drop.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b400e8db..34796a47 100644 --- a/app/views/dmsf/edit.html.erb +++ b/app/views/dmsf/edit.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2d629729..9ef5f72f 100644 --- a/app/views/dmsf/edit_root.html.erb +++ b/app/views/dmsf/edit_root.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 726e7543..893a65ad 100644 --- a/app/views/dmsf/email_entries.html.erb +++ b/app/views/dmsf/email_entries.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c37e845b..653b30c1 100644 --- a/app/views/dmsf/index.html.erb +++ b/app/views/dmsf/index.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 c37e845b..653b30c1 100644 --- a/app/views/dmsf/show.html.erb +++ b/app/views/dmsf/show.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 96eb2f45..39afb0b3 100644 --- a/app/views/dmsf/trash.html.erb +++ b/app/views/dmsf/trash.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 97814c03..91584f95 100644 --- a/app/views/dmsf_context_menus/_approval_workflow.html.erb +++ b/app/views/dmsf_context_menus/_approval_workflow.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 842a142c..9cc02f58 100644 --- a/app/views/dmsf_context_menus/_file.html.erb +++ b/app/views/dmsf_context_menus/_file.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 3de4e28f..e6ec81bc 100644 --- a/app/views/dmsf_context_menus/_file_trash.html.erb +++ b/app/views/dmsf_context_menus/_file_trash.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 bdc6cbd9..29af3882 100644 --- a/app/views/dmsf_context_menus/_folder.html.erb +++ b/app/views/dmsf_context_menus/_folder.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 51b863e5..cbd38b35 100644 --- a/app/views/dmsf_context_menus/_folder_trash.html.erb +++ b/app/views/dmsf_context_menus/_folder_trash.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 d97c83fb..89b81000 100644 --- a/app/views/dmsf_context_menus/_main.html.erb +++ b/app/views/dmsf_context_menus/_main.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 fc9903c9..f6e79c40 100644 --- a/app/views/dmsf_context_menus/_multiple.html.erb +++ b/app/views/dmsf_context_menus/_multiple.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 f6ec3301..28810e3e 100644 --- a/app/views/dmsf_context_menus/_multiple_trash.html.erb +++ b/app/views/dmsf_context_menus/_multiple_trash.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 bc2f0f7e..9fdb63b6 100644 --- a/app/views/dmsf_context_menus/_revision_actions.html.erb +++ b/app/views/dmsf_context_menus/_revision_actions.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 057d2b92..59a9729a 100644 --- a/app/views/dmsf_context_menus/_revisions.html.erb +++ b/app/views/dmsf_context_menus/_revisions.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 b31649f6..086b4796 100644 --- a/app/views/dmsf_context_menus/_url.html.erb +++ b/app/views/dmsf_context_menus/_url.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 9df5a61c..b1e92f3d 100644 --- a/app/views/dmsf_context_menus/dmsf.html.erb +++ b/app/views/dmsf_context_menus/dmsf.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 aa1e399c..05291221 100644 --- a/app/views/dmsf_context_menus/trash.html.erb +++ b/app/views/dmsf_context_menus/trash.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 ac5dd6a0..3617d0bc 100644 --- a/app/views/dmsf_files/_file_new_revision.html.erb +++ b/app/views/dmsf_files/_file_new_revision.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 90d1acc8..5527b9ed 100644 --- a/app/views/dmsf_files/_link.html.erb +++ b/app/views/dmsf_files/_link.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 e3eaa4bb..5744992b 100644 --- a/app/views/dmsf_files/_links.html.erb +++ b/app/views/dmsf_files/_links.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 f3e17a57..caee2185 100644 --- a/app/views/dmsf_files/_revision_access.html.erb +++ b/app/views/dmsf_files/_revision_access.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f11b7eb5..13763564 100644 --- a/app/views/dmsf_files/_thumbnails.html.erb +++ b/app/views/dmsf_files/_thumbnails.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 e04521d4..9fd7442f 100644 --- a/app/views/dmsf_files/show.html.erb +++ b/app/views/dmsf_files/show.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_copy/new.html.erb b/app/views/dmsf_files_copy/new.html.erb index 2150cb52..0aa44324 100644 --- a/app/views/dmsf_files_copy/new.html.erb +++ b/app/views/dmsf_files_copy/new.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 eb6c2026..5a459e9e 100644 --- a/app/views/dmsf_folder_permissions/_new.html.erb +++ b/app/views/dmsf_folder_permissions/_new.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 47144c5b..a11cd301 100644 --- a/app/views/dmsf_folder_permissions/append.js.erb +++ b/app/views/dmsf_folder_permissions/append.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 50859959..ddf451fb 100644 --- a/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb +++ b/app/views/dmsf_folder_permissions/autocomplete_for_user.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f8c5ecaf..b6087bfa 100644 --- a/app/views/dmsf_folder_permissions/new.js.erb +++ b/app/views/dmsf_folder_permissions/new.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_folders_copy/_form.html.erb b/app/views/dmsf_folders_copy/_form.html.erb index bd3c51f9..9ff70259 100644 --- a/app/views/dmsf_folders_copy/_form.html.erb +++ b/app/views/dmsf_folders_copy/_form.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_folders_copy/new.html.erb b/app/views/dmsf_folders_copy/new.html.erb index cf2c370c..3db90880 100644 --- a/app/views/dmsf_folders_copy/new.html.erb +++ b/app/views/dmsf_folders_copy/new.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7a6e686b..6358909e 100644 --- a/app/views/dmsf_links/_form.html.erb +++ b/app/views/dmsf_links/_form.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 67d1077a..e01c1c16 100644 --- a/app/views/dmsf_links/autocomplete_for_project.js.erb +++ b/app/views/dmsf_links/autocomplete_for_project.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 333beb8d..bcc097af 100644 --- a/app/views/dmsf_links/create.js.erb +++ b/app/views/dmsf_links/create.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1aa578c1..60f2713a 100644 --- a/app/views/dmsf_links/new.html.erb +++ b/app/views/dmsf_links/new.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 0b11b48c..1b0472ac 100644 --- a/app/views/dmsf_links/new.js.erb +++ b/app/views/dmsf_links/new.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6f3cac28..7ad93cf8 100644 --- a/app/views/dmsf_mailer/files_deleted.html.erb +++ b/app/views/dmsf_mailer/files_deleted.html.erb @@ -2,7 +2,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 58d46a5f..a258c897 100644 --- a/app/views/dmsf_mailer/files_deleted.text.erb +++ b/app/views/dmsf_mailer/files_deleted.text.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 30e8484f..46a27a82 100644 --- a/app/views/dmsf_mailer/files_updated.html.erb +++ b/app/views/dmsf_mailer/files_updated.html.erb @@ -2,7 +2,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 47131364..f3e0efdb 100644 --- a/app/views/dmsf_mailer/send_documents.html.erb +++ b/app/views/dmsf_mailer/send_documents.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 9cf52df4..f83503a7 100644 --- a/app/views/dmsf_mailer/send_documents.text.erb +++ b/app/views/dmsf_mailer/send_documents.text.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c6859380..ac69469d 100644 --- a/app/views/dmsf_mailer/workflow_notification.html.erb +++ b/app/views/dmsf_mailer/workflow_notification.html.erb @@ -1,6 +1,6 @@ <%# Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5bd705c7..2f695378 100644 --- a/app/views/dmsf_mailer/workflow_notification.text.erb +++ b/app/views/dmsf_mailer/workflow_notification.text.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e756153f..70a259c6 100644 --- a/app/views/dmsf_public_urls/_new.html.erb +++ b/app/views/dmsf_public_urls/_new.html.erb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 ba44e6f4..51ad1133 100644 --- a/app/views/dmsf_state/_user_pref.html.erb +++ b/app/views/dmsf_state/_user_pref.html.erb @@ -2,7 +2,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3d051bb0..35a31fc6 100644 --- a/app/views/dmsf_upload/_form.html.erb +++ b/app/views/dmsf_upload/_form.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 2f621477..bb5c2eaf 100644 --- a/app/views/dmsf_upload/_upload_file.html.erb +++ b/app/views/dmsf_upload/_upload_file.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 85251f98..066ff036 100644 --- a/app/views/dmsf_upload/_upload_file_locked.html.erb +++ b/app/views/dmsf_upload/_upload_file_locked.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 49c7b327..0eec4e64 100644 --- a/app/views/dmsf_upload/delete_dmsf_attachment.js.erb +++ b/app/views/dmsf_upload/delete_dmsf_attachment.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 25b1d031..13c33025 100644 --- a/app/views/dmsf_upload/multi_upload.html.erb +++ b/app/views/dmsf_upload/multi_upload.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e5da9f7d..24af3192 100644 --- a/app/views/dmsf_upload/upload.js.erb +++ b/app/views/dmsf_upload/upload.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 109ea388..572a2243 100644 --- a/app/views/dmsf_upload/upload_file.html.erb +++ b/app/views/dmsf_upload/upload_file.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 670a896b..7af56843 100644 --- a/app/views/dmsf_upload/upload_files.html.erb +++ b/app/views/dmsf_upload/upload_files.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e7a4be42..b2272a14 100644 --- a/app/views/dmsf_workflows/_action.html.erb +++ b/app/views/dmsf_workflows/_action.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a6d5821b..f1593e14 100644 --- a/app/views/dmsf_workflows/_approval_workflow_button.html.erb +++ b/app/views/dmsf_workflows/_approval_workflow_button.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 4a77370b..0c5abcf4 100644 --- a/app/views/dmsf_workflows/_assign.html.erb +++ b/app/views/dmsf_workflows/_assign.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 489d9e90..a74f2f29 100644 --- a/app/views/dmsf_workflows/_log.html.erb +++ b/app/views/dmsf_workflows/_log.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c2040d17..6fb129c2 100644 --- a/app/views/dmsf_workflows/_main.html.erb +++ b/app/views/dmsf_workflows/_main.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 cb964d7d..f4f2bf9c 100644 --- a/app/views/dmsf_workflows/_new_step_modal.html.erb +++ b/app/views/dmsf_workflows/_new_step_modal.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 ab562fb8..baffb475 100644 --- a/app/views/dmsf_workflows/_steps.html.erb +++ b/app/views/dmsf_workflows/_steps.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c4129b2e..681db1e2 100644 --- a/app/views/dmsf_workflows/action.js.erb +++ b/app/views/dmsf_workflows/action.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 db7959b9..66a0b0a2 100644 --- a/app/views/dmsf_workflows/add_step.html.erb +++ b/app/views/dmsf_workflows/add_step.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1eb8e266..3ed5852f 100644 --- a/app/views/dmsf_workflows/assign.js.erb +++ b/app/views/dmsf_workflows/assign.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8d306fbb..0c8cea3d 100644 --- a/app/views/dmsf_workflows/assignment.js.erb +++ b/app/views/dmsf_workflows/assignment.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3668da6d..4423806e 100644 --- a/app/views/dmsf_workflows/index.html.erb +++ b/app/views/dmsf_workflows/index.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2b7b7e70..25e267cd 100644 --- a/app/views/dmsf_workflows/log.html.erb +++ b/app/views/dmsf_workflows/log.html.erb @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3c5945bd..67676381 100644 --- a/app/views/dmsf_workflows/log.js.erb +++ b/app/views/dmsf_workflows/log.js.erb @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e525f195..c1a72e50 100644 --- a/app/views/dmsf_workflows/new.html.erb +++ b/app/views/dmsf_workflows/new.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f140c9f6..800d1598 100644 --- a/app/views/dmsf_workflows/new_step.js.erb +++ b/app/views/dmsf_workflows/new_step.js.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 4bca291a..d52da0df 100644 --- a/app/views/dmsf_workflows/remove_step.html.erb +++ b/app/views/dmsf_workflows/remove_step.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3637287b..86fbebf9 100644 --- a/app/views/dmsf_workflows/reorder_steps.html.erb +++ b/app/views/dmsf_workflows/reorder_steps.html.erb @@ -1,6 +1,6 @@ <%# Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2d512b0f..3354511c 100644 --- a/app/views/dmsf_workflows/show.html.erb +++ b/app/views/dmsf_workflows/show.html.erb @@ -2,7 +2,7 @@ # encoding: utf-8 # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 32d8dfd5..606bbc24 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-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 8344c83a..378fd11e 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-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 32d8dfd5..606bbc24 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-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 bdd6be4b..ed232eb2 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-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 20b68ef4..a14220ca 100644 --- a/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb +++ b/app/views/hooks/redmine_dmsf/_view_projects_form.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d3a450d7..c396d7a5 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 88bd6cd0..2a37e573 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 ebabd695..508360e7 100644 --- a/app/views/search/_container.html.erb +++ b/app/views/search/_container.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # - # Copyright © 2011-21 Karel Pičman + # Copyright © 2011-22 Karel Pičman # # This 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 60447d11..2b128ca6 100644 --- a/app/views/settings/_dmsf_columns.html.erb +++ b/app/views/settings/_dmsf_columns.html.erb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 39349ba0..13650225 100644 --- a/app/views/settings/_dmsf_settings.html.erb +++ b/app/views/settings/_dmsf_settings.html.erb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 13007f10..ed1d2c2e 100644 --- a/assets/javascripts/attachments_dmsf.js +++ b/assets/javascripts/attachments_dmsf.js @@ -2,7 +2,7 @@ * * Redmine plugin for Document Management System "Features" * - * Copyright © 2011-21 Karel Pičman + * Copyright © 2011-22 Karel Pičman * * This 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 f4b21282..e235f844 100644 --- a/assets/javascripts/redmine_dmsf.js +++ b/assets/javascripts/redmine_dmsf.js @@ -2,7 +2,7 @@ * * Redmine plugin for Document Management System "Features" * -* Copyright © 2011-21 Karel Pičman +* Copyright © 2011-22 Karel Pičman * * This 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 5ac3be18..d3faeefd 100644 --- a/assets/stylesheets/easy_extensions.css +++ b/assets/stylesheets/easy_extensions.css @@ -2,7 +2,7 @@ * Redmine plugin for Document Management System "Features" * * Copyright © 2011 Vit Jonas -* Copyright © 2011-21 Karel Pičman +* Copyright © 2011-22 Karel Pičman * * This 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 3606cd3a..198f0b79 100644 --- a/assets/stylesheets/redmine_dmsf.css +++ b/assets/stylesheets/redmine_dmsf.css @@ -2,7 +2,7 @@ * Redmine plugin for Document Management System "Features" * * Copyright © 2011 Vit Jonas -* Copyright © 2011-21 Karel Pičman +* Copyright © 2011-22 Karel Pičman * * This 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 41c8647d..fe601144 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 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 2c0e5925..e56cd346 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Terrence Miller # Copyright © 2013 Christian Wetting -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a49166a5..03990e8f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bbad5634..1e37548b 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2015 Agustin Ivorra -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 4eec5281..7e76dfc2 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -5,7 +5,7 @@ # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn # Copyright © 2014 Atmis -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel 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 c47031a2..aba03e02 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # # diff --git a/config/locales/it.yml b/config/locales/it.yml index 63cc62e2..135dee2f 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 677fc785..e613e927 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 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 50ea079a..0141bbe6 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a17920fc..f028310d 100644 --- a/config/locales/pl.yml +++ b/config/locales/pl.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 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 a7e6020a..bf35b1a0 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -4,7 +4,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/ru.yml b/config/locales/ru.yml index 48b51ce0..74c37a9d 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/locales/sl.yml b/config/locales/sl.yml index d22a6ae0..7202c054 100644 --- a/config/locales/sl.yml +++ b/config/locales/sl.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Zdravko Balorda -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # # This program is free software; you can redistribute it and/or diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index 6431fe72..a82175b0 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # Copyright © 2013 Aecho Liu # # This program is free software; you can redistribute it and/or diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 71d7de2d..deb1f586 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 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 060cda82..27609966 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 89e0ec02..e226673e 100644 --- a/db/migrate/01_create_hierarchy.rb +++ b/db/migrate/01_create_hierarchy.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 4d088efb..4fa10d17 100644 --- a/db/migrate/02_dmsf_normalization.rb +++ b/db/migrate/02_dmsf_normalization.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e44d54c0..a01f81f4 100644 --- a/db/migrate/03_dmsf_0_8_0.rb +++ b/db/migrate/03_dmsf_0_8_0.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 75e9b2a7..e9c6c07a 100644 --- a/db/migrate/04_dmsf_0_9_0.rb +++ b/db/migrate/04_dmsf_0_9_0.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c4feb637..a2e26a9b 100644 --- a/db/migrate/05_dmsf_0_9_0_1.rb +++ b/db/migrate/05_dmsf_0_9_0_1.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 25f59799..c1e2a8a5 100644 --- a/db/migrate/06_dmsf_1_2_0.rb +++ b/db/migrate/06_dmsf_1_2_0.rb @@ -3,7 +3,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f7ffd3e9..cbcf27e9 100644 --- a/db/migrate/07_dmsf_1_4_4.rb +++ b/db/migrate/07_dmsf_1_4_4.rb @@ -1,7 +1,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a8e2408e..fe3d5452 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-21 Karel Pičman -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8d9596e3..1addf849 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8e562e8e..a49ca240 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8572b825..6c68619e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b24345fb..29605e3a 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f4e08aa8..f40e2583 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bcb1946f..85e0db07 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2f5b1634..0a2ace5d 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1f5c5b28..4337306f 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 0ea6e8e3..27d5ede0 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 de59a91a..38993f10 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 502978f8..86d18fbd 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5f235f92..64aa4fb6 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 67ba12c9..3c5700ba 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e6d8e9a9..3caa0f18 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8dd71bc3..3fbdaf96 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1d51fe29..49f8aa8e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b1847392..25baa232 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a3c55406..5141d709 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 98b042eb..d53addf1 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1e9205c8..15a0bb0e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 14231952..58e44e03 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 856c415d..288b39dc 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7b872a03..72391fe5 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6d16cd74..0401be68 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e3f2f480..53b01b10 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 9f3658d2..bb59b3bb 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f30f0357..36de1f3e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 ee1e40c2..0108e662 100644 --- a/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb +++ b/db/migrate/20170204214753_add_revision_to_dmsf_lock.rb @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # Copyright © 2016-17 carlolars # # This program is free software; you can redistribute it and/or 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 52730e9e..8f767c62 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,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # Copyright © 2016-17 carlolars # # This program is free software; you can redistribute it and/or 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 7a753e97..0bca1a9e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 ed2f7817..b314880e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 db149be2..6cb6385b 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 70a1a741..2cb89dfe 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 62679354..5a30b723 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7f724bec..fb8c631f 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 691a687e..e01daad0 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 79b99b4b..b6cb05ee 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 213a8b06..e7ed228e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bd9cf2ac..fec4396a 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f44e5de8..9023091a 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 34641ff0..3c5084aa 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bfacf7ba..08253f0e 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 352ae06f..540b2803 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 2535d9db..ef6d5067 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # Copyright © 2016-17 carlolars # # This program is free software; you can redistribute it and/or diff --git a/extra/api/api_client.rb b/extra/api/api_client.rb index 5547196a..8715951d 100644 --- a/extra/api/api_client.rb +++ b/extra/api/api_client.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7de7dfc7..24c0edc2 100644 --- a/extra/api/api_client.sh +++ b/extra/api/api_client.sh @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 57566da9..bc5792f7 100644 --- a/extra/xapian_indexer.rb +++ b/extra/xapian_indexer.rb @@ -6,7 +6,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2010 Xabier Elkano -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 9c53ef8c..1c9cf2f3 100644 --- a/init.rb +++ b/init.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 515d00e4..bbf67cc1 100644 --- a/lib/redmine_dmsf.rb +++ b/lib/redmine_dmsf.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 63e821fd..34da54f6 100644 --- a/lib/redmine_dmsf/dmsf_zip.rb +++ b/lib/redmine_dmsf/dmsf_zip.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6cfd4ec9..da18484d 100644 --- a/lib/redmine_dmsf/errors/dmsf_access_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_access_error.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_content_error.rb b/lib/redmine_dmsf/errors/dmsf_content_error.rb index 7e303b55..d9c86b31 100644 --- a/lib/redmine_dmsf/errors/dmsf_content_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_content_error.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_error.rb b/lib/redmine_dmsf/errors/dmsf_email_max_file_error.rb index 4b6052e2..a14bb24f 100644 --- a/lib/redmine_dmsf/errors/dmsf_email_max_file_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_email_max_file_error.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 403f232c..27f6c1d4 100644 --- a/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_file_not_found_error.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 195d0bed..a7e6a37d 100644 --- a/lib/redmine_dmsf/errors/dmsf_lock_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_lock_error.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_file_error.rb b/lib/redmine_dmsf/errors/dmsf_zip_max_file_error.rb index 5c83aef2..2ec190fa 100644 --- a/lib/redmine_dmsf/errors/dmsf_zip_max_file_error.rb +++ b/lib/redmine_dmsf/errors/dmsf_zip_max_file_error.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 dcc028fc..0d2ea1f4 100644 --- a/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb +++ b/lib/redmine_dmsf/hooks/controllers/issues_controller_hooks.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8bd3f154..3ea8569c 100644 --- a/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb +++ b/lib/redmine_dmsf/hooks/controllers/search_controller_hooks.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 cb8b5440..892b4ff2 100644 --- a/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/issues_helper_hooks.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 bc3ecfda..6e34bd82 100644 --- a/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/project_helper_hooks.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 64d166b2..6eaf98a9 100644 --- a/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb +++ b/lib/redmine_dmsf/hooks/helpers/search_helper_hooks.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a65cda25..e05d79e5 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 98de044a..16c8faa9 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 fc3e09ce..08bcf795 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-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3a99518d..97e69afb 100644 --- a/lib/redmine_dmsf/hooks/views/search_view_hooks.rb +++ b/lib/redmine_dmsf/hooks/views/search_view_hooks.rb @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 30940e76..8113817b 100644 --- a/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb +++ b/lib/redmine_dmsf/hooks/views/view_projects_form_hook.rb @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 9d5b5561..d56ad1b3 100644 --- a/lib/redmine_dmsf/lockable.rb +++ b/lib/redmine_dmsf/lockable.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f49660ca..69b2a267 100644 --- a/lib/redmine_dmsf/macros.rb +++ b/lib/redmine_dmsf/macros.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a8c52ba9..36238ccc 100644 --- a/lib/redmine_dmsf/patches/attachable_patch.rb +++ b/lib/redmine_dmsf/patches/attachable_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8a7937e9..5d5d4cbe 100644 --- a/lib/redmine_dmsf/patches/easy_crm_case_patch.rb +++ b/lib/redmine_dmsf/patches/easy_crm_case_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b96a479d..27ae7cae 100644 --- a/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb +++ b/lib/redmine_dmsf/patches/easy_crm_cases_controller_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 a531ca8a..9c871317 100644 --- a/lib/redmine_dmsf/patches/issue_patch.rb +++ b/lib/redmine_dmsf/patches/issue_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 38e21a5b..cb1a7101 100644 --- a/lib/redmine_dmsf/patches/project_patch.rb +++ b/lib/redmine_dmsf/patches/project_patch.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6cca3290..351624ee 100644 --- a/lib/redmine_dmsf/patches/projects_helper_patch.rb +++ b/lib/redmine_dmsf/patches/projects_helper_patch.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3683baa3..27110c11 100644 --- a/lib/redmine_dmsf/patches/queries_controller_patch.rb +++ b/lib/redmine_dmsf/patches/queries_controller_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6d5478ce..6e253490 100644 --- a/lib/redmine_dmsf/patches/role_patch.rb +++ b/lib/redmine_dmsf/patches/role_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d203a6e9..5bcbc4ba 100644 --- a/lib/redmine_dmsf/patches/user_patch.rb +++ b/lib/redmine_dmsf/patches/user_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 54aae66a..20c8619a 100644 --- a/lib/redmine_dmsf/patches/user_preference_patch.rb +++ b/lib/redmine_dmsf/patches/user_preference_patch.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 88f0b336..ca5cedfa 100644 --- a/lib/redmine_dmsf/webdav/base_resource.rb +++ b/lib/redmine_dmsf/webdav/base_resource.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 35b8cb40..d27355d5 100644 --- a/lib/redmine_dmsf/webdav/custom_middleware.rb +++ b/lib/redmine_dmsf/webdav/custom_middleware.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d51dc5c6..4cf963b6 100644 --- a/lib/redmine_dmsf/webdav/dmsf_resource.rb +++ b/lib/redmine_dmsf/webdav/dmsf_resource.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 86c77668..b0848ce8 100644 --- a/lib/redmine_dmsf/webdav/index_resource.rb +++ b/lib/redmine_dmsf/webdav/index_resource.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e24da0ef..fe8f0a59 100644 --- a/lib/redmine_dmsf/webdav/project_resource.rb +++ b/lib/redmine_dmsf/webdav/project_resource.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 47383bf3..d038dea8 100644 --- a/lib/redmine_dmsf/webdav/resource_proxy.rb +++ b/lib/redmine_dmsf/webdav/resource_proxy.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 57f37abe..f0f98543 100644 --- a/lib/tasks/dmsf_alert_approvals.rake +++ b/lib/tasks/dmsf_alert_approvals.rake @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 73063bea..da0c82b8 100644 --- a/lib/tasks/dmsf_convert_documents.rake +++ b/lib/tasks/dmsf_convert_documents.rake @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2011 Vít Jonáš -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c53bad4c..8b30e416 100644 --- a/lib/tasks/dmsf_create_digests.rake +++ b/lib/tasks/dmsf_create_digests.rake @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e849aeff..f6efbb54 100644 --- a/lib/tasks/dmsf_maintenance.rake +++ b/lib/tasks/dmsf_maintenance.rake @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 16fe4608..4a0a6ce7 100644 --- a/lib/tasks/dmsf_webdav_test.rake +++ b/lib/tasks/dmsf_webdav_test.rake @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/ci/ci.sh b/test/ci/ci.sh index 46f6bac1..aaf711b6 100644 --- a/test/ci/ci.sh +++ b/test/ci/ci.sh @@ -1,7 +1,7 @@ #!/bin/bash # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/ci/mariadb.yml b/test/ci/mariadb.yml index c1f82d89..25be8ee6 100644 --- a/test/ci/mariadb.yml +++ b/test/ci/mariadb.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/ci/postgres.yml b/test/ci/postgres.yml index b8988c32..3a828f16 100644 --- a/test/ci/postgres.yml +++ b/test/ci/postgres.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/ci/sqlite3.yml b/test/ci/sqlite3.yml index dba45f2c..c2d39af1 100644 --- a/test/ci/sqlite3.yml +++ b/test/ci/sqlite3.yml @@ -1,6 +1,6 @@ # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7cc538cf..c6de88c9 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 c3cc1db8..c467b8af 100644 --- a/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml @@ -2,7 +2,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 0670ef2e..5a110709 100644 --- a/test/functional/dmsf_context_menus_controller_test.rb +++ b/test/functional/dmsf_context_menus_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 f4fed32c..b6fe3aa0 100644 --- a/test/functional/dmsf_controller_test.rb +++ b/test/functional/dmsf_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_files_controller_test.rb b/test/functional/dmsf_files_controller_test.rb index 16b6294f..83b2b9e8 100644 --- a/test/functional/dmsf_files_controller_test.rb +++ b/test/functional/dmsf_files_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_files_copy_controller_test.rb b/test/functional/dmsf_files_copy_controller_test.rb index c573ed18..3f329a1f 100644 --- a/test/functional/dmsf_files_copy_controller_test.rb +++ b/test/functional/dmsf_files_copy_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3321a738..1145f9b5 100644 --- a/test/functional/dmsf_folder_permissions_controller_test.rb +++ b/test/functional/dmsf_folder_permissions_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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_folders_copy_controller_test.rb b/test/functional/dmsf_folders_copy_controller_test.rb index e56e8c6b..ccd0666e 100644 --- a/test/functional/dmsf_folders_copy_controller_test.rb +++ b/test/functional/dmsf_folders_copy_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6f720578..e430ecc2 100644 --- a/test/functional/dmsf_links_controller_test.rb +++ b/test/functional/dmsf_links_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 8027401c..5eb7c826 100644 --- a/test/functional/dmsf_public_urls_controller_test.rb +++ b/test/functional/dmsf_public_urls_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 912d768b..ec1e268a 100644 --- a/test/functional/dmsf_state_controller_test.rb +++ b/test/functional/dmsf_state_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3996e10b..0844609c 100644 --- a/test/functional/dmsf_workflow_controller_test.rb +++ b/test/functional/dmsf_workflow_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 dd6da43d..ac9cd4a8 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 0a3039b5..44c4deac 100644 --- a/test/functional/my_controller_test.rb +++ b/test/functional/my_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 0d1d5e8a..5f84c62d 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6c48c2d6..d716c304 100644 --- a/test/helper_test.rb +++ b/test/helper_test.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7bae1d68..5feb958e 100644 --- a/test/integration/rest_api/dmsf_api_test.rb +++ b/test/integration/rest_api/dmsf_api_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 321c0980..4e57bf0f 100644 --- a/test/integration/rest_api/dmsf_file_api_test.rb +++ b/test/integration/rest_api/dmsf_file_api_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 cd1649c1..e7ba3dcf 100644 --- a/test/integration/rest_api/dmsf_folder_api_test.rb +++ b/test/integration/rest_api/dmsf_folder_api_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 670b3a2b..29a96a45 100644 --- a/test/integration/rest_api/dmsf_link_api_test.rb +++ b/test/integration/rest_api/dmsf_link_api_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 66d885b1..6c52a37d 100644 --- a/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb +++ b/test/integration/webdav/dmsf_webdav_custom_middleware_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 b2697a12..b9271cd5 100644 --- a/test/integration/webdav/dmsf_webdav_delete_test.rb +++ b/test/integration/webdav/dmsf_webdav_delete_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6686e7b1..3c0661f1 100644 --- a/test/integration/webdav/dmsf_webdav_get_test.rb +++ b/test/integration/webdav/dmsf_webdav_get_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 dc542b64..0b46fae1 100644 --- a/test/integration/webdav/dmsf_webdav_head_test.rb +++ b/test/integration/webdav/dmsf_webdav_head_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d748f921..ae2d1499 100644 --- a/test/integration/webdav/dmsf_webdav_lock_test.rb +++ b/test/integration/webdav/dmsf_webdav_lock_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 cfd163f2..ccb912e7 100644 --- a/test/integration/webdav/dmsf_webdav_mkcol_test.rb +++ b/test/integration/webdav/dmsf_webdav_mkcol_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 29ca2e21..fe856580 100644 --- a/test/integration/webdav/dmsf_webdav_move_test.rb +++ b/test/integration/webdav/dmsf_webdav_move_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 31a17589..fd92b710 100644 --- a/test/integration/webdav/dmsf_webdav_options_test.rb +++ b/test/integration/webdav/dmsf_webdav_options_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 08736cf7..f6bc06e4 100644 --- a/test/integration/webdav/dmsf_webdav_post_test.rb +++ b/test/integration/webdav/dmsf_webdav_post_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 60e5e5c2..907fa69d 100644 --- a/test/integration/webdav/dmsf_webdav_propfind_test.rb +++ b/test/integration/webdav/dmsf_webdav_propfind_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 16396f26..c6b26eee 100644 --- a/test/integration/webdav/dmsf_webdav_put_test.rb +++ b/test/integration/webdav/dmsf_webdav_put_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 44c628e9..be7c246f 100644 --- a/test/integration/webdav/dmsf_webdav_unlock_test.rb +++ b/test/integration/webdav/dmsf_webdav_unlock_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d99629cc..2f84c5b4 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 4db09bdb..e0402280 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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/attachable_patch_test.rb b/test/unit/attachable_patch_test.rb index e8c30cac..0cdbdcb7 100644 --- a/test/unit/attachable_patch_test.rb +++ b/test/unit/attachable_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 3e601cbb..e99b01d8 100644 --- a/test/unit/dmsf_file_revision_test.rb +++ b/test/unit/dmsf_file_revision_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5c86458a..0faa084e 100644 --- a/test/unit/dmsf_file_test.rb +++ b/test/unit/dmsf_file_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 5a1307f7..965ac3cc 100644 --- a/test/unit/dmsf_folder_permission_test.rb +++ b/test/unit/dmsf_folder_permission_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 6118162c..416c3961 100644 --- a/test/unit/dmsf_folder_test.rb +++ b/test/unit/dmsf_folder_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d97c3c22..7d70ebe7 100644 --- a/test/unit/dmsf_link_test.rb +++ b/test/unit/dmsf_link_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 e42d53c3..1f4f0b3f 100644 --- a/test/unit/dmsf_lock_test.rb +++ b/test/unit/dmsf_lock_test.rb @@ -4,7 +4,7 @@ # Redmine plugin for Document Management System "Features" # # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 258136a6..19da7abc 100644 --- a/test/unit/dmsf_mailer_test.rb +++ b/test/unit/dmsf_mailer_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 aa4c7179..6b101e7d 100644 --- a/test/unit/dmsf_public_url_test.rb +++ b/test/unit/dmsf_public_url_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7c8f1759..a5c3a5c8 100644 --- a/test/unit/dmsf_workflow_step_action_test.rb +++ b/test/unit/dmsf_workflow_step_action_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 526feb8c..3fa46bcf 100644 --- a/test/unit/dmsf_workflow_step_assignment_test.rb +++ b/test/unit/dmsf_workflow_step_assignment_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 57c431d3..669e6ff7 100644 --- a/test/unit/dmsf_workflow_step_test.rb +++ b/test/unit/dmsf_workflow_step_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 d00b341d..1c0f6b1f 100644 --- a/test/unit/dmsf_workflow_test.rb +++ b/test/unit/dmsf_workflow_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 10be4085..042a3c2d 100644 --- a/test/unit/issue_patch_test.rb +++ b/test/unit/issue_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 7f719592..50429859 100644 --- a/test/unit/project_patch_test.rb +++ b/test/unit/project_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 1d49ff31..333198f7 100644 --- a/test/unit/user_patch_test.rb +++ b/test/unit/user_patch_test.rb @@ -3,7 +3,7 @@ # # Redmine plugin for Document Management System "Features" # -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This 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 91129bf0..af094f77 100644 --- a/test/unit_test.rb +++ b/test/unit_test.rb @@ -5,7 +5,7 @@ # # Copyright © 2011 Vít Jonáš # Copyright © 2012 Daniel Munn -# Copyright © 2011-21 Karel Pičman +# Copyright © 2011-22 Karel Pičman # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License