diff --git a/README.md b/README.md index 20f1e0fd..861128c2 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ WebDAV functionality is provided through Dav4Rack library. The development has been supported by [Kontron](https://www.kontron.com) and has been released as open source thanks to their generosity. Project home: -Redmine Document Management System "Features" plugin is distributed under GNU General Public License v2 (GPL). -Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at +Redmine Document Management System "Features" plugin is distributed under GNU General Public License v3 (GPL). +33Redmine is a flexible project management web application, released under the terms of the GNU General Public License v2 (GPL) at Further information about the GPL license can be found at - + ## Features diff --git a/app/views/dmsf_help/en/dmsf_help.html.erb b/app/views/dmsf_help/en/dmsf_help.html.erb index 85598e24..82e1aed4 100644 --- a/app/views/dmsf_help/en/dmsf_help.html.erb +++ b/app/views/dmsf_help/en/dmsf_help.html.erb @@ -772,8 +772,8 @@ update, delete) for documents and folders. The API supports both XML and JSON formats.

- Detailed description can be found here - togeather with a + Detailed description can be found here + togeather with a sample shell scrit.

diff --git a/init.rb b/init.rb index 90e5121b..c140253c 100644 --- a/init.rb +++ b/init.rb @@ -24,7 +24,7 @@ require "#{File.dirname(__FILE__)}/lib/redmine_dmsf" Redmine::Plugin.register :redmine_dmsf do name 'DMSF' url 'https://www.redmine.org/plugins/redmine_dmsf' - author_url 'https://github.com/danmunn/redmine_dmsf/graphs/contributors' + author_url 'https://github.com/picman/redmine_dmsf/graphs/contributors' author 'Vít Jonáš / Daniel Munn / Karel Pičman' description 'Document Management System Features' version '4.1.3'