diff --git a/.gitignore b/.gitignore index 33932e50d8b..c15ef538ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # See https://help.github.com/articles/ignoring-files for more about ignoring files. diff --git a/.travis.yml b/.travis.yml index 7c35ff65e73..5ead8534bae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ language: ruby diff --git a/Gemfile b/Gemfile index 194e92f78e2..292fb0f8027 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ source 'https://rubygems.org' diff --git a/Gemfile.lock b/Gemfile.lock index a33c6d9860c..37698725ba8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,11 +76,6 @@ GIT activesupport (>= 3.0) rspec-mocks (>= 2.99, < 4.0) -PATH - remote: ../ownplugins/openproject-ldap_groups - specs: - openproject-ldap_groups (0.1.0) - GEM remote: https://rubygems.org/ specs: @@ -670,7 +665,6 @@ DEPENDENCIES oj (~> 3.3.2) okcomputer (~> 1.16.0) omniauth! - openproject-ldap_groups! openproject-token (~> 1.0.1) openproject-translations! parallel_tests (~> 2.14.0) diff --git a/Rakefile b/Rakefile index 5b51180a2f2..8c91d6ccc24 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ #!/usr/bin/env rake #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Add your own tasks in files placed in lib/tasks ending in .rake, diff --git a/app/assets/javascripts/action_menu.js b/app/assets/javascripts/action_menu.js index ba148032b08..20401d19a4a 100644 --- a/app/assets/javascripts/action_menu.js +++ b/app/assets/javascripts/action_menu.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /* diff --git a/app/assets/javascripts/admin_users.js b/app/assets/javascripts/admin_users.js index 50ba911c3ad..ae4ccb641db 100644 --- a/app/assets/javascripts/admin_users.js +++ b/app/assets/javascripts/admin_users.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/javascripts/autocomplete_textareas.js.erb b/app/assets/javascripts/autocomplete_textareas.js.erb index 78da07248cb..4671eecb84d 100644 --- a/app/assets/javascripts/autocomplete_textareas.js.erb +++ b/app/assets/javascripts/autocomplete_textareas.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/assets/javascripts/autocompleter.js b/app/assets/javascripts/autocompleter.js index ba1bd90f764..697f326258a 100644 --- a/app/assets/javascripts/autocompleter.js +++ b/app/assets/javascripts/autocompleter.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/javascripts/breadcrumb.js b/app/assets/javascripts/breadcrumb.js index 4345d98d258..d9da58752b7 100644 --- a/app/assets/javascripts/breadcrumb.js +++ b/app/assets/javascripts/breadcrumb.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery.fn.reverse = [].reverse; diff --git a/app/assets/javascripts/colors.js b/app/assets/javascripts/colors.js index ff57ef4531d..8be64e7885e 100644 --- a/app/assets/javascripts/colors.js +++ b/app/assets/javascripts/colors.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function ($) { diff --git a/app/assets/javascripts/contextual_fieldset.js b/app/assets/javascripts/contextual_fieldset.js index 8b40266a308..57ef1ea8bb1 100644 --- a/app/assets/javascripts/contextual_fieldset.js +++ b/app/assets/javascripts/contextual_fieldset.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(document).ready(function($) { diff --git a/app/assets/javascripts/custom-fields.js b/app/assets/javascripts/custom-fields.js index c4d2379d161..9cb07500c70 100644 --- a/app/assets/javascripts/custom-fields.js +++ b/app/assets/javascripts/custom-fields.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function(window, $) { /* diff --git a/app/assets/javascripts/danger_zone_validation.js b/app/assets/javascripts/danger_zone_validation.js index 3e6f41a711d..e8c556df1dc 100644 --- a/app/assets/javascripts/danger_zone_validation.js +++ b/app/assets/javascripts/danger_zone_validation.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function($) { diff --git a/app/assets/javascripts/date-range.js b/app/assets/javascripts/date-range.js index 3f754906db0..ddcfa9476ae 100644 --- a/app/assets/javascripts/date-range.js +++ b/app/assets/javascripts/date-range.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function($) { $(function() { diff --git a/app/assets/javascripts/findDomElement.js b/app/assets/javascripts/findDomElement.js index 41c60ffdea9..987b12ae9c8 100644 --- a/app/assets/javascripts/findDomElement.js +++ b/app/assets/javascripts/findDomElement.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function( $ ){ diff --git a/app/assets/javascripts/flash_messages.js b/app/assets/javascripts/flash_messages.js index 97cec95e322..77ccf18c440 100644 --- a/app/assets/javascripts/flash_messages.js +++ b/app/assets/javascripts/flash_messages.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(document).ready(function($) { diff --git a/app/assets/javascripts/jquery_noconflict.js b/app/assets/javascripts/jquery_noconflict.js index 9c97e338362..137444bbd99 100644 --- a/app/assets/javascripts/jquery_noconflict.js +++ b/app/assets/javascripts/jquery_noconflict.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $.noConflict(); diff --git a/app/assets/javascripts/jstoolbar.js b/app/assets/javascripts/jstoolbar.js index f434366e8b8..dea216aae32 100644 --- a/app/assets/javascripts/jstoolbar.js +++ b/app/assets/javascripts/jstoolbar.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ //= require jstoolbar/jstoolbar diff --git a/app/assets/javascripts/members_form.js b/app/assets/javascripts/members_form.js index 6344c56d591..abbf2fc3155 100644 --- a/app/assets/javascripts/members_form.js +++ b/app/assets/javascripts/members_form.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(document).ready(function($) { diff --git a/app/assets/javascripts/members_select_boxes.js b/app/assets/javascripts/members_select_boxes.js index 52711ec233d..16957384820 100644 --- a/app/assets/javascripts/members_select_boxes.js +++ b/app/assets/javascripts/members_select_boxes.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(document).ready(function($) { diff --git a/app/assets/javascripts/modal.js b/app/assets/javascripts/modal.js index 7512865b1ae..7ff8230291c 100644 --- a/app/assets/javascripts/modal.js +++ b/app/assets/javascripts/modal.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ var ModalHelper = (function() { diff --git a/app/assets/javascripts/new_user.js b/app/assets/javascripts/new_user.js index 5ebed5dcc29..36fa9d41500 100644 --- a/app/assets/javascripts/new_user.js +++ b/app/assets/javascripts/new_user.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/javascripts/openproject_plugins.js.erb b/app/assets/javascripts/openproject_plugins.js.erb index 1d13b48762c..8a2b2308d32 100644 --- a/app/assets/javascripts/openproject_plugins.js.erb +++ b/app/assets/javascripts/openproject_plugins.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/assets/javascripts/project/description_handling.js b/app/assets/javascripts/project/description_handling.js index 4232f673177..5cfb9774352 100644 --- a/app/assets/javascripts/project/description_handling.js +++ b/app/assets/javascripts/project/description_handling.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ function toggleDescription(el) { diff --git a/app/assets/javascripts/project/filters.js b/app/assets/javascripts/project/filters.js index 9cd6bd98ba9..a7e7e810ee1 100644 --- a/app/assets/javascripts/project/filters.js +++ b/app/assets/javascripts/project/filters.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(function($) { diff --git a/app/assets/javascripts/project/responsible_attribute.js b/app/assets/javascripts/project/responsible_attribute.js index 5a93d17ad57..b0f1af4eb31 100644 --- a/app/assets/javascripts/project/responsible_attribute.js +++ b/app/assets/javascripts/project/responsible_attribute.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ jQuery(document).ready(function($) { diff --git a/app/assets/javascripts/repository_navigation.js b/app/assets/javascripts/repository_navigation.js index 9b1b42b5a64..2f653380b21 100644 --- a/app/assets/javascripts/repository_navigation.js +++ b/app/assets/javascripts/repository_navigation.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function($) { diff --git a/app/assets/javascripts/search.js b/app/assets/javascripts/search.js index b0bc446421c..a36fa850b90 100644 --- a/app/assets/javascripts/search.js +++ b/app/assets/javascripts/search.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function($) { diff --git a/app/assets/javascripts/select_list_move.js b/app/assets/javascripts/select_list_move.js index d648d731478..bf54ac22f5e 100644 --- a/app/assets/javascripts/select_list_move.js +++ b/app/assets/javascripts/select_list_move.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ function moveOptions(sourceId, destId) { diff --git a/app/assets/javascripts/settings.js.erb b/app/assets/javascripts/settings.js.erb index f84171eb321..66fa87cc804 100644 --- a/app/assets/javascripts/settings.js.erb +++ b/app/assets/javascripts/settings.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/assets/javascripts/specific/main_menu.js.erb b/app/assets/javascripts/specific/main_menu.js.erb index 9d8d61d21c0..b65b5fd814e 100644 --- a/app/assets/javascripts/specific/main_menu.js.erb +++ b/app/assets/javascripts/specific/main_menu.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/assets/javascripts/specific/toggable_fieldset.js b/app/assets/javascripts/specific/toggable_fieldset.js index e339e578adb..82907a42532 100644 --- a/app/assets/javascripts/specific/toggable_fieldset.js +++ b/app/assets/javascripts/specific/toggable_fieldset.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ function createFieldsetToggleStateLabel(legend, text) { diff --git a/app/assets/javascripts/specific/toggable_filter.js b/app/assets/javascripts/specific/toggable_filter.js index bc8ae04b5f5..b7882503b47 100644 --- a/app/assets/javascripts/specific/toggable_filter.js +++ b/app/assets/javascripts/specific/toggable_filter.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ function findFilter() { diff --git a/app/assets/javascripts/styleguide.js b/app/assets/javascripts/styleguide.js index e80d15183b7..cbddc0496a3 100644 --- a/app/assets/javascripts/styleguide.js +++ b/app/assets/javascripts/styleguide.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ //= require application diff --git a/app/assets/javascripts/tab_handling.js b/app/assets/javascripts/tab_handling.js index b001c4879d8..baf6d3b8624 100644 --- a/app/assets/javascripts/tab_handling.js +++ b/app/assets/javascripts/tab_handling.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /* diff --git a/app/assets/javascripts/top_menu.js b/app/assets/javascripts/top_menu.js index ec915fcd904..15eba725384 100644 --- a/app/assets/javascripts/top_menu.js +++ b/app/assets/javascripts/top_menu.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function ($, undefined) { diff --git a/app/assets/javascripts/types_checkboxes.js b/app/assets/javascripts/types_checkboxes.js index 31ceeeec697..d4fbb060224 100644 --- a/app/assets/javascripts/types_checkboxes.js +++ b/app/assets/javascripts/types_checkboxes.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function($) { diff --git a/app/assets/javascripts/versions.js b/app/assets/javascripts/versions.js index 524754d6f0a..ab64ae81938 100644 --- a/app/assets/javascripts/versions.js +++ b/app/assets/javascripts/versions.js @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ (function ($) { diff --git a/app/assets/stylesheets/content/_accounts.sass b/app/assets/stylesheets/content/_accounts.sass index 2572d1b0ff5..34315480b40 100644 --- a/app/assets/stylesheets/content/_accounts.sass +++ b/app/assets/stylesheets/content/_accounts.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #login-form diff --git a/app/assets/stylesheets/content/_accounts_mobile.sass b/app/assets/stylesheets/content/_accounts_mobile.sass index 93774e883c7..9055c84068c 100644 --- a/app/assets/stylesheets/content/_accounts_mobile.sass +++ b/app/assets/stylesheets/content/_accounts_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/content/_action_menu_main.sass b/app/assets/stylesheets/content/_action_menu_main.sass index b003762f001..6466467e545 100644 --- a/app/assets/stylesheets/content/_action_menu_main.sass +++ b/app/assets/stylesheets/content/_action_menu_main.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .action-menu diff --git a/app/assets/stylesheets/content/_advanced_filters.sass b/app/assets/stylesheets/content/_advanced_filters.sass index b8090f7b91a..c94d8ad57ce 100644 --- a/app/assets/stylesheets/content/_advanced_filters.sass +++ b/app/assets/stylesheets/content/_advanced_filters.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .advanced-filters--container diff --git a/app/assets/stylesheets/content/_ajax_indicator.sass b/app/assets/stylesheets/content/_ajax_indicator.sass index 0b6571343fd..ef79d3a2d52 100644 --- a/app/assets/stylesheets/content/_ajax_indicator.sass +++ b/app/assets/stylesheets/content/_ajax_indicator.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Ajax indicator ***** diff --git a/app/assets/stylesheets/content/_attributes_group.sass b/app/assets/stylesheets/content/_attributes_group.sass index 00d276a17f9..0aeaa9b042f 100644 --- a/app/assets/stylesheets/content/_attributes_group.sass +++ b/app/assets/stylesheets/content/_attributes_group.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .attributes-group diff --git a/app/assets/stylesheets/content/_attributes_key_value.sass b/app/assets/stylesheets/content/_attributes_key_value.sass index 5b5ede818fd..d2e5d694933 100644 --- a/app/assets/stylesheets/content/_attributes_key_value.sass +++ b/app/assets/stylesheets/content/_attributes_key_value.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .attributes-key-value diff --git a/app/assets/stylesheets/content/_attributes_table.sass b/app/assets/stylesheets/content/_attributes_table.sass index ea9fabf1024..61fb9954980 100644 --- a/app/assets/stylesheets/content/_attributes_table.sass +++ b/app/assets/stylesheets/content/_attributes_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .attributes-table diff --git a/app/assets/stylesheets/content/_autocomplete.sass b/app/assets/stylesheets/content/_autocomplete.sass index 01ad14b5812..6c886ab836e 100644 --- a/app/assets/stylesheets/content/_autocomplete.sass +++ b/app/assets/stylesheets/content/_autocomplete.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Auto-complete **** diff --git a/app/assets/stylesheets/content/_badges.sass b/app/assets/stylesheets/content/_badges.sass index 18c3d2e2563..5042311dc6f 100644 --- a/app/assets/stylesheets/content/_badges.sass +++ b/app/assets/stylesheets/content/_badges.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $badge-diameter: 1.25rem diff --git a/app/assets/stylesheets/content/_boxes.sass b/app/assets/stylesheets/content/_boxes.sass index 111bdb2e32d..85cf2e8f1b4 100644 --- a/app/assets/stylesheets/content/_boxes.sass +++ b/app/assets/stylesheets/content/_boxes.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .box diff --git a/app/assets/stylesheets/content/_buttons.sass b/app/assets/stylesheets/content/_buttons.sass index 6514ca0d24e..893bbf6641f 100644 --- a/app/assets/stylesheets/content/_buttons.sass +++ b/app/assets/stylesheets/content/_buttons.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .button, diff --git a/app/assets/stylesheets/content/_calendar.sass b/app/assets/stylesheets/content/_calendar.sass index 7cf6af584ff..860eba9d288 100644 --- a/app/assets/stylesheets/content/_calendar.sass +++ b/app/assets/stylesheets/content/_calendar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin setCalendarIconValues() diff --git a/app/assets/stylesheets/content/_choice.sass b/app/assets/stylesheets/content/_choice.sass index 2c8d2f9c257..c4744939de3 100644 --- a/app/assets/stylesheets/content/_choice.sass +++ b/app/assets/stylesheets/content/_choice.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ //a hack for IE, the width will be just fine for this element diff --git a/app/assets/stylesheets/content/_context_menu.sass b/app/assets/stylesheets/content/_context_menu.sass index 5f16bf197ea..0e2bad66650 100644 --- a/app/assets/stylesheets/content/_context_menu.sass +++ b/app/assets/stylesheets/content/_context_menu.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #work-package-context-menu, #column-context-menu diff --git a/app/assets/stylesheets/content/_control_colors.sass b/app/assets/stylesheets/content/_control_colors.sass index b69d8dbfaaf..86939561faa 100644 --- a/app/assets/stylesheets/content/_control_colors.sass +++ b/app/assets/stylesheets/content/_control_colors.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .delete-ctrl:before diff --git a/app/assets/stylesheets/content/_copy_to_clipboard.sass b/app/assets/stylesheets/content/_copy_to_clipboard.sass index 98780494c75..e4626bd1295 100644 --- a/app/assets/stylesheets/content/_copy_to_clipboard.sass +++ b/app/assets/stylesheets/content/_copy_to_clipboard.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .copy-to-clipboard diff --git a/app/assets/stylesheets/content/_datepicker.sass b/app/assets/stylesheets/content/_datepicker.sass index 57bb6528676..1a5c76a1d18 100644 --- a/app/assets/stylesheets/content/_datepicker.sass +++ b/app/assets/stylesheets/content/_datepicker.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ //$dp- var prefix for date picker diff --git a/app/assets/stylesheets/content/_diff.sass b/app/assets/stylesheets/content/_diff.sass index 1e54e1329d9..c9aed9fff8a 100644 --- a/app/assets/stylesheets/content/_diff.sass +++ b/app/assets/stylesheets/content/_diff.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Diff **** diff --git a/app/assets/stylesheets/content/_expandable_group_content.sass b/app/assets/stylesheets/content/_expandable_group_content.sass index 92d67e74270..7901e8f0629 100644 --- a/app/assets/stylesheets/content/_expandable_group_content.sass +++ b/app/assets/stylesheets/content/_expandable_group_content.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,5 +23,5 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/stylesheets/content/_focus_within.sass b/app/assets/stylesheets/content/_focus_within.sass index 97a63f5c375..b93b246311d 100644 --- a/app/assets/stylesheets/content/_focus_within.sass +++ b/app/assets/stylesheets/content/_focus_within.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/stylesheets/content/_form_error_messages.sass b/app/assets/stylesheets/content/_form_error_messages.sass index 2ee3b19641c..6ded4034625 100644 --- a/app/assets/stylesheets/content/_form_error_messages.sass +++ b/app/assets/stylesheets/content/_form_error_messages.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Form error messages *** diff --git a/app/assets/stylesheets/content/_forms.sass b/app/assets/stylesheets/content/_forms.sass index b04035ae608..e8202ccf1fc 100644 --- a/app/assets/stylesheets/content/_forms.sass +++ b/app/assets/stylesheets/content/_forms.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $form--field-types: (text-field, text-area, select, check-box, radio-button, range-field, search, file) diff --git a/app/assets/stylesheets/content/_forms_mobile.sass b/app/assets/stylesheets/content/_forms_mobile.sass index 51309241c27..9a551ae75e0 100644 --- a/app/assets/stylesheets/content/_forms_mobile.sass +++ b/app/assets/stylesheets/content/_forms_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/content/_grid_table.sass b/app/assets/stylesheets/content/_grid_table.sass index 61a4d4b38cb..20d17884d18 100644 --- a/app/assets/stylesheets/content/_grid_table.sass +++ b/app/assets/stylesheets/content/_grid_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ =grid-item-columns($columns) diff --git a/app/assets/stylesheets/content/_headings.sass b/app/assets/stylesheets/content/_headings.sass index 418783410fa..c2419417ffe 100644 --- a/app/assets/stylesheets/content/_headings.sass +++ b/app/assets/stylesheets/content/_headings.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ body.controller-work_packages.action-show, diff --git a/app/assets/stylesheets/content/_help_texts.sass b/app/assets/stylesheets/content/_help_texts.sass index 023ca2e247b..c9efa3d7dfa 100644 --- a/app/assets/stylesheets/content/_help_texts.sass +++ b/app/assets/stylesheets/content/_help_texts.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .attribute-help-text--modal diff --git a/app/assets/stylesheets/content/_icon_control.sass b/app/assets/stylesheets/content/_icon_control.sass index d34926390cb..688091bceb0 100644 --- a/app/assets/stylesheets/content/_icon_control.sass +++ b/app/assets/stylesheets/content/_icon_control.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .icon-control diff --git a/app/assets/stylesheets/content/_information_section.sass b/app/assets/stylesheets/content/_information_section.sass index 67fc2d983e3..d468f65abed 100644 --- a/app/assets/stylesheets/content/_information_section.sass +++ b/app/assets/stylesheets/content/_information_section.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $infosec-font-size-rewrite: .8rem diff --git a/app/assets/stylesheets/content/_journal.sass b/app/assets/stylesheets/content/_journal.sass index 85fa73a6a77..42bbdf4f79a 100644 --- a/app/assets/stylesheets/content/_journal.sass +++ b/app/assets/stylesheets/content/_journal.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #content #history diff --git a/app/assets/stylesheets/content/_legacy_actions.sass b/app/assets/stylesheets/content/_legacy_actions.sass index 17d94e16b3b..a6ec8a17f15 100644 --- a/app/assets/stylesheets/content/_legacy_actions.sass +++ b/app/assets/stylesheets/content/_legacy_actions.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin legacy-actions-defaults($margin-top: 7px) diff --git a/app/assets/stylesheets/content/_links.sass b/app/assets/stylesheets/content/_links.sass index fd2d3ff72c1..1d6e6f7bd59 100644 --- a/app/assets/stylesheets/content/_links.sass +++ b/app/assets/stylesheets/content/_links.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ a, a:link diff --git a/app/assets/stylesheets/content/_list.sass b/app/assets/stylesheets/content/_list.sass index 6e350e6eee2..ede1604296e 100644 --- a/app/assets/stylesheets/content/_list.sass +++ b/app/assets/stylesheets/content/_list.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .generic-list diff --git a/app/assets/stylesheets/content/_modal.sass b/app/assets/stylesheets/content/_modal.sass index 64c26c4d55c..caf60134448 100644 --- a/app/assets/stylesheets/content/_modal.sass +++ b/app/assets/stylesheets/content/_modal.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $ng-modal-padding: 3em diff --git a/app/assets/stylesheets/content/_my_account.sass b/app/assets/stylesheets/content/_my_account.sass index ae02f4357fc..ddd9207ecc4 100644 --- a/app/assets/stylesheets/content/_my_account.sass +++ b/app/assets/stylesheets/content/_my_account.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .account--section diff --git a/app/assets/stylesheets/content/_my_page.sass b/app/assets/stylesheets/content/_my_page.sass index f2ad6c02cf3..07863220bc3 100644 --- a/app/assets/stylesheets/content/_my_page.sass +++ b/app/assets/stylesheets/content/_my_page.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #content diff --git a/app/assets/stylesheets/content/_news.sass b/app/assets/stylesheets/content/_news.sass index 05bcfd1481a..d13037516c4 100644 --- a/app/assets/stylesheets/content/_news.sass +++ b/app/assets/stylesheets/content/_news.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .news diff --git a/app/assets/stylesheets/content/_notifications.sass b/app/assets/stylesheets/content/_notifications.sass index a0175d43444..9b3051baf4f 100644 --- a/app/assets/stylesheets/content/_notifications.sass +++ b/app/assets/stylesheets/content/_notifications.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // NOTE: these are demo ski diff --git a/app/assets/stylesheets/content/_notifications_mobile.sass b/app/assets/stylesheets/content/_notifications_mobile.sass index 75d84054b49..a7d4bfcc4d0 100644 --- a/app/assets/stylesheets/content/_notifications_mobile.sass +++ b/app/assets/stylesheets/content/_notifications_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/content/_on_off_status.sass b/app/assets/stylesheets/content/_on_off_status.sass index 3c9baf7c425..c29beda6508 100644 --- a/app/assets/stylesheets/content/_on_off_status.sass +++ b/app/assets/stylesheets/content/_on_off_status.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .on-off-status diff --git a/app/assets/stylesheets/content/_pagination.sass b/app/assets/stylesheets/content/_pagination.sass index a8fe2f20fec..52936e6ec0e 100644 --- a/app/assets/stylesheets/content/_pagination.sass +++ b/app/assets/stylesheets/content/_pagination.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $pagination--font-size: 0.8125rem diff --git a/app/assets/stylesheets/content/_preview.sass b/app/assets/stylesheets/content/_preview.sass index bb43907f5f5..59a1fd909c8 100644 --- a/app/assets/stylesheets/content/_preview.sass +++ b/app/assets/stylesheets/content/_preview.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .preview diff --git a/app/assets/stylesheets/content/_progress_bar.sass b/app/assets/stylesheets/content/_progress_bar.sass index 6d5a75ac7f5..d515d8debbc 100644 --- a/app/assets/stylesheets/content/_progress_bar.sass +++ b/app/assets/stylesheets/content/_progress_bar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Progress bar **** diff --git a/app/assets/stylesheets/content/_project_overview.sass b/app/assets/stylesheets/content/_project_overview.sass index 759e8ea5740..1fa37bb0bca 100644 --- a/app/assets/stylesheets/content/_project_overview.sass +++ b/app/assets/stylesheets/content/_project_overview.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /* Align widget boxes with description above on project overview */ diff --git a/app/assets/stylesheets/content/_projects_list.sass b/app/assets/stylesheets/content/_projects_list.sass index ba56a6313d8..c7b876020d9 100644 --- a/app/assets/stylesheets/content/_projects_list.sass +++ b/app/assets/stylesheets/content/_projects_list.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $project-table--start-indentation: 0.5em diff --git a/app/assets/stylesheets/content/_request_for_confirmation.sass b/app/assets/stylesheets/content/_request_for_confirmation.sass index bd517f0a237..acc019eb8cb 100644 --- a/app/assets/stylesheets/content/_request_for_confirmation.sass +++ b/app/assets/stylesheets/content/_request_for_confirmation.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .request-for-confirmation--modal diff --git a/app/assets/stylesheets/content/_simple_filters.sass b/app/assets/stylesheets/content/_simple_filters.sass index 21fb6333e58..55688b1ba8c 100644 --- a/app/assets/stylesheets/content/_simple_filters.sass +++ b/app/assets/stylesheets/content/_simple_filters.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $filters--background-color: $gray-light !default diff --git a/app/assets/stylesheets/content/_table.sass b/app/assets/stylesheets/content/_table.sass index d04a39ca93f..8a6d26436bc 100644 --- a/app/assets/stylesheets/content/_table.sass +++ b/app/assets/stylesheets/content/_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @keyframes fade-out diff --git a/app/assets/stylesheets/content/_tables.sass b/app/assets/stylesheets/content/_tables.sass index c4475ce9dac..caa66bc0ba8 100644 --- a/app/assets/stylesheets/content/_tables.sass +++ b/app/assets/stylesheets/content/_tables.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ table diff --git a/app/assets/stylesheets/content/_tabs.sass b/app/assets/stylesheets/content/_tabs.sass index d9d6c534da0..bd46ab0f48c 100644 --- a/app/assets/stylesheets/content/_tabs.sass +++ b/app/assets/stylesheets/content/_tabs.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Tabs **** diff --git a/app/assets/stylesheets/content/_tabular.sass b/app/assets/stylesheets/content/_tabular.sass index 78defb6d9ad..e379c13567e 100644 --- a/app/assets/stylesheets/content/_tabular.sass +++ b/app/assets/stylesheets/content/_tabular.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ /***** Tabular forms *****/ diff --git a/app/assets/stylesheets/content/_tooltips.sass b/app/assets/stylesheets/content/_tooltips.sass index f904cb0ca87..d75bc8b9896 100644 --- a/app/assets/stylesheets/content/_tooltips.sass +++ b/app/assets/stylesheets/content/_tooltips.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ //***** Tooltips ***** diff --git a/app/assets/stylesheets/content/_user.sass b/app/assets/stylesheets/content/_user.sass index 842f4b7e4d2..10eddc9ec37 100644 --- a/app/assets/stylesheets/content/_user.sass +++ b/app/assets/stylesheets/content/_user.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .avatar, .gravatar diff --git a/app/assets/stylesheets/content/_watchers.sass b/app/assets/stylesheets/content/_watchers.sass index 13b914571e5..3446f87d630 100644 --- a/app/assets/stylesheets/content/_watchers.sass +++ b/app/assets/stylesheets/content/_watchers.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #watchers diff --git a/app/assets/stylesheets/content/_widget_box.sass b/app/assets/stylesheets/content/_widget_box.sass index 76ff345059a..ddf93576dc8 100644 --- a/app/assets/stylesheets/content/_widget_box.sass +++ b/app/assets/stylesheets/content/_widget_box.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $widget-box--enumeration-width: 20px diff --git a/app/assets/stylesheets/content/_wiki.sass b/app/assets/stylesheets/content/_wiki.sass index 16ac405b825..4ecde5927d8 100644 --- a/app/assets/stylesheets/content/_wiki.sass +++ b/app/assets/stylesheets/content/_wiki.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ div.wiki diff --git a/app/assets/stylesheets/content/_work_packages.sass b/app/assets/stylesheets/content/_work_packages.sass index b9854979e0f..700b70dd8ff 100644 --- a/app/assets/stylesheets/content/_work_packages.sass +++ b/app/assets/stylesheets/content/_work_packages.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // Table editing styles diff --git a/app/assets/stylesheets/content/ui_select.sass b/app/assets/stylesheets/content/ui_select.sass index 6e1065aed08..af0428fe1f3 100644 --- a/app/assets/stylesheets/content/ui_select.sass +++ b/app/assets/stylesheets/content/ui_select.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // keep this rule if you want ui-select drag-n-drop to work properly diff --git a/app/assets/stylesheets/content/work_packages/_table_content.sass b/app/assets/stylesheets/content/work_packages/_table_content.sass index 160ade0f395..041d689d845 100644 --- a/app/assets/stylesheets/content/work_packages/_table_content.sass +++ b/app/assets/stylesheets/content/work_packages/_table_content.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // Disable text selection in rows diff --git a/app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass b/app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass index d4d3db222ba..bffa4ca9413 100644 --- a/app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass +++ b/app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // READ value of edit fields diff --git a/app/assets/stylesheets/content/work_packages/inplace_editing/_legacy_inplace_styles.sass b/app/assets/stylesheets/content/work_packages/inplace_editing/_legacy_inplace_styles.sass index 96fae79ceb5..8ccdb18a5e8 100644 --- a/app/assets/stylesheets/content/work_packages/inplace_editing/_legacy_inplace_styles.sass +++ b/app/assets/stylesheets/content/work_packages/inplace_editing/_legacy_inplace_styles.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // *** NOTE *** diff --git a/app/assets/stylesheets/content/work_packages/inplace_editing/_textareas.sass b/app/assets/stylesheets/content/work_packages/inplace_editing/_textareas.sass index 9a13f85098c..0584d85e73d 100644 --- a/app/assets/stylesheets/content/work_packages/inplace_editing/_textareas.sass +++ b/app/assets/stylesheets/content/work_packages/inplace_editing/_textareas.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/stylesheets/content/work_packages/single_view/_attachments.sass b/app/assets/stylesheets/content/work_packages/single_view/_attachments.sass index 4b7d49c9445..88f8d7be8d6 100644 --- a/app/assets/stylesheets/content/work_packages/single_view/_attachments.sass +++ b/app/assets/stylesheets/content/work_packages/single_view/_attachments.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .attachments-container diff --git a/app/assets/stylesheets/content/work_packages/single_view/_single_view.sass b/app/assets/stylesheets/content/work_packages/single_view/_single_view.sass index 30b21615a83..abfdc253142 100644 --- a/app/assets/stylesheets/content/work_packages/single_view/_single_view.sass +++ b/app/assets/stylesheets/content/work_packages/single_view/_single_view.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin details-pane--form-field diff --git a/app/assets/stylesheets/content/work_packages/tabs/_activities.sass b/app/assets/stylesheets/content/work_packages/tabs/_activities.sass index 98bfd3b69cf..d991befaaa4 100644 --- a/app/assets/stylesheets/content/work_packages/tabs/_activities.sass +++ b/app/assets/stylesheets/content/work_packages/tabs/_activities.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .user-comment diff --git a/app/assets/stylesheets/content/work_packages/tabs/_relations.sass b/app/assets/stylesheets/content/work_packages/tabs/_relations.sass index 3e5912be4e8..f2be413193f 100644 --- a/app/assets/stylesheets/content/work_packages/tabs/_relations.sass +++ b/app/assets/stylesheets/content/work_packages/tabs/_relations.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .detail-panel-description-content diff --git a/app/assets/stylesheets/fonts/_lato.sass b/app/assets/stylesheets/fonts/_lato.sass index c83126b2aa5..f47a02a5a8c 100644 --- a/app/assets/stylesheets/fonts/_lato.sass +++ b/app/assets/stylesheets/fonts/_lato.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $lato-file-formats: woff woff2 diff --git a/app/assets/stylesheets/fonts/_openproject_icon_font.sass b/app/assets/stylesheets/fonts/_openproject_icon_font.sass index 3a0f8de4e9d..908cd137507 100644 --- a/app/assets/stylesheets/fonts/_openproject_icon_font.sass +++ b/app/assets/stylesheets/fonts/_openproject_icon_font.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin icon-font-common diff --git a/app/assets/stylesheets/layout/_admin.sass b/app/assets/stylesheets/layout/_admin.sass index a08e07c51b3..203067575a6 100644 --- a/app/assets/stylesheets/layout/_admin.sass +++ b/app/assets/stylesheets/layout/_admin.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .admin--edit-section diff --git a/app/assets/stylesheets/layout/_base.sass b/app/assets/stylesheets/layout/_base.sass index cf64e19c12c..a3fe5e43031 100644 --- a/app/assets/stylesheets/layout/_base.sass +++ b/app/assets/stylesheets/layout/_base.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ html diff --git a/app/assets/stylesheets/layout/_base_mobile.sass b/app/assets/stylesheets/layout/_base_mobile.sass index 69e1a8cfee8..7fe7b348c70 100644 --- a/app/assets/stylesheets/layout/_base_mobile.sass +++ b/app/assets/stylesheets/layout/_base_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/layout/_breadcrumb.sass b/app/assets/stylesheets/layout/_breadcrumb.sass index 14824e79de2..77c3b5c1682 100644 --- a/app/assets/stylesheets/layout/_breadcrumb.sass +++ b/app/assets/stylesheets/layout/_breadcrumb.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ %breadcrumb--default-font diff --git a/app/assets/stylesheets/layout/_drop_down.sass b/app/assets/stylesheets/layout/_drop_down.sass index 1a3c0c43a96..196351c573b 100644 --- a/app/assets/stylesheets/layout/_drop_down.sass +++ b/app/assets/stylesheets/layout/_drop_down.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // -------------------------------------------------------- diff --git a/app/assets/stylesheets/layout/_drop_down_mobile.sass b/app/assets/stylesheets/layout/_drop_down_mobile.sass index d4c78f631e0..f3cec371ce9 100644 --- a/app/assets/stylesheets/layout/_drop_down_mobile.sass +++ b/app/assets/stylesheets/layout/_drop_down_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // Styles taken from jquery-dropdown plugin: diff --git a/app/assets/stylesheets/layout/_footer.sass b/app/assets/stylesheets/layout/_footer.sass index fe6b14a31ea..44a94469644 100644 --- a/app/assets/stylesheets/layout/_footer.sass +++ b/app/assets/stylesheets/layout/_footer.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #footer diff --git a/app/assets/stylesheets/layout/_grid.sass b/app/assets/stylesheets/layout/_grid.sass index f004c30bf7b..5d323769419 100644 --- a/app/assets/stylesheets/layout/_grid.sass +++ b/app/assets/stylesheets/layout/_grid.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // Cancel Foundation overflow defaults (overflow: auto, overflow-y: auto) diff --git a/app/assets/stylesheets/layout/_index.sass b/app/assets/stylesheets/layout/_index.sass index 040387511b3..88be285fdcf 100644 --- a/app/assets/stylesheets/layout/_index.sass +++ b/app/assets/stylesheets/layout/_index.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @import layout/admin diff --git a/app/assets/stylesheets/layout/_main_menu.sass b/app/assets/stylesheets/layout/_main_menu.sass index 3b8f2d28e6b..25e94c1cb84 100644 --- a/app/assets/stylesheets/layout/_main_menu.sass +++ b/app/assets/stylesheets/layout/_main_menu.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $toggler-width: 40px diff --git a/app/assets/stylesheets/layout/_main_menu_mobile.sass b/app/assets/stylesheets/layout/_main_menu_mobile.sass index 7b7f274f163..6393c30b03e 100644 --- a/app/assets/stylesheets/layout/_main_menu_mobile.sass +++ b/app/assets/stylesheets/layout/_main_menu_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/layout/_toolbar.sass b/app/assets/stylesheets/layout/_toolbar.sass index cc0d77f85fa..b2ec8ec06b2 100644 --- a/app/assets/stylesheets/layout/_toolbar.sass +++ b/app/assets/stylesheets/layout/_toolbar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin query-select-dropdown-filter-select($color) diff --git a/app/assets/stylesheets/layout/_toolbar_mobile.sass b/app/assets/stylesheets/layout/_toolbar_mobile.sass index e9cce616c9b..c512dbe9658 100644 --- a/app/assets/stylesheets/layout/_toolbar_mobile.sass +++ b/app/assets/stylesheets/layout/_toolbar_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint (680px down) diff --git a/app/assets/stylesheets/layout/_top_menu.sass b/app/assets/stylesheets/layout/_top_menu.sass index 4db71f1e319..b92a8d1ecb4 100644 --- a/app/assets/stylesheets/layout/_top_menu.sass +++ b/app/assets/stylesheets/layout/_top_menu.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ #logo diff --git a/app/assets/stylesheets/layout/_top_menu_mobile.sass b/app/assets/stylesheets/layout/_top_menu_mobile.sass index 882f3567c10..496e9492bad 100644 --- a/app/assets/stylesheets/layout/_top_menu_mobile.sass +++ b/app/assets/stylesheets/layout/_top_menu_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @include breakpoint(680px down) diff --git a/app/assets/stylesheets/layout/_work_package_mobile.sass b/app/assets/stylesheets/layout/_work_package_mobile.sass index 3c59a36d1b9..33b5b5ebd9a 100644 --- a/app/assets/stylesheets/layout/_work_package_mobile.sass +++ b/app/assets/stylesheets/layout/_work_package_mobile.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @media screen and (max-width: 1248px), print body.controller-work_packages diff --git a/app/assets/stylesheets/layout/_work_package_table.sass b/app/assets/stylesheets/layout/_work_package_table.sass index f1f074c3ea9..d3c9418c196 100644 --- a/app/assets/stylesheets/layout/_work_package_table.sass +++ b/app/assets/stylesheets/layout/_work_package_table.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .controller-work_packages.action-index, diff --git a/app/assets/stylesheets/layout/_work_packages_details_view.sass b/app/assets/stylesheets/layout/_work_packages_details_view.sass index c334d7f38ba..7119a7a811f 100644 --- a/app/assets/stylesheets/layout/_work_packages_details_view.sass +++ b/app/assets/stylesheets/layout/_work_packages_details_view.sass @@ -1,12 +1,12 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. // // OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -// Copyright (C) 2006-2013 Jean-Philippe Lang +// Copyright (C) 2006-2017 Jean-Philippe Lang // Copyright (C) 2010-2013 the ChiliProject Team // // This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // Right part of the split view diff --git a/app/assets/stylesheets/layout/_work_packages_full_view.sass b/app/assets/stylesheets/layout/_work_packages_full_view.sass index dea07415b8d..501820d9f74 100644 --- a/app/assets/stylesheets/layout/_work_packages_full_view.sass +++ b/app/assets/stylesheets/layout/_work_packages_full_view.sass @@ -1,31 +1,29 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // -// This program is free software you can redistribute it and/or +// This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. // // OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -// Copyright (C) 2006-2013 Jean-Philippe Lang +// Copyright (C) 2006-2017 Jean-Philippe Lang // Copyright (C) 2010-2013 the ChiliProject Team // -// This program is free software you can redistribute it and/or +// 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 +// as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY without even the implied warranty of - - +// but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program if not, write to the Free Software +// along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ body.controller-work_packages.action-show diff --git a/app/assets/stylesheets/openproject/_accessibility.sass b/app/assets/stylesheets/openproject/_accessibility.sass index 328e77c5549..b19797fb799 100644 --- a/app/assets/stylesheets/openproject/_accessibility.sass +++ b/app/assets/stylesheets/openproject/_accessibility.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ // -------------------- General hidden classes -------------------- diff --git a/app/assets/stylesheets/openproject/_functions.sass b/app/assets/stylesheets/openproject/_functions.sass index 10b74110a9f..91485c8d8ef 100644 --- a/app/assets/stylesheets/openproject/_functions.sass +++ b/app/assets/stylesheets/openproject/_functions.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @function rem-concat-list($list-of-pixels) diff --git a/app/assets/stylesheets/openproject/_homescreen.sass b/app/assets/stylesheets/openproject/_homescreen.sass index 8f77f5bf5ab..60928feff0f 100644 --- a/app/assets/stylesheets/openproject/_homescreen.sass +++ b/app/assets/stylesheets/openproject/_homescreen.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @import openproject/mixins diff --git a/app/assets/stylesheets/openproject/_jstoolbar.sass b/app/assets/stylesheets/openproject/_jstoolbar.sass index f617cca3ea0..fe73bfb8fc4 100644 --- a/app/assets/stylesheets/openproject/_jstoolbar.sass +++ b/app/assets/stylesheets/openproject/_jstoolbar.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ $jstoolbar--icon-background: #fff diff --git a/app/assets/stylesheets/openproject/_legacy.sass b/app/assets/stylesheets/openproject/_legacy.sass index 2849aa2df2d..e3a4372a58c 100644 --- a/app/assets/stylesheets/openproject/_legacy.sass +++ b/app/assets/stylesheets/openproject/_legacy.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/assets/stylesheets/openproject/_mixins.sass b/app/assets/stylesheets/openproject/_mixins.sass index e43092e5d9b..698b11a0806 100644 --- a/app/assets/stylesheets/openproject/_mixins.sass +++ b/app/assets/stylesheets/openproject/_mixins.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ @mixin default-transition diff --git a/app/assets/stylesheets/openproject/_onboarding.sass b/app/assets/stylesheets/openproject/_onboarding.sass index 50bac98275e..8a6047cb210 100644 --- a/app/assets/stylesheets/openproject/_onboarding.sass +++ b/app/assets/stylesheets/openproject/_onboarding.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .onboarding--main diff --git a/app/assets/stylesheets/vendor/_atwho.sass b/app/assets/stylesheets/vendor/_atwho.sass index 15fb732ef74..443af9ecf2d 100644 --- a/app/assets/stylesheets/vendor/_atwho.sass +++ b/app/assets/stylesheets/vendor/_atwho.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ .atwho-view diff --git a/app/assets/stylesheets/vendor/_ng_dialog.sass b/app/assets/stylesheets/vendor/_ng_dialog.sass index 5b432ea0f16..9aedbc4e1fa 100644 --- a/app/assets/stylesheets/vendor/_ng_dialog.sass +++ b/app/assets/stylesheets/vendor/_ng_dialog.sass @@ -1,6 +1,6 @@ //-- copyright // OpenProject is a project management system. -// Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +// Copyright (C) 2012-2018 the OpenProject Foundation (OPF) // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -// See doc/COPYRIGHT.rdoc for more details. +// See docs/COPYRIGHT.rdoc for more details. //++ diff --git a/app/contracts/model_contract.rb b/app/contracts/model_contract.rb index 61f84d1a346..6a728c0ee71 100644 --- a/app/contracts/model_contract.rb +++ b/app/contracts/model_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'reform' diff --git a/app/contracts/queries/base_contract.rb b/app/contracts/queries/base_contract.rb index 973f090cb4e..3b0dfa46ffc 100644 --- a/app/contracts/queries/base_contract.rb +++ b/app/contracts/queries/base_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'model_contract' diff --git a/app/contracts/queries/create_contract.rb b/app/contracts/queries/create_contract.rb index 3accf395e00..acb8759b851 100644 --- a/app/contracts/queries/create_contract.rb +++ b/app/contracts/queries/create_contract.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'queries/base_contract' diff --git a/app/contracts/queries/update_contract.rb b/app/contracts/queries/update_contract.rb index 9e55879e458..da631d8df5e 100644 --- a/app/contracts/queries/update_contract.rb +++ b/app/contracts/queries/update_contract.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'queries/base_contract' diff --git a/app/contracts/relations/base_contract.rb b/app/contracts/relations/base_contract.rb index 081fc7c1b46..144dfa4ba89 100644 --- a/app/contracts/relations/base_contract.rb +++ b/app/contracts/relations/base_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'model_contract' diff --git a/app/contracts/relations/create_contract.rb b/app/contracts/relations/create_contract.rb index 84d7731b66b..6358cc074f7 100644 --- a/app/contracts/relations/create_contract.rb +++ b/app/contracts/relations/create_contract.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'relations/base_contract' diff --git a/app/contracts/relations/update_contract.rb b/app/contracts/relations/update_contract.rb index d7b4a2c7bed..25bf7ab95a8 100644 --- a/app/contracts/relations/update_contract.rb +++ b/app/contracts/relations/update_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'relations/base_contract' diff --git a/app/contracts/users/base_contract.rb b/app/contracts/users/base_contract.rb index 35712f9d87d..53002d226cc 100644 --- a/app/contracts/users/base_contract.rb +++ b/app/contracts/users/base_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'model_contract' diff --git a/app/contracts/users/create_contract.rb b/app/contracts/users/create_contract.rb index 3bdab2266fb..7960429c5d7 100644 --- a/app/contracts/users/create_contract.rb +++ b/app/contracts/users/create_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'users/base_contract' diff --git a/app/contracts/users/update_contract.rb b/app/contracts/users/update_contract.rb index 389d994204c..4a73d0f2194 100644 --- a/app/contracts/users/update_contract.rb +++ b/app/contracts/users/update_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'users/base_contract' diff --git a/app/contracts/work_packages/base_contract.rb b/app/contracts/work_packages/base_contract.rb index 60a44e32911..e70f7965356 100644 --- a/app/contracts/work_packages/base_contract.rb +++ b/app/contracts/work_packages/base_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'model_contract' diff --git a/app/contracts/work_packages/copy_project_contract.rb b/app/contracts/work_packages/copy_project_contract.rb index 8d916970b4e..937718e1bfa 100644 --- a/app/contracts/work_packages/copy_project_contract.rb +++ b/app/contracts/work_packages/copy_project_contract.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'work_packages/create_contract' diff --git a/app/contracts/work_packages/create_contract.rb b/app/contracts/work_packages/create_contract.rb index 3f607ce0d4f..f7a05e4dac3 100644 --- a/app/contracts/work_packages/create_contract.rb +++ b/app/contracts/work_packages/create_contract.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'work_packages/base_contract' diff --git a/app/contracts/work_packages/create_note_contract.rb b/app/contracts/work_packages/create_note_contract.rb index 659e66fe818..df51f045ad7 100644 --- a/app/contracts/work_packages/create_note_contract.rb +++ b/app/contracts/work_packages/create_note_contract.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackages diff --git a/app/contracts/work_packages/skip_authorization_checks.rb b/app/contracts/work_packages/skip_authorization_checks.rb index c9b469fedb4..4f33a3cc82e 100644 --- a/app/contracts/work_packages/skip_authorization_checks.rb +++ b/app/contracts/work_packages/skip_authorization_checks.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackages::SkipAuthorizationChecks diff --git a/app/contracts/work_packages/update_contract.rb b/app/contracts/work_packages/update_contract.rb index bc57ef0e70e..88fee899b3a 100644 --- a/app/contracts/work_packages/update_contract.rb +++ b/app/contracts/work_packages/update_contract.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'work_packages/base_contract' diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index a8a48e5b6d5..1b640daf97c 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AccountController < ApplicationController diff --git a/app/controllers/activities_controller.rb b/app/controllers/activities_controller.rb index 6c9033e70f5..2e235ca7f8b 100644 --- a/app/controllers/activities_controller.rb +++ b/app/controllers/activities_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ActivitiesController < ApplicationController diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index d0b449c5c85..2fd5fd846a2 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AdminController < ApplicationController diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index e99aa7015c1..5cc37a7ae9b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'uri' diff --git a/app/controllers/attachments_controller.rb b/app/controllers/attachments_controller.rb index d565f47ff8f..42e939c99e4 100644 --- a/app/controllers/attachments_controller.rb +++ b/app/controllers/attachments_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AttachmentsController < ApplicationController diff --git a/app/controllers/attribute_help_texts_controller.rb b/app/controllers/attribute_help_texts_controller.rb index f4b44a7ba29..c5a49e0a1d0 100644 --- a/app/controllers/attribute_help_texts_controller.rb +++ b/app/controllers/attribute_help_texts_controller.rb @@ -2,13 +2,13 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -# Copyright (C) 2006-2013 Jean-Philippe Lang +# Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AttributeHelpTextsController < ApplicationController diff --git a/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb index 773f2877ccd..bef13572157 100644 --- a/app/controllers/auth_sources_controller.rb +++ b/app/controllers/auth_sources_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AuthSourcesController < ApplicationController diff --git a/app/controllers/authentication_controller.rb b/app/controllers/authentication_controller.rb index 2aae14ff485..051a693312a 100644 --- a/app/controllers/authentication_controller.rb +++ b/app/controllers/authentication_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AuthenticationController < ApplicationController diff --git a/app/controllers/boards_controller.rb b/app/controllers/boards_controller.rb index f067faf215e..e08c927fb2f 100644 --- a/app/controllers/boards_controller.rb +++ b/app/controllers/boards_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BoardsController < ApplicationController diff --git a/app/controllers/categories_controller.rb b/app/controllers/categories_controller.rb index f4f583fabce..389e66eb8a9 100644 --- a/app/controllers/categories_controller.rb +++ b/app/controllers/categories_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CategoriesController < ApplicationController diff --git a/app/controllers/concerns/omniauth_login.rb b/app/controllers/concerns/omniauth_login.rb index 34e553e74a2..6c014748798 100644 --- a/app/controllers/concerns/omniauth_login.rb +++ b/app/controllers/concerns/omniauth_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'uri' diff --git a/app/controllers/concerns/password_confirmation.rb b/app/controllers/concerns/password_confirmation.rb index 7fed072f0d1..2f08e890b8a 100644 --- a/app/controllers/concerns/password_confirmation.rb +++ b/app/controllers/concerns/password_confirmation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/controllers/concerns/redirect_after_login.rb b/app/controllers/concerns/redirect_after_login.rb index 242240e6bde..fd6c256a0ff 100644 --- a/app/controllers/concerns/redirect_after_login.rb +++ b/app/controllers/concerns/redirect_after_login.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/controllers/concerns/user_invitation.rb b/app/controllers/concerns/user_invitation.rb index d8ebe1a2616..80802061b97 100644 --- a/app/controllers/concerns/user_invitation.rb +++ b/app/controllers/concerns/user_invitation.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module UserInvitation diff --git a/app/controllers/copy_projects_controller.rb b/app/controllers/copy_projects_controller.rb index 6ba4c657a72..38bfcfc4f29 100644 --- a/app/controllers/copy_projects_controller.rb +++ b/app/controllers/copy_projects_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CopyProjectsController < ApplicationController diff --git a/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb index 6bb8ac5f1f1..08a75d0d62b 100644 --- a/app/controllers/custom_fields_controller.rb +++ b/app/controllers/custom_fields_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomFieldsController < ApplicationController diff --git a/app/controllers/custom_styles_controller.rb b/app/controllers/custom_styles_controller.rb index 151f32a4ebb..9a685432e61 100644 --- a/app/controllers/custom_styles_controller.rb +++ b/app/controllers/custom_styles_controller.rb @@ -1,13 +1,13 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -# Copyright (C) 2006-2013 Jean-Philippe Lang +# Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomStylesController < ApplicationController diff --git a/app/controllers/enterprises_controller.rb b/app/controllers/enterprises_controller.rb index 0afbe5df673..c26b4083bda 100644 --- a/app/controllers/enterprises_controller.rb +++ b/app/controllers/enterprises_controller.rb @@ -1,29 +1,29 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public token version 3. +# modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: # Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public token +# modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 -# of the token, or (at your option) any later version. +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public token for more details. +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public token +# You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class EnterprisesController < ApplicationController layout 'admin' diff --git a/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb index 6d19d7a9afd..ddfe82af9a2 100644 --- a/app/controllers/enumerations_controller.rb +++ b/app/controllers/enumerations_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class EnumerationsController < ApplicationController diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index cb70a318eb0..bf83847f6ac 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class GroupsController < ApplicationController diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index bd4f106c1c7..77d3a2220ab 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class HelpController < ApplicationController diff --git a/app/controllers/homescreen_controller.rb b/app/controllers/homescreen_controller.rb index c9ebe892040..a20e2f45b34 100644 --- a/app/controllers/homescreen_controller.rb +++ b/app/controllers/homescreen_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class HomescreenController < ApplicationController diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb index 29f5e5af927..0ef67c7d5ea 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'diff' diff --git a/app/controllers/ldap_auth_sources_controller.rb b/app/controllers/ldap_auth_sources_controller.rb index f6a7b1f5d44..29971c68cd3 100644 --- a/app/controllers/ldap_auth_sources_controller.rb +++ b/app/controllers/ldap_auth_sources_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class LdapAuthSourcesController < AuthSourcesController diff --git a/app/controllers/members_controller.rb b/app/controllers/members_controller.rb index d2333a6c434..b51690419c3 100644 --- a/app/controllers/members_controller.rb +++ b/app/controllers/members_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MembersController < ApplicationController diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb index 321c7fc63a9..f3ef4280120 100644 --- a/app/controllers/messages_controller.rb +++ b/app/controllers/messages_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MessagesController < ApplicationController diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 561acceb55b..2414ab80c27 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MyController < ApplicationController diff --git a/app/controllers/news/comments_controller.rb b/app/controllers/news/comments_controller.rb index d7d2c9c60fc..3598f9558b5 100644 --- a/app/controllers/news/comments_controller.rb +++ b/app/controllers/news/comments_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class News::CommentsController < ApplicationController diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb index a225b22ebc2..894f3413f08 100644 --- a/app/controllers/news_controller.rb +++ b/app/controllers/news_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class NewsController < ApplicationController diff --git a/app/controllers/planning_element_type_colors_controller.rb b/app/controllers/planning_element_type_colors_controller.rb index dacb618ce4e..07c7ae801d0 100644 --- a/app/controllers/planning_element_type_colors_controller.rb +++ b/app/controllers/planning_element_type_colors_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class PlanningElementTypeColorsController < ApplicationController diff --git a/app/controllers/project_types_controller.rb b/app/controllers/project_types_controller.rb index f8ff25ea8fb..14a7b590f21 100644 --- a/app/controllers/project_types_controller.rb +++ b/app/controllers/project_types_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ProjectTypesController < ApplicationController diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 3e4cbfbaba6..2d2a40c39b4 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ProjectsController < ApplicationController diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index 42285b33158..294d85496ba 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'SVG/Graph/Bar' diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index df62ce23728..3c85bf8ef1f 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class RolesController < ApplicationController diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb index 0e385f1f8eb..9e5c26fb8ef 100644 --- a/app/controllers/search_controller.rb +++ b/app/controllers/search_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class SearchController < ApplicationController diff --git a/app/controllers/settings_controller.rb b/app/controllers/settings_controller.rb index b70911404a6..c50be623613 100644 --- a/app/controllers/settings_controller.rb +++ b/app/controllers/settings_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class SettingsController < ApplicationController diff --git a/app/controllers/statuses_controller.rb b/app/controllers/statuses_controller.rb index 8f3dc5e742a..aa2c39ec3ff 100644 --- a/app/controllers/statuses_controller.rb +++ b/app/controllers/statuses_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class StatusesController < ApplicationController diff --git a/app/controllers/sys_controller.rb b/app/controllers/sys_controller.rb index f94428821c7..d9630addb3c 100644 --- a/app/controllers/sys_controller.rb +++ b/app/controllers/sys_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'open_project/repository_authentication' diff --git a/app/controllers/time_entries/reports_controller.rb b/app/controllers/time_entries/reports_controller.rb index ececc793887..66d6be3e382 100644 --- a/app/controllers/time_entries/reports_controller.rb +++ b/app/controllers/time_entries/reports_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntries::ReportsController < ApplicationController diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index 2dd81a16863..01fd14a0dc7 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimelogController < ApplicationController diff --git a/app/controllers/types_controller.rb b/app/controllers/types_controller.rb index 5c6e68feca9..78e2b95011b 100644 --- a/app/controllers/types_controller.rb +++ b/app/controllers/types_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TypesController < ApplicationController diff --git a/app/controllers/users/memberships_controller.rb b/app/controllers/users/memberships_controller.rb index 931173f377e..1d16066e76d 100644 --- a/app/controllers/users/memberships_controller.rb +++ b/app/controllers/users/memberships_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Users::MembershipsController < ApplicationController diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 3b13c61d76e..5d0b002b9f2 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UsersController < ApplicationController diff --git a/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb index 5c996ef077c..ee0b2991e6c 100644 --- a/app/controllers/versions_controller.rb +++ b/app/controllers/versions_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class VersionsController < ApplicationController diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb index 22e12a52d7d..888eca16fa3 100644 --- a/app/controllers/watchers_controller.rb +++ b/app/controllers/watchers_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WatchersController < ApplicationController diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index 2ed82f7b094..de84147973b 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'diff' diff --git a/app/controllers/wiki_menu_items_controller.rb b/app/controllers/wiki_menu_items_controller.rb index 15aaac435e2..abae3b3aa66 100644 --- a/app/controllers/wiki_menu_items_controller.rb +++ b/app/controllers/wiki_menu_items_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WikiMenuItemsController < ApplicationController diff --git a/app/controllers/work_packages/auto_completes_controller.rb b/app/controllers/work_packages/auto_completes_controller.rb index abb614bc50e..5ff2a449516 100644 --- a/app/controllers/work_packages/auto_completes_controller.rb +++ b/app/controllers/work_packages/auto_completes_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'rack/utils' diff --git a/app/controllers/work_packages/bulk_controller.rb b/app/controllers/work_packages/bulk_controller.rb index dfd18aeacdf..5ea989cd1ed 100644 --- a/app/controllers/work_packages/bulk_controller.rb +++ b/app/controllers/work_packages/bulk_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::BulkController < ApplicationController diff --git a/app/controllers/work_packages/calendars_controller.rb b/app/controllers/work_packages/calendars_controller.rb index 2965fece08a..30d6e135dce 100644 --- a/app/controllers/work_packages/calendars_controller.rb +++ b/app/controllers/work_packages/calendars_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::CalendarsController < ApplicationController diff --git a/app/controllers/work_packages/moves_controller.rb b/app/controllers/work_packages/moves_controller.rb index ccb788f331a..ef86afd5d52 100644 --- a/app/controllers/work_packages/moves_controller.rb +++ b/app/controllers/work_packages/moves_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::MovesController < ApplicationController diff --git a/app/controllers/work_packages/reports_controller.rb b/app/controllers/work_packages/reports_controller.rb index 3150e1829dd..0a19823522b 100644 --- a/app/controllers/work_packages/reports_controller.rb +++ b/app/controllers/work_packages/reports_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::ReportsController < ApplicationController diff --git a/app/controllers/work_packages_controller.rb b/app/controllers/work_packages_controller.rb index fb62f966fb4..f8fd990274b 100644 --- a/app/controllers/work_packages_controller.rb +++ b/app/controllers/work_packages_controller.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackagesController < ApplicationController diff --git a/app/controllers/workflows_controller.rb b/app/controllers/workflows_controller.rb index 0ccd4e399db..c33b539306f 100644 --- a/app/controllers/workflows_controller.rb +++ b/app/controllers/workflows_controller.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkflowsController < ApplicationController diff --git a/app/helpers/accessibility_helper.rb b/app/helpers/accessibility_helper.rb index 6a480357884..b75447edb99 100644 --- a/app/helpers/accessibility_helper.rb +++ b/app/helpers/accessibility_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AccessibilityHelper diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 9ac294ce868..506742a6d3c 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AdminHelper diff --git a/app/helpers/angular_helper.rb b/app/helpers/angular_helper.rb index 126d376c66d..27b6837ee19 100644 --- a/app/helpers/angular_helper.rb +++ b/app/helpers/angular_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AngularHelper diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 872b09f2f6f..00fd99b6593 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'forwardable' diff --git a/app/helpers/attachments_helper.rb b/app/helpers/attachments_helper.rb index 8d427603d4d..e9ca0b92b6d 100644 --- a/app/helpers/attachments_helper.rb +++ b/app/helpers/attachments_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AttachmentsHelper diff --git a/app/helpers/attribute_help_texts_helper.rb b/app/helpers/attribute_help_texts_helper.rb index 7f640d16d78..90628623727 100644 --- a/app/helpers/attribute_help_texts_helper.rb +++ b/app/helpers/attribute_help_texts_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -22,10 +22,10 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program::Type.translated_work_package_form_attributes; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AttributeHelpTextsHelper diff --git a/app/helpers/authentication_stage_path_helper.rb b/app/helpers/authentication_stage_path_helper.rb index 6754d04620a..c81705aea80 100644 --- a/app/helpers/authentication_stage_path_helper.rb +++ b/app/helpers/authentication_stage_path_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -22,10 +22,10 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program::Type.translated_work_package_form_attributes; if not, write to the Free Software +# along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AuthenticationStagePathHelper diff --git a/app/helpers/avatar_helper.rb b/app/helpers/avatar_helper.rb index 1655a3bbc62..fbfb41ecbf3 100644 --- a/app/helpers/avatar_helper.rb +++ b/app/helpers/avatar_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module AvatarHelper diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index 334282de788..c7231cfdbef 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BreadcrumbHelper diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb index ace09c7200e..e5f6ae2ec64 100644 --- a/app/helpers/calendars_helper.rb +++ b/app/helpers/calendars_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Provides helper methods for a project's calendar view. diff --git a/app/helpers/colors_helper.rb b/app/helpers/colors_helper.rb index 869355ee385..34428690044 100644 --- a/app/helpers/colors_helper.rb +++ b/app/helpers/colors_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ColorsHelper diff --git a/app/helpers/content_for_helper.rb b/app/helpers/content_for_helper.rb index fe87827db90..7c9580ec2b5 100644 --- a/app/helpers/content_for_helper.rb +++ b/app/helpers/content_for_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ContentForHelper diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index 811b486a9d5..b111d1e0e75 100644 --- a/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module CustomFieldsHelper diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index ded3a92ea69..38eab287a92 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module GroupsHelper diff --git a/app/helpers/homescreen_helper.rb b/app/helpers/homescreen_helper.rb index f5f052a7cf8..9fb89cd606b 100644 --- a/app/helpers/homescreen_helper.rb +++ b/app/helpers/homescreen_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module HomescreenHelper diff --git a/app/helpers/icons_helper.rb b/app/helpers/icons_helper.rb index 59c5d7fcdda..68d6e555062 100644 --- a/app/helpers/icons_helper.rb +++ b/app/helpers/icons_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module IconsHelper diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 8f54ec24590..fe987bc01a1 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module IssuesHelper diff --git a/app/helpers/my_helper.rb b/app/helpers/my_helper.rb index a074aacc7cd..7d5bd452ad1 100644 --- a/app/helpers/my_helper.rb +++ b/app/helpers/my_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module MyHelper diff --git a/app/helpers/no_results_helper.rb b/app/helpers/no_results_helper.rb index 95dc5029813..e2069849e6b 100644 --- a/app/helpers/no_results_helper.rb +++ b/app/helpers/no_results_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module NoResultsHelper diff --git a/app/helpers/omniauth_helper.rb b/app/helpers/omniauth_helper.rb index 90a90981f88..d5103dde0c9 100644 --- a/app/helpers/omniauth_helper.rb +++ b/app/helpers/omniauth_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module OmniauthHelper diff --git a/app/helpers/pagination_helper.rb b/app/helpers/pagination_helper.rb index a77924f6993..a7a4e765fa9 100644 --- a/app/helpers/pagination_helper.rb +++ b/app/helpers/pagination_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'will_paginate' diff --git a/app/helpers/password_helper.rb b/app/helpers/password_helper.rb index 1fb0dc64c62..b3e70941455 100644 --- a/app/helpers/password_helper.rb +++ b/app/helpers/password_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module PasswordHelper diff --git a/app/helpers/previews_helper.rb b/app/helpers/previews_helper.rb index abec4b5c18f..8947b3cebf2 100644 --- a/app/helpers/previews_helper.rb +++ b/app/helpers/previews_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module PreviewsHelper diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index 5bfa4dffa72..e8ff8cc1555 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ProjectsHelper diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb index 462ecb604b2..6cff8077535 100644 --- a/app/helpers/queries_helper.rb +++ b/app/helpers/queries_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module QueriesHelper diff --git a/app/helpers/query_menu_items_helper.rb b/app/helpers/query_menu_items_helper.rb index f18b3e2afd8..60d5409c6c2 100644 --- a/app/helpers/query_menu_items_helper.rb +++ b/app/helpers/query_menu_items_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module QueryMenuItemsHelper diff --git a/app/helpers/relations_helper.rb b/app/helpers/relations_helper.rb index 1db563eedf7..22a36c31cb1 100644 --- a/app/helpers/relations_helper.rb +++ b/app/helpers/relations_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module RelationsHelper diff --git a/app/helpers/removed_js_helpers_helper.rb b/app/helpers/removed_js_helpers_helper.rb index 7fda23a2a7e..aecf84dc45f 100644 --- a/app/helpers/removed_js_helpers_helper.rb +++ b/app/helpers/removed_js_helpers_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Contains tag helpers still existing in the OP code but already diff --git a/app/helpers/reports_helper.rb b/app/helpers/reports_helper.rb index 0ec7dc6784e..c9afb6faed4 100644 --- a/app/helpers/reports_helper.rb +++ b/app/helpers/reports_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ReportsHelper diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index 384ded03319..19c5f5f6def 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module RepositoriesHelper diff --git a/app/helpers/roles_helper.rb b/app/helpers/roles_helper.rb index 295d1c2ab91..f89612d1aee 100644 --- a/app/helpers/roles_helper.rb +++ b/app/helpers/roles_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module RolesHelper diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index 8625050f0e5..2caef572ddb 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module SearchHelper diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 14aee480166..d31ebcd1758 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'securerandom' diff --git a/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb index cadf5e1b631..f157c2d053f 100644 --- a/app/helpers/sort_helper.rb +++ b/app/helpers/sort_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Helpers to sort tables using clickable column headers. diff --git a/app/helpers/tabs_helper.rb b/app/helpers/tabs_helper.rb index cc9f8871f49..6919cae3b6f 100644 --- a/app/helpers/tabs_helper.rb +++ b/app/helpers/tabs_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module TabsHelper diff --git a/app/helpers/timelog_helper.rb b/app/helpers/timelog_helper.rb index a757c9d6aa5..641fdc0db8c 100644 --- a/app/helpers/timelog_helper.rb +++ b/app/helpers/timelog_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module TimelogHelper diff --git a/app/helpers/types_helper.rb b/app/helpers/types_helper.rb index 7768fec7206..68c8e7a1edf 100644 --- a/app/helpers/types_helper.rb +++ b/app/helpers/types_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ::TypesHelper diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index 6e852c15f64..e1f32fbe485 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module UsersHelper diff --git a/app/helpers/versions_helper.rb b/app/helpers/versions_helper.rb index 66e40bf9022..91de4946e28 100644 --- a/app/helpers/versions_helper.rb +++ b/app/helpers/versions_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module VersionsHelper diff --git a/app/helpers/watchers_helper.rb b/app/helpers/watchers_helper.rb index 94716e7e2a9..8efa29fb490 100644 --- a/app/helpers/watchers_helper.rb +++ b/app/helpers/watchers_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WatchersHelper diff --git a/app/helpers/wiki_helper.rb b/app/helpers/wiki_helper.rb index bf69fd4b772..5cc69f1ed32 100644 --- a/app/helpers/wiki_helper.rb +++ b/app/helpers/wiki_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WikiHelper diff --git a/app/helpers/work_packages_filter_helper.rb b/app/helpers/work_packages_filter_helper.rb index 79d74c9e536..5e03fa2e719 100644 --- a/app/helpers/work_packages_filter_helper.rb +++ b/app/helpers/work_packages_filter_helper.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackagesFilterHelper diff --git a/app/helpers/work_packages_helper.rb b/app/helpers/work_packages_helper.rb index b692b3d7e09..0933a2d2f29 100644 --- a/app/helpers/work_packages_helper.rb +++ b/app/helpers/work_packages_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackagesHelper diff --git a/app/mailers/base_mailer.rb b/app/mailers/base_mailer.rb index 337767ed922..7607954872a 100644 --- a/app/mailers/base_mailer.rb +++ b/app/mailers/base_mailer.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BaseMailer < ActionMailer::Base diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index e1f1575cccd..2e30c613e22 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UserMailer < BaseMailer diff --git a/app/middleware/reset_current_user.rb b/app/middleware/reset_current_user.rb index f7555f495d7..d6f86c3b7c2 100644 --- a/app/middleware/reset_current_user.rb +++ b/app/middleware/reset_current_user.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/models/activity/base_activity_provider.rb b/app/models/activity/base_activity_provider.rb index 3bba6a4e144..a11d8f41b6d 100644 --- a/app/models/activity/base_activity_provider.rb +++ b/app/models/activity/base_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ############################################################################### diff --git a/app/models/activity/changeset_activity_provider.rb b/app/models/activity/changeset_activity_provider.rb index 4f39a13a155..065581f8597 100644 --- a/app/models/activity/changeset_activity_provider.rb +++ b/app/models/activity/changeset_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::ChangesetActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/activity/message_activity_provider.rb b/app/models/activity/message_activity_provider.rb index c7331ef0b28..04909e3e63a 100644 --- a/app/models/activity/message_activity_provider.rb +++ b/app/models/activity/message_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::MessageActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/activity/news_activity_provider.rb b/app/models/activity/news_activity_provider.rb index 28c961cae97..a120967de5c 100644 --- a/app/models/activity/news_activity_provider.rb +++ b/app/models/activity/news_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::NewsActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/activity/time_entry_activity_provider.rb b/app/models/activity/time_entry_activity_provider.rb index 1366bf89079..294bfad8377 100644 --- a/app/models/activity/time_entry_activity_provider.rb +++ b/app/models/activity/time_entry_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::TimeEntryActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/activity/wiki_content_activity_provider.rb b/app/models/activity/wiki_content_activity_provider.rb index 1845b7cb63a..ba3b940222a 100644 --- a/app/models/activity/wiki_content_activity_provider.rb +++ b/app/models/activity/wiki_content_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::WikiContentActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/activity/work_package_activity_provider.rb b/app/models/activity/work_package_activity_provider.rb index cd2eaad99d7..e86fbfb1a4b 100644 --- a/app/models/activity/work_package_activity_provider.rb +++ b/app/models/activity/work_package_activity_provider.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Activity::WorkPackageActivityProvider < Activity::BaseActivityProvider diff --git a/app/models/attachment.rb b/app/models/attachment.rb index 110c072dcae..e8e9bdba974 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'digest/md5' diff --git a/app/models/attribute_help_text.rb b/app/models/attribute_help_text.rb index db52e9a4238..0ddcbb7e2b0 100644 --- a/app/models/attribute_help_text.rb +++ b/app/models/attribute_help_text.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AttributeHelpText < ActiveRecord::Base diff --git a/app/models/attribute_help_text/work_package.rb b/app/models/attribute_help_text/work_package.rb index 1a3f7fd588c..b856bdf9807 100644 --- a/app/models/attribute_help_text/work_package.rb +++ b/app/models/attribute_help_text/work_package.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AttributeHelpText::WorkPackage < AttributeHelpText diff --git a/app/models/auth_source.rb b/app/models/auth_source.rb index bd519308d92..03b2df35879 100644 --- a/app/models/auth_source.rb +++ b/app/models/auth_source.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AuthSource < ActiveRecord::Base diff --git a/app/models/board.rb b/app/models/board.rb index 8184841b024..e8272f02510 100644 --- a/app/models/board.rb +++ b/app/models/board.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Board < ActiveRecord::Base diff --git a/app/models/category.rb b/app/models/category.rb index 0328d4a778d..98534256b24 100644 --- a/app/models/category.rb +++ b/app/models/category.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Category < ActiveRecord::Base diff --git a/app/models/change.rb b/app/models/change.rb index b901fac39d0..995fb64c994 100644 --- a/app/models/change.rb +++ b/app/models/change.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Change < ActiveRecord::Base diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 6a39082c8f2..40b46d2dd8d 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Changeset < ActiveRecord::Base diff --git a/app/models/comment.rb b/app/models/comment.rb index 318e369e032..d848257b82b 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Comment < ActiveRecord::Base diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index eeb3dd4feb4..a651dfb63d1 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomField < ActiveRecord::Base diff --git a/app/models/custom_field/order_statements.rb b/app/models/custom_field/order_statements.rb index 1b4ce7727d8..695315e026b 100644 --- a/app/models/custom_field/order_statements.rb +++ b/app/models/custom_field/order_statements.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module CustomField::OrderStatements diff --git a/app/models/custom_option.rb b/app/models/custom_option.rb index 7a78048637f..3d641257263 100644 --- a/app/models/custom_option.rb +++ b/app/models/custom_option.rb @@ -2,13 +2,13 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -# Copyright (C) 2006-2013 Jean-Philippe Lang +# Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/models/custom_value.rb b/app/models/custom_value.rb index 40579f11dcb..16daa510e6d 100644 --- a/app/models/custom_value.rb +++ b/app/models/custom_value.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue < ActiveRecord::Base diff --git a/app/models/custom_value/ar_object_strategy.rb b/app/models/custom_value/ar_object_strategy.rb index 79aae8a19d7..39d6819d7d4 100644 --- a/app/models/custom_value/ar_object_strategy.rb +++ b/app/models/custom_value/ar_object_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::ARObjectStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/bool_strategy.rb b/app/models/custom_value/bool_strategy.rb index 9c4dbc1cd60..eb6d90521d6 100644 --- a/app/models/custom_value/bool_strategy.rb +++ b/app/models/custom_value/bool_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::BoolStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/date_strategy.rb b/app/models/custom_value/date_strategy.rb index 5f567259db2..58d90811a39 100644 --- a/app/models/custom_value/date_strategy.rb +++ b/app/models/custom_value/date_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::DateStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/float_strategy.rb b/app/models/custom_value/float_strategy.rb index 6bd8167d6a0..286627db56f 100644 --- a/app/models/custom_value/float_strategy.rb +++ b/app/models/custom_value/float_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::FloatStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/format_strategy.rb b/app/models/custom_value/format_strategy.rb index e3a7a120330..d26cd8de25f 100644 --- a/app/models/custom_value/format_strategy.rb +++ b/app/models/custom_value/format_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::FormatStrategy diff --git a/app/models/custom_value/int_strategy.rb b/app/models/custom_value/int_strategy.rb index 3eb2641342d..c074b9cde07 100644 --- a/app/models/custom_value/int_strategy.rb +++ b/app/models/custom_value/int_strategy.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::IntStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/list_strategy.rb b/app/models/custom_value/list_strategy.rb index a329928287f..2b47560ef4e 100644 --- a/app/models/custom_value/list_strategy.rb +++ b/app/models/custom_value/list_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::ListStrategy < CustomValue::ARObjectStrategy diff --git a/app/models/custom_value/string_strategy.rb b/app/models/custom_value/string_strategy.rb index 18930c5588a..40378cf064a 100644 --- a/app/models/custom_value/string_strategy.rb +++ b/app/models/custom_value/string_strategy.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::StringStrategy < CustomValue::FormatStrategy diff --git a/app/models/custom_value/user_strategy.rb b/app/models/custom_value/user_strategy.rb index 35245feda5f..ba9576820b0 100644 --- a/app/models/custom_value/user_strategy.rb +++ b/app/models/custom_value/user_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::UserStrategy < CustomValue::ARObjectStrategy diff --git a/app/models/custom_value/version_strategy.rb b/app/models/custom_value/version_strategy.rb index fd660be282b..2386e9b8253 100644 --- a/app/models/custom_value/version_strategy.rb +++ b/app/models/custom_value/version_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CustomValue::VersionStrategy < CustomValue::ARObjectStrategy diff --git a/app/models/design_color.rb b/app/models/design_color.rb index 5601be0c4e2..2f3cf6cb48f 100644 --- a/app/models/design_color.rb +++ b/app/models/design_color.rb @@ -1,12 +1,12 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. # # OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -# Copyright (C) 2006-2013 Jean-Philippe Lang +# Copyright (C) 2006-2017 Jean-Philippe Lang # Copyright (C) 2010-2013 the ChiliProject Team # # This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class DesignColor < ActiveRecord::Base diff --git a/app/models/enabled_module.rb b/app/models/enabled_module.rb index 2bb1692f4fa..dbbdb82a0bb 100644 --- a/app/models/enabled_module.rb +++ b/app/models/enabled_module.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class EnabledModule < ActiveRecord::Base diff --git a/app/models/enterprise_token.rb b/app/models/enterprise_token.rb index dbf64ad5751..17e7f31134f 100644 --- a/app/models/enterprise_token.rb +++ b/app/models/enterprise_token.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class EnterpriseToken < ActiveRecord::Base class << self diff --git a/app/models/enumeration.rb b/app/models/enumeration.rb index b7bc4b92e3e..287a3d25473 100644 --- a/app/models/enumeration.rb +++ b/app/models/enumeration.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Enumeration < ActiveRecord::Base diff --git a/app/models/group.rb b/app/models/group.rb index 4edd4212628..f183d7bb457 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Group < Principal diff --git a/app/models/group_custom_field.rb b/app/models/group_custom_field.rb index 0cd6441132c..cb7d992ca2e 100644 --- a/app/models/group_custom_field.rb +++ b/app/models/group_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class GroupCustomField < CustomField diff --git a/app/models/issue_priority.rb b/app/models/issue_priority.rb index bf3dd108f6f..1225a0934f2 100644 --- a/app/models/issue_priority.rb +++ b/app/models/issue_priority.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class IssuePriority < Enumeration diff --git a/app/models/issue_priority_custom_field.rb b/app/models/issue_priority_custom_field.rb index 7ff086b753c..996e9397bf7 100644 --- a/app/models/issue_priority_custom_field.rb +++ b/app/models/issue_priority_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class IssuePriorityCustomField < CustomField diff --git a/app/models/journal.rb b/app/models/journal.rb index c9b722662a7..d3112de416e 100644 --- a/app/models/journal.rb +++ b/app/models/journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal < ActiveRecord::Base diff --git a/app/models/journal/aggregated_journal.rb b/app/models/journal/aggregated_journal.rb index 8cb7cbaddc4..da142d1ba0d 100644 --- a/app/models/journal/aggregated_journal.rb +++ b/app/models/journal/aggregated_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Similar to regular Journals, but under the following circumstances journals are aggregated: diff --git a/app/models/journal/attachable_journal.rb b/app/models/journal/attachable_journal.rb index 75ed63c02a1..220d2b1f038 100644 --- a/app/models/journal/attachable_journal.rb +++ b/app/models/journal/attachable_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::AttachableJournal < Journal::BaseJournal diff --git a/app/models/journal/attachment_journal.rb b/app/models/journal/attachment_journal.rb index b9b7e5e338a..003ff78216b 100644 --- a/app/models/journal/attachment_journal.rb +++ b/app/models/journal/attachment_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::AttachmentJournal < Journal::BaseJournal diff --git a/app/models/journal/base_journal.rb b/app/models/journal/base_journal.rb index 89a8361762e..29715dc22a7 100644 --- a/app/models/journal/base_journal.rb +++ b/app/models/journal/base_journal.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::BaseJournal < ActiveRecord::Base diff --git a/app/models/journal/changeset_journal.rb b/app/models/journal/changeset_journal.rb index 626b6f322d4..6ad3ebc09c1 100644 --- a/app/models/journal/changeset_journal.rb +++ b/app/models/journal/changeset_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::ChangesetJournal < Journal::BaseJournal diff --git a/app/models/journal/customizable_journal.rb b/app/models/journal/customizable_journal.rb index 842c9d496eb..06d883c0f36 100644 --- a/app/models/journal/customizable_journal.rb +++ b/app/models/journal/customizable_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::CustomizableJournal < Journal::BaseJournal diff --git a/app/models/journal/message_journal.rb b/app/models/journal/message_journal.rb index 203b5f62d46..0cb84443a54 100644 --- a/app/models/journal/message_journal.rb +++ b/app/models/journal/message_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::MessageJournal < Journal::BaseJournal diff --git a/app/models/journal/news_journal.rb b/app/models/journal/news_journal.rb index 4b0e2406e85..18b3a6f83b2 100644 --- a/app/models/journal/news_journal.rb +++ b/app/models/journal/news_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::NewsJournal < Journal::BaseJournal diff --git a/app/models/journal/time_entry_journal.rb b/app/models/journal/time_entry_journal.rb index 12d91a2f0d1..7eb4e9ad14c 100644 --- a/app/models/journal/time_entry_journal.rb +++ b/app/models/journal/time_entry_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::TimeEntryJournal < Journal::BaseJournal diff --git a/app/models/journal/wiki_content_journal.rb b/app/models/journal/wiki_content_journal.rb index 534f1710e83..fba9bd57c93 100644 --- a/app/models/journal/wiki_content_journal.rb +++ b/app/models/journal/wiki_content_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::WikiContentJournal < Journal::BaseJournal diff --git a/app/models/journal/work_package_journal.rb b/app/models/journal/work_package_journal.rb index 58b45b05db5..8f17ca3c027 100644 --- a/app/models/journal/work_package_journal.rb +++ b/app/models/journal/work_package_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Journal::WorkPackageJournal < Journal::BaseJournal diff --git a/app/models/journal_manager.rb b/app/models/journal_manager.rb index 9b1a076e443..340f04738ef 100644 --- a/app/models/journal_manager.rb +++ b/app/models/journal_manager.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class JournalManager diff --git a/app/models/journal_notification_mailer.rb b/app/models/journal_notification_mailer.rb index 817b6797e6f..c6dd2d31b31 100644 --- a/app/models/journal_notification_mailer.rb +++ b/app/models/journal_notification_mailer.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class JournalNotificationMailer diff --git a/app/models/ldap_auth_source.rb b/app/models/ldap_auth_source.rb index f2a6d57f29b..861644bced3 100644 --- a/app/models/ldap_auth_source.rb +++ b/app/models/ldap_auth_source.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'net/ldap' diff --git a/app/models/legacy_journal.rb b/app/models/legacy_journal.rb index 66c651dc053..79d7a920e5d 100644 --- a/app/models/legacy_journal.rb +++ b/app/models/legacy_journal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'journal_formatter' diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 2959fc56adb..1ad4d37c711 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MailHandler < ActionMailer::Base diff --git a/app/models/member.rb b/app/models/member.rb index 1a9585bd155..ffff571b59d 100644 --- a/app/models/member.rb +++ b/app/models/member.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Member < ActiveRecord::Base diff --git a/app/models/member_role.rb b/app/models/member_role.rb index c159ce1851a..fb3c7960127 100644 --- a/app/models/member_role.rb +++ b/app/models/member_role.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MemberRole < ActiveRecord::Base diff --git a/app/models/menu_item.rb b/app/models/menu_item.rb index 198b848d7e2..3d005cd26b3 100644 --- a/app/models/menu_item.rb +++ b/app/models/menu_item.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MenuItem < ActiveRecord::Base diff --git a/app/models/menu_items/query_menu_item.rb b/app/models/menu_items/query_menu_item.rb index 1a26d6d974b..ae0e02ace15 100644 --- a/app/models/menu_items/query_menu_item.rb +++ b/app/models/menu_items/query_menu_item.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MenuItems::QueryMenuItem < MenuItem diff --git a/app/models/menu_items/wiki_menu_item.rb b/app/models/menu_items/wiki_menu_item.rb index fd831d8503a..acb13cffcc8 100644 --- a/app/models/menu_items/wiki_menu_item.rb +++ b/app/models/menu_items/wiki_menu_item.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class MenuItems::WikiMenuItem < MenuItem diff --git a/app/models/message.rb b/app/models/message.rb index 7ec1a0250d3..8a2d5ceba51 100644 --- a/app/models/message.rb +++ b/app/models/message.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Message < ActiveRecord::Base diff --git a/app/models/news.rb b/app/models/news.rb index 942a9c067cc..98e279544d3 100644 --- a/app/models/news.rb +++ b/app/models/news.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class News < ActiveRecord::Base diff --git a/app/models/permitted_params.rb b/app/models/permitted_params.rb index 8d5c6b6fe76..35828bad764 100644 --- a/app/models/permitted_params.rb +++ b/app/models/permitted_params.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class PermittedParams diff --git a/app/models/planning_element_type_color.rb b/app/models/planning_element_type_color.rb index 3fbbd3561c8..b01f7425ab8 100644 --- a/app/models/planning_element_type_color.rb +++ b/app/models/planning_element_type_color.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class PlanningElementTypeColor < ActiveRecord::Base diff --git a/app/models/principal.rb b/app/models/principal.rb index 64bc781a808..243a356c206 100644 --- a/app/models/principal.rb +++ b/app/models/principal.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Principal < ActiveRecord::Base diff --git a/app/models/project.rb b/app/models/project.rb index 93812fbfa5a..5b563cf8cdc 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Project < ActiveRecord::Base diff --git a/app/models/project/activity.rb b/app/models/project/activity.rb index ae61154bef0..d519af4f8fd 100644 --- a/app/models/project/activity.rb +++ b/app/models/project/activity.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require Rails.root.join('config/constants/project_activity') diff --git a/app/models/project/copy.rb b/app/models/project/copy.rb index 3c5ddc59351..7c0a08d4572 100644 --- a/app/models/project/copy.rb +++ b/app/models/project/copy.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Project::Copy diff --git a/app/models/project/storage.rb b/app/models/project/storage.rb index 61a8ca11f21..e18dacc0359 100644 --- a/app/models/project/storage.rb +++ b/app/models/project/storage.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Project::Storage diff --git a/app/models/project_custom_field.rb b/app/models/project_custom_field.rb index ca54378dff1..3a56b2d2f4e 100644 --- a/app/models/project_custom_field.rb +++ b/app/models/project_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ProjectCustomField < CustomField diff --git a/app/models/project_type.rb b/app/models/project_type.rb index 78f25a49347..02b3ea7b32f 100644 --- a/app/models/project_type.rb +++ b/app/models/project_type.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ProjectType < ActiveRecord::Base diff --git a/app/models/queries/available_filters.rb b/app/models/queries/available_filters.rb index 512943c3b2e..8a0bc9b5e41 100644 --- a/app/models/queries/available_filters.rb +++ b/app/models/queries/available_filters.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'queries/filters' diff --git a/app/models/queries/available_orders.rb b/app/models/queries/available_orders.rb index 5053f9cb00e..2f3b1324ce8 100644 --- a/app/models/queries/available_orders.rb +++ b/app/models/queries/available_orders.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::AvailableOrders diff --git a/app/models/queries/base_order.rb b/app/models/queries/base_order.rb index 04bd71a57f3..0c03ab01c86 100644 --- a/app/models/queries/base_order.rb +++ b/app/models/queries/base_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::BaseOrder diff --git a/app/models/queries/base_query.rb b/app/models/queries/base_query.rb index a6689493cf3..1a3db2f5960 100644 --- a/app/models/queries/base_query.rb +++ b/app/models/queries/base_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::BaseQuery diff --git a/app/models/queries/columns/base.rb b/app/models/queries/columns/base.rb index 684509d039e..2e4eb7b01d1 100644 --- a/app/models/queries/columns/base.rb +++ b/app/models/queries/columns/base.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Columns::Base diff --git a/app/models/queries/filter_serializer.rb b/app/models/queries/filter_serializer.rb index a40cac1cc06..cf309c6f339 100644 --- a/app/models/queries/filter_serializer.rb +++ b/app/models/queries/filter_serializer.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::FilterSerializer diff --git a/app/models/queries/filters.rb b/app/models/queries/filters.rb index 93d0bb2869f..e1f114eb252 100644 --- a/app/models/queries/filters.rb +++ b/app/models/queries/filters.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters diff --git a/app/models/queries/filters/base.rb b/app/models/queries/filters/base.rb index d9a3b17dbe0..8a374caeb7c 100644 --- a/app/models/queries/filters/base.rb +++ b/app/models/queries/filters/base.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'queries/operators' diff --git a/app/models/queries/filters/serializable.rb b/app/models/queries/filters/serializable.rb index d64109ecc03..29814b3242d 100644 --- a/app/models/queries/filters/serializable.rb +++ b/app/models/queries/filters/serializable.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/filters/shared/any_user_name_attribute_filter.rb b/app/models/queries/filters/shared/any_user_name_attribute_filter.rb index 7b57a0d3299..6b4487f547f 100644 --- a/app/models/queries/filters/shared/any_user_name_attribute_filter.rb +++ b/app/models/queries/filters/shared/any_user_name_attribute_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::AnyUserNameAttributeFilter diff --git a/app/models/queries/filters/shared/custom_field_filter.rb b/app/models/queries/filters/shared/custom_field_filter.rb index ae6a5243330..2b832d9cc05 100644 --- a/app/models/queries/filters/shared/custom_field_filter.rb +++ b/app/models/queries/filters/shared/custom_field_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::CustomFieldFilter diff --git a/app/models/queries/filters/shared/custom_fields/base.rb b/app/models/queries/filters/shared/custom_fields/base.rb index ababda65fad..8aa3e0421be 100644 --- a/app/models/queries/filters/shared/custom_fields/base.rb +++ b/app/models/queries/filters/shared/custom_fields/base.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared diff --git a/app/models/queries/filters/shared/custom_fields/bool.rb b/app/models/queries/filters/shared/custom_fields/bool.rb index 082284ac20b..321cf9657c3 100644 --- a/app/models/queries/filters/shared/custom_fields/bool.rb +++ b/app/models/queries/filters/shared/custom_fields/bool.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_relative 'base' diff --git a/app/models/queries/filters/shared/custom_fields/list_optional.rb b/app/models/queries/filters/shared/custom_fields/list_optional.rb index 2772ca89869..4e7fdb9ae0b 100644 --- a/app/models/queries/filters/shared/custom_fields/list_optional.rb +++ b/app/models/queries/filters/shared/custom_fields/list_optional.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_relative 'base' diff --git a/app/models/queries/filters/shared/custom_fields/user.rb b/app/models/queries/filters/shared/custom_fields/user.rb index f048adf6cc9..e143c458ad4 100644 --- a/app/models/queries/filters/shared/custom_fields/user.rb +++ b/app/models/queries/filters/shared/custom_fields/user.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_relative 'list_optional' diff --git a/app/models/queries/filters/shared/group_filter.rb b/app/models/queries/filters/shared/group_filter.rb index 2420624a9ca..aec0426eb49 100644 --- a/app/models/queries/filters/shared/group_filter.rb +++ b/app/models/queries/filters/shared/group_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::GroupFilter diff --git a/app/models/queries/filters/shared/project_filter.rb b/app/models/queries/filters/shared/project_filter.rb index 651af6ceb34..b94275d37ba 100644 --- a/app/models/queries/filters/shared/project_filter.rb +++ b/app/models/queries/filters/shared/project_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::ProjectFilter diff --git a/app/models/queries/filters/shared/user_blocked_filter.rb b/app/models/queries/filters/shared/user_blocked_filter.rb index ef90fb0a2eb..d9cea666016 100644 --- a/app/models/queries/filters/shared/user_blocked_filter.rb +++ b/app/models/queries/filters/shared/user_blocked_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::UserBlockedFilter diff --git a/app/models/queries/filters/shared/user_name_filter.rb b/app/models/queries/filters/shared/user_name_filter.rb index 8d340ef5dd0..aeb3c6c592e 100644 --- a/app/models/queries/filters/shared/user_name_filter.rb +++ b/app/models/queries/filters/shared/user_name_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::UserNameFilter diff --git a/app/models/queries/filters/shared/user_status_filter.rb b/app/models/queries/filters/shared/user_status_filter.rb index b2f01192758..c395885ccd0 100644 --- a/app/models/queries/filters/shared/user_status_filter.rb +++ b/app/models/queries/filters/shared/user_status_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Shared::UserStatusFilter diff --git a/app/models/queries/filters/strategies.rb b/app/models/queries/filters/strategies.rb index cb690281bd8..789d94626a3 100644 --- a/app/models/queries/filters/strategies.rb +++ b/app/models/queries/filters/strategies.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/base_strategy.rb b/app/models/queries/filters/strategies/base_strategy.rb index 1fa55405052..57aa1a65ca7 100644 --- a/app/models/queries/filters/strategies/base_strategy.rb +++ b/app/models/queries/filters/strategies/base_strategy.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/boolean_list.rb b/app/models/queries/filters/strategies/boolean_list.rb index 5e0bb3d49f3..413ff4470e5 100644 --- a/app/models/queries/filters/strategies/boolean_list.rb +++ b/app/models/queries/filters/strategies/boolean_list.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/cf_float.rb b/app/models/queries/filters/strategies/cf_float.rb index 79765b0cd34..2ba78800208 100644 --- a/app/models/queries/filters/strategies/cf_float.rb +++ b/app/models/queries/filters/strategies/cf_float.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/cf_integer.rb b/app/models/queries/filters/strategies/cf_integer.rb index 37a46f29439..7475e5daaf2 100644 --- a/app/models/queries/filters/strategies/cf_integer.rb +++ b/app/models/queries/filters/strategies/cf_integer.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/cf_list_optional.rb b/app/models/queries/filters/strategies/cf_list_optional.rb index 069d2c5cf73..e9a7b376df9 100644 --- a/app/models/queries/filters/strategies/cf_list_optional.rb +++ b/app/models/queries/filters/strategies/cf_list_optional.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/cf_numeric.rb b/app/models/queries/filters/strategies/cf_numeric.rb index aed6f783d52..e91c881fbae 100644 --- a/app/models/queries/filters/strategies/cf_numeric.rb +++ b/app/models/queries/filters/strategies/cf_numeric.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/date.rb b/app/models/queries/filters/strategies/date.rb index 0449d962624..3ed22b0ca9b 100644 --- a/app/models/queries/filters/strategies/date.rb +++ b/app/models/queries/filters/strategies/date.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/date_time_past.rb b/app/models/queries/filters/strategies/date_time_past.rb index 73538a98782..f9fc2ead0a6 100644 --- a/app/models/queries/filters/strategies/date_time_past.rb +++ b/app/models/queries/filters/strategies/date_time_past.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/float.rb b/app/models/queries/filters/strategies/float.rb index 1d7c0facaff..df84ddf08ef 100644 --- a/app/models/queries/filters/strategies/float.rb +++ b/app/models/queries/filters/strategies/float.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/float_numeric.rb b/app/models/queries/filters/strategies/float_numeric.rb index 7ccb0d3a8ad..4ccec8717ac 100644 --- a/app/models/queries/filters/strategies/float_numeric.rb +++ b/app/models/queries/filters/strategies/float_numeric.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/huge_list.rb b/app/models/queries/filters/strategies/huge_list.rb index 1777e6a2117..6f255698a5d 100644 --- a/app/models/queries/filters/strategies/huge_list.rb +++ b/app/models/queries/filters/strategies/huge_list.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/inexistent.rb b/app/models/queries/filters/strategies/inexistent.rb index 55eaa8dcd35..e7f5bb538f9 100644 --- a/app/models/queries/filters/strategies/inexistent.rb +++ b/app/models/queries/filters/strategies/inexistent.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/integer.rb b/app/models/queries/filters/strategies/integer.rb index f82e4b5b651..6a147f3b211 100644 --- a/app/models/queries/filters/strategies/integer.rb +++ b/app/models/queries/filters/strategies/integer.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/integer_list.rb b/app/models/queries/filters/strategies/integer_list.rb index 3cead449200..a5790b0dd7d 100644 --- a/app/models/queries/filters/strategies/integer_list.rb +++ b/app/models/queries/filters/strategies/integer_list.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/integer_list_optional.rb b/app/models/queries/filters/strategies/integer_list_optional.rb index 59d27a2d824..34ea26d94dd 100644 --- a/app/models/queries/filters/strategies/integer_list_optional.rb +++ b/app/models/queries/filters/strategies/integer_list_optional.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/integer_numeric.rb b/app/models/queries/filters/strategies/integer_numeric.rb index 1e0013a2ea2..6d3983ec551 100644 --- a/app/models/queries/filters/strategies/integer_numeric.rb +++ b/app/models/queries/filters/strategies/integer_numeric.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/list.rb b/app/models/queries/filters/strategies/list.rb index 2c2515e580b..d408ded08c3 100644 --- a/app/models/queries/filters/strategies/list.rb +++ b/app/models/queries/filters/strategies/list.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/list_all.rb b/app/models/queries/filters/strategies/list_all.rb index 65754c2175c..74a9c3f6b52 100644 --- a/app/models/queries/filters/strategies/list_all.rb +++ b/app/models/queries/filters/strategies/list_all.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/list_optional.rb b/app/models/queries/filters/strategies/list_optional.rb index edf1b12ca70..4e147e22779 100644 --- a/app/models/queries/filters/strategies/list_optional.rb +++ b/app/models/queries/filters/strategies/list_optional.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/numeric.rb b/app/models/queries/filters/strategies/numeric.rb index 4ad4eb1de64..6c5ba507f74 100644 --- a/app/models/queries/filters/strategies/numeric.rb +++ b/app/models/queries/filters/strategies/numeric.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/string.rb b/app/models/queries/filters/strategies/string.rb index 3f440190fb3..2c917615284 100644 --- a/app/models/queries/filters/strategies/string.rb +++ b/app/models/queries/filters/strategies/string.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/text.rb b/app/models/queries/filters/strategies/text.rb index fb484abbdc4..5c603f0bd64 100644 --- a/app/models/queries/filters/strategies/text.rb +++ b/app/models/queries/filters/strategies/text.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/filters/strategies/validations.rb b/app/models/queries/filters/strategies/validations.rb index 4d5ea0d5edf..d75e4f4c008 100644 --- a/app/models/queries/filters/strategies/validations.rb +++ b/app/models/queries/filters/strategies/validations.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Filters::Strategies diff --git a/app/models/queries/members.rb b/app/models/queries/members.rb index 574598dd5fb..9ffba5f3f08 100644 --- a/app/models/queries/members.rb +++ b/app/models/queries/members.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Members diff --git a/app/models/queries/members/filters/any_name_attribute_filter.rb b/app/models/queries/members/filters/any_name_attribute_filter.rb index cadbbb5ee35..9405f468617 100644 --- a/app/models/queries/members/filters/any_name_attribute_filter.rb +++ b/app/models/queries/members/filters/any_name_attribute_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::AnyNameAttributeFilter < Queries::Members::Filters::NameFilter diff --git a/app/models/queries/members/filters/blocked_filter.rb b/app/models/queries/members/filters/blocked_filter.rb index f872edd24a8..449058b1970 100644 --- a/app/models/queries/members/filters/blocked_filter.rb +++ b/app/models/queries/members/filters/blocked_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::BlockedFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/filters/group_filter.rb b/app/models/queries/members/filters/group_filter.rb index 2b3558faedc..ffa5545330c 100644 --- a/app/models/queries/members/filters/group_filter.rb +++ b/app/models/queries/members/filters/group_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::GroupFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/filters/member_filter.rb b/app/models/queries/members/filters/member_filter.rb index 70ad1238f8c..01cfee7b5a9 100644 --- a/app/models/queries/members/filters/member_filter.rb +++ b/app/models/queries/members/filters/member_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::MemberFilter < Queries::Filters::Base diff --git a/app/models/queries/members/filters/name_filter.rb b/app/models/queries/members/filters/name_filter.rb index a4ba9366764..f48d8d6dde2 100644 --- a/app/models/queries/members/filters/name_filter.rb +++ b/app/models/queries/members/filters/name_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::NameFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/filters/project_filter.rb b/app/models/queries/members/filters/project_filter.rb index 42cf0cbbc6a..52865071ee2 100644 --- a/app/models/queries/members/filters/project_filter.rb +++ b/app/models/queries/members/filters/project_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::ProjectFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/filters/role_filter.rb b/app/models/queries/members/filters/role_filter.rb index 1658684f116..3b586af6f7d 100644 --- a/app/models/queries/members/filters/role_filter.rb +++ b/app/models/queries/members/filters/role_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::RoleFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/filters/status_filter.rb b/app/models/queries/members/filters/status_filter.rb index 2137d70e4a1..3f18ed19cd5 100644 --- a/app/models/queries/members/filters/status_filter.rb +++ b/app/models/queries/members/filters/status_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::Filters::StatusFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/members/member_query.rb b/app/models/queries/members/member_query.rb index c94b511b9f8..ba942e39831 100644 --- a/app/models/queries/members/member_query.rb +++ b/app/models/queries/members/member_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Members::MemberQuery < Queries::BaseQuery diff --git a/app/models/queries/not_existing_filter.rb b/app/models/queries/not_existing_filter.rb index be6844718b9..11ba25ef8aa 100644 --- a/app/models/queries/not_existing_filter.rb +++ b/app/models/queries/not_existing_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::NotExistingFilter < Queries::Filters::Base diff --git a/app/models/queries/not_existing_order.rb b/app/models/queries/not_existing_order.rb index f5093d36be2..95171c11ba3 100644 --- a/app/models/queries/not_existing_order.rb +++ b/app/models/queries/not_existing_order.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::NotExistingOrder < Queries::BaseOrder diff --git a/app/models/queries/operators.rb b/app/models/queries/operators.rb index 12f5fb045fe..8dfb38c4827 100644 --- a/app/models/queries/operators.rb +++ b/app/models/queries/operators.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/ago.rb b/app/models/queries/operators/ago.rb index e476676c6ad..0ecf9ab8036 100644 --- a/app/models/queries/operators/ago.rb +++ b/app/models/queries/operators/ago.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/all.rb b/app/models/queries/operators/all.rb index a133e82a90c..47da6a46e23 100644 --- a/app/models/queries/operators/all.rb +++ b/app/models/queries/operators/all.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/all_and_non_blank.rb b/app/models/queries/operators/all_and_non_blank.rb index 9de234ced54..c336c7e5a15 100644 --- a/app/models/queries/operators/all_and_non_blank.rb +++ b/app/models/queries/operators/all_and_non_blank.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/base.rb b/app/models/queries/operators/base.rb index a4bc4923949..9a05bec377b 100644 --- a/app/models/queries/operators/base.rb +++ b/app/models/queries/operators/base.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/between_date.rb b/app/models/queries/operators/between_date.rb index 8a245862a40..4bdbe733630 100644 --- a/app/models/queries/operators/between_date.rb +++ b/app/models/queries/operators/between_date.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/between_date_time.rb b/app/models/queries/operators/between_date_time.rb index ae64abdd30a..43f6ca0ac78 100644 --- a/app/models/queries/operators/between_date_time.rb +++ b/app/models/queries/operators/between_date_time.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/boolean_equals.rb b/app/models/queries/operators/boolean_equals.rb index f7f9f3b664c..3cc158257fe 100644 --- a/app/models/queries/operators/boolean_equals.rb +++ b/app/models/queries/operators/boolean_equals.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/boolean_not_equals.rb b/app/models/queries/operators/boolean_not_equals.rb index 73f0198eea5..81010652a97 100644 --- a/app/models/queries/operators/boolean_not_equals.rb +++ b/app/models/queries/operators/boolean_not_equals.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/casted_greater_or_equal.rb b/app/models/queries/operators/casted_greater_or_equal.rb index e2e439a2e10..0189bb405f0 100644 --- a/app/models/queries/operators/casted_greater_or_equal.rb +++ b/app/models/queries/operators/casted_greater_or_equal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/casted_less_or_equal.rb b/app/models/queries/operators/casted_less_or_equal.rb index bf5c038622c..e5e031d1add 100644 --- a/app/models/queries/operators/casted_less_or_equal.rb +++ b/app/models/queries/operators/casted_less_or_equal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/closed_work_packages.rb b/app/models/queries/operators/closed_work_packages.rb index 1cffd7a803a..254a3b325b5 100644 --- a/app/models/queries/operators/closed_work_packages.rb +++ b/app/models/queries/operators/closed_work_packages.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/contains.rb b/app/models/queries/operators/contains.rb index 1e6ac4eb9b8..be9085526ed 100644 --- a/app/models/queries/operators/contains.rb +++ b/app/models/queries/operators/contains.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/date_range_clauses.rb b/app/models/queries/operators/date_range_clauses.rb index c83e57edc82..915550258b6 100644 --- a/app/models/queries/operators/date_range_clauses.rb +++ b/app/models/queries/operators/date_range_clauses.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/datetime_range_clauses.rb b/app/models/queries/operators/datetime_range_clauses.rb index 01a14220f66..d51a7a5c648 100644 --- a/app/models/queries/operators/datetime_range_clauses.rb +++ b/app/models/queries/operators/datetime_range_clauses.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/equals.rb b/app/models/queries/operators/equals.rb index 92c461bb219..12dbf0b6bbf 100644 --- a/app/models/queries/operators/equals.rb +++ b/app/models/queries/operators/equals.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/greater_or_equal.rb b/app/models/queries/operators/greater_or_equal.rb index 11be3e9d52e..077215b5d3c 100644 --- a/app/models/queries/operators/greater_or_equal.rb +++ b/app/models/queries/operators/greater_or_equal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/in.rb b/app/models/queries/operators/in.rb index 43083d946af..f5b68388585 100644 --- a/app/models/queries/operators/in.rb +++ b/app/models/queries/operators/in.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/in_less_than.rb b/app/models/queries/operators/in_less_than.rb index 5b25410b7c7..bfbb7df2c13 100644 --- a/app/models/queries/operators/in_less_than.rb +++ b/app/models/queries/operators/in_less_than.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/in_more_than.rb b/app/models/queries/operators/in_more_than.rb index ba1c52fe772..9f372548039 100644 --- a/app/models/queries/operators/in_more_than.rb +++ b/app/models/queries/operators/in_more_than.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/less_or_equal.rb b/app/models/queries/operators/less_or_equal.rb index 6818d66346e..a02a272fb2c 100644 --- a/app/models/queries/operators/less_or_equal.rb +++ b/app/models/queries/operators/less_or_equal.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/less_than_ago.rb b/app/models/queries/operators/less_than_ago.rb index f97070ed6f9..b5c281ade32 100644 --- a/app/models/queries/operators/less_than_ago.rb +++ b/app/models/queries/operators/less_than_ago.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/more_than_ago.rb b/app/models/queries/operators/more_than_ago.rb index 4808070c9c7..b812a68aebc 100644 --- a/app/models/queries/operators/more_than_ago.rb +++ b/app/models/queries/operators/more_than_ago.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/none.rb b/app/models/queries/operators/none.rb index c7663231ab8..905565ceb75 100644 --- a/app/models/queries/operators/none.rb +++ b/app/models/queries/operators/none.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/none_or_blank.rb b/app/models/queries/operators/none_or_blank.rb index 64fa63d7bbf..737a02a0f92 100644 --- a/app/models/queries/operators/none_or_blank.rb +++ b/app/models/queries/operators/none_or_blank.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/not_contains.rb b/app/models/queries/operators/not_contains.rb index e021a0e8615..e6445786332 100644 --- a/app/models/queries/operators/not_contains.rb +++ b/app/models/queries/operators/not_contains.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/not_equals.rb b/app/models/queries/operators/not_equals.rb index 862ceb77671..c549232ac4a 100644 --- a/app/models/queries/operators/not_equals.rb +++ b/app/models/queries/operators/not_equals.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/on_date.rb b/app/models/queries/operators/on_date.rb index 6605a7d6a15..5b1b9eb4912 100644 --- a/app/models/queries/operators/on_date.rb +++ b/app/models/queries/operators/on_date.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/on_date_time.rb b/app/models/queries/operators/on_date_time.rb index 90588d926ee..5a79d23bdf9 100644 --- a/app/models/queries/operators/on_date_time.rb +++ b/app/models/queries/operators/on_date_time.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/open_work_packages.rb b/app/models/queries/operators/open_work_packages.rb index aa2885aebd3..109a49e9de7 100644 --- a/app/models/queries/operators/open_work_packages.rb +++ b/app/models/queries/operators/open_work_packages.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/this_week.rb b/app/models/queries/operators/this_week.rb index dcf26aa45a4..793fa304844 100644 --- a/app/models/queries/operators/this_week.rb +++ b/app/models/queries/operators/this_week.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/operators/today.rb b/app/models/queries/operators/today.rb index 0d38b16fbd2..602f81aec99 100644 --- a/app/models/queries/operators/today.rb +++ b/app/models/queries/operators/today.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Operators diff --git a/app/models/queries/principals.rb b/app/models/queries/principals.rb index d222f64457d..9efb28d028d 100644 --- a/app/models/queries/principals.rb +++ b/app/models/queries/principals.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Principals diff --git a/app/models/queries/principals/filters/id_filter.rb b/app/models/queries/principals/filters/id_filter.rb index 5491b443ebb..65e30298e0a 100644 --- a/app/models/queries/principals/filters/id_filter.rb +++ b/app/models/queries/principals/filters/id_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::IdFilter < Queries::Principals::Filters::PrincipalFilter diff --git a/app/models/queries/principals/filters/member_filter.rb b/app/models/queries/principals/filters/member_filter.rb index f7ceee84950..183ac9c1b23 100644 --- a/app/models/queries/principals/filters/member_filter.rb +++ b/app/models/queries/principals/filters/member_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::MemberFilter < Queries::Principals::Filters::PrincipalFilter diff --git a/app/models/queries/principals/filters/name_filter.rb b/app/models/queries/principals/filters/name_filter.rb index 1c6d56fbadb..f093bf45385 100644 --- a/app/models/queries/principals/filters/name_filter.rb +++ b/app/models/queries/principals/filters/name_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::NameFilter < Queries::Principals::Filters::PrincipalFilter diff --git a/app/models/queries/principals/filters/principal_filter.rb b/app/models/queries/principals/filters/principal_filter.rb index 3daa4f7259e..ef1aae0418b 100644 --- a/app/models/queries/principals/filters/principal_filter.rb +++ b/app/models/queries/principals/filters/principal_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::PrincipalFilter < Queries::Filters::Base diff --git a/app/models/queries/principals/filters/status_filter.rb b/app/models/queries/principals/filters/status_filter.rb index 0873b8cd66f..1c4f6433745 100644 --- a/app/models/queries/principals/filters/status_filter.rb +++ b/app/models/queries/principals/filters/status_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::StatusFilter < Queries::Principals::Filters::PrincipalFilter diff --git a/app/models/queries/principals/filters/type_filter.rb b/app/models/queries/principals/filters/type_filter.rb index 2ee74746b4a..0bdb9697dd0 100644 --- a/app/models/queries/principals/filters/type_filter.rb +++ b/app/models/queries/principals/filters/type_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::Filters::TypeFilter < Queries::Principals::Filters::PrincipalFilter diff --git a/app/models/queries/principals/principal_query.rb b/app/models/queries/principals/principal_query.rb index 0539968b722..a49c7e87ec0 100644 --- a/app/models/queries/principals/principal_query.rb +++ b/app/models/queries/principals/principal_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Principals::PrincipalQuery < Queries::BaseQuery diff --git a/app/models/queries/projects.rb b/app/models/queries/projects.rb index 0ffb2bd7ca0..b3681b7ffb4 100644 --- a/app/models/queries/projects.rb +++ b/app/models/queries/projects.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Projects diff --git a/app/models/queries/projects/filters/active_or_archived_filter.rb b/app/models/queries/projects/filters/active_or_archived_filter.rb index 47b12449220..34821b6b19a 100644 --- a/app/models/queries/projects/filters/active_or_archived_filter.rb +++ b/app/models/queries/projects/filters/active_or_archived_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::ActiveOrArchivedFilter < Queries::Projects::Filters::ProjectFilter diff --git a/app/models/queries/projects/filters/ancestor_filter.rb b/app/models/queries/projects/filters/ancestor_filter.rb index 7bc6168a1b3..4edc2efc625 100644 --- a/app/models/queries/projects/filters/ancestor_filter.rb +++ b/app/models/queries/projects/filters/ancestor_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/projects/filters/created_on_filter.rb b/app/models/queries/projects/filters/created_on_filter.rb index 4a357ac3c67..054914cbc83 100644 --- a/app/models/queries/projects/filters/created_on_filter.rb +++ b/app/models/queries/projects/filters/created_on_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::CreatedOnFilter < Queries::Projects::Filters::ProjectFilter diff --git a/app/models/queries/projects/filters/custom_field_context.rb b/app/models/queries/projects/filters/custom_field_context.rb index b54fc0b31bd..0c2088e196f 100644 --- a/app/models/queries/projects/filters/custom_field_context.rb +++ b/app/models/queries/projects/filters/custom_field_context.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Projects::Filters::CustomFieldContext diff --git a/app/models/queries/projects/filters/custom_field_filter.rb b/app/models/queries/projects/filters/custom_field_filter.rb index 82894b13716..ee90481aabf 100644 --- a/app/models/queries/projects/filters/custom_field_filter.rb +++ b/app/models/queries/projects/filters/custom_field_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::CustomFieldFilter < diff --git a/app/models/queries/projects/filters/latest_activity_at_filter.rb b/app/models/queries/projects/filters/latest_activity_at_filter.rb index 54587078e47..d09d19b3522 100644 --- a/app/models/queries/projects/filters/latest_activity_at_filter.rb +++ b/app/models/queries/projects/filters/latest_activity_at_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::LatestActivityAtFilter < Queries::Projects::Filters::ProjectFilter diff --git a/app/models/queries/projects/filters/name_and_identifier_filter.rb b/app/models/queries/projects/filters/name_and_identifier_filter.rb index e3d48401617..6aa8d72ad56 100644 --- a/app/models/queries/projects/filters/name_and_identifier_filter.rb +++ b/app/models/queries/projects/filters/name_and_identifier_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::NameAndIdentifierFilter < Queries::Projects::Filters::ProjectFilter diff --git a/app/models/queries/projects/filters/project_filter.rb b/app/models/queries/projects/filters/project_filter.rb index 7875095b066..f79db3c75cb 100644 --- a/app/models/queries/projects/filters/project_filter.rb +++ b/app/models/queries/projects/filters/project_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Filters::ProjectFilter < Queries::Filters::Base diff --git a/app/models/queries/projects/orders/custom_field_order.rb b/app/models/queries/projects/orders/custom_field_order.rb index b397baf6c69..d8d49792c16 100644 --- a/app/models/queries/projects/orders/custom_field_order.rb +++ b/app/models/queries/projects/orders/custom_field_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Orders::CustomFieldOrder < Queries::BaseOrder diff --git a/app/models/queries/projects/orders/default_order.rb b/app/models/queries/projects/orders/default_order.rb index afde1820a76..4e2781a99d4 100644 --- a/app/models/queries/projects/orders/default_order.rb +++ b/app/models/queries/projects/orders/default_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Orders::DefaultOrder < Queries::BaseOrder diff --git a/app/models/queries/projects/orders/latest_activity_at_order.rb b/app/models/queries/projects/orders/latest_activity_at_order.rb index 27c0d9bcc4f..b8531470038 100644 --- a/app/models/queries/projects/orders/latest_activity_at_order.rb +++ b/app/models/queries/projects/orders/latest_activity_at_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Orders::LatestActivityAtOrder < Queries::BaseOrder diff --git a/app/models/queries/projects/orders/required_disk_space_order.rb b/app/models/queries/projects/orders/required_disk_space_order.rb index 848ebcbbd59..40809251c01 100644 --- a/app/models/queries/projects/orders/required_disk_space_order.rb +++ b/app/models/queries/projects/orders/required_disk_space_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::Orders::RequiredDiskSpaceOrder < Queries::BaseOrder diff --git a/app/models/queries/projects/project_query.rb b/app/models/queries/projects/project_query.rb index a2bf6761895..f80f103df40 100644 --- a/app/models/queries/projects/project_query.rb +++ b/app/models/queries/projects/project_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Projects::ProjectQuery < Queries::BaseQuery diff --git a/app/models/queries/queries.rb b/app/models/queries/queries.rb index 32e1f310c2f..1f9ae06c0e9 100644 --- a/app/models/queries/queries.rb +++ b/app/models/queries/queries.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Configures a Query on the Query model. This allows to diff --git a/app/models/queries/queries/filters/project_filter.rb b/app/models/queries/queries/filters/project_filter.rb index 941193eed29..201516a9ecd 100644 --- a/app/models/queries/queries/filters/project_filter.rb +++ b/app/models/queries/queries/filters/project_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Queries::Filters::ProjectFilter < Queries::Queries::Filters::QueryFilter diff --git a/app/models/queries/queries/filters/project_identifier_filter.rb b/app/models/queries/queries/filters/project_identifier_filter.rb index 4c9c6ad5435..e095d068324 100644 --- a/app/models/queries/queries/filters/project_identifier_filter.rb +++ b/app/models/queries/queries/filters/project_identifier_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Queries::Filters::ProjectIdentifierFilter < Queries::Queries::Filters::QueryFilter diff --git a/app/models/queries/queries/filters/query_filter.rb b/app/models/queries/queries/filters/query_filter.rb index ce2621bb212..98034455715 100644 --- a/app/models/queries/queries/filters/query_filter.rb +++ b/app/models/queries/queries/filters/query_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Queries::Filters::QueryFilter < Queries::Filters::Base diff --git a/app/models/queries/queries/query_query.rb b/app/models/queries/queries/query_query.rb index 79a825c7904..ea15d36a351 100644 --- a/app/models/queries/queries/query_query.rb +++ b/app/models/queries/queries/query_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Queries::QueryQuery < Queries::BaseQuery diff --git a/app/models/queries/register.rb b/app/models/queries/register.rb index 2ff631df3fc..9ef3e00f59c 100644 --- a/app/models/queries/register.rb +++ b/app/models/queries/register.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Register diff --git a/app/models/queries/relations.rb b/app/models/queries/relations.rb index a0192634f6b..b19cd9e5a95 100644 --- a/app/models/queries/relations.rb +++ b/app/models/queries/relations.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/from_filter.rb b/app/models/queries/relations/filters/from_filter.rb index c4b99516f02..9da9c9faf29 100644 --- a/app/models/queries/relations/filters/from_filter.rb +++ b/app/models/queries/relations/filters/from_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/id_filter.rb b/app/models/queries/relations/filters/id_filter.rb index 3e552206bcb..dfeecf5c70f 100644 --- a/app/models/queries/relations/filters/id_filter.rb +++ b/app/models/queries/relations/filters/id_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/involved_filter.rb b/app/models/queries/relations/filters/involved_filter.rb index f24cc319d0e..039ed6d84de 100644 --- a/app/models/queries/relations/filters/involved_filter.rb +++ b/app/models/queries/relations/filters/involved_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/relation_filter.rb b/app/models/queries/relations/filters/relation_filter.rb index 53000e69c54..e6a641be16d 100644 --- a/app/models/queries/relations/filters/relation_filter.rb +++ b/app/models/queries/relations/filters/relation_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/to_filter.rb b/app/models/queries/relations/filters/to_filter.rb index 571625b49b3..348ae08a4fc 100644 --- a/app/models/queries/relations/filters/to_filter.rb +++ b/app/models/queries/relations/filters/to_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/filters/type_filter.rb b/app/models/queries/relations/filters/type_filter.rb index 0b37e9dfb5e..114fa484858 100644 --- a/app/models/queries/relations/filters/type_filter.rb +++ b/app/models/queries/relations/filters/type_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/orders/default_order.rb b/app/models/queries/relations/orders/default_order.rb index b0941638cc8..9a079df894d 100644 --- a/app/models/queries/relations/orders/default_order.rb +++ b/app/models/queries/relations/orders/default_order.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/relations/relation_query.rb b/app/models/queries/relations/relation_query.rb index b5551111b17..51d400a758d 100644 --- a/app/models/queries/relations/relation_query.rb +++ b/app/models/queries/relations/relation_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries diff --git a/app/models/queries/time_entries.rb b/app/models/queries/time_entries.rb index 43ac832e224..ca04519b993 100644 --- a/app/models/queries/time_entries.rb +++ b/app/models/queries/time_entries.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::TimeEntries diff --git a/app/models/queries/time_entries/filters/project_filter.rb b/app/models/queries/time_entries/filters/project_filter.rb index f9bd00a187f..ea46cd7b4fb 100644 --- a/app/models/queries/time_entries/filters/project_filter.rb +++ b/app/models/queries/time_entries/filters/project_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::Filters::ProjectFilter < Queries::TimeEntries::Filters::TimeEntryFilter diff --git a/app/models/queries/time_entries/filters/time_entry_filter.rb b/app/models/queries/time_entries/filters/time_entry_filter.rb index 8049567cc8b..296bb3735ef 100644 --- a/app/models/queries/time_entries/filters/time_entry_filter.rb +++ b/app/models/queries/time_entries/filters/time_entry_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::Filters::TimeEntryFilter < Queries::Filters::Base diff --git a/app/models/queries/time_entries/filters/user_filter.rb b/app/models/queries/time_entries/filters/user_filter.rb index 98d05365d88..8d4b0ffa5cc 100644 --- a/app/models/queries/time_entries/filters/user_filter.rb +++ b/app/models/queries/time_entries/filters/user_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::Filters::UserFilter < Queries::TimeEntries::Filters::TimeEntryFilter diff --git a/app/models/queries/time_entries/filters/work_package_filter.rb b/app/models/queries/time_entries/filters/work_package_filter.rb index 33fc4413a35..cde4556111d 100644 --- a/app/models/queries/time_entries/filters/work_package_filter.rb +++ b/app/models/queries/time_entries/filters/work_package_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::Filters::WorkPackageFilter < Queries::TimeEntries::Filters::TimeEntryFilter diff --git a/app/models/queries/time_entries/orders/default_order.rb b/app/models/queries/time_entries/orders/default_order.rb index 74989e0cc34..13f5b9ff8d8 100644 --- a/app/models/queries/time_entries/orders/default_order.rb +++ b/app/models/queries/time_entries/orders/default_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::Orders::DefaultOrder < Queries::BaseOrder diff --git a/app/models/queries/time_entries/time_entry_query.rb b/app/models/queries/time_entries/time_entry_query.rb index 1c878c6ab67..71e04931e2a 100644 --- a/app/models/queries/time_entries/time_entry_query.rb +++ b/app/models/queries/time_entries/time_entry_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::TimeEntries::TimeEntryQuery < Queries::BaseQuery diff --git a/app/models/queries/users.rb b/app/models/queries/users.rb index e64047d4cf9..e64e15d5a90 100644 --- a/app/models/queries/users.rb +++ b/app/models/queries/users.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Users diff --git a/app/models/queries/users/filters/any_name_attribute_filter.rb b/app/models/queries/users/filters/any_name_attribute_filter.rb index ac4b20ba4ee..3803da68278 100644 --- a/app/models/queries/users/filters/any_name_attribute_filter.rb +++ b/app/models/queries/users/filters/any_name_attribute_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::AnyNameAttributeFilter < Queries::Users::Filters::NameFilter diff --git a/app/models/queries/users/filters/blocked_filter.rb b/app/models/queries/users/filters/blocked_filter.rb index 26ce6327794..a79ad2611f1 100644 --- a/app/models/queries/users/filters/blocked_filter.rb +++ b/app/models/queries/users/filters/blocked_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::BlockedFilter < Queries::Members::Filters::MemberFilter diff --git a/app/models/queries/users/filters/group_filter.rb b/app/models/queries/users/filters/group_filter.rb index b65e128d44f..38cb101ea92 100644 --- a/app/models/queries/users/filters/group_filter.rb +++ b/app/models/queries/users/filters/group_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::GroupFilter < Queries::Users::Filters::UserFilter diff --git a/app/models/queries/users/filters/login_filter.rb b/app/models/queries/users/filters/login_filter.rb index fda58d6b1e5..b7c9c37d32d 100644 --- a/app/models/queries/users/filters/login_filter.rb +++ b/app/models/queries/users/filters/login_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::LoginFilter < Queries::Users::Filters::UserFilter diff --git a/app/models/queries/users/filters/name_filter.rb b/app/models/queries/users/filters/name_filter.rb index 3bbd5461008..b33fb06302e 100644 --- a/app/models/queries/users/filters/name_filter.rb +++ b/app/models/queries/users/filters/name_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::NameFilter < Queries::Users::Filters::UserFilter diff --git a/app/models/queries/users/filters/status_filter.rb b/app/models/queries/users/filters/status_filter.rb index d6f7cc24b01..7a11bda7ec2 100644 --- a/app/models/queries/users/filters/status_filter.rb +++ b/app/models/queries/users/filters/status_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::StatusFilter < Queries::Users::Filters::UserFilter diff --git a/app/models/queries/users/filters/user_filter.rb b/app/models/queries/users/filters/user_filter.rb index 8d5f8581afe..87497d7771e 100644 --- a/app/models/queries/users/filters/user_filter.rb +++ b/app/models/queries/users/filters/user_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Filters::UserFilter < Queries::Filters::Base diff --git a/app/models/queries/users/orders/default_order.rb b/app/models/queries/users/orders/default_order.rb index 21dfa2581d6..176863092e6 100644 --- a/app/models/queries/users/orders/default_order.rb +++ b/app/models/queries/users/orders/default_order.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Orders::DefaultOrder < Queries::BaseOrder diff --git a/app/models/queries/users/orders/group_order.rb b/app/models/queries/users/orders/group_order.rb index 0c462fb4815..62e28f8df18 100644 --- a/app/models/queries/users/orders/group_order.rb +++ b/app/models/queries/users/orders/group_order.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Orders::GroupOrder < Queries::BaseOrder diff --git a/app/models/queries/users/orders/name_order.rb b/app/models/queries/users/orders/name_order.rb index b9488526393..bfd9ff2c8e8 100644 --- a/app/models/queries/users/orders/name_order.rb +++ b/app/models/queries/users/orders/name_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::Orders::NameOrder < Queries::BaseOrder diff --git a/app/models/queries/users/user_query.rb b/app/models/queries/users/user_query.rb index b8466a06cf6..e5f788298c9 100644 --- a/app/models/queries/users/user_query.rb +++ b/app/models/queries/users/user_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Users::UserQuery < Queries::BaseQuery diff --git a/app/models/queries/versions.rb b/app/models/queries/versions.rb index b7bb6b115ea..db7c8ba1ac3 100644 --- a/app/models/queries/versions.rb +++ b/app/models/queries/versions.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::Versions diff --git a/app/models/queries/versions/filters/sharing_filter.rb b/app/models/queries/versions/filters/sharing_filter.rb index 3fe52e30a49..2efe3c06e35 100644 --- a/app/models/queries/versions/filters/sharing_filter.rb +++ b/app/models/queries/versions/filters/sharing_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Versions::Filters::SharingFilter < Queries::Versions::Filters::VersionFilter diff --git a/app/models/queries/versions/filters/version_filter.rb b/app/models/queries/versions/filters/version_filter.rb index 81413c44d2b..54c4714f085 100644 --- a/app/models/queries/versions/filters/version_filter.rb +++ b/app/models/queries/versions/filters/version_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Versions::Filters::VersionFilter < Queries::Filters::Base diff --git a/app/models/queries/versions/orders/name_order.rb b/app/models/queries/versions/orders/name_order.rb index 0fa9df38f85..8b774307b05 100644 --- a/app/models/queries/versions/orders/name_order.rb +++ b/app/models/queries/versions/orders/name_order.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Versions::Orders::NameOrder < Queries::BaseOrder diff --git a/app/models/queries/versions/version_query.rb b/app/models/queries/versions/version_query.rb index f049bac77b9..f194b847db9 100644 --- a/app/models/queries/versions/version_query.rb +++ b/app/models/queries/versions/version_query.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::Versions::VersionQuery < Queries::BaseQuery diff --git a/app/models/queries/work_packages.rb b/app/models/queries/work_packages.rb index ae401f9eb20..8e12ba2025d 100644 --- a/app/models/queries/work_packages.rb +++ b/app/models/queries/work_packages.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::WorkPackages diff --git a/app/models/queries/work_packages/columns/custom_field_column.rb b/app/models/queries/work_packages/columns/custom_field_column.rb index 4a2f703234e..63b40187b7c 100644 --- a/app/models/queries/work_packages/columns/custom_field_column.rb +++ b/app/models/queries/work_packages/columns/custom_field_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::CustomFieldColumn < Queries::WorkPackages::Columns::WorkPackageColumn diff --git a/app/models/queries/work_packages/columns/property_column.rb b/app/models/queries/work_packages/columns/property_column.rb index 037e9d8bbc7..24557394786 100644 --- a/app/models/queries/work_packages/columns/property_column.rb +++ b/app/models/queries/work_packages/columns/property_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::PropertyColumn < Queries::WorkPackages::Columns::WorkPackageColumn diff --git a/app/models/queries/work_packages/columns/relation_column.rb b/app/models/queries/work_packages/columns/relation_column.rb index bf79c121c7d..97c793f977a 100644 --- a/app/models/queries/work_packages/columns/relation_column.rb +++ b/app/models/queries/work_packages/columns/relation_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::RelationColumn < Queries::WorkPackages::Columns::WorkPackageColumn diff --git a/app/models/queries/work_packages/columns/relation_of_type_column.rb b/app/models/queries/work_packages/columns/relation_of_type_column.rb index eb2331eea6b..219c71a92be 100644 --- a/app/models/queries/work_packages/columns/relation_of_type_column.rb +++ b/app/models/queries/work_packages/columns/relation_of_type_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::RelationOfTypeColumn < Queries::WorkPackages::Columns::RelationColumn diff --git a/app/models/queries/work_packages/columns/relation_to_type_column.rb b/app/models/queries/work_packages/columns/relation_to_type_column.rb index b554ec1cd4c..7b366a10c83 100644 --- a/app/models/queries/work_packages/columns/relation_to_type_column.rb +++ b/app/models/queries/work_packages/columns/relation_to_type_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::RelationToTypeColumn < Queries::WorkPackages::Columns::RelationColumn diff --git a/app/models/queries/work_packages/columns/work_package_column.rb b/app/models/queries/work_packages/columns/work_package_column.rb index 204ce44e4bf..85587f3d436 100644 --- a/app/models/queries/work_packages/columns/work_package_column.rb +++ b/app/models/queries/work_packages/columns/work_package_column.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Columns::WorkPackageColumn < Queries::Columns::Base diff --git a/app/models/queries/work_packages/filter.rb b/app/models/queries/work_packages/filter.rb index df9e6cf1dc0..8e78a732221 100644 --- a/app/models/queries/work_packages/filter.rb +++ b/app/models/queries/work_packages/filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::WorkPackages::Filter diff --git a/app/models/queries/work_packages/filter/assigned_to_filter.rb b/app/models/queries/work_packages/filter/assigned_to_filter.rb index c5555c62453..1ee48b4a2b7 100644 --- a/app/models/queries/work_packages/filter/assigned_to_filter.rb +++ b/app/models/queries/work_packages/filter/assigned_to_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::AssignedToFilter < diff --git a/app/models/queries/work_packages/filter/assignee_or_group_filter.rb b/app/models/queries/work_packages/filter/assignee_or_group_filter.rb index 3915f7e884a..5933e5182d3 100644 --- a/app/models/queries/work_packages/filter/assignee_or_group_filter.rb +++ b/app/models/queries/work_packages/filter/assignee_or_group_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::AssigneeOrGroupFilter < diff --git a/app/models/queries/work_packages/filter/author_filter.rb b/app/models/queries/work_packages/filter/author_filter.rb index b06135ac3f2..dbfa0cbaf38 100644 --- a/app/models/queries/work_packages/filter/author_filter.rb +++ b/app/models/queries/work_packages/filter/author_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::AuthorFilter < diff --git a/app/models/queries/work_packages/filter/category_filter.rb b/app/models/queries/work_packages/filter/category_filter.rb index 0c5da1aeca4..59c3d4aaa2f 100644 --- a/app/models/queries/work_packages/filter/category_filter.rb +++ b/app/models/queries/work_packages/filter/category_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::CategoryFilter < diff --git a/app/models/queries/work_packages/filter/created_at_filter.rb b/app/models/queries/work_packages/filter/created_at_filter.rb index 66e1489ab8a..d2769102613 100644 --- a/app/models/queries/work_packages/filter/created_at_filter.rb +++ b/app/models/queries/work_packages/filter/created_at_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::CreatedAtFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/custom_field_context.rb b/app/models/queries/work_packages/filter/custom_field_context.rb index f78f70836b3..9eabba7dfa4 100644 --- a/app/models/queries/work_packages/filter/custom_field_context.rb +++ b/app/models/queries/work_packages/filter/custom_field_context.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Queries::WorkPackages::Filter::CustomFieldContext diff --git a/app/models/queries/work_packages/filter/custom_field_filter.rb b/app/models/queries/work_packages/filter/custom_field_filter.rb index 84150e0d569..2378fab4759 100644 --- a/app/models/queries/work_packages/filter/custom_field_filter.rb +++ b/app/models/queries/work_packages/filter/custom_field_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::CustomFieldFilter < diff --git a/app/models/queries/work_packages/filter/done_ratio_filter.rb b/app/models/queries/work_packages/filter/done_ratio_filter.rb index a37952be0c8..a55c49fe5e8 100644 --- a/app/models/queries/work_packages/filter/done_ratio_filter.rb +++ b/app/models/queries/work_packages/filter/done_ratio_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::DoneRatioFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/due_date_filter.rb b/app/models/queries/work_packages/filter/due_date_filter.rb index 4abd072ca11..762850f638d 100644 --- a/app/models/queries/work_packages/filter/due_date_filter.rb +++ b/app/models/queries/work_packages/filter/due_date_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::DueDateFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/estimated_hours_filter.rb b/app/models/queries/work_packages/filter/estimated_hours_filter.rb index fbd592f7183..6b963a4f6fc 100644 --- a/app/models/queries/work_packages/filter/estimated_hours_filter.rb +++ b/app/models/queries/work_packages/filter/estimated_hours_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::EstimatedHoursFilter < diff --git a/app/models/queries/work_packages/filter/group_filter.rb b/app/models/queries/work_packages/filter/group_filter.rb index ecf2d59206c..7b8a6bcdebf 100644 --- a/app/models/queries/work_packages/filter/group_filter.rb +++ b/app/models/queries/work_packages/filter/group_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::GroupFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/id_filter.rb b/app/models/queries/work_packages/filter/id_filter.rb index a269670caad..f9b163ef965 100644 --- a/app/models/queries/work_packages/filter/id_filter.rb +++ b/app/models/queries/work_packages/filter/id_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::IdFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/me_value_filter_mixin.rb b/app/models/queries/work_packages/filter/me_value_filter_mixin.rb index 4591567fd17..e578b5f917e 100644 --- a/app/models/queries/work_packages/filter/me_value_filter_mixin.rb +++ b/app/models/queries/work_packages/filter/me_value_filter_mixin.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/models/queries/work_packages/filter/principal_base_filter.rb b/app/models/queries/work_packages/filter/principal_base_filter.rb index ce79d8765e0..a0d6d9e98fd 100644 --- a/app/models/queries/work_packages/filter/principal_base_filter.rb +++ b/app/models/queries/work_packages/filter/principal_base_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::PrincipalBaseFilter < diff --git a/app/models/queries/work_packages/filter/principal_loader.rb b/app/models/queries/work_packages/filter/principal_loader.rb index 318b7e4dcdb..27b0cb7cd98 100644 --- a/app/models/queries/work_packages/filter/principal_loader.rb +++ b/app/models/queries/work_packages/filter/principal_loader.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::PrincipalLoader diff --git a/app/models/queries/work_packages/filter/priority_filter.rb b/app/models/queries/work_packages/filter/priority_filter.rb index 1a195f10d0a..9311290b00f 100644 --- a/app/models/queries/work_packages/filter/priority_filter.rb +++ b/app/models/queries/work_packages/filter/priority_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::PriorityFilter < diff --git a/app/models/queries/work_packages/filter/project_filter.rb b/app/models/queries/work_packages/filter/project_filter.rb index bd71e0ff424..15b5f9dc735 100644 --- a/app/models/queries/work_packages/filter/project_filter.rb +++ b/app/models/queries/work_packages/filter/project_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::ProjectFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/responsible_filter.rb b/app/models/queries/work_packages/filter/responsible_filter.rb index 7c55d4bf98f..27cae7f19dd 100644 --- a/app/models/queries/work_packages/filter/responsible_filter.rb +++ b/app/models/queries/work_packages/filter/responsible_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::ResponsibleFilter < diff --git a/app/models/queries/work_packages/filter/role_filter.rb b/app/models/queries/work_packages/filter/role_filter.rb index 70d1f819a25..327889cc044 100644 --- a/app/models/queries/work_packages/filter/role_filter.rb +++ b/app/models/queries/work_packages/filter/role_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::RoleFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/start_date_filter.rb b/app/models/queries/work_packages/filter/start_date_filter.rb index c70ff7be457..2a2e952d5fc 100644 --- a/app/models/queries/work_packages/filter/start_date_filter.rb +++ b/app/models/queries/work_packages/filter/start_date_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::StartDateFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/status_filter.rb b/app/models/queries/work_packages/filter/status_filter.rb index 646ec529052..b98dc8e64b3 100644 --- a/app/models/queries/work_packages/filter/status_filter.rb +++ b/app/models/queries/work_packages/filter/status_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::StatusFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/subject_filter.rb b/app/models/queries/work_packages/filter/subject_filter.rb index b75ff465336..343a7ac4de0 100644 --- a/app/models/queries/work_packages/filter/subject_filter.rb +++ b/app/models/queries/work_packages/filter/subject_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::SubjectFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/subproject_filter.rb b/app/models/queries/work_packages/filter/subproject_filter.rb index 6e130203d1c..a6c21741e23 100644 --- a/app/models/queries/work_packages/filter/subproject_filter.rb +++ b/app/models/queries/work_packages/filter/subproject_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::SubprojectFilter < diff --git a/app/models/queries/work_packages/filter/type_filter.rb b/app/models/queries/work_packages/filter/type_filter.rb index e881f32a5e8..fba3785f64b 100644 --- a/app/models/queries/work_packages/filter/type_filter.rb +++ b/app/models/queries/work_packages/filter/type_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::TypeFilter < diff --git a/app/models/queries/work_packages/filter/updated_at_filter.rb b/app/models/queries/work_packages/filter/updated_at_filter.rb index 700e621e471..41a4e4e0e6c 100644 --- a/app/models/queries/work_packages/filter/updated_at_filter.rb +++ b/app/models/queries/work_packages/filter/updated_at_filter.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::UpdatedAtFilter < Queries::WorkPackages::Filter::WorkPackageFilter diff --git a/app/models/queries/work_packages/filter/version_filter.rb b/app/models/queries/work_packages/filter/version_filter.rb index 40e284adfe3..d6f790bc5ad 100644 --- a/app/models/queries/work_packages/filter/version_filter.rb +++ b/app/models/queries/work_packages/filter/version_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::VersionFilter < diff --git a/app/models/queries/work_packages/filter/watcher_filter.rb b/app/models/queries/work_packages/filter/watcher_filter.rb index 4b1f6175e93..f02c8619d83 100644 --- a/app/models/queries/work_packages/filter/watcher_filter.rb +++ b/app/models/queries/work_packages/filter/watcher_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::WatcherFilter < diff --git a/app/models/queries/work_packages/filter/work_package_filter.rb b/app/models/queries/work_packages/filter/work_package_filter.rb index 7ff7b49b0cd..b98d55b873f 100644 --- a/app/models/queries/work_packages/filter/work_package_filter.rb +++ b/app/models/queries/work_packages/filter/work_package_filter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Queries::WorkPackages::Filter::WorkPackageFilter < ::Queries::Filters::Base diff --git a/app/models/query.rb b/app/models/query.rb index 05bc23dd320..e3790604759 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Query < ActiveRecord::Base diff --git a/app/models/query/results.rb b/app/models/query/results.rb index 71ad81083e0..a0ec2290574 100644 --- a/app/models/query/results.rb +++ b/app/models/query/results.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ::Query::Results diff --git a/app/models/query/statement_invalid.rb b/app/models/query/statement_invalid.rb index 9d5d55fc7ba..8b122568bd9 100644 --- a/app/models/query/statement_invalid.rb +++ b/app/models/query/statement_invalid.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ::Query::StatementInvalid < ActiveRecord::StatementInvalid diff --git a/app/models/query/sums.rb b/app/models/query/sums.rb index 52b6c473558..86fe6be28e6 100644 --- a/app/models/query/sums.rb +++ b/app/models/query/sums.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module ::Query::Sums diff --git a/app/models/query/timelines.rb b/app/models/query/timelines.rb index 532244e7f43..9a6525838d6 100644 --- a/app/models/query/timelines.rb +++ b/app/models/query/timelines.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Query::Timelines diff --git a/app/models/relation.rb b/app/models/relation.rb index 7cab3d587a2..3aa91a6f644 100644 --- a/app/models/relation.rb +++ b/app/models/relation.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Relation < ActiveRecord::Base diff --git a/app/models/relation/hierarchy_paths.rb b/app/models/relation/hierarchy_paths.rb index 6bf6e2a0e4b..09d2195ce4f 100644 --- a/app/models/relation/hierarchy_paths.rb +++ b/app/models/relation/hierarchy_paths.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Relation::HierarchyPaths diff --git a/app/models/repository.rb b/app/models/repository.rb index ab481fd8922..c7134dcb51e 100644 --- a/app/models/repository.rb +++ b/app/models/repository.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Repository < ActiveRecord::Base diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb index dfbd3cfd6f1..af62a7da4e9 100644 --- a/app/models/repository/git.rb +++ b/app/models/repository/git.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'open_project/scm/adapters/git' diff --git a/app/models/repository/subversion.rb b/app/models/repository/subversion.rb index 38f6bd3632a..b050baf19e8 100644 --- a/app/models/repository/subversion.rb +++ b/app/models/repository/subversion.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'open_project/scm/adapters/subversion' diff --git a/app/models/role.rb b/app/models/role.rb index b2798dc48a3..181f62a3c50 100644 --- a/app/models/role.rb +++ b/app/models/role.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Role < ActiveRecord::Base diff --git a/app/models/role_permission.rb b/app/models/role_permission.rb index d38798df36e..3900cee980d 100644 --- a/app/models/role_permission.rb +++ b/app/models/role_permission.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class RolePermission < ActiveRecord::Base diff --git a/app/models/setting.rb b/app/models/setting.rb index 8900d3bb77d..0540f86d3ac 100644 --- a/app/models/setting.rb +++ b/app/models/setting.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Setting < ActiveRecord::Base diff --git a/app/models/setting/callbacks.rb b/app/models/setting/callbacks.rb index 30ad1062747..24bacf15e44 100644 --- a/app/models/setting/callbacks.rb +++ b/app/models/setting/callbacks.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Setting diff --git a/app/models/status.rb b/app/models/status.rb index a28e1d61761..40d25ec06f3 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Status < ActiveRecord::Base diff --git a/app/models/system_user.rb b/app/models/system_user.rb index 1dd3a18a83a..69ed3dd7fc4 100644 --- a/app/models/system_user.rb +++ b/app/models/system_user.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # diff --git a/app/models/time_entry.rb b/app/models/time_entry.rb index 1f23cab48e4..d5e0d92d813 100644 --- a/app/models/time_entry.rb +++ b/app/models/time_entry.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntry < ActiveRecord::Base diff --git a/app/models/time_entry_activity.rb b/app/models/time_entry_activity.rb index 9fad7647edd..7313a354b03 100644 --- a/app/models/time_entry_activity.rb +++ b/app/models/time_entry_activity.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntryActivity < Enumeration diff --git a/app/models/time_entry_activity_custom_field.rb b/app/models/time_entry_activity_custom_field.rb index 51fdda36b83..0034dc42751 100644 --- a/app/models/time_entry_activity_custom_field.rb +++ b/app/models/time_entry_activity_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntryActivityCustomField < CustomField diff --git a/app/models/time_entry_custom_field.rb b/app/models/time_entry_custom_field.rb index b9f2e54fb61..0d511e43e30 100644 --- a/app/models/time_entry_custom_field.rb +++ b/app/models/time_entry_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntryCustomField < CustomField diff --git a/app/models/token/api.rb b/app/models/token/api.rb index 62392d2757e..077ecb78ab0 100644 --- a/app/models/token/api.rb +++ b/app/models/token/api.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'token/hashed_token' diff --git a/app/models/token/auto_login.rb b/app/models/token/auto_login.rb index c669075c9ad..c11c563d166 100644 --- a/app/models/token/auto_login.rb +++ b/app/models/token/auto_login.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'token/hashed_token' diff --git a/app/models/token/invitation.rb b/app/models/token/invitation.rb index aa60dbf4922..f77a676e0c6 100644 --- a/app/models/token/invitation.rb +++ b/app/models/token/invitation.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'token/base' diff --git a/app/models/token/recovery.rb b/app/models/token/recovery.rb index 3c22a8bf72e..0e21c0aabfc 100644 --- a/app/models/token/recovery.rb +++ b/app/models/token/recovery.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'token/base' diff --git a/app/models/token/rss.rb b/app/models/token/rss.rb index cf4cd4cfe9d..594151f9404 100644 --- a/app/models/token/rss.rb +++ b/app/models/token/rss.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_dependency 'token/base' diff --git a/app/models/type.rb b/app/models/type.rb index 33418150bc7..a08a37dfbcc 100644 --- a/app/models/type.rb +++ b/app/models/type.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ::Type < ActiveRecord::Base diff --git a/app/models/type/attribute_groups.rb b/app/models/type/attribute_groups.rb index 3c404a35fc5..6c7e3b078f2 100644 --- a/app/models/type/attribute_groups.rb +++ b/app/models/type/attribute_groups.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Type::AttributeGroups diff --git a/app/models/type/attributes.rb b/app/models/type/attributes.rb index d85892713b9..5bbacaf0740 100644 --- a/app/models/type/attributes.rb +++ b/app/models/type/attributes.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Type::Attributes diff --git a/app/models/user.rb b/app/models/user.rb index 4f31e4da5a3..5759d5278dc 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'digest/sha1' diff --git a/app/models/user/project_authorization_cache.rb b/app/models/user/project_authorization_cache.rb index a906adf589a..4b8cc9930d2 100644 --- a/app/models/user/project_authorization_cache.rb +++ b/app/models/user/project_authorization_cache.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class User::ProjectAuthorizationCache diff --git a/app/models/user_custom_field.rb b/app/models/user_custom_field.rb index 10fda784538..7de93edf3a4 100644 --- a/app/models/user_custom_field.rb +++ b/app/models/user_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UserCustomField < CustomField diff --git a/app/models/user_password.rb b/app/models/user_password.rb index d155077146c..b8b76868735 100644 --- a/app/models/user_password.rb +++ b/app/models/user_password.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UserPassword < ActiveRecord::Base diff --git a/app/models/user_password/bcrypt.rb b/app/models/user_password/bcrypt.rb index 36c4400cb9c..cc33446e88d 100644 --- a/app/models/user_password/bcrypt.rb +++ b/app/models/user_password/bcrypt.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/models/user_password/sha1.rb b/app/models/user_password/sha1.rb index eb15ed75797..ed1c6e68efc 100644 --- a/app/models/user_password/sha1.rb +++ b/app/models/user_password/sha1.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb index ae82f623389..f4b47a018bb 100644 --- a/app/models/user_preference.rb +++ b/app/models/user_preference.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UserPreference < ActiveRecord::Base diff --git a/app/models/user_session.rb b/app/models/user_session.rb index 235ff9a73f0..662e9472ffd 100644 --- a/app/models/user_session.rb +++ b/app/models/user_session.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require "active_support/core_ext/module/attribute_accessors" diff --git a/app/models/version.rb b/app/models/version.rb index f99fc71c221..1f9e167f107 100644 --- a/app/models/version.rb +++ b/app/models/version.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Version < ActiveRecord::Base diff --git a/app/models/version/project_sharing.rb b/app/models/version/project_sharing.rb index 32faf250678..a194c29423b 100644 --- a/app/models/version/project_sharing.rb +++ b/app/models/version/project_sharing.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Version::ProjectSharing diff --git a/app/models/version_custom_field.rb b/app/models/version_custom_field.rb index 4c314278c9d..f056684e53b 100644 --- a/app/models/version_custom_field.rb +++ b/app/models/version_custom_field.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class VersionCustomField < CustomField diff --git a/app/models/watcher.rb b/app/models/watcher.rb index 184f39a7b91..13801b94735 100644 --- a/app/models/watcher.rb +++ b/app/models/watcher.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Watcher < ActiveRecord::Base diff --git a/app/models/watcher_notification_mailer.rb b/app/models/watcher_notification_mailer.rb index 74c2541770f..c6fb4567b71 100644 --- a/app/models/watcher_notification_mailer.rb +++ b/app/models/watcher_notification_mailer.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WatcherNotificationMailer diff --git a/app/models/wiki.rb b/app/models/wiki.rb index 4b3f6341fae..d2699a0e407 100644 --- a/app/models/wiki.rb +++ b/app/models/wiki.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Wiki < ActiveRecord::Base diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index 1efbda41b6c..f12f87a671f 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'zlib' diff --git a/app/models/wiki_page.rb b/app/models/wiki_page.rb index e429a48041f..a11e617c045 100644 --- a/app/models/wiki_page.rb +++ b/app/models/wiki_page.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'diff' diff --git a/app/models/wiki_redirect.rb b/app/models/wiki_redirect.rb index d29fd158d00..1ce85558c71 100644 --- a/app/models/wiki_redirect.rb +++ b/app/models/wiki_redirect.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WikiRedirect < ActiveRecord::Base diff --git a/app/models/work_package.rb b/app/models/work_package.rb index a868864a9d2..ea178b8d39a 100644 --- a/app/models/work_package.rb +++ b/app/models/work_package.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage < ActiveRecord::Base diff --git a/app/models/work_package/ancestors.rb b/app/models/work_package/ancestors.rb index 3efd358c98f..d4ab88fa622 100644 --- a/app/models/work_package/ancestors.rb +++ b/app/models/work_package/ancestors.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::Ancestors diff --git a/app/models/work_package/ask_before_destruction.rb b/app/models/work_package/ask_before_destruction.rb index b714aa52647..11ad295ab57 100644 --- a/app/models/work_package/ask_before_destruction.rb +++ b/app/models/work_package/ask_before_destruction.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::AskBeforeDestruction diff --git a/app/models/work_package/exporter.rb b/app/models/work_package/exporter.rb index 3291fca52ec..8b085dfb751 100644 --- a/app/models/work_package/exporter.rb +++ b/app/models/work_package/exporter.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::Exporter diff --git a/app/models/work_package/exporter/base.rb b/app/models/work_package/exporter/base.rb index 335c355179e..d190ed82c04 100644 --- a/app/models/work_package/exporter/base.rb +++ b/app/models/work_package/exporter/base.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::Base diff --git a/app/models/work_package/exporter/csv.rb b/app/models/work_package/exporter/csv.rb index ba3786d7c2d..cc261378f2e 100644 --- a/app/models/work_package/exporter/csv.rb +++ b/app/models/work_package/exporter/csv.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::CSV < WorkPackage::Exporter::Base diff --git a/app/models/work_package/exporter/error.rb b/app/models/work_package/exporter/error.rb index 86863d35be8..46911880b8a 100644 --- a/app/models/work_package/exporter/error.rb +++ b/app/models/work_package/exporter/error.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::Error < WorkPackage::Exporter::Result diff --git a/app/models/work_package/exporter/pdf.rb b/app/models/work_package/exporter/pdf.rb index 551b3c5e644..87a5ec284b4 100644 --- a/app/models/work_package/exporter/pdf.rb +++ b/app/models/work_package/exporter/pdf.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::PDF < WorkPackage::Exporter::Base diff --git a/app/models/work_package/exporter/result.rb b/app/models/work_package/exporter/result.rb index 82728e4c17e..5cfd677ed00 100644 --- a/app/models/work_package/exporter/result.rb +++ b/app/models/work_package/exporter/result.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::Result diff --git a/app/models/work_package/exporter/success.rb b/app/models/work_package/exporter/success.rb index fcde9e7dfba..e6677b492f9 100644 --- a/app/models/work_package/exporter/success.rb +++ b/app/models/work_package/exporter/success.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::Exporter::Success < WorkPackage::Exporter::Result diff --git a/app/models/work_package/inexistent_work_package.rb b/app/models/work_package/inexistent_work_package.rb index 8155263dfbb..2a6bdf2d42e 100644 --- a/app/models/work_package/inexistent_work_package.rb +++ b/app/models/work_package/inexistent_work_package.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::InexistentWorkPackage < WorkPackage diff --git a/app/models/work_package/journalized.rb b/app/models/work_package/journalized.rb index 8d59192437a..ad7b9c2e713 100644 --- a/app/models/work_package/journalized.rb +++ b/app/models/work_package/journalized.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::Journalized diff --git a/app/models/work_package/parent.rb b/app/models/work_package/parent.rb index b682ee45c29..e0ac2ee5d91 100644 --- a/app/models/work_package/parent.rb +++ b/app/models/work_package/parent.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::Parent diff --git a/app/models/work_package/pdf_export/common.rb b/app/models/work_package/pdf_export/common.rb index d9cf867f7fc..18f1c0f31b2 100644 --- a/app/models/work_package/pdf_export/common.rb +++ b/app/models/work_package/pdf_export/common.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::PdfExport::Common diff --git a/app/models/work_package/pdf_export/to_pdf_helper.rb b/app/models/work_package/pdf_export/to_pdf_helper.rb index ec77907c3d5..4587c9e7aeb 100644 --- a/app/models/work_package/pdf_export/to_pdf_helper.rb +++ b/app/models/work_package/pdf_export/to_pdf_helper.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::PdfExport::ToPdfHelper diff --git a/app/models/work_package/pdf_export/view.rb b/app/models/work_package/pdf_export/view.rb index a1ce82a8fd6..9b143a32fcf 100644 --- a/app/models/work_package/pdf_export/view.rb +++ b/app/models/work_package/pdf_export/view.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::PdfExport::View diff --git a/app/models/work_package/pdf_export/work_package_list_to_pdf.rb b/app/models/work_package/pdf_export/work_package_list_to_pdf.rb index 009f7eed5e6..d7cf3c074ba 100644 --- a/app/models/work_package/pdf_export/work_package_list_to_pdf.rb +++ b/app/models/work_package/pdf_export/work_package_list_to_pdf.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::PdfExport::WorkPackageListToPdf < WorkPackage::Exporter::Base diff --git a/app/models/work_package/pdf_export/work_package_to_pdf.rb b/app/models/work_package/pdf_export/work_package_to_pdf.rb index b31f0139582..9064328f472 100644 --- a/app/models/work_package/pdf_export/work_package_to_pdf.rb +++ b/app/models/work_package/pdf_export/work_package_to_pdf.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::PdfExport::WorkPackageToPdf < WorkPackage::Exporter::Base diff --git a/app/models/work_package/scheduling_rules.rb b/app/models/work_package/scheduling_rules.rb index e3e31eda665..610f231de94 100644 --- a/app/models/work_package/scheduling_rules.rb +++ b/app/models/work_package/scheduling_rules.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::SchedulingRules diff --git a/app/models/work_package/spent_time.rb b/app/models/work_package/spent_time.rb index 6c865126b14..8628791ff29 100644 --- a/app/models/work_package/spent_time.rb +++ b/app/models/work_package/spent_time.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackage::SpentTime diff --git a/app/models/work_package/status_transitions.rb b/app/models/work_package/status_transitions.rb index 8636f089389..eeb0e682488 100644 --- a/app/models/work_package/status_transitions.rb +++ b/app/models/work_package/status_transitions.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::StatusTransitions diff --git a/app/models/work_package/time_entries.rb b/app/models/work_package/time_entries.rb index 78cbaa22b99..59901e0c285 100644 --- a/app/models/work_package/time_entries.rb +++ b/app/models/work_package/time_entries.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::TimeEntries diff --git a/app/models/work_package/typed_dag_defaults.rb b/app/models/work_package/typed_dag_defaults.rb index 8df677e8805..b218b2c597c 100644 --- a/app/models/work_package/typed_dag_defaults.rb +++ b/app/models/work_package/typed_dag_defaults.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Provides aliases to hierarchy_* diff --git a/app/models/work_package/validations.rb b/app/models/work_package/validations.rb index 2970d09effb..b73e6d6416a 100644 --- a/app/models/work_package/validations.rb +++ b/app/models/work_package/validations.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackage::Validations diff --git a/app/models/work_package_custom_field.rb b/app/models/work_package_custom_field.rb index 3095623ac78..8e59dc63890 100644 --- a/app/models/work_package_custom_field.rb +++ b/app/models/work_package_custom_field.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackageCustomField < CustomField diff --git a/app/models/workflow.rb b/app/models/workflow.rb index e8dd1a19d01..1b4753fcc7e 100644 --- a/app/models/workflow.rb +++ b/app/models/workflow.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Workflow < ActiveRecord::Base diff --git a/app/policies/base_policy.rb b/app/policies/base_policy.rb index 21b78be3af1..b3fe7ba9c34 100644 --- a/app/policies/base_policy.rb +++ b/app/policies/base_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BasePolicy diff --git a/app/policies/query_policy.rb b/app/policies/query_policy.rb index d83c8d28b59..540ffd6cfa8 100644 --- a/app/policies/query_policy.rb +++ b/app/policies/query_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class QueryPolicy < BasePolicy diff --git a/app/policies/redirect_policy.rb b/app/policies/redirect_policy.rb index 2268867b57c..949c4dcdcac 100644 --- a/app/policies/redirect_policy.rb +++ b/app/policies/redirect_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'uri' diff --git a/app/policies/scm/authorization_policy.rb b/app/policies/scm/authorization_policy.rb index 037dc0d0a27..6cb49e8cd8e 100644 --- a/app/policies/scm/authorization_policy.rb +++ b/app/policies/scm/authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Scm::AuthoriziationPolicy diff --git a/app/policies/scm/git_authorization_policy.rb b/app/policies/scm/git_authorization_policy.rb index 4b038eb0a58..25db5723057 100644 --- a/app/policies/scm/git_authorization_policy.rb +++ b/app/policies/scm/git_authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'scm/authorization_policy' diff --git a/app/policies/scm/subversion_authorization_policy.rb b/app/policies/scm/subversion_authorization_policy.rb index 1a4013b7a55..557a97b9481 100644 --- a/app/policies/scm/subversion_authorization_policy.rb +++ b/app/policies/scm/subversion_authorization_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'scm/authorization_policy' diff --git a/app/policies/version_policy.rb b/app/policies/version_policy.rb index b55a29dcf0a..c5486a3979d 100644 --- a/app/policies/version_policy.rb +++ b/app/policies/version_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class VersionPolicy < BasePolicy diff --git a/app/policies/work_package_policy.rb b/app/policies/work_package_policy.rb index 1520fbac68a..da5bce0ad07 100644 --- a/app/policies/work_package_policy.rb +++ b/app/policies/work_package_policy.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackagePolicy < BasePolicy diff --git a/app/seeders/admin_user_seeder.rb b/app/seeders/admin_user_seeder.rb index 32237f93178..b91b8c762c4 100644 --- a/app/seeders/admin_user_seeder.rb +++ b/app/seeders/admin_user_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AdminUserSeeder < Seeder def seed_data! diff --git a/app/seeders/basic_data/activity_seeder.rb b/app/seeders/basic_data/activity_seeder.rb index 6cf2f496a8b..93823389506 100644 --- a/app/seeders/basic_data/activity_seeder.rb +++ b/app/seeders/basic_data/activity_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class ActivitySeeder < Seeder diff --git a/app/seeders/basic_data/builtin_roles_seeder.rb b/app/seeders/basic_data/builtin_roles_seeder.rb index 660b76ef518..d9c3840dab1 100644 --- a/app/seeders/basic_data/builtin_roles_seeder.rb +++ b/app/seeders/basic_data/builtin_roles_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class BuiltinRolesSeeder < Seeder diff --git a/app/seeders/basic_data/color_seeder.rb b/app/seeders/basic_data/color_seeder.rb index d9fa7bc9c6c..2514542cf61 100644 --- a/app/seeders/basic_data/color_seeder.rb +++ b/app/seeders/basic_data/color_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class ColorSeeder < Seeder diff --git a/app/seeders/basic_data/priority_seeder.rb b/app/seeders/basic_data/priority_seeder.rb index 94cc6fd664b..e2c7723aee6 100644 --- a/app/seeders/basic_data/priority_seeder.rb +++ b/app/seeders/basic_data/priority_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class PrioritySeeder < Seeder diff --git a/app/seeders/basic_data/project_type_seeder.rb b/app/seeders/basic_data/project_type_seeder.rb index dc7396ba979..24c63485fe8 100644 --- a/app/seeders/basic_data/project_type_seeder.rb +++ b/app/seeders/basic_data/project_type_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class ProjectTypeSeeder < Seeder diff --git a/app/seeders/basic_data/role_seeder.rb b/app/seeders/basic_data/role_seeder.rb index d677571aeb0..462d977d042 100644 --- a/app/seeders/basic_data/role_seeder.rb +++ b/app/seeders/basic_data/role_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class RoleSeeder < Seeder diff --git a/app/seeders/basic_data/setting_seeder.rb b/app/seeders/basic_data/setting_seeder.rb index 1e38a989036..b7d23051a0f 100644 --- a/app/seeders/basic_data/setting_seeder.rb +++ b/app/seeders/basic_data/setting_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class SettingSeeder < Seeder diff --git a/app/seeders/basic_data/status_seeder.rb b/app/seeders/basic_data/status_seeder.rb index 8eabe58d19c..14caa0737ad 100644 --- a/app/seeders/basic_data/status_seeder.rb +++ b/app/seeders/basic_data/status_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class StatusSeeder < Seeder diff --git a/app/seeders/basic_data/type_seeder.rb b/app/seeders/basic_data/type_seeder.rb index a220be4b5c6..1b48dc531fa 100644 --- a/app/seeders/basic_data/type_seeder.rb +++ b/app/seeders/basic_data/type_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class TypeSeeder < Seeder diff --git a/app/seeders/basic_data/workflow_seeder.rb b/app/seeders/basic_data/workflow_seeder.rb index 5e139433c10..7067efc45a8 100644 --- a/app/seeders/basic_data/workflow_seeder.rb +++ b/app/seeders/basic_data/workflow_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module BasicData class WorkflowSeeder < Seeder diff --git a/app/seeders/basic_data_seeder.rb b/app/seeders/basic_data_seeder.rb index 8ac11daa7a1..aaead94f147 100644 --- a/app/seeders/basic_data_seeder.rb +++ b/app/seeders/basic_data_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BasicDataSeeder < CompositeSeeder def data_seeder_classes diff --git a/app/seeders/development_data/users_seeder.rb b/app/seeders/development_data/users_seeder.rb index 5d81c97b53e..c7e85823f05 100644 --- a/app/seeders/development_data/users_seeder.rb +++ b/app/seeders/development_data/users_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ #-- encoding: UTF-8 #-- copyright diff --git a/app/seeders/development_data_seeder.rb b/app/seeders/development_data_seeder.rb index 37a6e619cfa..7653ade8513 100644 --- a/app/seeders/development_data_seeder.rb +++ b/app/seeders/development_data_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class DevelopmentDataSeeder < CompositeSeeder def data_seeder_classes diff --git a/app/seeders/root_seeder.rb b/app/seeders/root_seeder.rb index 767935225d7..47a81f10c7e 100644 --- a/app/seeders/root_seeder.rb +++ b/app/seeders/root_seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # Seeds the minimum data required to run OpenProject (BasicDataSeeder, AdminUserSeeder) diff --git a/app/seeders/seeder.rb b/app/seeders/seeder.rb index 143128860c3..ce757026b3b 100644 --- a/app/seeders/seeder.rb +++ b/app/seeders/seeder.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Seeder diff --git a/app/services/add_attachment_service.rb b/app/services/add_attachment_service.rb index 89c32368f81..f65e86a5dc0 100644 --- a/app/services/add_attachment_service.rb +++ b/app/services/add_attachment_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class AddAttachmentService diff --git a/app/services/add_work_package_note_service.rb b/app/services/add_work_package_note_service.rb index d14a4a3e817..860c60ee99e 100644 --- a/app/services/add_work_package_note_service.rb +++ b/app/services/add_work_package_note_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/api/v3/params_to_query_service.rb b/app/services/api/v3/params_to_query_service.rb index 580891ae0bf..6dfed2eed14 100644 --- a/app/services/api/v3/params_to_query_service.rb +++ b/app/services/api/v3/params_to_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module API diff --git a/app/services/api/v3/parse_query_params_service.rb b/app/services/api/v3/parse_query_params_service.rb index a1a92dd4e06..940916f23d7 100644 --- a/app/services/api/v3/parse_query_params_service.rb +++ b/app/services/api/v3/parse_query_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module API diff --git a/app/services/api/v3/update_query_from_v3_params_service.rb b/app/services/api/v3/update_query_from_v3_params_service.rb index 7b6b9bc2fc7..bc6505b3aba 100644 --- a/app/services/api/v3/update_query_from_v3_params_service.rb +++ b/app/services/api/v3/update_query_from_v3_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module API diff --git a/app/services/api/v3/work_package_collection_from_query_params_service.rb b/app/services/api/v3/work_package_collection_from_query_params_service.rb index 263dddf29f3..e849f6382bf 100644 --- a/app/services/api/v3/work_package_collection_from_query_params_service.rb +++ b/app/services/api/v3/work_package_collection_from_query_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module API diff --git a/app/services/api/v3/work_package_collection_from_query_service.rb b/app/services/api/v3/work_package_collection_from_query_service.rb index 2dafabf0ab2..c071962c495 100644 --- a/app/services/api/v3/work_package_collection_from_query_service.rb +++ b/app/services/api/v3/work_package_collection_from_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module API diff --git a/app/services/authorization.rb b/app/services/authorization.rb index 42121e98c25..c6032af2b84 100644 --- a/app/services/authorization.rb +++ b/app/services/authorization.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization diff --git a/app/services/authorization/abstract_query.rb b/app/services/authorization/abstract_query.rb index 387cd5da210..7437306ac24 100644 --- a/app/services/authorization/abstract_query.rb +++ b/app/services/authorization/abstract_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::AbstractQuery diff --git a/app/services/authorization/abstract_user_query.rb b/app/services/authorization/abstract_user_query.rb index fa6c747b0d4..f560c97bbb9 100644 --- a/app/services/authorization/abstract_user_query.rb +++ b/app/services/authorization/abstract_user_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::AbstractUserQuery < Authorization::AbstractQuery diff --git a/app/services/authorization/enterprise_service.rb b/app/services/authorization/enterprise_service.rb index 583732f1b43..0eb2cbecfc9 100644 --- a/app/services/authorization/enterprise_service.rb +++ b/app/services/authorization/enterprise_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::EnterpriseService diff --git a/app/services/authorization/project_query.rb b/app/services/authorization/project_query.rb index 7cc57d53831..aa998e2d9e1 100644 --- a/app/services/authorization/project_query.rb +++ b/app/services/authorization/project_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::ProjectQuery < Authorization::AbstractQuery diff --git a/app/services/authorization/query_transformation.rb b/app/services/authorization/query_transformation.rb index 81bb9797f69..a9ae3e7f8c5 100644 --- a/app/services/authorization/query_transformation.rb +++ b/app/services/authorization/query_transformation.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::QueryTransformation diff --git a/app/services/authorization/query_transformation_visitor.rb b/app/services/authorization/query_transformation_visitor.rb index fac8f6b9504..4c55f7cf9bc 100644 --- a/app/services/authorization/query_transformation_visitor.rb +++ b/app/services/authorization/query_transformation_visitor.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # rubocop:disable MethodName diff --git a/app/services/authorization/query_transformations.rb b/app/services/authorization/query_transformations.rb index caf4268e0df..9eda3a3bda8 100644 --- a/app/services/authorization/query_transformations.rb +++ b/app/services/authorization/query_transformations.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::QueryTransformations diff --git a/app/services/authorization/query_transformations_order.rb b/app/services/authorization/query_transformations_order.rb index 02abf253571..c1a534cc767 100644 --- a/app/services/authorization/query_transformations_order.rb +++ b/app/services/authorization/query_transformations_order.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::QueryTransformationsOrder diff --git a/app/services/authorization/user_allowed_query.rb b/app/services/authorization/user_allowed_query.rb index 101c641a604..0a3333b38fb 100644 --- a/app/services/authorization/user_allowed_query.rb +++ b/app/services/authorization/user_allowed_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::UserAllowedQuery < Authorization::AbstractUserQuery diff --git a/app/services/authorization/user_allowed_service.rb b/app/services/authorization/user_allowed_service.rb index e4a943ce3fc..dafa37ec8b6 100644 --- a/app/services/authorization/user_allowed_service.rb +++ b/app/services/authorization/user_allowed_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::UserAllowedService diff --git a/app/services/authorization/user_global_roles_query.rb b/app/services/authorization/user_global_roles_query.rb index 058cad1ec04..d4a1bbeebd4 100644 --- a/app/services/authorization/user_global_roles_query.rb +++ b/app/services/authorization/user_global_roles_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::UserGlobalRolesQuery < Authorization::UserRolesQuery diff --git a/app/services/authorization/user_project_roles_query.rb b/app/services/authorization/user_project_roles_query.rb index ed4cdf7d16b..17eef042133 100644 --- a/app/services/authorization/user_project_roles_query.rb +++ b/app/services/authorization/user_project_roles_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::UserProjectRolesQuery < Authorization::UserRolesQuery diff --git a/app/services/authorization/user_roles_query.rb b/app/services/authorization/user_roles_query.rb index 0832d01cab7..648a231ef29 100644 --- a/app/services/authorization/user_roles_query.rb +++ b/app/services/authorization/user_roles_query.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Authorization::UserRolesQuery < Authorization::AbstractUserQuery diff --git a/app/services/authorization_service.rb b/app/services/authorization_service.rb index e9460255357..49af455cbad 100644 --- a/app/services/authorization_service.rb +++ b/app/services/authorization_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ # project, projects, global, user = nil diff --git a/app/services/base_project_service.rb b/app/services/base_project_service.rb index ddf5cf04296..2d3986de095 100644 --- a/app/services/base_project_service.rb +++ b/app/services/base_project_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BaseProjectService diff --git a/app/services/base_type_service.rb b/app/services/base_type_service.rb index 6109c11a297..2f42a61293b 100644 --- a/app/services/base_type_service.rb +++ b/app/services/base_type_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class BaseTypeService diff --git a/app/services/concerns/contracted.rb b/app/services/concerns/contracted.rb index 5315393504c..3eb6152308c 100644 --- a/app/services/concerns/contracted.rb +++ b/app/services/concerns/contracted.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Concerns::Contracted diff --git a/app/services/create_type_service.rb b/app/services/create_type_service.rb index a00267f9477..19fc47cc821 100644 --- a/app/services/create_type_service.rb +++ b/app/services/create_type_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class CreateTypeService < BaseTypeService diff --git a/app/services/create_work_package_service.rb b/app/services/create_work_package_service.rb index 6d1545e5d1c..95e8ea55ed1 100644 --- a/app/services/create_work_package_service.rb +++ b/app/services/create_work_package_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'work_packages/create_contract' diff --git a/app/services/delete_user_service.rb b/app/services/delete_user_service.rb index 78f1d7eb419..dd0522f93a9 100644 --- a/app/services/delete_user_service.rb +++ b/app/services/delete_user_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/initialize_session_service.rb b/app/services/initialize_session_service.rb index 3b602f6cb18..57df921fadc 100644 --- a/app/services/initialize_session_service.rb +++ b/app/services/initialize_session_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class InitializeSessionService diff --git a/app/services/members/edit_membership_service.rb b/app/services/members/edit_membership_service.rb index 58e71c79e09..d275199b28c 100644 --- a/app/services/members/edit_membership_service.rb +++ b/app/services/members/edit_membership_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Members diff --git a/app/services/params_to_query_service.rb b/app/services/params_to_query_service.rb index d6657f736f5..091f450f7a8 100644 --- a/app/services/params_to_query_service.rb +++ b/app/services/params_to_query_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ParamsToQueryService diff --git a/app/services/parse_schema_filter_params_service.rb b/app/services/parse_schema_filter_params_service.rb index 0143cd94f05..6f225e0c1ac 100644 --- a/app/services/parse_schema_filter_params_service.rb +++ b/app/services/parse_schema_filter_params_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ParseSchemaFilterParamsService diff --git a/app/services/planning_comparison_service.rb b/app/services/planning_comparison_service.rb index 267dbfdc36b..afce2324c36 100644 --- a/app/services/planning_comparison_service.rb +++ b/app/services/planning_comparison_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class PlanningComparisonService diff --git a/app/services/queries/create_query_service.rb b/app/services/queries/create_query_service.rb index b79434e3b93..f584784fd20 100644 --- a/app/services/queries/create_query_service.rb +++ b/app/services/queries/create_query_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_relative 'query_service' diff --git a/app/services/queries/query_service.rb b/app/services/queries/query_service.rb index f3b08b785f8..dfa5b30d007 100644 --- a/app/services/queries/query_service.rb +++ b/app/services/queries/query_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class QueryService diff --git a/app/services/queries/update_query_service.rb b/app/services/queries/update_query_service.rb index 4804332897d..fd4201649a0 100644 --- a/app/services/queries/update_query_service.rb +++ b/app/services/queries/update_query_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require_relative 'query_service' diff --git a/app/services/relations/base_service.rb b/app/services/relations/base_service.rb index 4606360aad2..fbb5b570755 100644 --- a/app/services/relations/base_service.rb +++ b/app/services/relations/base_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Relations::BaseService diff --git a/app/services/relations/create_service.rb b/app/services/relations/create_service.rb index 18f37e0a75b..2abb1e5b588 100644 --- a/app/services/relations/create_service.rb +++ b/app/services/relations/create_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Relations::CreateService < Relations::BaseService diff --git a/app/services/relations/update_service.rb b/app/services/relations/update_service.rb index 3c12e9eb6c1..24139e5a13c 100644 --- a/app/services/relations/update_service.rb +++ b/app/services/relations/update_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Relations::UpdateService < Relations::BaseService diff --git a/app/services/reports/assignee_report.rb b/app/services/reports/assignee_report.rb index bf4724a7178..bcda04ebb55 100644 --- a/app/services/reports/assignee_report.rb +++ b/app/services/reports/assignee_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::AssigneeReport < Reports::Report diff --git a/app/services/reports/author_report.rb b/app/services/reports/author_report.rb index 123cf713f95..4e7bb2a92d7 100644 --- a/app/services/reports/author_report.rb +++ b/app/services/reports/author_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::AuthorReport < Reports::Report diff --git a/app/services/reports/category_report.rb b/app/services/reports/category_report.rb index 6259c2d1ac7..11f8cfb5757 100644 --- a/app/services/reports/category_report.rb +++ b/app/services/reports/category_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::CategoryReport < Reports::Report diff --git a/app/services/reports/priority_report.rb b/app/services/reports/priority_report.rb index 077148b9e18..4f3411e84c7 100644 --- a/app/services/reports/priority_report.rb +++ b/app/services/reports/priority_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::PriorityReport < Reports::Report diff --git a/app/services/reports/report.rb b/app/services/reports/report.rb index ebc7866a07b..f65e05ede6c 100644 --- a/app/services/reports/report.rb +++ b/app/services/reports/report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::Report diff --git a/app/services/reports/reports_service.rb b/app/services/reports/reports_service.rb index 08fad804773..a125ec3cac5 100644 --- a/app/services/reports/reports_service.rb +++ b/app/services/reports/reports_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::ReportsService diff --git a/app/services/reports/responsible_report.rb b/app/services/reports/responsible_report.rb index 114761379b1..93720cf2164 100644 --- a/app/services/reports/responsible_report.rb +++ b/app/services/reports/responsible_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::ResponsibleReport < Reports::Report diff --git a/app/services/reports/subproject_report.rb b/app/services/reports/subproject_report.rb index 4b390254d1d..0a89117e4a0 100644 --- a/app/services/reports/subproject_report.rb +++ b/app/services/reports/subproject_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::SubprojectReport < Reports::Report diff --git a/app/services/reports/type_report.rb b/app/services/reports/type_report.rb index faf20d542a9..f834431bbac 100644 --- a/app/services/reports/type_report.rb +++ b/app/services/reports/type_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::TypeReport < Reports::Report diff --git a/app/services/reports/version_report.rb b/app/services/reports/version_report.rb index 50e4147c6ea..23fb05bb8d6 100644 --- a/app/services/reports/version_report.rb +++ b/app/services/reports/version_report.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Reports::VersionReport < Reports::Report diff --git a/app/services/scm/base_repository_service.rb b/app/services/scm/base_repository_service.rb index 83e8a575d5e..bc84b1a6dbf 100644 --- a/app/services/scm/base_repository_service.rb +++ b/app/services/scm/base_repository_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class Scm::BaseRepositoryService diff --git a/app/services/scm/checkout_instructions_service.rb b/app/services/scm/checkout_instructions_service.rb index b176cff6fae..fbc3d3b479f 100644 --- a/app/services/scm/checkout_instructions_service.rb +++ b/app/services/scm/checkout_instructions_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/scm/create_managed_repository_service.rb b/app/services/scm/create_managed_repository_service.rb index 3ccb53b0b50..4a0cb5ab951 100644 --- a/app/services/scm/create_managed_repository_service.rb +++ b/app/services/scm/create_managed_repository_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/scm/delete_managed_repository_service.rb b/app/services/scm/delete_managed_repository_service.rb index 26c52821bff..c839727db97 100644 --- a/app/services/scm/delete_managed_repository_service.rb +++ b/app/services/scm/delete_managed_repository_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/scm/repository_factory_service.rb b/app/services/scm/repository_factory_service.rb index 35dbd6407cb..5e3969855e3 100644 --- a/app/services/scm/repository_factory_service.rb +++ b/app/services/scm/repository_factory_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ ## diff --git a/app/services/service_result.rb b/app/services/service_result.rb index 847b76795c1..75e8f86bd78 100644 --- a/app/services/service_result.rb +++ b/app/services/service_result.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class ServiceResult diff --git a/app/services/shared/service_context.rb b/app/services/shared/service_context.rb index 9ec69b5d8de..2ddbc743baa 100644 --- a/app/services/shared/service_context.rb +++ b/app/services/shared/service_context.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Shared diff --git a/app/services/time_entries/update_service.rb b/app/services/time_entries/update_service.rb index 4223f3618fb..516175531db 100644 --- a/app/services/time_entries/update_service.rb +++ b/app/services/time_entries/update_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class TimeEntries::UpdateService diff --git a/app/services/update_projects_types_service.rb b/app/services/update_projects_types_service.rb index ecdb340a384..ff834621ff0 100644 --- a/app/services/update_projects_types_service.rb +++ b/app/services/update_projects_types_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UpdateProjectsTypesService < BaseProjectService diff --git a/app/services/update_query_from_params_service.rb b/app/services/update_query_from_params_service.rb index a622ad722bc..6a9f6c45637 100644 --- a/app/services/update_query_from_params_service.rb +++ b/app/services/update_query_from_params_service.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UpdateQueryFromParamsService diff --git a/app/services/update_type_service.rb b/app/services/update_type_service.rb index 0a41bd90923..8593d9215d2 100644 --- a/app/services/update_type_service.rb +++ b/app/services/update_type_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UpdateTypeService < BaseTypeService diff --git a/app/services/update_user_email_settings_service.rb b/app/services/update_user_email_settings_service.rb index 6df49fab3c3..fd77c546287 100644 --- a/app/services/update_user_email_settings_service.rb +++ b/app/services/update_user_email_settings_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ UpdateUserEmailSettingsService = Struct.new(:user) do diff --git a/app/services/user_search_service.rb b/app/services/user_search_service.rb index 7d404539b31..cef6dbf41f8 100644 --- a/app/services/user_search_service.rb +++ b/app/services/user_search_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class UserSearchService diff --git a/app/services/users/create_user_service.rb b/app/services/users/create_user_service.rb index a2e305e8207..d8da92c4291 100644 --- a/app/services/users/create_user_service.rb +++ b/app/services/users/create_user_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'work_packages/create_contract' diff --git a/app/services/users/update_user_service.rb b/app/services/users/update_user_service.rb index c89303a404b..fc0b47c9642 100644 --- a/app/services/users/update_user_service.rb +++ b/app/services/users/update_user_service.rb @@ -1,7 +1,7 @@ #-- encoding: UTF-8 #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -24,7 +24,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module Users diff --git a/app/services/work_packages/copy_service.rb b/app/services/work_packages/copy_service.rb index 8717b8d36e0..41daeb2ebdf 100644 --- a/app/services/work_packages/copy_service.rb +++ b/app/services/work_packages/copy_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::CopyService diff --git a/app/services/work_packages/create_service.rb b/app/services/work_packages/create_service.rb index 0ce68bca528..213f25cda53 100644 --- a/app/services/work_packages/create_service.rb +++ b/app/services/work_packages/create_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::CreateService diff --git a/app/services/work_packages/destroy_service.rb b/app/services/work_packages/destroy_service.rb index 0de604ce42e..9a0b08ead57 100644 --- a/app/services/work_packages/destroy_service.rb +++ b/app/services/work_packages/destroy_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::DestroyService diff --git a/app/services/work_packages/reschedule_service.rb b/app/services/work_packages/reschedule_service.rb index 151591fd093..9f72b9af762 100644 --- a/app/services/work_packages/reschedule_service.rb +++ b/app/services/work_packages/reschedule_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::RescheduleService diff --git a/app/services/work_packages/schedule_dependency.rb b/app/services/work_packages/schedule_dependency.rb index bd3433d1052..0144c6f6d47 100644 --- a/app/services/work_packages/schedule_dependency.rb +++ b/app/services/work_packages/schedule_dependency.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::ScheduleDependency diff --git a/app/services/work_packages/set_attributes_service.rb b/app/services/work_packages/set_attributes_service.rb index a78dd9686a6..b767cef4aaa 100644 --- a/app/services/work_packages/set_attributes_service.rb +++ b/app/services/work_packages/set_attributes_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::SetAttributesService diff --git a/app/services/work_packages/set_schedule_service.rb b/app/services/work_packages/set_schedule_service.rb index a9a2a3b0915..97a519be075 100644 --- a/app/services/work_packages/set_schedule_service.rb +++ b/app/services/work_packages/set_schedule_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::SetScheduleService diff --git a/app/services/work_packages/shared/update_ancestors.rb b/app/services/work_packages/shared/update_ancestors.rb index 6dc1d3a6f1b..adca1ecb66d 100644 --- a/app/services/work_packages/shared/update_ancestors.rb +++ b/app/services/work_packages/shared/update_ancestors.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module WorkPackages diff --git a/app/services/work_packages/update_ancestors_service.rb b/app/services/work_packages/update_ancestors_service.rb index 88e851f3424..93a0f42419f 100644 --- a/app/services/work_packages/update_ancestors_service.rb +++ b/app/services/work_packages/update_ancestors_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::UpdateAncestorsService diff --git a/app/services/work_packages/update_service.rb b/app/services/work_packages/update_service.rb index 2783c4cd674..f90126408cc 100644 --- a/app/services/work_packages/update_service.rb +++ b/app/services/work_packages/update_service.rb @@ -2,7 +2,7 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -25,7 +25,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ class WorkPackages::UpdateService diff --git a/app/uploaders/file_uploader.rb b/app/uploaders/file_uploader.rb index 7a0da13e3b3..5af23d1f0db 100644 --- a/app/uploaders/file_uploader.rb +++ b/app/uploaders/file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ module FileUploader diff --git a/app/uploaders/fog_file_uploader.rb b/app/uploaders/fog_file_uploader.rb index 5786317993b..c63df813794 100644 --- a/app/uploaders/fog_file_uploader.rb +++ b/app/uploaders/fog_file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'carrierwave/storage/fog' diff --git a/app/uploaders/local_file_uploader.rb b/app/uploaders/local_file_uploader.rb index df0692eebab..03da4809416 100644 --- a/app/uploaders/local_file_uploader.rb +++ b/app/uploaders/local_file_uploader.rb @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ require 'fileutils' diff --git a/app/views/accessibility/_empty_element_tag.html.erb b/app/views/accessibility/_empty_element_tag.html.erb index 28839249e33..04bc3e97df1 100644 --- a/app/views/accessibility/_empty_element_tag.html.erb +++ b/app/views/accessibility/_empty_element_tag.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/_auth_providers.html.erb b/app/views/account/_auth_providers.html.erb index 81ba293c9ef..c56c3fd447a 100644 --- a/app/views/account/_auth_providers.html.erb +++ b/app/views/account/_auth_providers.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/_login.html.erb b/app/views/account/_login.html.erb index 4fae4c11acb..1a1ad7d2ddc 100644 --- a/app/views/account/_login.html.erb +++ b/app/views/account/_login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/_omniauth_login.html.erb b/app/views/account/_omniauth_login.html.erb index d9566eb61b3..3af175d287b 100644 --- a/app/views/account/_omniauth_login.html.erb +++ b/app/views/account/_omniauth_login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/_password_login_form.html.erb b/app/views/account/_password_login_form.html.erb index d13a1adff47..edc30c1a198 100644 --- a/app/views/account/_password_login_form.html.erb +++ b/app/views/account/_password_login_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/_register.html.erb b/app/views/account/_register.html.erb index 7b9dc3e9b53..4e5e2bead4b 100644 --- a/app/views/account/_register.html.erb +++ b/app/views/account/_register.html.erb @@ -1,12 +1,12 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -Copyright (C) 2006-2013 Jean-Philippe Lang +Copyright (C) 2006-2017 Jean-Philippe Lang Copyright (C) 2010-2013 the ChiliProject Team This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/exit.html.erb b/app/views/account/exit.html.erb index 3cff189b8d9..066c74f4423 100644 --- a/app/views/account/exit.html.erb +++ b/app/views/account/exit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/login.html.erb b/app/views/account/login.html.erb index 7bbccf6b598..874a1e49a47 100644 --- a/app/views/account/login.html.erb +++ b/app/views/account/login.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/account/lost_password.html.erb b/app/views/account/lost_password.html.erb index 690983e9d4d..0b0f4998ec3 100644 --- a/app/views/account/lost_password.html.erb +++ b/app/views/account/lost_password.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% disable_accessibility_css! %> diff --git a/app/views/account/password_recovery.html.erb b/app/views/account/password_recovery.html.erb index 977b20dd60a..5cc9803e7e4 100644 --- a/app/views/account/password_recovery.html.erb +++ b/app/views/account/password_recovery.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% disable_accessibility_css! %> diff --git a/app/views/account/register.html.erb b/app/views/account/register.html.erb index c6619af697b..0135625ae86 100644 --- a/app/views/account/register.html.erb +++ b/app/views/account/register.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 316ec5b15f1..9640b6cb9be 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 527a4566713..ac24fff50aa 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/admin/info.html.erb b/app/views/admin/info.html.erb index a0aab2c0510..0ae615930f2 100644 --- a/app/views/admin/info.html.erb +++ b/app/views/admin/info.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/admin/plugins.html.erb b/app/views/admin/plugins.html.erb index 7b117fe0442..410bb263996 100644 --- a/app/views/admin/plugins.html.erb +++ b/app/views/admin/plugins.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% html_title l(:label_administration), l(:label_plugins) %> diff --git a/app/views/attachments/_form.html.erb b/app/views/attachments/_form.html.erb index 7f0b7cbe45b..7937bfea48e 100644 --- a/app/views/attachments/_form.html.erb +++ b/app/views/attachments/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attachments/_links.html.erb b/app/views/attachments/_links.html.erb index 0ef0def87ec..9075f2ed8fe 100644 --- a/app/views/attachments/_links.html.erb +++ b/app/views/attachments/_links.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attachments/_nested_form.html.erb b/app/views/attachments/_nested_form.html.erb index 4b8f8813ed7..afda60a4d31 100644 --- a/app/views/attachments/_nested_form.html.erb +++ b/app/views/attachments/_nested_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attachments/destroy.js.erb b/app/views/attachments/destroy.js.erb index b9aadfb8e98..096795ce3a2 100644 --- a/app/views/attachments/destroy.js.erb +++ b/app/views/attachments/destroy.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attribute_help_texts/_form.html.erb b/app/views/attribute_help_texts/_form.html.erb index d49a186937d..192a5a7fd00 100644 --- a/app/views/attribute_help_texts/_form.html.erb +++ b/app/views/attribute_help_texts/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= error_messages_for 'attribute_help_text' %> diff --git a/app/views/attribute_help_texts/_tab.html.erb b/app/views/attribute_help_texts/_tab.html.erb index 3187a18b0cd..27f2457c21e 100644 --- a/app/views/attribute_help_texts/_tab.html.erb +++ b/app/views/attribute_help_texts/_tab.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attribute_help_texts/edit.html.erb b/app/views/attribute_help_texts/edit.html.erb index 0a6224ed276..7f00cad67a1 100644 --- a/app/views/attribute_help_texts/edit.html.erb +++ b/app/views/attribute_help_texts/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/attribute_help_texts/index.html.erb b/app/views/attribute_help_texts/index.html.erb index ab659bab8be..14e9f88ab7d 100644 --- a/app/views/attribute_help_texts/index.html.erb +++ b/app/views/attribute_help_texts/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: t(:'attribute_help_texts.label_plural') %> diff --git a/app/views/attribute_help_texts/new.html.erb b/app/views/attribute_help_texts/new.html.erb index 47fd4c5fb00..e91b0510892 100644 --- a/app/views/attribute_help_texts/new.html.erb +++ b/app/views/attribute_help_texts/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/auth_sources/_form.html.erb b/app/views/auth_sources/_form.html.erb index 2e7ac3a8208..783cff3e2dd 100644 --- a/app/views/auth_sources/_form.html.erb +++ b/app/views/auth_sources/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/auth_sources/edit.html.erb b/app/views/auth_sources/edit.html.erb index 7d85ef05177..6a17199bb67 100644 --- a/app/views/auth_sources/edit.html.erb +++ b/app/views/auth_sources/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/auth_sources/index.html.erb b/app/views/auth_sources/index.html.erb index 738e9e69816..a5099f15827 100644 --- a/app/views/auth_sources/index.html.erb +++ b/app/views/auth_sources/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/auth_sources/new.html.erb b/app/views/auth_sources/new.html.erb index cca23eff69b..01de56e8702 100644 --- a/app/views/auth_sources/new.html.erb +++ b/app/views/auth_sources/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/authentication/index.html.erb b/app/views/authentication/index.html.erb index 13a6094c4fd..53f0f019dd8 100644 --- a/app/views/authentication/index.html.erb +++ b/app/views/authentication/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/boards/_form.html.erb b/app/views/boards/_form.html.erb index a050318c2d4..80ae038f958 100644 --- a/app/views/boards/_form.html.erb +++ b/app/views/boards/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= error_messages_for 'board' %> diff --git a/app/views/boards/edit.html.erb b/app/views/boards/edit.html.erb index 13d44094873..3be7062ff8a 100644 --- a/app/views/boards/edit.html.erb +++ b/app/views/boards/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: Board.name.humanize %> diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 5bb25b75472..aee679f795c 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% html_title t(:label_board_plural) %> diff --git a/app/views/boards/new.html.erb b/app/views/boards/new.html.erb index 3b484d5bd98..b6e504385c7 100644 --- a/app/views/boards/new.html.erb +++ b/app/views/boards/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb index 18980f1d470..cafd6acf2da 100644 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/categories/_form.html.erb b/app/views/categories/_form.html.erb index 22dc3391534..5a9def0d263 100644 --- a/app/views/categories/_form.html.erb +++ b/app/views/categories/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= error_messages_for 'category' %> diff --git a/app/views/categories/create.js.erb b/app/views/categories/create.js.erb index d4e3e66e064..b806eb76cf2 100644 --- a/app/views/categories/create.js.erb +++ b/app/views/categories/create.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/categories/destroy.html.erb b/app/views/categories/destroy.html.erb index e4d4d1a66cd..0915c0e3905 100644 --- a/app/views/categories/destroy.html.erb +++ b/app/views/categories/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: "#{Category.model_name.human} #{@category.name}" %> diff --git a/app/views/categories/edit.html.erb b/app/views/categories/edit.html.erb index ffc7dba2912..d9c800238dd 100644 --- a/app/views/categories/edit.html.erb +++ b/app/views/categories/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: Category.model_name.human %> diff --git a/app/views/categories/new.html.erb b/app/views/categories/new.html.erb index 48c3705b882..9bdda0d03a3 100644 --- a/app/views/categories/new.html.erb +++ b/app/views/categories/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: l(:label_work_package_category_new) %> diff --git a/app/views/common/_calendar.html.erb b/app/views/common/_calendar.html.erb index b292e6decd8..1a4e27c8f7b 100644 --- a/app/views/common/_calendar.html.erb +++ b/app/views/common/_calendar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/common/_diff.html.erb b/app/views/common/_diff.html.erb index d36bb8d27ab..8068d8a42ae 100644 --- a/app/views/common/_diff.html.erb +++ b/app/views/common/_diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% diff = Redmine::UnifiedDiff.new(diff, type: diff_type, max_lines: Setting.diff_max_lines_displayed.to_i) -%> diff --git a/app/views/common/_error_base.html.erb b/app/views/common/_error_base.html.erb index 3836f7c4395..35ce61fe2d1 100644 --- a/app/views/common/_error_base.html.erb +++ b/app/views/common/_error_base.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/common/_file.html.erb b/app/views/common/_file.html.erb index 8c5aa9f2dc8..06d2738f175 100644 --- a/app/views/common/_file.html.erb +++ b/app/views/common/_file.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%>
diff --git a/app/views/common/_no_results.html.erb b/app/views/common/_no_results.html.erb index 514c780c126..030659efb25 100644 --- a/app/views/common/_no_results.html.erb +++ b/app/views/common/_no_results.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%>
diff --git a/app/views/common/_tabs.html.erb b/app/views/common/_tabs.html.erb index 16567ff3e19..ea8e09afe38 100644 --- a/app/views/common/_tabs.html.erb +++ b/app/views/common/_tabs.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% selected_tab = params[:tab] ? params[:tab].to_s : tabs.first[:name] %> diff --git a/app/views/common/_validation_error.html.erb b/app/views/common/_validation_error.html.erb index 8a9b726755b..fddbdf35b80 100644 --- a/app/views/common/_validation_error.html.erb +++ b/app/views/common/_validation_error.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/common/error.html.erb b/app/views/common/error.html.erb index e32cebd8b01..b860f8e6991 100644 --- a/app/views/common/error.html.erb +++ b/app/views/common/error.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/common/feed.atom.builder b/app/views/common/feed.atom.builder index fcaf68ceada..72366af1994 100644 --- a/app/views/common/feed.atom.builder +++ b/app/views/common/feed.atom.builder @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ xml.instruct! diff --git a/app/views/common/list_attachments.json.erb b/app/views/common/list_attachments.json.erb index 8ed0da2d597..65012194da0 100644 --- a/app/views/common/list_attachments.json.erb +++ b/app/views/common/list_attachments.json.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/common/preview.html.erb b/app/views/common/preview.html.erb index 58f4a98de5b..8d59bb87a7f 100644 --- a/app/views/common/preview.html.erb +++ b/app/views/common/preview.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_from_admin.html.erb b/app/views/copy_projects/copy_from_admin.html.erb index d76b7486c78..b7e9a83b0ac 100644 --- a/app/views/copy_projects/copy_from_admin.html.erb +++ b/app/views/copy_projects/copy_from_admin.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_from_settings.html.erb b/app/views/copy_projects/copy_from_settings.html.erb index f5ea95c96ab..b0ba7f2f5ba 100644 --- a/app/views/copy_projects/copy_from_settings.html.erb +++ b/app/views/copy_projects/copy_from_settings.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_settings/_block_checkbox.html.erb b/app/views/copy_projects/copy_settings/_block_checkbox.html.erb index 012737625d8..faf7173d661 100644 --- a/app/views/copy_projects/copy_settings/_block_checkbox.html.erb +++ b/app/views/copy_projects/copy_settings/_block_checkbox.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% if count > 0 %> diff --git a/app/views/copy_projects/copy_settings/_copy_associations.html.erb b/app/views/copy_projects/copy_settings/_copy_associations.html.erb index 69878b1dbc9..b993fe474ad 100644 --- a/app/views/copy_projects/copy_settings/_copy_associations.html.erb +++ b/app/views/copy_projects/copy_settings/_copy_associations.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_settings/_enabled_module_names.html.erb b/app/views/copy_projects/copy_settings/_enabled_module_names.html.erb index fe5e5dbd42f..8bd600e632a 100644 --- a/app/views/copy_projects/copy_settings/_enabled_module_names.html.erb +++ b/app/views/copy_projects/copy_settings/_enabled_module_names.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_settings/_hidden_custom_fields.html.erb b/app/views/copy_projects/copy_settings/_hidden_custom_fields.html.erb index 012d7b11a1a..183de86e79b 100644 --- a/app/views/copy_projects/copy_settings/_hidden_custom_fields.html.erb +++ b/app/views/copy_projects/copy_settings/_hidden_custom_fields.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/copy_projects/copy_settings/_hidden_types.html.erb b/app/views/copy_projects/copy_settings/_hidden_types.html.erb index 57bd04a6d7f..cfb28ab32e3 100644 --- a/app/views/copy_projects/copy_settings/_hidden_types.html.erb +++ b/app/views/copy_projects/copy_settings/_hidden_types.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_fields/_custom_options.html.erb b/app/views/custom_fields/_custom_options.html.erb index 2533e50f8e9..fe785b13898 100644 --- a/app/views/custom_fields/_custom_options.html.erb +++ b/app/views/custom_fields/_custom_options.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb index 6d55143b749..fa2bf08d37d 100644 --- a/app/views/custom_fields/_form.html.erb +++ b/app/views/custom_fields/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%>
diff --git a/app/views/custom_fields/_tab.html.erb b/app/views/custom_fields/_tab.html.erb index 84a91d857d5..5d0cc2926d3 100644 --- a/app/views/custom_fields/_tab.html.erb +++ b/app/views/custom_fields/_tab.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_fields/edit.html.erb b/app/views/custom_fields/edit.html.erb index 6b99fdf6717..9d41b74a265 100644 --- a/app/views/custom_fields/edit.html.erb +++ b/app/views/custom_fields/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_fields/index.html.erb b/app/views/custom_fields/index.html.erb index e8878ed928e..6823fea0152 100644 --- a/app/views/custom_fields/index.html.erb +++ b/app/views/custom_fields/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= toolbar title: l(:label_custom_field_plural) %> diff --git a/app/views/custom_fields/new.html.erb b/app/views/custom_fields/new.html.erb index bde4f9d6e74..7688534de17 100644 --- a/app/views/custom_fields/new.html.erb +++ b/app/views/custom_fields/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_styles/show.html.erb b/app/views/custom_styles/show.html.erb index 4f761a4e309..c6441fab5b3 100644 --- a/app/views/custom_styles/show.html.erb +++ b/app/views/custom_styles/show.html.erb @@ -1,12 +1,12 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -Copyright (C) 2006-2013 Jean-Philippe Lang +Copyright (C) 2006-2017 Jean-Philippe Lang Copyright (C) 2010-2013 the ChiliProject Team This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/custom_styles/upsale.html.erb b/app/views/custom_styles/upsale.html.erb index 69e201521e6..b071d9a8d33 100644 --- a/app/views/custom_styles/upsale.html.erb +++ b/app/views/custom_styles/upsale.html.erb @@ -1,12 +1,12 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2015 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows: -Copyright (C) 2006-2013 Jean-Philippe Lang +Copyright (C) 2006-2017 Jean-Philippe Lang Copyright (C) 2010-2013 the ChiliProject Team This program is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/customizable/_field.html.erb b/app/views/customizable/_field.html.erb index 33c2a5a74fe..09a8a194a9d 100644 --- a/app/views/customizable/_field.html.erb +++ b/app/views/customizable/_field.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/customizable/_form.html.erb b/app/views/customizable/_form.html.erb index 2e04ca16d00..4282e0b31a7 100644 --- a/app/views/customizable/_form.html.erb +++ b/app/views/customizable/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/enumerations/_form.html.erb b/app/views/enumerations/_form.html.erb index 38fd59bbb13..b6b09966fd4 100644 --- a/app/views/enumerations/_form.html.erb +++ b/app/views/enumerations/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/enumerations/destroy.html.erb b/app/views/enumerations/destroy.html.erb index 4ea4e4ce31d..7fe2bcb4386 100644 --- a/app/views/enumerations/destroy.html.erb +++ b/app/views/enumerations/destroy.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= breadcrumb_toolbar link_to(l(@enumeration.option_name), enumerations_path), @enumeration %> diff --git a/app/views/enumerations/edit.html.erb b/app/views/enumerations/edit.html.erb index 68423be581c..feb55ae25b4 100644 --- a/app/views/enumerations/edit.html.erb +++ b/app/views/enumerations/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/enumerations/index.html.erb b/app/views/enumerations/index.html.erb index e1284b91bf2..a2363b43f3e 100644 --- a/app/views/enumerations/index.html.erb +++ b/app/views/enumerations/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% html_title l(:label_administration), l(:label_enumerations) %> diff --git a/app/views/enumerations/new.html.erb b/app/views/enumerations/new.html.erb index 6d520ed3178..153fc7251d5 100644 --- a/app/views/enumerations/new.html.erb +++ b/app/views/enumerations/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/_form.html.erb b/app/views/groups/_form.html.erb index 7c353030eca..2927de1d17b 100644 --- a/app/views/groups/_form.html.erb +++ b/app/views/groups/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/_general.html.erb b/app/views/groups/_general.html.erb index 766ed77177f..f064378c48e 100644 --- a/app/views/groups/_general.html.erb +++ b/app/views/groups/_general.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/_memberships.html.erb b/app/views/groups/_memberships.html.erb index 9c76e3eaed3..3dcaa5b74c3 100644 --- a/app/views/groups/_memberships.html.erb +++ b/app/views/groups/_memberships.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% roles = Role.find_all_givable %> diff --git a/app/views/groups/_users.html.erb b/app/views/groups/_users.html.erb index 3b567d86d75..514e4114e18 100644 --- a/app/views/groups/_users.html.erb +++ b/app/views/groups/_users.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/_users_table.html.erb b/app/views/groups/_users_table.html.erb index a39b49c5e00..f3cc078665e 100644 --- a/app/views/groups/_users_table.html.erb +++ b/app/views/groups/_users_table.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/autocomplete_for_user.html.erb b/app/views/groups/autocomplete_for_user.html.erb index fa20e4b447a..ad9742dcfd3 100644 --- a/app/views/groups/autocomplete_for_user.html.erb +++ b/app/views/groups/autocomplete_for_user.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/change_members.js.erb b/app/views/groups/change_members.js.erb index f7062f6a283..8af85d3f947 100644 --- a/app/views/groups/change_members.js.erb +++ b/app/views/groups/change_members.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/change_memberships.js.erb b/app/views/groups/change_memberships.js.erb index 394fd1507e1..738ba919ebe 100644 --- a/app/views/groups/change_memberships.js.erb +++ b/app/views/groups/change_memberships.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/destroy_memberships.js.erb b/app/views/groups/destroy_memberships.js.erb index cec64b3ea32..52af5b7303f 100644 --- a/app/views/groups/destroy_memberships.js.erb +++ b/app/views/groups/destroy_memberships.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/edit.html.erb b/app/views/groups/edit.html.erb index 51a765a4b12..05ae98f85c4 100644 --- a/app/views/groups/edit.html.erb +++ b/app/views/groups/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb index 13d2d8f7dec..09dd99435cd 100644 --- a/app/views/groups/index.html.erb +++ b/app/views/groups/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/new.html.erb b/app/views/groups/new.html.erb index 2c288729ad0..58425b49bea 100644 --- a/app/views/groups/new.html.erb +++ b/app/views/groups/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/groups/show.html.erb b/app/views/groups/show.html.erb index 5ccabd18a84..a0cc2360d6d 100644 --- a/app/views/groups/show.html.erb +++ b/app/views/groups/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= breadcrumb_toolbar @group.name %> diff --git a/app/views/help/wiki_syntax.html.erb b/app/views/help/wiki_syntax.html.erb index 8904864c1c0..7cfa9d4404c 100644 --- a/app/views/help/wiki_syntax.html.erb +++ b/app/views/help/wiki_syntax.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% content_for :styles do %> diff --git a/app/views/help/wiki_syntax_detailed.html.erb b/app/views/help/wiki_syntax_detailed.html.erb index bc2cb91d3bd..a8c7fa316db 100644 --- a/app/views/help/wiki_syntax_detailed.html.erb +++ b/app/views/help/wiki_syntax_detailed.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% content_for :styles do %> diff --git a/app/views/homescreen/index.html.erb b/app/views/homescreen/index.html.erb index db8fd0c9b77..df6d26706c7 100644 --- a/app/views/homescreen/index.html.erb +++ b/app/views/homescreen/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% breadcrumb_paths(nil) %> diff --git a/app/views/homescreen/robots.text.erb b/app/views/homescreen/robots.text.erb index 9f1bad52405..0fec0e702c7 100644 --- a/app/views/homescreen/robots.text.erb +++ b/app/views/homescreen/robots.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> User-agent: * diff --git a/app/views/hooks/login/_auth_provider.html.erb b/app/views/hooks/login/_auth_provider.html.erb index 83f01e9a850..c0644155cac 100644 --- a/app/views/hooks/login/_auth_provider.html.erb +++ b/app/views/hooks/login/_auth_provider.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/journals/_diff.html.erb b/app/views/journals/_diff.html.erb index b899f9c7b9f..da9fde1ab55 100644 --- a/app/views/journals/_diff.html.erb +++ b/app/views/journals/_diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/journals/diff.html.erb b/app/views/journals/diff.html.erb index 67d700a533d..45872bae991 100644 --- a/app/views/journals/diff.html.erb +++ b/app/views/journals/diff.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/journals/index.atom.builder b/app/views/journals/index.atom.builder index f2ff115621c..099381f0415 100644 --- a/app/views/journals/index.atom.builder +++ b/app/views/journals/index.atom.builder @@ -1,6 +1,6 @@ #-- copyright # OpenProject is a project management system. -# Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +# Copyright (C) 2012-2018 the OpenProject Foundation (OPF) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# See doc/COPYRIGHT.rdoc for more details. +# See docs/COPYRIGHT.rdoc for more details. #++ xml.instruct! diff --git a/app/views/layouts/_action_menu.html.erb b/app/views/layouts/_action_menu.html.erb index d7556821959..e7351db0147 100644 --- a/app/views/layouts/_action_menu.html.erb +++ b/app/views/layouts/_action_menu.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/_action_menu_base.html.erb b/app/views/layouts/_action_menu_base.html.erb index 3c19053a5ed..0a39e00e283 100644 --- a/app/views/layouts/_action_menu_base.html.erb +++ b/app/views/layouts/_action_menu_base.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/_action_menu_specific.html.erb b/app/views/layouts/_action_menu_specific.html.erb index 9938474b801..d721c169c80 100644 --- a/app/views/layouts/_action_menu_specific.html.erb +++ b/app/views/layouts/_action_menu_specific.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index a3426cf74c6..5177c703739 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/angular.html.erb b/app/views/layouts/angular.html.erb index af6a24e9f0e..b0f4a20d1d0 100644 --- a/app/views/layouts/angular.html.erb +++ b/app/views/layouts/angular.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 838acf7a0fa..8627b21ba4b 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% show_decoration = params["layout"].nil? %> diff --git a/app/views/layouts/help.html.erb b/app/views/layouts/help.html.erb index a9ac66eef1a..175cb47e872 100644 --- a/app/views/layouts/help.html.erb +++ b/app/views/layouts/help.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/my.html.erb b/app/views/layouts/my.html.erb index a2ba9bbf192..adfd9ac6f39 100644 --- a/app/views/layouts/my.html.erb +++ b/app/views/layouts/my.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% content_for :sidebar do %> diff --git a/app/views/layouts/user_mailer.html.erb b/app/views/layouts/user_mailer.html.erb index 61a447ad458..d1727f5250f 100644 --- a/app/views/layouts/user_mailer.html.erb +++ b/app/views/layouts/user_mailer.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/layouts/user_mailer.text.erb b/app/views/layouts/user_mailer.text.erb index f9ea2b861ae..3d1344e05ff 100644 --- a/app/views/layouts/user_mailer.text.erb +++ b/app/views/layouts/user_mailer.text.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/ldap_auth_sources/_form.html.erb b/app/views/ldap_auth_sources/_form.html.erb index f4fc50bedae..6a8e40480ae 100644 --- a/app/views/ldap_auth_sources/_form.html.erb +++ b/app/views/ldap_auth_sources/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_autocomplete_for_member.html.erb b/app/views/members/_autocomplete_for_member.html.erb index 2a40c91cde4..273789e4986 100644 --- a/app/views/members/_autocomplete_for_member.html.erb +++ b/app/views/members/_autocomplete_for_member.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_common_notice.html.erb b/app/views/members/_common_notice.html.erb index ed121b77e8f..eb40db42a1c 100644 --- a/app/views/members/_common_notice.html.erb +++ b/app/views/members/_common_notice.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_member_errors.html.erb b/app/views/members/_member_errors.html.erb index 03f8f7eccc0..8e2bb079635 100644 --- a/app/views/members/_member_errors.html.erb +++ b/app/views/members/_member_errors.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_member_form.html.erb b/app/views/members/_member_form.html.erb index 3c3b689fef9..cf3dca4e8e7 100644 --- a/app/views/members/_member_form.html.erb +++ b/app/views/members/_member_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_member_form_impaired.html.erb b/app/views/members/_member_form_impaired.html.erb index ae060e2bf3c..c3feac68dff 100644 --- a/app/views/members/_member_form_impaired.html.erb +++ b/app/views/members/_member_form_impaired.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/_member_form_non_impaired.html.erb b/app/views/members/_member_form_non_impaired.html.erb index 58d29703e69..368d38df82c 100644 --- a/app/views/members/_member_form_non_impaired.html.erb +++ b/app/views/members/_member_form_non_impaired.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/autocomplete_for_member.json.erb b/app/views/members/autocomplete_for_member.json.erb index 2e3ebd6a008..bfda4267c0f 100644 --- a/app/views/members/autocomplete_for_member.json.erb +++ b/app/views/members/autocomplete_for_member.json.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/members/index.html.erb b/app/views/members/index.html.erb index 574ce346b31..750b4df6424 100644 --- a/app/views/members/index.html.erb +++ b/app/views/members/index.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% html_title t(:label_member_plural) -%> diff --git a/app/views/messages/_form.html.erb b/app/views/messages/_form.html.erb index 574f74a9914..32d5db37193 100644 --- a/app/views/messages/_form.html.erb +++ b/app/views/messages/_form.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <%= error_messages_for 'message' %> diff --git a/app/views/messages/edit.html.erb b/app/views/messages/edit.html.erb index 01461d74104..6cefca426bb 100644 --- a/app/views/messages/edit.html.erb +++ b/app/views/messages/edit.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/messages/new.html.erb b/app/views/messages/new.html.erb index 666fae60c87..38dd80f17cf 100644 --- a/app/views/messages/new.html.erb +++ b/app/views/messages/new.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/messages/quote.js.erb b/app/views/messages/quote.js.erb index cecb64caf20..d1b40685be4 100644 --- a/app/views/messages/quote.js.erb +++ b/app/views/messages/quote.js.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 16cb49f0db8..abd8108e01d 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/_block.html.erb b/app/views/my/_block.html.erb index a5f32cfe827..01e022c2701 100644 --- a/app/views/my/_block.html.erb +++ b/app/views/my/_block.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/_password_form_fields.html.erb b/app/views/my/_password_form_fields.html.erb index 7fd51c855d3..01183c8ea6c 100644 --- a/app/views/my/_password_form_fields.html.erb +++ b/app/views/my/_password_form_fields.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% if show_user_name %> diff --git a/app/views/my/_sidebar.html.erb b/app/views/my/_sidebar.html.erb index b77029a5cf6..00bc598a644 100644 --- a/app/views/my/_sidebar.html.erb +++ b/app/views/my/_sidebar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/access_token.html.erb b/app/views/my/access_token.html.erb index d98bb41ee3c..d401e955d29 100644 --- a/app/views/my/access_token.html.erb +++ b/app/views/my/access_token.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index f5e9fe253ca..d65de5a463f 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/blocks/_calendar.html.erb b/app/views/my/blocks/_calendar.html.erb index 11cfe305036..432240938de 100644 --- a/app/views/my/blocks/_calendar.html.erb +++ b/app/views/my/blocks/_calendar.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/blocks/_issuesassignedtome.html.erb b/app/views/my/blocks/_issuesassignedtome.html.erb index 4c950aaf1b8..55bc1d2e335 100644 --- a/app/views/my/blocks/_issuesassignedtome.html.erb +++ b/app/views/my/blocks/_issuesassignedtome.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/blocks/_issuesreportedbyme.html.erb b/app/views/my/blocks/_issuesreportedbyme.html.erb index c75d801278f..45254f67414 100644 --- a/app/views/my/blocks/_issuesreportedbyme.html.erb +++ b/app/views/my/blocks/_issuesreportedbyme.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% reported = WorkPackage.visible.where(author_id: User.current.id) diff --git a/app/views/my/blocks/_issueswatched.html.erb b/app/views/my/blocks/_issueswatched.html.erb index 8cfe04bd446..c92cc57486d 100644 --- a/app/views/my/blocks/_issueswatched.html.erb +++ b/app/views/my/blocks/_issueswatched.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/blocks/_news.html.erb b/app/views/my/blocks/_news.html.erb index 6eb90f02b67..256dfd6c461 100644 --- a/app/views/my/blocks/_news.html.erb +++ b/app/views/my/blocks/_news.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% news = News.limit(10) diff --git a/app/views/my/blocks/_timelog.html.erb b/app/views/my/blocks/_timelog.html.erb index 8620a4f2a2b..cb6d1160dc9 100644 --- a/app/views/my/blocks/_timelog.html.erb +++ b/app/views/my/blocks/_timelog.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/blocks/_workpackagesresponsiblefor.html.erb b/app/views/my/blocks/_workpackagesresponsiblefor.html.erb index 25c6c93e932..f9428d6fda2 100644 --- a/app/views/my/blocks/_workpackagesresponsiblefor.html.erb +++ b/app/views/my/blocks/_workpackagesresponsiblefor.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/mail_notifications.html.erb b/app/views/my/mail_notifications.html.erb index 0f3af1f16fa..a1da3194434 100644 --- a/app/views/my/mail_notifications.html.erb +++ b/app/views/my/mail_notifications.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> diff --git a/app/views/my/page.html.erb b/app/views/my/page.html.erb index 9561730df6b..13b035eff95 100644 --- a/app/views/my/page.html.erb +++ b/app/views/my/page.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%> <% breadcrumb_paths(l(:label_my_page)) %> diff --git a/app/views/my/page_layout.html.erb b/app/views/my/page_layout.html.erb index dfb5eb9f0a0..e66b9245433 100644 --- a/app/views/my/page_layout.html.erb +++ b/app/views/my/page_layout.html.erb @@ -1,6 +1,6 @@ <%#-- copyright OpenProject is a project management system. -Copyright (C) 2012-2017 the OpenProject Foundation (OPF) +Copyright (C) 2012-2018 the OpenProject Foundation (OPF) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. @@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -See doc/COPYRIGHT.rdoc for more details. +See docs/COPYRIGHT.rdoc for more details. ++#%>