From 21459a384ff66a2ced4257a9c363ad6c6042d8fd Mon Sep 17 00:00:00 2001 From: Jens Ulferts Date: Wed, 5 Jun 2013 16:27:56 +0200 Subject: [PATCH] provide every possible file with a short copyright notice This was done using the rake task: rake copyright:update --- app/assets/javascripts/accessibility.js | 11 ++++ app/assets/javascripts/action_menu.js | 11 ++++ app/assets/javascripts/ajaxappender.js | 11 ++++ app/assets/javascripts/application.js | 11 ++++ app/assets/javascripts/breadcrumb.js | 11 ++++ app/assets/javascripts/context_menu.js | 11 ++++ app/assets/javascripts/findDomElement.js | 11 ++++ app/assets/javascripts/issues.js.erb | 12 ++++ app/assets/javascripts/jquery.menu_expand.js | 11 ++++ app/assets/javascripts/jquery_noconflict.js | 11 ++++ app/assets/javascripts/openproject.js | 11 ++++ .../javascripts/repository_navigation.js | 11 ++++ app/assets/javascripts/select_list_move.js | 11 ++++ app/assets/stylesheets/accessibility.css | 11 ++++ app/assets/stylesheets/application.css.erb | 11 ++++ app/assets/stylesheets/calendar.css | 11 ++++ app/assets/stylesheets/context_menu-reset.css | 11 ++++ app/assets/stylesheets/context_menu.css | 11 ++++ app/assets/stylesheets/context_menu_rtl.css | 11 ++++ app/assets/stylesheets/default.css | 11 ++++ .../stylesheets/default/application.css.erb | 11 ++++ app/assets/stylesheets/ie6.css | 11 ++++ app/assets/stylesheets/ie7.css | 11 ++++ app/assets/stylesheets/jstoolbar.css.erb | 11 ++++ app/assets/stylesheets/print.css | 11 ++++ app/assets/stylesheets/rtl.css | 11 ++++ app/assets/stylesheets/scm.css | 11 ++++ .../stylesheets/select2_customizing.css.erb | 11 ++++ app/controllers/account_controller.rb | 8 +-- app/controllers/activities_controller.rb | 8 +-- app/controllers/admin_controller.rb | 8 +-- app/controllers/application_controller.rb | 8 +-- app/controllers/attachments_controller.rb | 8 +-- app/controllers/auth_sources_controller.rb | 8 +-- app/controllers/boards_controller.rb | 8 +-- app/controllers/custom_fields_controller.rb | 8 +-- app/controllers/documents_controller.rb | 8 +-- app/controllers/enumerations_controller.rb | 8 +-- app/controllers/files_controller.rb | 8 +-- app/controllers/groups_controller.rb | 8 +-- app/controllers/help_controller.rb | 8 +-- .../issue_categories_controller.rb | 8 +-- app/controllers/issue_relations_controller.rb | 8 +-- app/controllers/issue_statuses_controller.rb | 8 +-- .../issues/auto_completes_controller.rb | 8 +-- .../issues/calendars_controller.rb | 8 +-- .../issues/context_menus_controller.rb | 8 +-- app/controllers/issues/moves_controller.rb | 8 +-- app/controllers/issues/previews_controller.rb | 8 +-- app/controllers/issues/reports_controller.rb | 8 +-- app/controllers/issues_controller.rb | 8 +-- app/controllers/journals_controller.rb | 8 +-- .../ldap_auth_sources_controller.rb | 8 +-- app/controllers/mail_handler_controller.rb | 8 +-- app/controllers/members_controller.rb | 8 +-- app/controllers/messages_controller.rb | 8 +-- app/controllers/my_controller.rb | 8 +-- app/controllers/news/comments_controller.rb | 8 +-- app/controllers/news/previews_controller.rb | 8 +-- app/controllers/news_controller.rb | 8 +-- .../project_enumerations_controller.rb | 8 +-- app/controllers/projects_controller.rb | 8 +-- app/controllers/queries_controller.rb | 8 +-- app/controllers/repositories_controller.rb | 8 +-- app/controllers/roles_controller.rb | 8 +-- app/controllers/search_controller.rb | 8 +-- app/controllers/settings_controller.rb | 8 +-- app/controllers/sys_controller.rb | 8 +-- .../time_entries/reports_controller.rb | 8 +-- app/controllers/timelog_controller.rb | 8 +-- app/controllers/trackers_controller.rb | 8 +-- app/controllers/users_controller.rb | 8 +-- app/controllers/versions_controller.rb | 8 +-- app/controllers/watchers_controller.rb | 8 +-- app/controllers/welcome_controller.rb | 8 +-- app/controllers/wiki_controller.rb | 8 +-- app/controllers/wiki_menu_items_controller.rb | 11 ++++ app/controllers/wikis_controller.rb | 8 +-- app/controllers/workflows_controller.rb | 8 +-- app/helpers/accessibility_helper.rb | 11 ++++ app/helpers/account_helper.rb | 8 +-- app/helpers/admin_helper.rb | 8 +-- app/helpers/application_helper.rb | 8 +-- app/helpers/attachments_helper.rb | 8 +-- app/helpers/auth_sources_helper.rb | 8 +-- app/helpers/boards_helper.rb | 8 +-- app/helpers/breadcrumb_helper.rb | 11 ++++ app/helpers/calendars_helper.rb | 8 +-- app/helpers/custom_fields_helper.rb | 8 +-- app/helpers/documents_helper.rb | 8 +-- app/helpers/enumerations_helper.rb | 8 +-- app/helpers/groups_helper.rb | 8 +-- app/helpers/i18n_js_helper.rb | 11 ++++ app/helpers/issue_categories_helper.rb | 8 +-- app/helpers/issue_list_sums_helper.rb | 11 ++++ app/helpers/issue_moves_helper.rb | 8 +-- app/helpers/issue_relations_helper.rb | 8 +-- app/helpers/issue_statuses_helper.rb | 8 +-- app/helpers/issues_helper.rb | 8 +-- app/helpers/journals_helper.rb | 8 +-- app/helpers/mail_handler_helper.rb | 8 +-- app/helpers/members_helper.rb | 8 +-- app/helpers/messages_helper.rb | 8 +-- app/helpers/my_helper.rb | 8 +-- app/helpers/news_helper.rb | 8 +-- app/helpers/projects_helper.rb | 8 +-- app/helpers/queries_helper.rb | 8 +-- app/helpers/reports_helper.rb | 8 +-- app/helpers/repositories_helper.rb | 8 +-- app/helpers/roles_helper.rb | 8 +-- app/helpers/search_helper.rb | 8 +-- app/helpers/settings_helper.rb | 8 +-- app/helpers/sort_helper.rb | 8 +-- app/helpers/timelog_helper.rb | 8 +-- app/helpers/trackers_helper.rb | 8 +-- app/helpers/users_helper.rb | 8 +-- app/helpers/versions_helper.rb | 8 +-- app/helpers/watchers_helper.rb | 8 +-- app/helpers/welcome_helper.rb | 8 +-- app/helpers/wiki_helper.rb | 8 +-- app/helpers/workflows_helper.rb | 8 +-- app/mailers/user_mailer.rb | 11 ++++ app/models/attachment.rb | 8 +-- app/models/auth_source.rb | 8 +-- app/models/board.rb | 8 +-- app/models/change.rb | 8 +-- app/models/changeset.rb | 8 +-- app/models/comment.rb | 8 +-- app/models/comment_observer.rb | 8 +-- app/models/custom_field.rb | 8 +-- app/models/custom_value.rb | 8 +-- app/models/document.rb | 8 +-- app/models/document_category.rb | 8 +-- app/models/document_category_custom_field.rb | 8 +-- app/models/document_observer.rb | 8 +-- app/models/enabled_module.rb | 8 +-- app/models/enumeration.rb | 8 +-- app/models/group.rb | 8 +-- app/models/group_custom_field.rb | 8 +-- app/models/group_user.rb | 8 +-- app/models/issue.rb | 8 +-- app/models/issue_category.rb | 8 +-- app/models/issue_custom_field.rb | 8 +-- app/models/issue_observer.rb | 8 +-- app/models/issue_priority.rb | 8 +-- app/models/issue_priority_custom_field.rb | 8 +-- app/models/issue_relation.rb | 8 +-- app/models/issue_status.rb | 8 +-- app/models/journal.rb | 8 +-- app/models/journal_observer.rb | 8 +-- app/models/ldap_auth_source.rb | 8 +-- app/models/mail_handler.rb | 8 +-- app/models/member.rb | 8 +-- app/models/member_role.rb | 8 +-- app/models/message.rb | 8 +-- app/models/message_observer.rb | 8 +-- app/models/news.rb | 8 +-- app/models/news_observer.rb | 8 +-- app/models/notifier.rb | 11 ++++ app/models/permitted_params.rb | 11 ++++ app/models/principal.rb | 8 +-- app/models/project.rb | 8 +-- app/models/project_custom_field.rb | 8 +-- app/models/query.rb | 8 +-- app/models/query/statement_invalid.rb | 11 ++++ app/models/query_column.rb | 11 ++++ app/models/query_custom_field_column.rb | 11 ++++ app/models/repository.rb | 8 +-- app/models/repository/filesystem.rb | 8 +-- app/models/repository/git.rb | 8 +-- app/models/repository/subversion.rb | 8 +-- app/models/role.rb | 8 +-- app/models/setting.rb | 8 +-- app/models/time_entry.rb | 8 +-- app/models/time_entry_activity.rb | 8 +-- .../time_entry_activity_custom_field.rb | 8 +-- app/models/time_entry_custom_field.rb | 8 +-- app/models/token.rb | 8 +-- app/models/tracker.rb | 8 +-- app/models/user.rb | 8 +-- app/models/user_custom_field.rb | 8 +-- app/models/user_preference.rb | 8 +-- app/models/version.rb | 8 +-- app/models/version_custom_field.rb | 8 +-- app/models/watcher.rb | 8 +-- app/models/wiki.rb | 8 +-- app/models/wiki_content.rb | 8 +-- app/models/wiki_content_observer.rb | 8 +-- app/models/wiki_menu_item.rb | 11 ++++ app/models/wiki_page.rb | 8 +-- app/models/wiki_redirect.rb | 8 +-- app/models/workflow.rb | 8 +-- app/views/account/_login.html.erb | 12 ++++ app/views/account/login.html.erb | 12 ++++ app/views/account/lost_password.html.erb | 12 ++++ app/views/account/password_recovery.html.erb | 12 ++++ app/views/account/register.html.erb | 12 ++++ app/views/activities/index.html.erb | 12 ++++ app/views/admin/_menu.html.erb | 12 ++++ app/views/admin/_no_data.html.erb | 12 ++++ app/views/admin/info.html.erb | 12 ++++ app/views/admin/plugins.html.erb | 12 ++++ app/views/admin/projects.html.erb | 12 ++++ app/views/attachments/_form.html.erb | 12 ++++ app/views/attachments/_links.html.erb | 12 ++++ app/views/attachments/diff.html.erb | 12 ++++ app/views/attachments/file.html.erb | 12 ++++ app/views/auth_sources/_form.html.erb | 12 ++++ app/views/auth_sources/edit.html.erb | 12 ++++ app/views/auth_sources/index.html.erb | 12 ++++ app/views/auth_sources/new.html.erb | 12 ++++ app/views/boards/_form.html.erb | 12 ++++ app/views/boards/edit.html.erb | 12 ++++ app/views/boards/index.html.erb | 12 ++++ app/views/boards/new.html.erb | 12 ++++ app/views/boards/show.html.erb | 12 ++++ app/views/common/_calendar.html.erb | 12 ++++ app/views/common/_diff.html.erb | 12 ++++ app/views/common/_file.html.erb | 12 ++++ app/views/common/_preview.html.erb | 12 ++++ app/views/common/_tabs.html.erb | 12 ++++ app/views/common/error.html.erb | 12 ++++ app/views/custom_fields/_form.html.erb | 12 ++++ app/views/custom_fields/_index.html.erb | 12 ++++ app/views/custom_fields/edit.html.erb | 12 ++++ app/views/custom_fields/index.html.erb | 12 ++++ app/views/custom_fields/new.html.erb | 12 ++++ app/views/documents/_document.html.erb | 12 ++++ app/views/documents/_form.html.erb | 12 ++++ app/views/documents/edit.html.erb | 12 ++++ app/views/documents/index.html.erb | 12 ++++ app/views/documents/new.html.erb | 12 ++++ app/views/documents/show.html.erb | 12 ++++ app/views/enumerations/_form.html.erb | 12 ++++ app/views/enumerations/destroy.html.erb | 12 ++++ app/views/enumerations/edit.html.erb | 12 ++++ app/views/enumerations/index.html.erb | 12 ++++ app/views/enumerations/new.html.erb | 12 ++++ app/views/files/index.html.erb | 12 ++++ app/views/files/new.html.erb | 12 ++++ app/views/groups/_form.html.erb | 12 ++++ app/views/groups/_general.html.erb | 12 ++++ app/views/groups/_memberships.html.erb | 12 ++++ app/views/groups/_users.html.erb | 12 ++++ .../groups/autocomplete_for_user.html.erb | 12 ++++ app/views/groups/change_members.js.erb | 12 ++++ app/views/groups/change_memberships.js.erb | 12 ++++ app/views/groups/destroy_memberships.js.erb | 12 ++++ app/views/groups/edit.html.erb | 12 ++++ app/views/groups/index.html.erb | 12 ++++ app/views/groups/new.html.erb | 12 ++++ app/views/groups/show.html.erb | 12 ++++ app/views/help/wiki_syntax.html.erb | 12 ++++ app/views/help/wiki_syntax_detailed.html.erb | 12 ++++ app/views/issue_categories/_form.html.erb | 12 ++++ app/views/issue_categories/destroy.html.erb | 12 ++++ app/views/issue_categories/edit.html.erb | 12 ++++ app/views/issue_categories/new.html.erb | 12 ++++ app/views/issue_relations/_form.html.erb | 12 ++++ app/views/issue_relations/create.js.erb | 12 ++++ app/views/issue_relations/destroy.js.erb | 12 ++++ app/views/issue_statuses/_form.html.erb | 12 ++++ app/views/issue_statuses/edit.html.erb | 12 ++++ app/views/issue_statuses/index.html.erb | 12 ++++ app/views/issue_statuses/new.html.erb | 12 ++++ app/views/issues/_action_menu.html.erb | 12 ++++ app/views/issues/_attributes.html.erb | 12 ++++ app/views/issues/_changesets.html.erb | 12 ++++ app/views/issues/_edit.html.erb | 12 ++++ app/views/issues/_form.html.erb | 12 ++++ app/views/issues/_form_custom_fields.html.erb | 12 ++++ app/views/issues/_form_update.html.erb | 12 ++++ app/views/issues/_history.html.erb | 12 ++++ app/views/issues/_list.html.erb | 12 ++++ app/views/issues/_list_simple.html.erb | 12 ++++ app/views/issues/_relation.html.erb | 12 ++++ app/views/issues/_relations.html.erb | 12 ++++ app/views/issues/_sidebar.html.erb | 12 ++++ .../issues/_subissues_paragraph.html.erb | 12 ++++ .../issues/auto_completes/issues.html.erb | 12 ++++ app/views/issues/bulk_edit.html.erb | 12 ++++ app/views/issues/calendars/index.html.erb | 12 ++++ .../issues/context_menus/issues.html.erb | 12 ++++ app/views/issues/destroy.html.erb | 12 ++++ app/views/issues/edit.html.erb | 12 ++++ app/views/issues/index.api.rsb | 11 ++++ app/views/issues/index.html.erb | 12 ++++ app/views/issues/moves/new.html.erb | 12 ++++ app/views/issues/new.html.erb | 12 ++++ app/views/issues/previews/create.html.erb | 12 ++++ app/views/issues/reports/_report.html.erb | 12 ++++ .../issues/reports/_report_category.html.erb | 12 ++++ app/views/issues/reports/report.html.erb | 12 ++++ .../issues/reports/report_details.html.erb | 12 ++++ app/views/issues/show.api.rsb | 11 ++++ app/views/issues/show.html.erb | 12 ++++ app/views/journals/_diff.html.erb | 12 ++++ app/views/journals/_notes_form.html.erb | 12 ++++ app/views/journals/diff.html.erb | 12 ++++ app/views/layouts/_action_menu.html.erb | 12 ++++ app/views/layouts/admin.html.erb | 12 ++++ app/views/layouts/application.html.erb | 12 ++++ app/views/layouts/base.html.erb | 12 ++++ app/views/layouts/help.html.erb | 12 ++++ app/views/layouts/my.html.erb | 12 ++++ app/views/layouts/user_mailer.html.erb | 12 ++++ app/views/ldap_auth_sources/_form.html.erb | 12 ++++ .../members/_autocomplete_for_member.html.erb | 12 ++++ app/views/members/_common_error.html.erb | 12 ++++ app/views/members/_member_errors.html.erb | 12 ++++ app/views/messages/_form.html.erb | 12 ++++ app/views/messages/edit.html.erb | 12 ++++ app/views/messages/new.html.erb | 12 ++++ app/views/messages/show.html.erb | 12 ++++ app/views/my/_block.html.erb | 12 ++++ app/views/my/_sidebar.html.erb | 12 ++++ app/views/my/account.html.erb | 12 ++++ app/views/my/blocks/_calendar.html.erb | 12 ++++ app/views/my/blocks/_documents.html.erb | 12 ++++ .../my/blocks/_issuesassignedtome.html.erb | 12 ++++ .../my/blocks/_issuesreportedbyme.html.erb | 12 ++++ app/views/my/blocks/_issueswatched.html.erb | 12 ++++ app/views/my/blocks/_news.html.erb | 12 ++++ app/views/my/blocks/_timelog.html.erb | 12 ++++ app/views/my/first_login.html.erb | 12 ++++ app/views/my/page.html.erb | 12 ++++ app/views/my/page_layout.html.erb | 12 ++++ app/views/my/password.html.erb | 12 ++++ app/views/news/_form.html.erb | 12 ++++ app/views/news/_news.html.erb | 12 ++++ app/views/news/edit.html.erb | 12 ++++ app/views/news/index.api.rsb | 11 ++++ app/views/news/index.html.erb | 12 ++++ app/views/news/new.html.erb | 12 ++++ app/views/news/show.html.erb | 12 ++++ app/views/projects/_edit.html.erb | 12 ++++ app/views/projects/_form.html.erb | 12 ++++ app/views/projects/_members_box.html.erb | 12 ++++ app/views/projects/copy.html.erb | 12 ++++ app/views/projects/destroy_info.html.erb | 12 ++++ app/views/projects/index.api.rsb | 11 ++++ app/views/projects/index.html.erb | 12 ++++ app/views/projects/level_list.api.rsb | 11 ++++ app/views/projects/list_members.html.erb | 12 ++++ app/views/projects/new.html.erb | 12 ++++ app/views/projects/settings.html.erb | 12 ++++ .../projects/settings/_activities.html.erb | 12 ++++ app/views/projects/settings/_boards.html.erb | 12 ++++ .../settings/_issue_categories.html.erb | 12 ++++ app/views/projects/settings/_members.html.erb | 12 ++++ app/views/projects/settings/_modules.html.erb | 12 ++++ .../projects/settings/_repository.html.erb | 12 ++++ .../projects/settings/_versions.html.erb | 12 ++++ app/views/projects/show.api.rsb | 11 ++++ app/views/projects/show.html.erb | 12 ++++ app/views/queries/_columns.html.erb | 12 ++++ app/views/queries/_filters.html.erb | 12 ++++ app/views/queries/_form.html.erb | 12 ++++ app/views/queries/_new_issue_button.html.erb | 12 ++++ app/views/queries/edit.html.erb | 12 ++++ app/views/queries/index.html.erb | 12 ++++ app/views/queries/new.html.erb | 12 ++++ app/views/repositories/_breadcrumbs.html.erb | 12 ++++ app/views/repositories/_dir_list.html.erb | 12 ++++ .../repositories/_dir_list_content.html.erb | 12 ++++ .../repositories/_link_to_functions.html.erb | 12 ++++ app/views/repositories/_navigation.html.erb | 12 ++++ app/views/repositories/_revisions.html.erb | 12 ++++ app/views/repositories/annotate.html.erb | 12 ++++ app/views/repositories/changes.html.erb | 12 ++++ app/views/repositories/committers.html.erb | 12 ++++ app/views/repositories/diff.html.erb | 12 ++++ app/views/repositories/entry.html.erb | 12 ++++ app/views/repositories/revision.html.erb | 12 ++++ app/views/repositories/revisions.html.erb | 12 ++++ app/views/repositories/show.html.erb | 12 ++++ app/views/repositories/stats.html.erb | 12 ++++ app/views/roles/_form.html.erb | 12 ++++ app/views/roles/edit.html.erb | 12 ++++ app/views/roles/index.html.erb | 12 ++++ app/views/roles/new.html.erb | 12 ++++ app/views/roles/report.html.erb | 12 ++++ app/views/search/_pagination.html.erb | 12 ++++ app/views/search/index.html.erb | 12 ++++ app/views/settings/_authentication.html.erb | 12 ++++ app/views/settings/_display.html.erb | 12 ++++ app/views/settings/_general.html.erb | 12 ++++ app/views/settings/_issues.html.erb | 12 ++++ app/views/settings/_mail_handler.html.erb | 12 ++++ app/views/settings/_notifications.html.erb | 12 ++++ app/views/settings/_projects.html.erb | 12 ++++ app/views/settings/_repositories.html.erb | 12 ++++ app/views/settings/_users.html.erb | 12 ++++ app/views/settings/edit.html.erb | 12 ++++ app/views/settings/plugin.html.erb | 12 ++++ .../reports/_report_criteria.html.erb | 12 ++++ app/views/time_entries/reports/show.html.erb | 12 ++++ app/views/timelog/_date_range.html.erb | 12 ++++ app/views/timelog/_list.html.erb | 12 ++++ app/views/timelog/edit.html.erb | 12 ++++ app/views/timelog/index.api.rsb | 11 ++++ app/views/timelog/index.html.erb | 12 ++++ app/views/timelog/show.api.rsb | 11 ++++ app/views/trackers/_form.html.erb | 12 ++++ app/views/trackers/edit.html.erb | 12 ++++ app/views/trackers/index.html.erb | 12 ++++ app/views/trackers/new.html.erb | 12 ++++ app/views/user_mailer/_issue_details.html.erb | 12 ++++ .../user_mailer/account_activated.html.erb | 12 ++++ .../account_activation_requested.html.erb | 12 ++++ .../user_mailer/account_information.html.erb | 12 ++++ .../user_mailer/attachments_added.html.erb | 12 ++++ app/views/user_mailer/document_added.html.erb | 12 ++++ app/views/user_mailer/issue_added.html.erb | 12 ++++ app/views/user_mailer/issue_updated.html.erb | 12 ++++ app/views/user_mailer/message_posted.html.erb | 12 ++++ app/views/user_mailer/news_added.html.erb | 12 ++++ .../user_mailer/news_comment_added.html.erb | 12 ++++ app/views/user_mailer/password_lost.html.erb | 12 ++++ app/views/user_mailer/reminder_mail.html.erb | 12 ++++ app/views/user_mailer/test_mail.html.erb | 12 ++++ app/views/user_mailer/user_signed_up.html.erb | 12 ++++ .../user_mailer/wiki_content_added.html.erb | 12 ++++ .../user_mailer/wiki_content_updated.html.erb | 12 ++++ app/views/users/_form.html.erb | 12 ++++ app/views/users/_general.html.erb | 12 ++++ app/views/users/_groups.html.erb | 12 ++++ app/views/users/_impaired_settings.html.erb | 12 ++++ app/views/users/_mail_notifications.html.erb | 12 ++++ app/views/users/_memberships.html.erb | 12 ++++ app/views/users/_preferences.html.erb | 12 ++++ app/views/users/deletion_info.html.erb | 12 ++++ app/views/users/edit.html.erb | 12 ++++ app/views/users/index.api.rsb | 11 ++++ app/views/users/index.html.erb | 12 ++++ app/views/users/new.html.erb | 12 ++++ app/views/users/show.api.rsb | 11 ++++ app/views/users/show.html.erb | 12 ++++ app/views/versions/_form.html.erb | 12 ++++ app/views/versions/_issue_counts.html.erb | 12 ++++ app/views/versions/_overview.html.erb | 12 ++++ app/views/versions/edit.html.erb | 12 ++++ app/views/versions/index.html.erb | 12 ++++ app/views/versions/new.html.erb | 12 ++++ app/views/versions/show.html.erb | 12 ++++ app/views/watchers/_watchers.html.erb | 12 ++++ app/views/welcome/index.html.erb | 12 ++++ app/views/wiki/_content.html.erb | 12 ++++ app/views/wiki/_sidebar.html.erb | 12 ++++ app/views/wiki/annotate.html.erb | 12 ++++ app/views/wiki/date_index.html.erb | 12 ++++ app/views/wiki/destroy.html.erb | 12 ++++ app/views/wiki/diff.html.erb | 12 ++++ app/views/wiki/edit.html.erb | 12 ++++ app/views/wiki/export.html.erb | 12 ++++ app/views/wiki/export_multiple.html.erb | 12 ++++ app/views/wiki/history.html.erb | 12 ++++ app/views/wiki/index.html.erb | 12 ++++ app/views/wiki/new.html.erb | 12 ++++ app/views/wiki/rename.html.erb | 12 ++++ app/views/wiki/show.html.erb | 12 ++++ app/views/wiki_menu_items/edit.html.erb | 12 ++++ app/views/wikis/destroy.html.erb | 12 ++++ app/views/workflows/_action_menu.html.erb | 12 ++++ app/views/workflows/_form.html.erb | 12 ++++ app/views/workflows/copy.html.erb | 12 ++++ app/views/workflows/edit.html.erb | 12 ++++ app/views/workflows/index.html.erb | 12 ++++ autotest/discover.rb | 11 ++++ config/application.rb | 11 ++++ config/boot.rb | 11 ++++ config/environment.rb | 11 ++++ config/environments/demo.rb | 8 +-- config/environments/development.rb | 11 ++++ config/environments/production.rb | 11 ++++ config/environments/test.rb | 11 ++++ config/environments/test_pgsql.rb | 8 +-- config/environments/test_sqlite3.rb | 8 +-- config/initializers/00-core_plugins.rb | 11 ++++ config/initializers/10-patches.rb | 8 +-- config/initializers/30-redmine.rb | 8 +-- config/initializers/backtrace_silencers.rb | 8 +-- config/initializers/bullet.rb | 11 ++++ config/initializers/delayed_job_config.rb | 11 ++++ config/initializers/i18n-js.rb | 11 ++++ config/initializers/i18n_patch.rb | 11 ++++ config/initializers/inflections.rb | 8 +-- config/initializers/mass_assignment.rb | 11 ++++ config/initializers/mime_types.rb | 8 +-- config/initializers/rails_footnotes.rb | 11 ++++ .../redcloth_numbered_headings.rb | 11 ++++ config/initializers/respond_to_api.rb | 11 ++++ config/initializers/secret_token.rb | 11 ++++ config/initializers/session_store.rb | 11 ++++ config/initializers/wrap_parameters.rb | 11 ++++ config/routes.rb | 8 +-- db/migrate/001_setup.rb | 8 +-- db/migrate/002_issue_move.rb | 8 +-- db/migrate/003_issue_add_note.rb | 8 +-- db/migrate/004_export_pdf.rb | 8 +-- db/migrate/005_issue_start_date.rb | 8 +-- db/migrate/006_calendar_and_activity.rb | 8 +-- db/migrate/007_create_journals.rb | 8 +-- db/migrate/008_create_user_preferences.rb | 8 +-- db/migrate/009_add_hide_mail_pref.rb | 8 +-- db/migrate/010_create_comments.rb | 8 +-- db/migrate/011_add_news_comments_count.rb | 8 +-- db/migrate/012_add_comments_permissions.rb | 8 +-- db/migrate/013_create_queries.rb | 8 +-- db/migrate/014_add_queries_permissions.rb | 8 +-- db/migrate/015_create_repositories.rb | 8 +-- .../016_add_repositories_permissions.rb | 8 +-- db/migrate/017_create_settings.rb | 8 +-- .../018_set_doc_and_files_notifications.rb | 8 +-- db/migrate/019_add_issue_status_position.rb | 8 +-- db/migrate/020_add_role_position.rb | 8 +-- db/migrate/021_add_tracker_position.rb | 8 +-- db/migrate/022_serialize_possibles_values.rb | 8 +-- db/migrate/023_add_tracker_is_in_roadmap.rb | 8 +-- db/migrate/024_add_roadmap_permission.rb | 8 +-- db/migrate/025_add_search_permission.rb | 8 +-- .../026_add_repository_login_and_password.rb | 8 +-- db/migrate/027_create_wikis.rb | 8 +-- db/migrate/028_create_wiki_pages.rb | 8 +-- db/migrate/029_create_wiki_contents.rb | 8 +-- .../030_add_projects_feeds_permissions.rb | 8 +-- db/migrate/031_add_repository_root_url.rb | 8 +-- db/migrate/032_create_time_entries.rb | 8 +-- db/migrate/033_add_timelog_permissions.rb | 8 +-- db/migrate/034_create_changesets.rb | 8 +-- db/migrate/035_create_changes.rb | 8 +-- db/migrate/036_add_changeset_commit_date.rb | 8 +-- db/migrate/037_add_project_identifier.rb | 8 +-- db/migrate/038_add_custom_field_is_filter.rb | 8 +-- db/migrate/039_create_watchers.rb | 8 +-- db/migrate/040_create_changesets_issues.rb | 8 +-- db/migrate/041_rename_comment_to_comments.rb | 8 +-- db/migrate/042_create_issue_relations.rb | 8 +-- db/migrate/043_add_relations_permissions.rb | 8 +-- db/migrate/044_set_language_length_to_five.rb | 8 +-- db/migrate/045_create_boards.rb | 8 +-- db/migrate/046_create_messages.rb | 8 +-- db/migrate/047_add_boards_permissions.rb | 8 +-- .../048_allow_null_version_effective_date.rb | 8 +-- .../049_add_wiki_destroy_page_permission.rb | 8 +-- .../050_add_wiki_attachments_permissions.rb | 8 +-- db/migrate/051_add_project_status.rb | 8 +-- db/migrate/052_add_changes_revision.rb | 8 +-- db/migrate/053_add_changes_branch.rb | 8 +-- db/migrate/054_add_changesets_scmid.rb | 8 +-- db/migrate/055_add_repositories_type.rb | 8 +-- ...056_add_repositories_changes_permission.rb | 8 +-- .../057_add_versions_wiki_page_title.rb | 8 +-- ...058_add_issue_categories_assigned_to_id.rb | 8 +-- db/migrate/059_add_roles_assignable.rb | 8 +-- .../060_change_changesets_committer_limit.rb | 8 +-- db/migrate/061_add_roles_builtin.rb | 8 +-- db/migrate/062_insert_builtin_roles.rb | 8 +-- db/migrate/063_add_roles_permissions.rb | 8 +-- db/migrate/064_drop_permissions.rb | 8 +-- db/migrate/065_add_settings_updated_on.rb | 8 +-- .../066_add_custom_value_customized_index.rb | 8 +-- db/migrate/067_create_wiki_redirects.rb | 8 +-- db/migrate/068_create_enabled_modules.rb | 8 +-- db/migrate/069_add_issues_estimated_hours.rb | 8 +-- ...0_change_attachments_content_type_limit.rb | 8 +-- db/migrate/071_add_queries_column_names.rb | 8 +-- db/migrate/072_add_enumerations_position.rb | 8 +-- db/migrate/073_add_enumerations_is_default.rb | 8 +-- db/migrate/074_add_auth_sources_tls.rb | 8 +-- .../075_add_members_mail_notification.rb | 8 +-- db/migrate/076_allow_null_position.rb | 8 +-- .../077_remove_issue_statuses_html_color.rb | 8 +-- db/migrate/078_add_custom_fields_position.rb | 8 +-- .../079_add_user_preferences_time_zone.rb | 8 +-- db/migrate/080_add_users_type.rb | 8 +-- db/migrate/081_create_projects_trackers.rb | 8 +-- db/migrate/082_add_messages_locked.rb | 8 +-- db/migrate/083_add_messages_sticky.rb | 8 +-- .../084_change_auth_sources_account_limit.rb | 8 +-- ...e_tracker_old_status_index_to_workflows.rb | 8 +-- .../086_add_custom_fields_searchable.rb | 8 +-- ...087_change_projects_description_to_text.rb | 8 +-- .../088_add_custom_fields_default_value.rb | 8 +-- db/migrate/089_add_attachments_description.rb | 8 +-- db/migrate/090_change_versions_name_limit.rb | 8 +-- ...91_change_changesets_revision_to_string.rb | 8 +-- ..._change_changes_from_revision_to_string.rb | 8 +-- db/migrate/093_add_wiki_pages_protected.rb | 8 +-- .../094_change_projects_homepage_limit.rb | 8 +-- db/migrate/095_add_wiki_pages_parent_id.rb | 8 +-- .../096_add_commit_access_permission.rb | 8 +-- .../097_add_view_wiki_edits_permission.rb | 8 +-- .../098_set_topic_authors_as_watchers.rb | 8 +-- ...elete_wiki_pages_attachments_permission.rb | 8 +-- db/migrate/100_add_changesets_user_id.rb | 8 +-- db/migrate/101_populate_changesets_user_id.rb | 8 +-- db/migrate/102_add_custom_fields_editable.rb | 8 +-- db/migrate/103_set_custom_fields_editable.rb | 8 +-- db/migrate/104_add_projects_lft_and_rgt.rb | 8 +-- db/migrate/105_build_projects_tree.rb | 8 +-- .../106_remove_projects_projects_count.rb | 8 +-- .../107_add_open_id_authentication_tables.rb | 8 +-- db/migrate/108_add_identity_url_to_users.rb | 8 +-- ...4190337_add_watchers_user_id_type_index.rb | 8 +-- ...0090312172426_add_queries_sort_criteria.rb | 8 +-- ...4159_add_projects_trackers_unique_index.rb | 8 +-- .../20090318181151_extend_settings_name.rb | 8 +-- ...20090323224724_add_type_to_enumerations.rb | 8 +-- ...090401221305_update_enumerations_to_sti.rb | 8 +-- ...231134_add_active_field_to_enumerations.rb | 8 +-- ...90403001910_add_project_to_enumerations.rb | 8 +-- ...406161854_add_parent_id_to_enumerations.rb | 8 +-- .../20090425161243_add_queries_group_by.rb | 8 +-- .../20090503121501_create_member_roles.rb | 8 +-- .../20090503121505_populate_member_roles.rb | 8 +-- .../20090503121510_drop_members_role_id.rb | 8 +-- ...20090614091200_fix_messages_sticky_null.rb | 8 +-- .../20090704172350_populate_users_type.rb | 8 +-- .../20090704172355_create_groups_users.rb | 8 +-- ...4172358_add_member_roles_inherited_from.rb | 8 +-- .../20091010093521_fix_users_custom_values.rb | 8 +-- ...212227_add_missing_indexes_to_workflows.rb | 8 +-- ...ssing_indexes_to_custom_fields_projects.rb | 8 +-- ...7212644_add_missing_indexes_to_messages.rb | 8 +-- ...938_add_missing_indexes_to_repositories.rb | 8 +-- ...7213027_add_missing_indexes_to_comments.rb | 8 +-- ...113_add_missing_indexes_to_enumerations.rb | 8 +-- ...13151_add_missing_indexes_to_wiki_pages.rb | 8 +-- ...7213228_add_missing_indexes_to_watchers.rb | 8 +-- ...257_add_missing_indexes_to_auth_sources.rb | 8 +-- ...213332_add_missing_indexes_to_documents.rb | 8 +-- ...017213444_add_missing_indexes_to_tokens.rb | 8 +-- ...13536_add_missing_indexes_to_changesets.rb | 8 +-- ...add_missing_indexes_to_issue_categories.rb | 8 +-- ...716_add_missing_indexes_to_member_roles.rb | 8 +-- ...017213757_add_missing_indexes_to_boards.rb | 8 +-- ...add_missing_indexes_to_user_preferences.rb | 8 +-- ...017213910_add_missing_indexes_to_issues.rb | 8 +-- ...17214015_add_missing_indexes_to_members.rb | 8 +-- ...07_add_missing_indexes_to_custom_fields.rb | 8 +-- ...17214136_add_missing_indexes_to_queries.rb | 8 +-- ...236_add_missing_indexes_to_time_entries.rb | 8 +-- ...91017214308_add_missing_indexes_to_news.rb | 8 +-- ...1017214336_add_missing_indexes_to_users.rb | 8 +-- ...4406_add_missing_indexes_to_attachments.rb | 8 +-- ...40_add_missing_indexes_to_wiki_contents.rb | 8 +-- ...19_add_missing_indexes_to_custom_values.rb | 8 +-- ...7214611_add_missing_indexes_to_journals.rb | 8 +-- ..._add_missing_indexes_to_issue_relations.rb | 8 +-- ...0_add_missing_indexes_to_wiki_redirects.rb | 8 +-- ...ssing_indexes_to_custom_fields_trackers.rb | 8 +-- .../20091025163651_add_activity_indexes.rb | 8 +-- .../20091108092559_add_versions_status.rb | 8 +-- ...091114105931_add_view_issues_permission.rb | 8 +-- ..._add_default_done_ratio_to_issue_status.rb | 8 +-- .../20091205124427_add_versions_sharing.rb | 8 +-- ...509_add_lft_and_rgt_indexes_to_projects.rb | 8 +-- ...091220183727_add_index_to_settings_name.rb | 8 +-- ...91220184736_add_indexes_to_issue_status.rb | 8 +-- .../20091225164732_remove_enumerations_opt.rb | 8 +-- ...7112908_change_wiki_contents_text_limit.rb | 8 +-- ...hange_users_mail_notification_to_string.rb | 8 +-- ...9193813_update_mail_notification_values.rb | 8 +-- ...221100219_add_index_on_changesets_scmid.rb | 8 +-- ...13132032_add_issues_nested_sets_columns.rb | 8 +-- ...13171051_add_index_on_issues_nested_set.rb | 8 +-- ...164950_change_changes_path_length_limit.rb | 8 +-- ...repare_journals_for_acts_as_journalized.rb | 8 +-- ...update_journals_for_acts_as_journalized.rb | 8 +-- ...nitial_journals_for_acts_as_journalized.rb | 8 +-- ...journal_details_for_acts_as_journalized.rb | 8 +-- ...12053_merge_wiki_versions_with_journals.rb | 8 +-- ...dar_and_gantt_modules_where_appropriate.rb | 8 +-- ...01104182107_add_unique_index_on_members.rb | 8 +-- ...0101107130441_add_custom_fields_visible.rb | 8 +-- ...101114115114_change_projects_name_limit.rb | 8 +-- ...115359_change_projects_identifier_limit.rb | 8 +-- .../20110211160100_add_summary_to_projects.rb | 11 ++++ ...60626_add_workflows_assignee_and_author.rb | 8 +-- db/migrate/20110223180944_add_users_salt.rb | 8 +-- .../20110223180953_salt_user_passwords.rb | 8 +-- ...24000000_add_repositories_path_encoding.rb | 8 +-- ...0112_change_repositories_password_limit.rb | 8 +-- ...nge_auth_sources_account_password_limit.rb | 8 +-- ...0_change_journal_details_values_to_text.rb | 8 +-- ...228000000_add_repositories_log_encoding.rb | 8 +-- ...28000100_copy_repositories_log_encoding.rb | 8 +-- ...110314014400_add_start_date_to_versions.rb | 8 +-- .../20110401192910_add_index_to_users_type.rb | 8 +-- ...94936_remove_comments_from_wiki_content.rb | 8 +-- ...ve_double_initial_wiki_content_journals.rb | 8 +-- ...220_add_display_sums_field_to_migration.rb | 11 ++++ ...ser_first_logged_in_and_impaired_fields.rb | 11 ++++ ...095930_localize_email_header_and_footer.rb | 11 ++++ ...5006_add_custom_field_translation_table.rb | 11 ++++ .../20120529090411_create_delayed_jobs.rb | 11 ++++ ...e_full_sti_class_names_for_repositories.rb | 11 ++++ .../20120731135140_create_wiki_menu_items.rb | 11 ++++ .../20120802152122_rename_auth_source_ldap.rb | 11 ++++ ...reate_wiki_menu_item_for_existing_wikis.rb | 11 ++++ ...0120828171423_make_groups_users_a_model.rb | 11 ++++ ...0121004054229_add_wiki_list_attachments.rb | 8 +-- ...name_acts_as_journalized_changes_column.rb | 8 +-- ..._add_missing_indexes_on_wiki_menu_items.rb | 11 ++++ ...624_add_index_on_identifier_to_projects.rb | 11 ++++ ...0130315124655_add_longer_login_to_users.rb | 11 ++++ ...remove_gantt_related_data_from_database.rb | 11 ++++ db/seeds.rb | 8 +-- extra/mail_handler/rdm-mailhandler.rb | 8 +-- extra/svn/reposman.rb | 8 +-- features/custom_fields/create_bool.feature | 11 ++++ features/custom_fields/create_date.feature | 11 ++++ features/custom_fields/create_float.feature | 11 ++++ features/custom_fields/create_int.feature | 11 ++++ features/custom_fields/create_list.feature | 11 ++++ features/custom_fields/create_text.feature | 11 ++++ features/custom_fields/edit_bool.feature | 11 ++++ .../edit_bool_delete_localizations.feature | 11 ++++ features/custom_fields/edit_text.feature | 11 ++++ features/groups/group_memberships.feature | 11 ++++ features/groups/membership.feature | 11 ++++ features/issues/copy_with_watchers.feature | 11 ++++ features/issues/export.feature | 11 ++++ features/issues/index_pagination.feature | 11 ++++ features/issues/issue.feature | 11 ++++ features/issues/list_sums.feature | 11 ++++ features/issues/relations.feature | 11 ++++ features/issues/time_entries.feature | 11 ++++ features/menu_items.feature | 11 ++++ features/messages/message.feature | 11 ++++ features/projects/create.feature | 11 ++++ features/step_definitions/_then_steps.rb | 12 ++++ features/step_definitions/_when_steps.rb | 11 ++++ features/step_definitions/board_steps.rb | 11 ++++ features/step_definitions/breadcrumb_steps.rb | 11 ++++ features/step_definitions/common_steps.rb | 11 ++++ .../step_definitions/custom_field_steps.rb | 11 ++++ features/step_definitions/custom_web_steps.rb | 11 ++++ features/step_definitions/drop_down_steps.rb | 11 ++++ features/step_definitions/general_steps.rb | 12 ++++ features/step_definitions/group_steps.rb | 11 ++++ features/step_definitions/i18n_steps.rb | 11 ++++ features/step_definitions/image_steps.rb | 11 ++++ .../step_definitions/issue_list_sums_steps.rb | 11 ++++ features/step_definitions/issue_steps.rb | 11 ++++ features/step_definitions/link_steps.rb | 11 ++++ features/step_definitions/menu_steps.rb | 11 ++++ features/step_definitions/principal_steps.rb | 11 ++++ .../step_definitions/project_member_steps.rb | 11 ++++ features/step_definitions/settings_steps.rb | 11 ++++ features/step_definitions/time_entry_steps.rb | 11 ++++ features/step_definitions/user_steps.rb | 11 ++++ features/step_definitions/web_steps.rb | 11 ++++ features/step_definitions/wiki_steps.rb | 11 ++++ features/support/env.rb | 11 ++++ features/support/login_steps.rb | 11 ++++ features/support/object_daddy.rb | 11 ++++ features/support/paths.rb | 11 ++++ features/support/route_map.rb | 11 ++++ features/support/selectors.rb | 11 ++++ features/users/deleting.feature | 11 ++++ features/wiki/breadcrumb.feature | 11 ++++ features/wiki/wiki_index.feature | 11 ++++ features/wiki/wiki_new_child.feature | 11 ++++ features/wiki/wiki_rename.feature | 11 ++++ .../wiki_menu_items/wiki_menu_items.feature | 11 ++++ lib/ar_condition.rb | 8 +-- lib/chili_project.rb | 8 +-- lib/chili_project/compatibility.rb | 8 +-- lib/chili_project/database.rb | 8 +-- .../principal_allowance_evaluator/base.rb | 11 ++++ .../principal_allowance_evaluator/default.rb | 11 ++++ lib/chili_project/version.rb | 8 +-- lib/diff.rb | 11 ++++ .../chiliproject_plugin_generator.rb | 8 +-- ...hiliproject_plugin_controller_generator.rb | 8 +-- .../templates/view.html.erb | 12 ++++ .../chiliproject_plugin_model_generator.rb | 8 +-- lib/instance_finder.rb | 11 ++++ .../journal_formatter/attachment.rb | 11 ++++ .../journal_formatter/custom_field.rb | 11 ++++ lib/open_project/journal_formatter/diff.rb | 11 ++++ .../wiki_formatting/macros/default.rb | 11 ++++ lib/plugins/acts_as_activity_provider/init.rb | 11 ++++ .../lib/acts_as_activity_provider.rb | 31 ++++------- lib/plugins/acts_as_attachable/init.rb | 11 ++++ .../lib/acts_as_attachable.rb | 29 ++++------ lib/plugins/acts_as_customizable/init.rb | 11 ++++ .../lib/acts_as_customizable.rb | 21 +++---- lib/plugins/acts_as_event/init.rb | 11 ++++ .../acts_as_event/lib/acts_as_event.rb | 29 ++++------ lib/plugins/acts_as_journalized/init.rb | 11 ++++ .../acts/journalized/journal_object_cache.rb | 11 ++++ .../lib/acts_as_journalized.rb | 11 ++++ .../lib/journal_deprecated.rb | 11 ++++ .../acts_as_journalized/lib/journal_detail.rb | 11 ++++ .../lib/journal_formatter.rb | 11 ++++ .../lib/journal_formatter/attribute.rb | 11 ++++ .../lib/journal_formatter/base.rb | 11 ++++ .../lib/journal_formatter/datetime.rb | 11 ++++ .../lib/journal_formatter/decimal.rb | 11 ++++ .../lib/journal_formatter/fraction.rb | 11 ++++ .../lib/journal_formatter/id.rb | 11 ++++ .../journal_formatter/named_association.rb | 11 ++++ .../lib/journal_formatter/plaintext.rb | 11 ++++ .../lib/journal_formatter/proc.rb | 11 ++++ .../lib/redmine/acts/journalized/changes.rb | 11 ++++ .../redmine/acts/journalized/configuration.rb | 11 ++++ .../lib/redmine/acts/journalized/creation.rb | 11 ++++ .../redmine/acts/journalized/deprecated.rb | 11 ++++ .../redmine/acts/journalized/format_hooks.rb | 11 ++++ .../lib/redmine/acts/journalized/options.rb | 11 ++++ .../redmine/acts/journalized/permissions.rb | 11 ++++ .../lib/redmine/acts/journalized/reload.rb | 11 ++++ .../lib/redmine/acts/journalized/reset.rb | 11 ++++ .../lib/redmine/acts/journalized/reversion.rb | 11 ++++ .../redmine/acts/journalized/save_hooks.rb | 11 ++++ .../lib/redmine/acts/journalized/users.rb | 11 ++++ .../lib/redmine/acts/journalized/versioned.rb | 11 ++++ .../lib/redmine/acts/journalized/versions.rb | 11 ++++ .../acts_as_journalized/test/changes_test.rb | 11 ++++ .../test/conditions_test.rb | 11 ++++ .../test/configuration_test.rb | 11 ++++ .../acts_as_journalized/test/control_test.rb | 11 ++++ .../acts_as_journalized/test/creation_test.rb | 11 ++++ .../acts_as_journalized/test/options_test.rb | 11 ++++ .../acts_as_journalized/test/reload_test.rb | 11 ++++ .../acts_as_journalized/test/reset_test.rb | 11 ++++ .../test/reversion_test.rb | 11 ++++ .../acts_as_journalized/test/schema.rb | 11 ++++ .../acts_as_journalized/test/tagging_test.rb | 11 ++++ .../acts_as_journalized/test/test_helper.rb | 11 ++++ .../acts_as_journalized/test/users_test.rb | 11 ++++ .../acts_as_journalized/test/version_test.rb | 11 ++++ .../test/versioned_test.rb | 11 ++++ .../acts_as_journalized/test/versions_test.rb | 11 ++++ lib/plugins/acts_as_searchable/init.rb | 11 ++++ .../lib/acts_as_searchable.rb | 55 ++++++++----------- lib/plugins/acts_as_watchable/init.rb | 11 ++++ .../lib/acts_as_watchable.rb | 11 ++++ .../lib/acts_as_watchable/routes.rb | 11 ++++ lib/redmine.rb | 8 +-- lib/redmine/about.rb | 8 +-- lib/redmine/access_control.rb | 8 +-- lib/redmine/access_keys.rb | 8 +-- lib/redmine/activity.rb | 8 +-- lib/redmine/activity/fetcher.rb | 8 +-- lib/redmine/ciphering.rb | 8 +-- lib/redmine/codeset_util.rb | 11 ++++ lib/redmine/configuration.rb | 8 +-- lib/redmine/core_ext.rb | 8 +-- lib/redmine/core_ext/string.rb | 8 +-- lib/redmine/core_ext/string/conversions.rb | 8 +-- lib/redmine/core_ext/string/inflections.rb | 8 +-- lib/redmine/custom_field_format.rb | 8 +-- lib/redmine/default_data/loader.rb | 8 +-- lib/redmine/export/pdf.rb | 8 +-- lib/redmine/helpers/calendar.rb | 8 +-- lib/redmine/helpers/diff.rb | 8 +-- lib/redmine/hook.rb | 9 +-- lib/redmine/i18n.rb | 8 +-- lib/redmine/imap.rb | 8 +-- lib/redmine/info.rb | 8 +-- lib/redmine/menu_manager.rb | 8 +-- lib/redmine/menu_manager/mapper.rb | 8 +-- lib/redmine/menu_manager/menu_controller.rb | 8 +-- lib/redmine/menu_manager/menu_error.rb | 8 +-- lib/redmine/menu_manager/menu_helper.rb | 8 +-- lib/redmine/menu_manager/menu_item.rb | 8 +-- lib/redmine/menu_manager/top_menu_helper.rb | 11 ++++ lib/redmine/menu_manager/tree_node.rb | 8 +-- lib/redmine/mime_type.rb | 8 +-- lib/redmine/notifiable.rb | 8 +-- lib/redmine/platform.rb | 8 +-- lib/redmine/plugin.rb | 8 +-- lib/redmine/pop3.rb | 8 +-- lib/redmine/safe_attributes.rb | 8 +-- lib/redmine/scm/adapters/abstract_adapter.rb | 8 +-- .../scm/adapters/filesystem_adapter.rb | 8 +-- lib/redmine/scm/adapters/git_adapter.rb | 8 +-- .../scm/adapters/subversion_adapter.rb | 8 +-- lib/redmine/scm/base.rb | 8 +-- lib/redmine/search.rb | 8 +-- lib/redmine/syntax_highlighting.rb | 8 +-- lib/redmine/themes.rb | 8 +-- lib/redmine/themes/default_theme.rb | 8 +-- lib/redmine/themes/theme.rb | 8 +-- lib/redmine/themes/view_helpers.rb | 8 +-- lib/redmine/unified_diff.rb | 8 +-- lib/redmine/utils.rb | 8 +-- lib/redmine/version.rb | 8 +-- lib/redmine/views/api_template_handler.rb | 8 +-- lib/redmine/views/builders.rb | 8 +-- lib/redmine/views/builders/json.rb | 8 +-- lib/redmine/views/builders/structure.rb | 8 +-- lib/redmine/views/builders/xml.rb | 8 +-- lib/redmine/views/my_page/block.rb | 8 +-- lib/redmine/views/other_formats_builder.rb | 8 +-- lib/redmine/wiki_formatting.rb | 8 +-- lib/redmine/wiki_formatting/macros.rb | 8 +-- .../null_formatter/formatter.rb | 8 +-- .../wiki_formatting/null_formatter/helper.rb | 8 +-- .../wiki_formatting/textile/formatter.rb | 8 +-- lib/redmine/wiki_formatting/textile/helper.rb | 8 +-- lib/redmine/wiki_formatting/xml/formatter.rb | 11 ++++ lib/redmine/wiki_formatting/xml/helper.rb | 11 ++++ lib/redmine_plugin_locator.rb | 8 +-- lib/scenario_disabler.rb | 11 ++++ lib/simplecov_openproject_profile.rb | 11 ++++ lib/tabular_form_builder.rb | 8 +-- lib/tasks/ci.rake | 8 +-- lib/tasks/ciphering.rake | 8 +-- lib/tasks/code.rake | 8 +-- lib/tasks/copyright.rake | 8 +-- lib/tasks/cucumber.rake | 11 ++++ lib/tasks/deprecated.rake | 8 +-- lib/tasks/documentation.rake | 8 +-- lib/tasks/email.rake | 8 +-- lib/tasks/extract_fixtures.rake | 8 +-- lib/tasks/fetch_changesets.rake | 8 +-- lib/tasks/jdbc.rake | 8 +-- lib/tasks/load_default_data.rake | 8 +-- lib/tasks/locales.rake | 8 +-- lib/tasks/metrics.rake | 8 +-- lib/tasks/migrate_from_mantis.rake | 8 +-- lib/tasks/migrate_from_trac.rake | 8 +-- lib/tasks/permissions.rake | 8 +-- lib/tasks/plugin_specs.rake | 11 ++++ lib/tasks/plugins.rake | 8 +-- lib/tasks/release.rake | 8 +-- lib/tasks/reminder.rake | 8 +-- lib/tasks/secret_token.rake | 8 +-- lib/tasks/testing.rake | 8 +-- lib/tasks/watchers.rake | 8 +-- lib/tasks/yardoc.rake | 8 +-- setup.rb | 11 ++++ .../custom_fields_controller_spec.rb | 11 ++++ spec/controllers/journals_controller_spec.rb | 11 ++++ spec/controllers/members_controller_spec.rb | 11 ++++ spec/controllers/projects_controller_spec.rb | 11 ++++ spec/controllers/users_controller_spec.rb | 11 ++++ spec/controllers/versions_controller_spec.rb | 11 ++++ spec/controllers/wiki_controller_spec.rb | 11 ++++ .../wiki_menu_authentication_spec.rb | 11 ++++ spec/factories/attachment_factory.rb | 11 ++++ spec/factories/board_factory.rb | 11 ++++ spec/factories/changeset_factory.rb | 11 ++++ spec/factories/comment_factory.rb | 11 ++++ spec/factories/custom_field_factory.rb | 11 ++++ spec/factories/custom_value_factory.rb | 11 ++++ spec/factories/document_category_factory.rb | 11 ++++ spec/factories/document_factory.rb | 11 ++++ spec/factories/enumerations_factory.rb | 11 ++++ spec/factories/group_factory.rb | 11 ++++ spec/factories/issue_category_factory.rb | 11 ++++ spec/factories/issue_factory.rb | 11 ++++ spec/factories/issue_relation_factory.rb | 11 ++++ spec/factories/issue_status_factory.rb | 11 ++++ spec/factories/member_factory.rb | 11 ++++ spec/factories/message_factory.rb | 11 ++++ spec/factories/news_factory.rb | 11 ++++ spec/factories/project_factory.rb | 11 ++++ spec/factories/query_factory.rb | 11 ++++ spec/factories/repository_factory.rb | 11 ++++ spec/factories/role_factory.rb | 11 ++++ spec/factories/time_entry_activity_factory.rb | 11 ++++ spec/factories/time_entry_factory.rb | 11 ++++ spec/factories/token_factory.rb | 11 ++++ spec/factories/tracker_factory.rb | 11 ++++ spec/factories/user_factory.rb | 11 ++++ spec/factories/user_preference_factory.rb | 11 ++++ spec/factories/version_factory.rb | 11 ++++ spec/factories/wiki_content_factory.rb | 11 ++++ spec/factories/wiki_factory.rb | 11 ++++ spec/factories/wiki_menu_item_factory.rb | 11 ++++ spec/factories/wiki_page_factory.rb | 11 ++++ spec/factories/wiki_redirect_factory.rb | 11 ++++ spec/factories/workflow_factory.rb | 11 ++++ spec/helpers/projects_helper_spec.rb | 11 ++++ .../lib/acts_as_journalized/journaled_spec.rb | 11 ++++ .../lib/acts_as_watchable/routes_spec.rb | 11 ++++ spec/lib/journal_formatter/attachment_spec.rb | 11 ++++ .../journal_formatter/custom_field_spec.rb | 11 ++++ spec/lib/journal_formatter/diff_spec.rb | 11 ++++ spec/lib/redcloth/redcloth_spec.rb | 11 ++++ spec/lib/redmine/themes/default_theme_spec.rb | 11 ++++ spec/lib/redmine/themes/theme_spec.rb | 11 ++++ spec/lib/redmine/themes/view_helpers_spec.rb | 11 ++++ spec/lib/redmine/themes_spec.rb | 11 ++++ spec/models/custom_field_spec.rb | 11 ++++ spec/models/deleted_user_spec.rb | 11 ++++ spec/models/issue_spec.rb | 11 ++++ spec/models/project_spec.rb | 11 ++++ spec/models/role_spec.rb | 11 ++++ spec/models/user_deletion_spec.rb | 11 ++++ spec/models/user_spec.rb | 11 ++++ spec/models/version_spec.rb | 11 ++++ spec/models/wiki_menu_item_spec.rb | 11 ++++ spec/routing/users_routing_spec.rb | 11 ++++ spec/routing/watchers_spec.rb | 11 ++++ spec/routing/wiki_routing_spec.rb | 11 ++++ spec/spec_helper.rb | 11 ++++ spec/support/identical_ext.rb | 11 ++++ .../have_exactly_one_selected_menu_item_in.rb | 11 ++++ .../matchers/have_no_selected_menu_item_in.rb | 11 ++++ spec/views/my/page.html.erb_spec.rb | 11 ++++ spec/views/wiki/new.html.erb_spec.rb | 11 ++++ test/exemplars/attachment_exemplar.rb | 8 +-- test/exemplars/auth_source_exemplar.rb | 8 +-- test/exemplars/board_exemplar.rb | 8 +-- test/exemplars/change_exemplar.rb | 8 +-- test/exemplars/changeset_exemplar.rb | 8 +-- test/exemplars/comment_exemplar.rb | 8 +-- test/exemplars/custom_field_exemplar.rb | 8 +-- test/exemplars/custom_value_exemplar.rb | 8 +-- test/exemplars/document_category_exemplar.rb | 8 +-- test/exemplars/document_exemplar.rb | 8 +-- test/exemplars/enabled_module_exemplar.rb | 8 +-- test/exemplars/enumeration_exemplar.rb | 8 +-- test/exemplars/group_exemplar.rb | 8 +-- test/exemplars/issue_category_exemplar.rb | 8 +-- test/exemplars/issue_exemplar.rb | 8 +-- test/exemplars/issue_priority_exemplar.rb | 8 +-- test/exemplars/issue_status_exemplar.rb | 8 +-- test/exemplars/journal_exemplar.rb | 8 +-- test/exemplars/member_exemplar.rb | 8 +-- test/exemplars/member_role_exemplar.rb | 8 +-- test/exemplars/message_exemplar.rb | 8 +-- test/exemplars/news_exemplar.rb | 8 +-- test/exemplars/project_exemplar.rb | 8 +-- test/exemplars/query_exemplar.rb | 8 +-- test/exemplars/repository_exemplar.rb | 8 +-- test/exemplars/role_exemplar.rb | 8 +-- .../subversion_repository_exemplar.rb | 8 +-- test/exemplars/time_entry_activity.rb | 8 +-- test/exemplars/time_entry_exemplar.rb | 8 +-- test/exemplars/tracker_exemplar.rb | 8 +-- test/exemplars/user_exemplar.rb | 8 +-- test/exemplars/version_exemplar.rb | 8 +-- test/exemplars/watcher_exemplar.rb | 8 +-- test/exemplars/wiki_content_exemplar.rb | 8 +-- test/exemplars/wiki_exemplar.rb | 8 +-- test/exemplars/wiki_page_exemplar.rb | 8 +-- test/exemplars/wiki_redirect_exemplar.rb | 8 +-- test/fixtures/files/060719210727_source.rb | 8 +-- test/functional/account_controller_test.rb | 8 +-- test/functional/activities_controller_test.rb | 8 +-- test/functional/admin_controller_test.rb | 8 +-- .../functional/application_controller_test.rb | 8 +-- .../functional/attachments_controller_test.rb | 8 +-- .../auth_sources_controller_test.rb | 8 +-- test/functional/boards_controller_test.rb | 8 +-- .../custom_fields_controller_test.rb | 8 +-- test/functional/documents_controller_test.rb | 8 +-- .../enumerations_controller_test.rb | 8 +-- test/functional/files_controller_test.rb | 8 +-- test/functional/groups_controller_test.rb | 8 +-- test/functional/help_controller_test.rb | 8 +-- .../issue_categories_controller_test.rb | 8 +-- .../issue_relations_controller_test.rb | 8 +-- .../issue_statuses_controller_test.rb | 8 +-- .../issues/auto_completes_controller_test.rb | 8 +-- .../issues/calendars_controller_test.rb | 8 +-- .../issues/context_menus_controller_test.rb | 8 +-- .../issues/moves_controller_test.rb | 8 +-- .../issues/previews_controller_test.rb | 8 +-- .../issues/reports_controller_test.rb | 8 +-- test/functional/issues_controller_test.rb | 8 +-- .../issues_controller_transaction_test.rb | 8 +-- test/functional/journals_controller_test.rb | 8 +-- .../ldap_auth_sources_controller_test.rb | 8 +-- .../mail_handler_controller_test.rb | 8 +-- test/functional/members_controller_test.rb | 8 +-- test/functional/messages_controller_test.rb | 8 +-- test/functional/my_controller_test.rb | 8 +-- .../news/comments_controller_test.rb | 8 +-- .../news/previews_controller_test.rb | 8 +-- test/functional/news_controller_test.rb | 8 +-- .../project_enumerations_controller_test.rb | 8 +-- test/functional/projects_controller_test.rb | 8 +-- test/functional/queries_controller_test.rb | 8 +-- .../repositories_controller_test.rb | 8 +-- ...repositories_filesystem_controller_test.rb | 8 +-- .../repositories_git_controller_test.rb | 8 +-- ...repositories_subversion_controller_test.rb | 8 +-- test/functional/roles_controller_test.rb | 8 +-- test/functional/search_controller_test.rb | 8 +-- test/functional/settings_controller_test.rb | 8 +-- test/functional/sys_controller_test.rb | 8 +-- .../time_entries/reports_controller_test.rb | 8 +-- test/functional/timelog_controller_test.rb | 8 +-- test/functional/trackers_controller_test.rb | 8 +-- test/functional/user_mailer_test.rb | 11 ++++ test/functional/users_controller_test.rb | 8 +-- test/functional/watchers_controller_test.rb | 8 +-- test/functional/welcome_controller_test.rb | 8 +-- test/functional/wiki_controller_test.rb | 8 +-- test/functional/wikis_controller_test.rb | 8 +-- test/functional/workflows_controller_test.rb | 8 +-- test/helper_testcase.rb | 8 +-- test/integration/account_test.rb | 8 +-- test/integration/admin_test.rb | 8 +-- .../api_test/disabled_rest_api_test.rb | 8 +-- .../api_test/http_basic_login_test.rb | 8 +-- .../http_basic_login_with_api_token_test.rb | 8 +-- test/integration/api_test/issues_test.rb | 8 +-- test/integration/api_test/news_test.rb | 8 +-- test/integration/api_test/projects_test.rb | 8 +-- .../integration/api_test/time_entries_test.rb | 8 +-- .../api_test/token_authentication_test.rb | 8 +-- test/integration/api_test/users_test.rb | 8 +-- test/integration/application_test.rb | 8 +-- test/integration/issues_test.rb | 8 +-- test/integration/layout_test.rb | 8 +-- .../lib/redmine/menu_manager_test.rb | 8 +-- test/integration/lib/redmine/themes_test.rb | 8 +-- test/integration/projects_test.rb | 8 +-- test/integration/routing_test.rb | 8 +-- test/mocks/open_id_authentication_mock.rb | 8 +-- test/object_daddy_helpers.rb | 8 +-- test/performance/browsing_test.rb | 11 ++++ test/test_helper.rb | 8 +-- test/unit/activity_test.rb | 8 +-- test/unit/attachment_test.rb | 8 +-- test/unit/board_test.rb | 8 +-- test/unit/changeset_test.rb | 8 +-- test/unit/comment_test.rb | 8 +-- test/unit/custom_field_test.rb | 8 +-- test/unit/custom_field_user_format_test.rb | 8 +-- test/unit/custom_value_test.rb | 8 +-- test/unit/default_data_test.rb | 8 +-- test/unit/document_category_test.rb | 8 +-- test/unit/document_test.rb | 8 +-- test/unit/enabled_module_test.rb | 8 +-- test/unit/enumeration_test.rb | 8 +-- test/unit/group_test.rb | 8 +-- test/unit/helpers/application_helper_test.rb | 8 +-- .../unit/helpers/custom_fields_helper_test.rb | 8 +-- test/unit/helpers/issues_helper_test.rb | 8 +-- test/unit/helpers/search_helper_test.rb | 8 +-- test/unit/helpers/sort_helper_test.rb | 8 +-- test/unit/helpers/timelog_helper_test.rb | 8 +-- test/unit/helpers/watchers_helper_test.rb | 8 +-- test/unit/issue_category_test.rb | 8 +-- test/unit/issue_nested_set_test.rb | 8 +-- test/unit/issue_priority_test.rb | 8 +-- test/unit/issue_relation_test.rb | 8 +-- test/unit/issue_status_test.rb | 8 +-- test/unit/issue_test.rb | 8 +-- test/unit/journal_observer_test.rb | 8 +-- test/unit/journal_test.rb | 8 +-- test/unit/ldap_auth_source_test.rb | 8 +-- test/unit/lib/chili_project/database_test.rb | 8 +-- test/unit/lib/redmine/access_control_test.rb | 8 +-- test/unit/lib/redmine/ciphering_test.rb | 8 +-- test/unit/lib/redmine/codeset_util_test.rb | 11 ++++ test/unit/lib/redmine/configuration_test.rb | 8 +-- .../unit/lib/redmine/helpers/calendar_test.rb | 8 +-- test/unit/lib/redmine/hook_test.rb | 8 +-- test/unit/lib/redmine/i18n_test.rb | 8 +-- .../lib/redmine/menu_manager/mapper_test.rb | 8 +-- .../redmine/menu_manager/menu_helper_test.rb | 8 +-- .../redmine/menu_manager/menu_item_test.rb | 8 +-- test/unit/lib/redmine/menu_manager_test.rb | 8 +-- test/unit/lib/redmine/mime_type_test.rb | 8 +-- test/unit/lib/redmine/notifiable_test.rb | 8 +-- test/unit/lib/redmine/plugin_test.rb | 8 +-- test/unit/lib/redmine/safe_attributes_test.rb | 8 +-- .../scm/adapters/filesystem_adapter_test.rb | 8 +-- .../redmine/scm/adapters/git_adapter_test.rb | 8 +-- .../scm/adapters/subversion_adapter_test.rb | 8 +-- test/unit/lib/redmine/unified_diff_test.rb | 8 +-- .../lib/redmine/views/builders/json_test.rb | 8 +-- .../lib/redmine/views/builders/xml_test.rb | 8 +-- .../redmine/wiki_formatting/macros_test.rb | 8 +-- .../wiki_formatting/null_formatter_test.rb | 8 +-- .../wiki_formatting/textile_formatter_test.rb | 8 +-- test/unit/lib/redmine/wiki_formatting_test.rb | 8 +-- test/unit/lib/redmine_test.rb | 8 +-- test/unit/mail_handler_test.rb | 8 +-- test/unit/member_test.rb | 8 +-- test/unit/message_test.rb | 8 +-- test/unit/news_test.rb | 8 +-- test/unit/principal_test.rb | 8 +-- test/unit/project_nested_set_test.rb | 8 +-- test/unit/project_test.rb | 8 +-- test/unit/query_test.rb | 8 +-- test/unit/repository_filesystem_test.rb | 8 +-- test/unit/repository_git_test.rb | 8 +-- test/unit/repository_subversion_test.rb | 8 +-- test/unit/repository_test.rb | 8 +-- test/unit/role_test.rb | 8 +-- test/unit/search_test.rb | 8 +-- test/unit/setting_test.rb | 8 +-- test/unit/testing_test.rb | 8 +-- test/unit/time_entry_activity_test.rb | 8 +-- test/unit/time_entry_test.rb | 8 +-- test/unit/token_test.rb | 8 +-- test/unit/tracker_test.rb | 8 +-- test/unit/user_preference_test.rb | 8 +-- test/unit/user_test.rb | 8 +-- test/unit/version_test.rb | 8 +-- test/unit/watcher_test.rb | 8 +-- test/unit/wiki_content_test.rb | 8 +-- test/unit/wiki_page_test.rb | 8 +-- test/unit/wiki_redirect_test.rb | 8 +-- test/unit/wiki_test.rb | 8 +-- 1208 files changed, 8352 insertions(+), 3361 deletions(-) diff --git a/app/assets/javascripts/accessibility.js b/app/assets/javascripts/accessibility.js index e57dd14e57..b34a1c7aa4 100644 --- a/app/assets/javascripts/accessibility.js +++ b/app/assets/javascripts/accessibility.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + $(document).observe('dom:loaded', function() { // If there is a flash message, give focus // necessary for screen readers diff --git a/app/assets/javascripts/action_menu.js b/app/assets/javascripts/action_menu.js index 4786b687d9..092dcf04ad 100644 --- a/app/assets/javascripts/action_menu.js +++ b/app/assets/javascripts/action_menu.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* The action menu is a menu that usually belongs to an OpenProject entity (like an Issue, WikiPage, Meeting, ..). Most likely it looks like this: diff --git a/app/assets/javascripts/ajaxappender.js b/app/assets/javascripts/ajaxappender.js index 70034c9ff8..788d8cbc13 100644 --- a/app/assets/javascripts/ajaxappender.js +++ b/app/assets/javascripts/ajaxappender.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + (function ($) { var AjaxAppender = function (options) { var append_href, diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 004a5c09c7..c71eb53ee6 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + // This is a manifest file that'll be compiled into application.js, which will include all the files // listed below. // diff --git a/app/assets/javascripts/breadcrumb.js b/app/assets/javascripts/breadcrumb.js index 9c13cc81ed..4d452f1baa 100644 --- a/app/assets/javascripts/breadcrumb.js +++ b/app/assets/javascripts/breadcrumb.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + jQuery.fn.reverse = [].reverse; (function($){ $.fn.adjustBreadcrumbToWindowSize = function(){ diff --git a/app/assets/javascripts/context_menu.js b/app/assets/javascripts/context_menu.js index 7c44ca2205..4226a86b77 100644 --- a/app/assets/javascripts/context_menu.js +++ b/app/assets/javascripts/context_menu.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* redMine - project management software Copyright (C) 2006-2008 Jean-Philippe Lang */ var observingContextMenuClick; diff --git a/app/assets/javascripts/findDomElement.js b/app/assets/javascripts/findDomElement.js index 319f7bd066..9a2c4a9392 100644 --- a/app/assets/javascripts/findDomElement.js +++ b/app/assets/javascripts/findDomElement.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + (function( $ ){ $.fn.nextElementInDom = function(selector, options) { return $(this).findElementInDom(selector, $.extend(options, { direction: 'front' })); diff --git a/app/assets/javascripts/issues.js.erb b/app/assets/javascripts/issues.js.erb index c19c21d98b..8e4d39bc8c 100644 --- a/app/assets/javascripts/issues.js.erb +++ b/app/assets/javascripts/issues.js.erb @@ -1,3 +1,15 @@ +<%#-- copyright +OpenProject is a project management system. + +Copyright (C) 2012-2013 the OpenProject Team + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License version 3. + +See doc/COPYRIGHT.rdoc for more details. + +++#%> + var Issue = Issue || {}; Issue.Show = (function($) { diff --git a/app/assets/javascripts/jquery.menu_expand.js b/app/assets/javascripts/jquery.menu_expand.js index 94036dce5d..0b464c333d 100644 --- a/app/assets/javascripts/jquery.menu_expand.js +++ b/app/assets/javascripts/jquery.menu_expand.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* * Expands Redmine's current menu */ diff --git a/app/assets/javascripts/jquery_noconflict.js b/app/assets/javascripts/jquery_noconflict.js index dbd782ec1d..2bf944db19 100644 --- a/app/assets/javascripts/jquery_noconflict.js +++ b/app/assets/javascripts/jquery_noconflict.js @@ -1 +1,12 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + $.noConflict(); diff --git a/app/assets/javascripts/openproject.js b/app/assets/javascripts/openproject.js index a58b1476dc..5a37bb348c 100644 --- a/app/assets/javascripts/openproject.js +++ b/app/assets/javascripts/openproject.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + window.OpenProject = (function ($) { /** * OpenProject instance methods diff --git a/app/assets/javascripts/repository_navigation.js b/app/assets/javascripts/repository_navigation.js index a40815f940..e1bf4cee43 100644 --- a/app/assets/javascripts/repository_navigation.js +++ b/app/assets/javascripts/repository_navigation.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + Event.observe(window,'load',function() { /* If we're viewing a tag or branch, don't display it in the diff --git a/app/assets/javascripts/select_list_move.js b/app/assets/javascripts/select_list_move.js index 5ad793a51c..ec6ce0888b 100644 --- a/app/assets/javascripts/select_list_move.js +++ b/app/assets/javascripts/select_list_move.js @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + var NS4 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) < 5); function addOption(theSel, theText, theValue) diff --git a/app/assets/stylesheets/accessibility.css b/app/assets/stylesheets/accessibility.css index 82244d6848..23b50337e8 100644 --- a/app/assets/stylesheets/accessibility.css +++ b/app/assets/stylesheets/accessibility.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + a:focus, input:focus, select:focus, diff --git a/app/assets/stylesheets/application.css.erb b/app/assets/stylesheets/application.css.erb index 395de18ca4..949b7d8ef9 100644 --- a/app/assets/stylesheets/application.css.erb +++ b/app/assets/stylesheets/application.css.erb @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at diff --git a/app/assets/stylesheets/calendar.css b/app/assets/stylesheets/calendar.css index bb16f4a05e..e81372e9d0 100644 --- a/app/assets/stylesheets/calendar.css +++ b/app/assets/stylesheets/calendar.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* The main calendar widget. DIV containing a table. */ img.calendar-trigger { diff --git a/app/assets/stylesheets/context_menu-reset.css b/app/assets/stylesheets/context_menu-reset.css index 4c608e2c52..319405f57d 100644 --- a/app/assets/stylesheets/context_menu-reset.css +++ b/app/assets/stylesheets/context_menu-reset.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + #context-menu ul { background:#F4F4F4 none repeat scroll 0 0;} #context-menu a { border: none; } diff --git a/app/assets/stylesheets/context_menu.css b/app/assets/stylesheets/context_menu.css index aa5df74dcd..84916ecc6b 100644 --- a/app/assets/stylesheets/context_menu.css +++ b/app/assets/stylesheets/context_menu.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + #context-menu { position: absolute; z-index: 40; font-size: 0.9em;} #context-menu ul, #context-menu li, #context-menu a { diff --git a/app/assets/stylesheets/context_menu_rtl.css b/app/assets/stylesheets/context_menu_rtl.css index 205bb91843..71648601f8 100644 --- a/app/assets/stylesheets/context_menu_rtl.css +++ b/app/assets/stylesheets/context_menu_rtl.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + #context-menu li.folder ul { left:auto; right:168px; } #context-menu li.folder>ul { left:auto; right:148px; } #context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; } diff --git a/app/assets/stylesheets/default.css b/app/assets/stylesheets/default.css index c6cfb4ce3d..d651422da2 100644 --- a/app/assets/stylesheets/default.css +++ b/app/assets/stylesheets/default.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at diff --git a/app/assets/stylesheets/default/application.css.erb b/app/assets/stylesheets/default/application.css.erb index d6026d2feb..1b798672ab 100644 --- a/app/assets/stylesheets/default/application.css.erb +++ b/app/assets/stylesheets/default/application.css.erb @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + html {overflow-y:scroll;} body { margin: 0; diff --git a/app/assets/stylesheets/ie6.css b/app/assets/stylesheets/ie6.css index cafd0d8fc7..1498a2bde2 100644 --- a/app/assets/stylesheets/ie6.css +++ b/app/assets/stylesheets/ie6.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* IE6 how i love to hate thee */ #account-nav li a { diff --git a/app/assets/stylesheets/ie7.css b/app/assets/stylesheets/ie7.css index 6925d9086f..a27f9cef6e 100644 --- a/app/assets/stylesheets/ie7.css +++ b/app/assets/stylesheets/ie7.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /* These will be included for IE6 & IE7 */ .title-bar h2 { diff --git a/app/assets/stylesheets/jstoolbar.css.erb b/app/assets/stylesheets/jstoolbar.css.erb index c5be238a26..8aec92bd01 100644 --- a/app/assets/stylesheets/jstoolbar.css.erb +++ b/app/assets/stylesheets/jstoolbar.css.erb @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + .jstEditor { padding-left: 0px; } diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css index d589de307c..ede9223c99 100644 --- a/app/assets/stylesheets/print.css +++ b/app/assets/stylesheets/print.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + /***** Media print specific styles *****/ @media print { #top-menu, #header, #main-menu, #sidebar, #footer, .contextual, .other-formats { display:none; } diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index ea6574bc8d..68dcbf7f5a 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + body, #wrapper { direction: rtl;} #quick-search { float: left; } diff --git a/app/assets/stylesheets/scm.css b/app/assets/stylesheets/scm.css index 8312da03a4..4783766626 100644 --- a/app/assets/stylesheets/scm.css +++ b/app/assets/stylesheets/scm.css @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + div.changeset-changes ul { margin: 0; padding: 0; } div.changeset-changes ul > ul { margin-left: 18px; padding: 0; } diff --git a/app/assets/stylesheets/select2_customizing.css.erb b/app/assets/stylesheets/select2_customizing.css.erb index 5ccd48ba6c..a51ee16ea3 100644 --- a/app/assets/stylesheets/select2_customizing.css.erb +++ b/app/assets/stylesheets/select2_customizing.css.erb @@ -1,3 +1,14 @@ +//-- copyright +// OpenProject is a project management system. +// +// Copyright (C) 2012-2013 the OpenProject Team +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License version 3. +// +// See doc/COPYRIGHT.rdoc for more details. +//++ + .project-search-results { -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: content-box; /* Firefox, other Gecko */ diff --git a/app/controllers/account_controller.rb b/app/controllers/account_controller.rb index bbaadb2a99..5cd7e399ad 100644 --- a/app/controllers/account_controller.rb +++ b/app/controllers/account_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/activities_controller.rb b/app/controllers/activities_controller.rb index 0108d92396..08b095864b 100644 --- a/app/controllers/activities_controller.rb +++ b/app/controllers/activities_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/admin_controller.rb b/app/controllers/admin_controller.rb index ed9f45ba99..6c3fd383f6 100644 --- a/app/controllers/admin_controller.rb +++ b/app/controllers/admin_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 060babc0b3..6369a504df 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/attachments_controller.rb b/app/controllers/attachments_controller.rb index 8b364ca11a..ceb51b31af 100644 --- a/app/controllers/attachments_controller.rb +++ b/app/controllers/attachments_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/auth_sources_controller.rb b/app/controllers/auth_sources_controller.rb index 3a3836e1d9..89345b6349 100644 --- a/app/controllers/auth_sources_controller.rb +++ b/app/controllers/auth_sources_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/boards_controller.rb b/app/controllers/boards_controller.rb index dc6f7fdfd2..321327a667 100644 --- a/app/controllers/boards_controller.rb +++ b/app/controllers/boards_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/custom_fields_controller.rb b/app/controllers/custom_fields_controller.rb index 4a70ff3b61..1df308686e 100644 --- a/app/controllers/custom_fields_controller.rb +++ b/app/controllers/custom_fields_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/documents_controller.rb b/app/controllers/documents_controller.rb index ba7470df4d..fc683e2dc4 100644 --- a/app/controllers/documents_controller.rb +++ b/app/controllers/documents_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/enumerations_controller.rb b/app/controllers/enumerations_controller.rb index 225c04e56e..16eb617573 100644 --- a/app/controllers/enumerations_controller.rb +++ b/app/controllers/enumerations_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/files_controller.rb b/app/controllers/files_controller.rb index 9c4595d965..0e67854573 100644 --- a/app/controllers/files_controller.rb +++ b/app/controllers/files_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 96ca293de9..ef4014166b 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb index f5b2539583..a517a14f6c 100644 --- a/app/controllers/help_controller.rb +++ b/app/controllers/help_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issue_categories_controller.rb b/app/controllers/issue_categories_controller.rb index 9ed721550f..8e6266da9f 100644 --- a/app/controllers/issue_categories_controller.rb +++ b/app/controllers/issue_categories_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issue_relations_controller.rb b/app/controllers/issue_relations_controller.rb index bcc35286e3..41fd28cba1 100644 --- a/app/controllers/issue_relations_controller.rb +++ b/app/controllers/issue_relations_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issue_statuses_controller.rb b/app/controllers/issue_statuses_controller.rb index 5eea0f3061..c01bca0ddf 100644 --- a/app/controllers/issue_statuses_controller.rb +++ b/app/controllers/issue_statuses_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/auto_completes_controller.rb b/app/controllers/issues/auto_completes_controller.rb index bfc3c42c6f..0eae23627b 100644 --- a/app/controllers/issues/auto_completes_controller.rb +++ b/app/controllers/issues/auto_completes_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/calendars_controller.rb b/app/controllers/issues/calendars_controller.rb index 10bce2857f..22ba193228 100644 --- a/app/controllers/issues/calendars_controller.rb +++ b/app/controllers/issues/calendars_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/context_menus_controller.rb b/app/controllers/issues/context_menus_controller.rb index d0f22439c1..653e301774 100644 --- a/app/controllers/issues/context_menus_controller.rb +++ b/app/controllers/issues/context_menus_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/moves_controller.rb b/app/controllers/issues/moves_controller.rb index d3c5ff5172..ad31bb6c90 100644 --- a/app/controllers/issues/moves_controller.rb +++ b/app/controllers/issues/moves_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/previews_controller.rb b/app/controllers/issues/previews_controller.rb index 52bbfa02c5..4ba78e9fcf 100644 --- a/app/controllers/issues/previews_controller.rb +++ b/app/controllers/issues/previews_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues/reports_controller.rb b/app/controllers/issues/reports_controller.rb index 6cb19f2d38..0814b1e1a7 100644 --- a/app/controllers/issues/reports_controller.rb +++ b/app/controllers/issues/reports_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/issues_controller.rb b/app/controllers/issues_controller.rb index 5876a1d4cf..9194828997 100644 --- a/app/controllers/issues_controller.rb +++ b/app/controllers/issues_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/journals_controller.rb b/app/controllers/journals_controller.rb index 38e030b5ad..0bf73ee127 100644 --- a/app/controllers/journals_controller.rb +++ b/app/controllers/journals_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/ldap_auth_sources_controller.rb b/app/controllers/ldap_auth_sources_controller.rb index cc21c0ef33..22301b9b11 100644 --- a/app/controllers/ldap_auth_sources_controller.rb +++ b/app/controllers/ldap_auth_sources_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/mail_handler_controller.rb b/app/controllers/mail_handler_controller.rb index 3ec65bce25..f2614f6d25 100644 --- a/app/controllers/mail_handler_controller.rb +++ b/app/controllers/mail_handler_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/members_controller.rb b/app/controllers/members_controller.rb index 3f50d7cb06..5c92edbabc 100644 --- a/app/controllers/members_controller.rb +++ b/app/controllers/members_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/messages_controller.rb b/app/controllers/messages_controller.rb index a7602bcfc3..b3e85a17ba 100644 --- a/app/controllers/messages_controller.rb +++ b/app/controllers/messages_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 295fa1dc20..841f473ad7 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/news/comments_controller.rb b/app/controllers/news/comments_controller.rb index 7650a0abe7..faf71fe1af 100644 --- a/app/controllers/news/comments_controller.rb +++ b/app/controllers/news/comments_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/news/previews_controller.rb b/app/controllers/news/previews_controller.rb index 3dd73c3181..0d6c844f0c 100644 --- a/app/controllers/news/previews_controller.rb +++ b/app/controllers/news/previews_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb index ee538cfca8..3062c92462 100644 --- a/app/controllers/news_controller.rb +++ b/app/controllers/news_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/project_enumerations_controller.rb b/app/controllers/project_enumerations_controller.rb index b531ce13fb..c1b2731ad2 100644 --- a/app/controllers/project_enumerations_controller.rb +++ b/app/controllers/project_enumerations_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index cb57bbb072..23110a972f 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/queries_controller.rb b/app/controllers/queries_controller.rb index 965f02ddf7..88ebd2b53b 100644 --- a/app/controllers/queries_controller.rb +++ b/app/controllers/queries_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index df814ed1a4..0cbef5d342 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/roles_controller.rb b/app/controllers/roles_controller.rb index 506ee11245..0ae567d3e2 100644 --- a/app/controllers/roles_controller.rb +++ b/app/controllers/roles_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb index 7cf4a083c7..f24c3ff8d2 100644 --- a/app/controllers/search_controller.rb +++ b/app/controllers/search_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/settings_controller.rb b/app/controllers/settings_controller.rb index 2193f97722..6d0fe1b16f 100644 --- a/app/controllers/settings_controller.rb +++ b/app/controllers/settings_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/sys_controller.rb b/app/controllers/sys_controller.rb index 4744a818fc..717040d162 100644 --- a/app/controllers/sys_controller.rb +++ b/app/controllers/sys_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/time_entries/reports_controller.rb b/app/controllers/time_entries/reports_controller.rb index dcbb11a046..f91569d2d1 100644 --- a/app/controllers/time_entries/reports_controller.rb +++ b/app/controllers/time_entries/reports_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/timelog_controller.rb b/app/controllers/timelog_controller.rb index a33e368f79..6e31e5eafe 100644 --- a/app/controllers/timelog_controller.rb +++ b/app/controllers/timelog_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/trackers_controller.rb b/app/controllers/trackers_controller.rb index b47b734b88..e6d44a8166 100644 --- a/app/controllers/trackers_controller.rb +++ b/app/controllers/trackers_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 05d898dc04..feb524efe4 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/versions_controller.rb b/app/controllers/versions_controller.rb index ddfb5565d4..7df09579fe 100644 --- a/app/controllers/versions_controller.rb +++ b/app/controllers/versions_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/watchers_controller.rb b/app/controllers/watchers_controller.rb index d0a6787209..fa93387178 100644 --- a/app/controllers/watchers_controller.rb +++ b/app/controllers/watchers_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb index ce3a4b5bf7..a4738ff03d 100644 --- a/app/controllers/welcome_controller.rb +++ b/app/controllers/welcome_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/wiki_controller.rb b/app/controllers/wiki_controller.rb index 194c68630d..67c7f4f1ea 100644 --- a/app/controllers/wiki_controller.rb +++ b/app/controllers/wiki_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/wiki_menu_items_controller.rb b/app/controllers/wiki_menu_items_controller.rb index 801a02fb01..bb157f613b 100644 --- a/app/controllers/wiki_menu_items_controller.rb +++ b/app/controllers/wiki_menu_items_controller.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class WikiMenuItemsController < ApplicationController attr_reader :wiki_menu_item diff --git a/app/controllers/wikis_controller.rb b/app/controllers/wikis_controller.rb index d58a4be955..1d70dfd3ab 100644 --- a/app/controllers/wikis_controller.rb +++ b/app/controllers/wikis_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/controllers/workflows_controller.rb b/app/controllers/workflows_controller.rb index 173f6ec54c..ffa877e981 100644 --- a/app/controllers/workflows_controller.rb +++ b/app/controllers/workflows_controller.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/accessibility_helper.rb b/app/helpers/accessibility_helper.rb index dad086aba5..d036a57d82 100644 --- a/app/helpers/accessibility_helper.rb +++ b/app/helpers/accessibility_helper.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + module AccessibilityHelper def you_are_here_info(condition = true) condition ? diff --git a/app/helpers/account_helper.rb b/app/helpers/account_helper.rb index 87f020cec1..d3d900806b 100644 --- a/app/helpers/account_helper.rb +++ b/app/helpers/account_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/admin_helper.rb b/app/helpers/admin_helper.rb index 82a138a001..b6daab6788 100644 --- a/app/helpers/admin_helper.rb +++ b/app/helpers/admin_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 6aefbc123e..6e48f414f9 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/attachments_helper.rb b/app/helpers/attachments_helper.rb index a6f0185299..b60dc0f9a2 100644 --- a/app/helpers/attachments_helper.rb +++ b/app/helpers/attachments_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/auth_sources_helper.rb b/app/helpers/auth_sources_helper.rb index 7a01bbcbbd..e0f9a3efa9 100644 --- a/app/helpers/auth_sources_helper.rb +++ b/app/helpers/auth_sources_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb index 570a36b639..ee10f8e1be 100644 --- a/app/helpers/boards_helper.rb +++ b/app/helpers/boards_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/breadcrumb_helper.rb b/app/helpers/breadcrumb_helper.rb index 51b849df33..fc6dfb1169 100644 --- a/app/helpers/breadcrumb_helper.rb +++ b/app/helpers/breadcrumb_helper.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + module BreadcrumbHelper def full_breadcrumb breadcrumb_list(link_to(l(:label_home), home_path), diff --git a/app/helpers/calendars_helper.rb b/app/helpers/calendars_helper.rb index 2260c5bcbd..83c272647b 100644 --- a/app/helpers/calendars_helper.rb +++ b/app/helpers/calendars_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/custom_fields_helper.rb b/app/helpers/custom_fields_helper.rb index adc3ad3830..0d66cdb32d 100644 --- a/app/helpers/custom_fields_helper.rb +++ b/app/helpers/custom_fields_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/documents_helper.rb b/app/helpers/documents_helper.rb index 3ab3911081..7c9d3fbeae 100644 --- a/app/helpers/documents_helper.rb +++ b/app/helpers/documents_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/enumerations_helper.rb b/app/helpers/enumerations_helper.rb index fb6d34d446..a07356b1ee 100644 --- a/app/helpers/enumerations_helper.rb +++ b/app/helpers/enumerations_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/groups_helper.rb b/app/helpers/groups_helper.rb index c6ac0728b0..0ffca09ae9 100644 --- a/app/helpers/groups_helper.rb +++ b/app/helpers/groups_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/i18n_js_helper.rb b/app/helpers/i18n_js_helper.rb index ba762b598b..14326ba99a 100644 --- a/app/helpers/i18n_js_helper.rb +++ b/app/helpers/i18n_js_helper.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + module I18nJsHelper def i18n_js_tags fallbacks = I18n.fallbacks[I18n.locale].map(&:to_s) diff --git a/app/helpers/issue_categories_helper.rb b/app/helpers/issue_categories_helper.rb index 2dd45cc20d..48748e9383 100644 --- a/app/helpers/issue_categories_helper.rb +++ b/app/helpers/issue_categories_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/issue_list_sums_helper.rb b/app/helpers/issue_list_sums_helper.rb index 8f10eba105..adefedae71 100644 --- a/app/helpers/issue_list_sums_helper.rb +++ b/app/helpers/issue_list_sums_helper.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + # Attention: expects @query to be set (with a Chiliproject Query Object) module IssueListSumsHelper diff --git a/app/helpers/issue_moves_helper.rb b/app/helpers/issue_moves_helper.rb index c625181625..f31f4e11b5 100644 --- a/app/helpers/issue_moves_helper.rb +++ b/app/helpers/issue_moves_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/issue_relations_helper.rb b/app/helpers/issue_relations_helper.rb index b3e5ededb3..927bdf9a50 100644 --- a/app/helpers/issue_relations_helper.rb +++ b/app/helpers/issue_relations_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/issue_statuses_helper.rb b/app/helpers/issue_statuses_helper.rb index 335ca4858e..eff8d01aa5 100644 --- a/app/helpers/issue_statuses_helper.rb +++ b/app/helpers/issue_statuses_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/issues_helper.rb b/app/helpers/issues_helper.rb index 28be519b86..e82eeefb83 100644 --- a/app/helpers/issues_helper.rb +++ b/app/helpers/issues_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/journals_helper.rb b/app/helpers/journals_helper.rb index bac24be963..5c0347c870 100644 --- a/app/helpers/journals_helper.rb +++ b/app/helpers/journals_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/mail_handler_helper.rb b/app/helpers/mail_handler_helper.rb index 980ddbd3ea..f28a399c13 100644 --- a/app/helpers/mail_handler_helper.rb +++ b/app/helpers/mail_handler_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/members_helper.rb b/app/helpers/members_helper.rb index 843b031449..98f35fa165 100644 --- a/app/helpers/members_helper.rb +++ b/app/helpers/members_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/messages_helper.rb b/app/helpers/messages_helper.rb index e5558eaf8f..ca08f3ee6f 100644 --- a/app/helpers/messages_helper.rb +++ b/app/helpers/messages_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/my_helper.rb b/app/helpers/my_helper.rb index 4fb7cbd5e7..b0d053209b 100644 --- a/app/helpers/my_helper.rb +++ b/app/helpers/my_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/news_helper.rb b/app/helpers/news_helper.rb index fb33ced272..6755c1ad09 100644 --- a/app/helpers/news_helper.rb +++ b/app/helpers/news_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb index b565e471f4..2e6755de22 100644 --- a/app/helpers/projects_helper.rb +++ b/app/helpers/projects_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb index af192bc6bd..e6457aa934 100644 --- a/app/helpers/queries_helper.rb +++ b/app/helpers/queries_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/reports_helper.rb b/app/helpers/reports_helper.rb index 934cb54765..67b01da34f 100644 --- a/app/helpers/reports_helper.rb +++ b/app/helpers/reports_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/repositories_helper.rb b/app/helpers/repositories_helper.rb index 6ac4a07509..90d875fc0e 100644 --- a/app/helpers/repositories_helper.rb +++ b/app/helpers/repositories_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/roles_helper.rb b/app/helpers/roles_helper.rb index d4156b5ca3..6f4a62baf2 100644 --- a/app/helpers/roles_helper.rb +++ b/app/helpers/roles_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/search_helper.rb b/app/helpers/search_helper.rb index 714a4309e2..1519d01895 100644 --- a/app/helpers/search_helper.rb +++ b/app/helpers/search_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb index 42a583cf01..e22fd9fbbe 100644 --- a/app/helpers/settings_helper.rb +++ b/app/helpers/settings_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/sort_helper.rb b/app/helpers/sort_helper.rb index f882401d38..0937dd4d3e 100644 --- a/app/helpers/sort_helper.rb +++ b/app/helpers/sort_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/timelog_helper.rb b/app/helpers/timelog_helper.rb index 9b70029237..b5bc46210e 100644 --- a/app/helpers/timelog_helper.rb +++ b/app/helpers/timelog_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/trackers_helper.rb b/app/helpers/trackers_helper.rb index e2e9660f54..48364d2d5d 100644 --- a/app/helpers/trackers_helper.rb +++ b/app/helpers/trackers_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb index 460ccfedb2..a3f9075aa2 100644 --- a/app/helpers/users_helper.rb +++ b/app/helpers/users_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/versions_helper.rb b/app/helpers/versions_helper.rb index 0ab5f6d25f..a041f54785 100644 --- a/app/helpers/versions_helper.rb +++ b/app/helpers/versions_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/watchers_helper.rb b/app/helpers/watchers_helper.rb index f9de15f2ff..91e58ef40b 100644 --- a/app/helpers/watchers_helper.rb +++ b/app/helpers/watchers_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/welcome_helper.rb b/app/helpers/welcome_helper.rb index 56b8ffb27d..7faf09d39f 100644 --- a/app/helpers/welcome_helper.rb +++ b/app/helpers/welcome_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/wiki_helper.rb b/app/helpers/wiki_helper.rb index c2fc6735e6..4e61d0af66 100644 --- a/app/helpers/wiki_helper.rb +++ b/app/helpers/wiki_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/helpers/workflows_helper.rb b/app/helpers/workflows_helper.rb index b52d6bdaa4..5252ff2047 100644 --- a/app/helpers/workflows_helper.rb +++ b/app/helpers/workflows_helper.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/mailers/user_mailer.rb b/app/mailers/user_mailer.rb index 78c358d50a..d257d221dd 100644 --- a/app/mailers/user_mailer.rb +++ b/app/mailers/user_mailer.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class UserMailer < ActionMailer::Base helper :application, # for textilizable :custom_fields # for show_value diff --git a/app/models/attachment.rb b/app/models/attachment.rb index 41b3043edd..1e6c603d14 100644 --- a/app/models/attachment.rb +++ b/app/models/attachment.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/auth_source.rb b/app/models/auth_source.rb index 3840f66ac4..d7f7607787 100644 --- a/app/models/auth_source.rb +++ b/app/models/auth_source.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/board.rb b/app/models/board.rb index 98c46024ee..c96800de9a 100644 --- a/app/models/board.rb +++ b/app/models/board.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/change.rb b/app/models/change.rb index bdb5158fb8..83a57ac702 100644 --- a/app/models/change.rb +++ b/app/models/change.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/changeset.rb b/app/models/changeset.rb index 1c466e7947..777f30c832 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/comment.rb b/app/models/comment.rb index 0d5bdf666a..f5d8abe0e3 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/comment_observer.rb b/app/models/comment_observer.rb index 112247e0cc..4536ad5c21 100644 --- a/app/models/comment_observer.rb +++ b/app/models/comment_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/custom_field.rb b/app/models/custom_field.rb index 559a3f6905..e65e172f87 100644 --- a/app/models/custom_field.rb +++ b/app/models/custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/custom_value.rb b/app/models/custom_value.rb index 402efeb6d1..5f382b0aa0 100644 --- a/app/models/custom_value.rb +++ b/app/models/custom_value.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/document.rb b/app/models/document.rb index ecebeb4b45..49c3a9d002 100644 --- a/app/models/document.rb +++ b/app/models/document.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/document_category.rb b/app/models/document_category.rb index c0da2bc9b1..307968adc9 100644 --- a/app/models/document_category.rb +++ b/app/models/document_category.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/document_category_custom_field.rb b/app/models/document_category_custom_field.rb index fc21d647ec..449a5e0098 100644 --- a/app/models/document_category_custom_field.rb +++ b/app/models/document_category_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/document_observer.rb b/app/models/document_observer.rb index 75d571901b..ef548fb8e9 100644 --- a/app/models/document_observer.rb +++ b/app/models/document_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/enabled_module.rb b/app/models/enabled_module.rb index c1bf8cd5d5..ac199f8531 100644 --- a/app/models/enabled_module.rb +++ b/app/models/enabled_module.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/enumeration.rb b/app/models/enumeration.rb index 075ee40239..b7566fac48 100644 --- a/app/models/enumeration.rb +++ b/app/models/enumeration.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/group.rb b/app/models/group.rb index 5733f4b97d..30db40172f 100644 --- a/app/models/group.rb +++ b/app/models/group.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/group_custom_field.rb b/app/models/group_custom_field.rb index c787c361e6..7145ef652c 100644 --- a/app/models/group_custom_field.rb +++ b/app/models/group_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/group_user.rb b/app/models/group_user.rb index a83399e000..59a3652688 100644 --- a/app/models/group_user.rb +++ b/app/models/group_user.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue.rb b/app/models/issue.rb index 03feb0f1d3..8460fccc99 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_category.rb b/app/models/issue_category.rb index 0f4ad55f1b..7d0fa12959 100644 --- a/app/models/issue_category.rb +++ b/app/models/issue_category.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_custom_field.rb b/app/models/issue_custom_field.rb index 53f9d36682..9ca5d8b2ec 100644 --- a/app/models/issue_custom_field.rb +++ b/app/models/issue_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_observer.rb b/app/models/issue_observer.rb index 44e2e59bee..c118a796ae 100644 --- a/app/models/issue_observer.rb +++ b/app/models/issue_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_priority.rb b/app/models/issue_priority.rb index 84b751caeb..192824eb98 100644 --- a/app/models/issue_priority.rb +++ b/app/models/issue_priority.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_priority_custom_field.rb b/app/models/issue_priority_custom_field.rb index b0ffaab166..9e0df677f1 100644 --- a/app/models/issue_priority_custom_field.rb +++ b/app/models/issue_priority_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_relation.rb b/app/models/issue_relation.rb index 88c57548cf..44cd7efe3f 100644 --- a/app/models/issue_relation.rb +++ b/app/models/issue_relation.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/issue_status.rb b/app/models/issue_status.rb index bf484c0552..98149c12fc 100644 --- a/app/models/issue_status.rb +++ b/app/models/issue_status.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/journal.rb b/app/models/journal.rb index 3e2d577bc4..7906955a18 100644 --- a/app/models/journal.rb +++ b/app/models/journal.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/journal_observer.rb b/app/models/journal_observer.rb index 77179b8b30..23ad59bf90 100644 --- a/app/models/journal_observer.rb +++ b/app/models/journal_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/ldap_auth_source.rb b/app/models/ldap_auth_source.rb index 4a7e446ef6..10707d5e9c 100644 --- a/app/models/ldap_auth_source.rb +++ b/app/models/ldap_auth_source.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 943836254a..b6244c829f 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/member.rb b/app/models/member.rb index bd36c718fd..cab17dce14 100644 --- a/app/models/member.rb +++ b/app/models/member.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/member_role.rb b/app/models/member_role.rb index c770cf83fd..a8ef3919fd 100644 --- a/app/models/member_role.rb +++ b/app/models/member_role.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/message.rb b/app/models/message.rb index 54b4f29f5e..418c59ec43 100644 --- a/app/models/message.rb +++ b/app/models/message.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/message_observer.rb b/app/models/message_observer.rb index 43bda0dbc8..b1f6800f66 100644 --- a/app/models/message_observer.rb +++ b/app/models/message_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/news.rb b/app/models/news.rb index aa2bb7525b..8231950529 100644 --- a/app/models/news.rb +++ b/app/models/news.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/news_observer.rb b/app/models/news_observer.rb index c0c44dfa24..4db67bd2eb 100644 --- a/app/models/news_observer.rb +++ b/app/models/news_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/notifier.rb b/app/models/notifier.rb index e2834164fe..4dcbcd1aeb 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + module Notifier def self.notify?(event) notified_events.include?(event.to_s) diff --git a/app/models/permitted_params.rb b/app/models/permitted_params.rb index 812223a4a6..bec6b6d45f 100644 --- a/app/models/permitted_params.rb +++ b/app/models/permitted_params.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class PermittedParams < Struct.new(:params, :user) # This class intends to provide a method for all params hashes comming from the # client and that are used for mass assignment. diff --git a/app/models/principal.rb b/app/models/principal.rb index 6b958485e1..7b11c8c8fc 100644 --- a/app/models/principal.rb +++ b/app/models/principal.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/project.rb b/app/models/project.rb index 87af44d9dc..95b994cd62 100644 --- a/app/models/project.rb +++ b/app/models/project.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/project_custom_field.rb b/app/models/project_custom_field.rb index 5b257b8bc6..e15c306516 100644 --- a/app/models/project_custom_field.rb +++ b/app/models/project_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/query.rb b/app/models/query.rb index 5a8e3c3148..137d68d1f2 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/query/statement_invalid.rb b/app/models/query/statement_invalid.rb index 823b9e8885..f09cc30796 100644 --- a/app/models/query/statement_invalid.rb +++ b/app/models/query/statement_invalid.rb @@ -1,2 +1,13 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class ::Query::StatementInvalid < ActiveRecord::StatementInvalid end diff --git a/app/models/query_column.rb b/app/models/query_column.rb index 6bbeba92d3..8b8302faae 100644 --- a/app/models/query_column.rb +++ b/app/models/query_column.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class QueryColumn attr_accessor :name, :sortable, :groupable, :default_order include Redmine::I18n diff --git a/app/models/query_custom_field_column.rb b/app/models/query_custom_field_column.rb index c3729d9a38..dc494b9538 100644 --- a/app/models/query_custom_field_column.rb +++ b/app/models/query_custom_field_column.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class QueryCustomFieldColumn < QueryColumn def initialize(custom_field) diff --git a/app/models/repository.rb b/app/models/repository.rb index 728201f161..03f3f95061 100644 --- a/app/models/repository.rb +++ b/app/models/repository.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/repository/filesystem.rb b/app/models/repository/filesystem.rb index 5a211ae4a9..987d7c61d3 100644 --- a/app/models/repository/filesystem.rb +++ b/app/models/repository/filesystem.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/repository/git.rb b/app/models/repository/git.rb index c1c2e6732a..66f3c1b736 100644 --- a/app/models/repository/git.rb +++ b/app/models/repository/git.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/repository/subversion.rb b/app/models/repository/subversion.rb index 46ced476a7..4e97e30fc2 100644 --- a/app/models/repository/subversion.rb +++ b/app/models/repository/subversion.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/role.rb b/app/models/role.rb index 91f020a2ff..4b93a18686 100644 --- a/app/models/role.rb +++ b/app/models/role.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/setting.rb b/app/models/setting.rb index 2cdafd665a..eb6c41b48d 100644 --- a/app/models/setting.rb +++ b/app/models/setting.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/time_entry.rb b/app/models/time_entry.rb index da71b0811c..39270b7aa8 100644 --- a/app/models/time_entry.rb +++ b/app/models/time_entry.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/time_entry_activity.rb b/app/models/time_entry_activity.rb index ced2493f26..9a37a47aed 100644 --- a/app/models/time_entry_activity.rb +++ b/app/models/time_entry_activity.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/time_entry_activity_custom_field.rb b/app/models/time_entry_activity_custom_field.rb index afec7ef216..321e039cff 100644 --- a/app/models/time_entry_activity_custom_field.rb +++ b/app/models/time_entry_activity_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/time_entry_custom_field.rb b/app/models/time_entry_custom_field.rb index 75b61601c5..fbdc4cb4f8 100644 --- a/app/models/time_entry_custom_field.rb +++ b/app/models/time_entry_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/token.rb b/app/models/token.rb index 79f9abd465..bb103f7e28 100644 --- a/app/models/token.rb +++ b/app/models/token.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/tracker.rb b/app/models/tracker.rb index 2b97a9a0e4..46c32681fe 100644 --- a/app/models/tracker.rb +++ b/app/models/tracker.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/user.rb b/app/models/user.rb index 6015dbfd4f..3dc397b637 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/user_custom_field.rb b/app/models/user_custom_field.rb index 3e77db7e53..4fa737598e 100644 --- a/app/models/user_custom_field.rb +++ b/app/models/user_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/user_preference.rb b/app/models/user_preference.rb index 2d3ad8b44e..a0dc23a6a1 100644 --- a/app/models/user_preference.rb +++ b/app/models/user_preference.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/version.rb b/app/models/version.rb index 4dac9d9d85..e5e1f3d84c 100644 --- a/app/models/version.rb +++ b/app/models/version.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/version_custom_field.rb b/app/models/version_custom_field.rb index 07c116319e..ee4236bcc7 100644 --- a/app/models/version_custom_field.rb +++ b/app/models/version_custom_field.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/watcher.rb b/app/models/watcher.rb index 69050f065e..a90b4c5f87 100644 --- a/app/models/watcher.rb +++ b/app/models/watcher.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/wiki.rb b/app/models/wiki.rb index ab7c8c416e..11c2acecc1 100644 --- a/app/models/wiki.rb +++ b/app/models/wiki.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index ade5cb5d6c..1ee4634818 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/wiki_content_observer.rb b/app/models/wiki_content_observer.rb index b494107c4d..6e57020658 100644 --- a/app/models/wiki_content_observer.rb +++ b/app/models/wiki_content_observer.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/wiki_menu_item.rb b/app/models/wiki_menu_item.rb index c9920648db..3eabf2a707 100644 --- a/app/models/wiki_menu_item.rb +++ b/app/models/wiki_menu_item.rb @@ -1,3 +1,14 @@ +#-- copyright +# OpenProject is a project management system. +# +# Copyright (C) 2012-2013 the OpenProject Team +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License version 3. +# +# See doc/COPYRIGHT.rdoc for more details. +#++ + class WikiMenuItem < ActiveRecord::Base belongs_to :wiki belongs_to :parent, :class_name => 'WikiMenuItem' diff --git a/app/models/wiki_page.rb b/app/models/wiki_page.rb index 896d88edf3..5a11e39211 100644 --- a/app/models/wiki_page.rb +++ b/app/models/wiki_page.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/wiki_redirect.rb b/app/models/wiki_redirect.rb index f242373250..4e3bad5e04 100644 --- a/app/models/wiki_redirect.rb +++ b/app/models/wiki_redirect.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/models/workflow.rb b/app/models/workflow.rb index 4e93955d97..d8551fc8b4 100644 --- a/app/models/workflow.rb +++ b/app/models/workflow.rb @@ -1,13 +1,11 @@ #-- encoding: UTF-8 #-- copyright -# ChiliProject is a project management system. +# OpenProject is a project management system. # -# Copyright (C) 2010-2011 the ChiliProject Team +# Copyright (C) 2012-2013 the OpenProject Team # # 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 -# of the License, or (at your option) any later version. +# modify it under the terms of the GNU General Public License version 3. # # See doc/COPYRIGHT.rdoc for more details. #++ diff --git a/app/views/account/_login.html.erb b/app/views/account/_login.html.erb index b22fab64db..b97c985c71 100644 --- a/app/views/account/_login.html.erb +++ b/app/views/account/_login.html.erb @@ -1,3 +1,15 @@ +<%#-- copyright +OpenProject is a project management system. + +Copyright (C) 2012-2013 the OpenProject Team + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License version 3. + +See doc/COPYRIGHT.rdoc for more details. + +++#%> +