diff --git a/Gemfile b/Gemfile index 65a3cabca66bdfcaabfe1bfa851547b97f2e8e15..dbf165bef9605d3929e61e40bda060897639c51c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/controllers/kanbans_controller.rb b/app/controllers/kanbans_controller.rb index 3d8480efaf7fecb9861bb269e8ec745f80fa9244..499a48ed64e6a4e40bf3987960301d0c5b5fd47e 100644 --- a/app/controllers/kanbans_controller.rb +++ b/app/controllers/kanbans_controller.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/controllers/redhopper_issues_controller.rb b/app/controllers/redhopper_issues_controller.rb index b5ef0fc16e75e081eb9f2ca482a1dd63b827401b..9a240f6c151b9ae72ae66b9deff2b1386e775136 100644 --- a/app/controllers/redhopper_issues_controller.rb +++ b/app/controllers/redhopper_issues_controller.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/models/column.rb b/app/models/column.rb index 88ac3ed20ec73c264a873a9577a1cca8dd8df10a..13e76e252647f55c80870dbe7688b2c971c42e0d 100644 --- a/app/models/column.rb +++ b/app/models/column.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/models/due_delta_presenter.rb b/app/models/due_delta_presenter.rb index b914d4387cca73e8b5446dc01395441612ca6614..4b6a585971184ae243445300a2ac91ad3d6d9dab 100644 --- a/app/models/due_delta_presenter.rb +++ b/app/models/due_delta_presenter.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/models/feature.rb b/app/models/feature.rb index e3eb93040f058dbd6e1173423a790c6f8a79814d..a52b14fffdd2f33aa0b68bffb76e71b89ffc4126 100644 --- a/app/models/feature.rb +++ b/app/models/feature.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/models/kanban_board.rb b/app/models/kanban_board.rb index 6339341427a2932274dd7f88055efb8d680d6c81..20d3f0192c1cbbce12f6b973abc2ce44593bff07 100644 --- a/app/models/kanban_board.rb +++ b/app/models/kanban_board.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/models/redhopper_issue.rb b/app/models/redhopper_issue.rb index 16a2967bd50a60f6c27bae4082f3f9893eaf2268..55cf4a78d4272042765504ffa84279a0ced1dc4d 100644 --- a/app/models/redhopper_issue.rb +++ b/app/models/redhopper_issue.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/app/views/kanbans/_kanban.html.haml b/app/views/kanbans/_kanban.html.haml index 57efcf5b347603b0f28196b2f43cbc9c95a3516c..042401f49593f13f703e335f38384d3810cbeeae 100644 --- a/app/views/kanbans/_kanban.html.haml +++ b/app/views/kanbans/_kanban.html.haml @@ -1,7 +1,7 @@ -# -# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as -# Greenhopper), but following its own path. --# Copyright (C) 2015 infoPiiaf +-# Copyright (C) 2015-2016 infoPiiaf -# -# This file is part of Redhopper. -# diff --git a/app/views/kanbans/index.haml b/app/views/kanbans/index.haml index 82f90a67daa13b495aeb037d72c8ebda45f16b4c..3af4334525313b77675610a98574c16a044c40fc 100644 --- a/app/views/kanbans/index.haml +++ b/app/views/kanbans/index.haml @@ -1,7 +1,7 @@ -# -# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as -# Greenhopper), but following its own path. --# Copyright (C) 2015 infoPiiaf +-# Copyright (C) 2015-2016 infoPiiaf -# -# This file is part of Redhopper. -# diff --git a/app/views/settings/_feature.haml b/app/views/settings/_feature.haml index 011c073c680076fcf811cda761438b2f9186d6bc..7f80c3270cf27214a4a3ff1f47ae5c3eeb5581b7 100644 --- a/app/views/settings/_feature.haml +++ b/app/views/settings/_feature.haml @@ -1,7 +1,7 @@ -# -# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as -# Greenhopper), but following its own path. --# Copyright (C) 2015 infoPiiaf +-# Copyright (C) 2015-2016 infoPiiaf -# -# This file is part of Redhopper. -# diff --git a/app/views/settings/_kanbans.haml b/app/views/settings/_kanbans.haml index 4fae6579fc9c4e996c8838f988b0436d761df956..31cd3cb26d719f83a77d3471a1d8e3e36ace6b34 100644 --- a/app/views/settings/_kanbans.haml +++ b/app/views/settings/_kanbans.haml @@ -1,7 +1,7 @@ -# -# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as -# Greenhopper), but following its own path. --# Copyright (C) 2015 infoPiiaf +-# Copyright (C) 2015-2016 infoPiiaf -# -# This file is part of Redhopper. -# diff --git a/assets/javascripts/redhopper.js b/assets/javascripts/redhopper.js index bcb2ec52596716001ddf5bbe6fc8b96d894bbe79..0cd968765700f3ce3833bbcf96f619a89487992b 100644 --- a/assets/javascripts/redhopper.js +++ b/assets/javascripts/redhopper.js @@ -1,7 +1,7 @@ /* * Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as * Greenhopper), but following its own path. - * Copyright (C) 2015 infoPiiaf + * Copyright (C) 2015-2016 infoPiiaf * * This file is part of Redhopper. * diff --git a/assets/stylesheets/redhopper.css b/assets/stylesheets/redhopper.css index da5bba25e4d98a8ad01f040bc1fbc998bf2c8a06..62ef14becb4a087b7454ca31741c7fdddbb402b3 100644 --- a/assets/stylesheets/redhopper.css +++ b/assets/stylesheets/redhopper.css @@ -1,3 +1,22 @@ +/* Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as + * Greenhopper), but following its own path. + * Copyright (C) 2015-2016 infoPiiaf + * + * This file is part of Redhopper. + * + * Redhopper is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Redhopper 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Redhopper. If not, see . + */ .KanbanBoard { margin: 0; padding: 0; diff --git a/assets/stylesheets/redhopper.sass b/assets/stylesheets/redhopper.sass index 86cd48d3a85587d10025208e0994362f46c081d0..c077ed360cc176f5b74bfeea903da8a2d00363df 100644 --- a/assets/stylesheets/redhopper.sass +++ b/assets/stylesheets/redhopper.sass @@ -1,3 +1,23 @@ +/* + * Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as + * Greenhopper), but following its own path. + * Copyright (C) 2015-2016 infoPiiaf + * + * This file is part of Redhopper. + * + * Redhopper is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * Redhopper 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Redhopper. If not, see . + */ $gutter: 1em =space($margin, $padding: $margin) diff --git a/config/locales/en.yml b/config/locales/en.yml index 2a53336480e50cbe26486068ec375a49be878c6f..9f39a179c7de2573258bda3a3d70db4c332647fc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1,3 +1,23 @@ +# +# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as +# Greenhopper), but following its own path. +# Copyright (C) 2015-2016 infoPiiaf +# +# This file is part of Redhopper. +# +# Redhopper is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# Redhopper 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Redhopper. If not, see . +# en: kanbans: index: diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 4e985a369db44b78888d0ff6487231a37562a01e..03e6d9d5a75f6bf520d28a869f8e0c991edf6543 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -1,3 +1,23 @@ +# +# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as +# Greenhopper), but following its own path. +# Copyright (C) 2015-2016 infoPiiaf +# +# This file is part of Redhopper. +# +# Redhopper is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# Redhopper 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Redhopper. If not, see . +# fr: kanbans: index: diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml index 03a8647c54f8f6beec320c2b491383b7dced16b7..d57a9662da2184d46b0c3aaa5f2786dc1babca8e 100644 --- a/config/locales/pt-BR.yml +++ b/config/locales/pt-BR.yml @@ -1,3 +1,23 @@ +# +# Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as +# Greenhopper), but following its own path. +# Copyright (C) 2015-2016 infoPiiaf +# +# This file is part of Redhopper. +# +# Redhopper is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# Redhopper 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 Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with Redhopper. If not, see . +# pt-BR: kanbans: index: diff --git a/config/routes.rb b/config/routes.rb index 046850d5e27d9ce3b7ae198e2991036d06b8dbc9..7778c908b714d6e3a68600577e9d09b562265302 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/db/migrate/001_create_redhopper_issues.rb b/db/migrate/001_create_redhopper_issues.rb index b505f1a07dcffaf932153e148059f0a597104c09..4a34b77bd0b928d6fa2eabc032ce343cdc537dde 100644 --- a/db/migrate/001_create_redhopper_issues.rb +++ b/db/migrate/001_create_redhopper_issues.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/db/migrate/002_add_resort_fields_to_redhopper_issues.rb b/db/migrate/002_add_resort_fields_to_redhopper_issues.rb index eb357071c051764bb18e96d15f099661584f1d21..8fa53d13b664c754fe6c4e3cafabbcc1bf4dd831 100644 --- a/db/migrate/002_add_resort_fields_to_redhopper_issues.rb +++ b/db/migrate/002_add_resort_fields_to_redhopper_issues.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/db/migrate/003_add_blocked_to_redhopper_issues.rb b/db/migrate/003_add_blocked_to_redhopper_issues.rb index 8c9f5dd10f9d77f09b2a60dbb36701e08f127072..348a79b43694a675968fe3bf3ba6b6f3f244f567 100644 --- a/db/migrate/003_add_blocked_to_redhopper_issues.rb +++ b/db/migrate/003_add_blocked_to_redhopper_issues.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/init.rb b/init.rb index 880e55676c786f5f140ed5e36ac46811c5b16469..ab2c65d9ce0384c84bb2b6a4bcbd9afc01205e0f 100644 --- a/init.rb +++ b/init.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/lib/tasks/licence.rake b/lib/tasks/licence.rake index ed875f88799b3fbf1cc1343084f184c0123b760d..61a0f63f3cc30652edc99700bd94b32be1494d09 100644 --- a/lib/tasks/licence.rake +++ b/lib/tasks/licence.rake @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/functional/kanbans_controller_test.rb b/test/functional/kanbans_controller_test.rb index 2ace72e701ff615e81db018bb549b6f0900697fb..d6998445f1f1c5abe2a9c7e8944344a54657fdc4 100644 --- a/test/functional/kanbans_controller_test.rb +++ b/test/functional/kanbans_controller_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/functional/redhopper_issues_controller_test.rb b/test/functional/redhopper_issues_controller_test.rb index d6dee9bbc0aa2166047978f30fbb1c5f0bf686f0..7f8e8de3ff2f56de343f7660cb42efaaae5a557a 100644 --- a/test/functional/redhopper_issues_controller_test.rb +++ b/test/functional/redhopper_issues_controller_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/test_helper.rb b/test/test_helper.rb index c788e67f08f8dbea2e7de643dacf609cc96c4a73..54defd27a7b23ff8a2ff6f63fd3d720b4cfc0246 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/unit/column_test.rb b/test/unit/column_test.rb index 9afe815b3e453d112ae24ec49d0e775d192208b9..c81b48450e6aa3a921073c2e0d45a67ff2f8731e 100644 --- a/test/unit/column_test.rb +++ b/test/unit/column_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/unit/due_delta_presenter_test.rb b/test/unit/due_delta_presenter_test.rb index 5fa85bfe9365e67eea9a4d79d013fdeea00c7c33..03f5e8c384202ee825e3f84fdc79dd42db92ea5e 100644 --- a/test/unit/due_delta_presenter_test.rb +++ b/test/unit/due_delta_presenter_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/unit/kanban_board_test.rb b/test/unit/kanban_board_test.rb index 5e0db90607cb4b66b84a61b453cdfa485b919c05..e0cb8cd0e307011645f906eb01018d916a5f537a 100644 --- a/test/unit/kanban_board_test.rb +++ b/test/unit/kanban_board_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. # diff --git a/test/unit/redhopper_issue_test.rb b/test/unit/redhopper_issue_test.rb index f9e50a0d490c744ee4333f5c9106e60076b675ca..df8daffad91a9e0a8f24214527d1162cd4105189 100644 --- a/test/unit/redhopper_issue_test.rb +++ b/test/unit/redhopper_issue_test.rb @@ -1,7 +1,7 @@ # # Redhopper - Kanban boards for Redmine, inspired by Jira Agile (formerly known as # Greenhopper), but following its own path. -# Copyright (C) 2015 infoPiiaf +# Copyright (C) 2015-2016 infoPiiaf # # This file is part of Redhopper. #