]> source.dussan.org Git - sonarqube.git/commitdiff
Update copyright header of ruby sources
authorSimon Brandhof <simon.brandhof@gmail.com>
Wed, 4 Dec 2013 14:42:07 +0000 (15:42 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Wed, 4 Dec 2013 15:07:49 +0000 (16:07 +0100)
310 files changed:
sonar-server/src/main/webapp/WEB-INF/app/controllers/account_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/action_plans_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/admin_dashboards_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/all_projects_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/action_plans_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/api_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependencies_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/dependency_tree_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/events_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/favourites_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/manual_measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/metrics_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/permissions_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/profiles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/projects_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/properties_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/resource_rest_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rest_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/rules_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/sources_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/tests_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/updatecenter_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/user_properties_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/users_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/api/violations_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/application_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/backup_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/batch_bootstrap_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/bulk_deletion_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/columns_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/comparison_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/components_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/confirm_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboard_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/dashboards_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/dependencies_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/email_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/encryption_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/favourites_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/groups_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/issue_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/issues_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/maintenance_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_measures_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/manual_rules_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/markdown_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/metrics_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/example_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/mock/users_groups_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/permission_templates_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/home_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/plugins/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/project_roles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/property_sets_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/provisioning_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/roles_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/rules_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/search_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/server_id_configuration_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/sessions_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/settings_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/setup_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/system_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/test_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/treemap_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/updatecenter_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/user_groups_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/users_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/controllers/widget_controller.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/cloud_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/components_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/dashboard_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/issues_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/measures_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/metrics_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/plugins_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/project_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/properties_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/resource_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/roles_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/rules_configuration_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/sessions_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/settings_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/source_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/system_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/updatecenter_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/users_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/helpers/widget_properties_helper.rb
sonar-server/src/main/webapp/WEB-INF/app/models/action_plan.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_dashboard.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_change.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_note.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_param_change.rb
sonar-server/src/main/webapp/WEB-INF/app/models/active_rule_parameter.rb
sonar-server/src/main/webapp/WEB-INF/app/models/api.rb
sonar-server/src/main/webapp/WEB-INF/app/models/api/dashboard_configuration.rb
sonar-server/src/main/webapp/WEB-INF/app/models/api/pagination.rb
sonar-server/src/main/webapp/WEB-INF/app/models/api/utils.rb
sonar-server/src/main/webapp/WEB-INF/app/models/author.rb
sonar-server/src/main/webapp/WEB-INF/app/models/caches.rb
sonar-server/src/main/webapp/WEB-INF/app/models/characteristic.rb
sonar-server/src/main/webapp/WEB-INF/app/models/chart_measure.rb
sonar-server/src/main/webapp/WEB-INF/app/models/dashboard.rb
sonar-server/src/main/webapp/WEB-INF/app/models/database_migration_manager.rb
sonar-server/src/main/webapp/WEB-INF/app/models/dependency.rb
sonar-server/src/main/webapp/WEB-INF/app/models/errors.rb
sonar-server/src/main/webapp/WEB-INF/app/models/event.rb
sonar-server/src/main/webapp/WEB-INF/app/models/event_category.rb
sonar-server/src/main/webapp/WEB-INF/app/models/group.rb
sonar-server/src/main/webapp/WEB-INF/app/models/group_role.rb
sonar-server/src/main/webapp/WEB-INF/app/models/internal.rb
sonar-server/src/main/webapp/WEB-INF/app/models/issue.rb
sonar-server/src/main/webapp/WEB-INF/app/models/loaded_template.rb
sonar-server/src/main/webapp/WEB-INF/app/models/manual_measure.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_color.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_list.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_display_treemap.rb
sonar-server/src/main/webapp/WEB-INF/app/models/measure_filter_favourite.rb
sonar-server/src/main/webapp/WEB-INF/app/models/metric.rb
sonar-server/src/main/webapp/WEB-INF/app/models/navigation.rb
sonar-server/src/main/webapp/WEB-INF/app/models/project.rb
sonar-server/src/main/webapp/WEB-INF/app/models/project_link.rb
sonar-server/src/main/webapp/WEB-INF/app/models/project_measure.rb
sonar-server/src/main/webapp/WEB-INF/app/models/property.rb
sonar-server/src/main/webapp/WEB-INF/app/models/property_type.rb
sonar-server/src/main/webapp/WEB-INF/app/models/resource_deletion_manager.rb
sonar-server/src/main/webapp/WEB-INF/app/models/resource_index.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rule_note.rb
sonar-server/src/main/webapp/WEB-INF/app/models/rules_parameter.rb
sonar-server/src/main/webapp/WEB-INF/app/models/server.rb
sonar-server/src/main/webapp/WEB-INF/app/models/severity.rb
sonar-server/src/main/webapp/WEB-INF/app/models/snapshot.rb
sonar-server/src/main/webapp/WEB-INF/app/models/snapshot_source.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/columns_view.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/components_configuration.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/resource_finder.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/rule_priority.rb
sonar-server/src/main/webapp/WEB-INF/app/models/sonar/timemachine_row.rb
sonar-server/src/main/webapp/WEB-INF/app/models/trends_chart.rb
sonar-server/src/main/webapp/WEB-INF/app/models/user.rb
sonar-server/src/main/webapp/WEB-INF/app/models/user_role.rb
sonar-server/src/main/webapp/WEB-INF/app/models/widget.rb
sonar-server/src/main/webapp/WEB-INF/app/models/widget_property.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/001_initial_schema.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/002_index_database.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/010_create_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/011_create_administrator.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/014_create_rules_profiles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/035_create_snapshot_sources.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/048_create_async_measure_snapshots_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/053_create_events_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/062_add_project_kee_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/079_create_groups.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/080_create_groups_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/086_create_group_roles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/087_create_user_roles.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/088_create_default_users_and_groups.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/093_create_dependencies_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/095_increase_measure_id_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/111_create_extensions.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/115_create_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/118_add_snapshots_qualifier_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/119_add_measures_sid_metric_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/120_add_extensions_core_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/131_create_quality_models.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/132_add_characteristic_id_to_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/133_create_plugins.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/134_delete_checkstyle_translations.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/135_add_rules_enabled_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/136_increase_violations_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/137_add_rules_cardinality.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/138_add_characteristic_description.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/139_add_characteristic_enabled.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/140_create_characteristic_properties.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/141_add_rule_failures_cost.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/142_delete_active_rules_orphans.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/151_create_dashboards.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/160_add_rule_failures_columns.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/162_delete_iso_rule_categories.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/163_add_variation_columns.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/165_set_nullable_rule_config_key.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/166_set_nullable_rule_parameter_description.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/167_add_index_to_measure_data_snapshot.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/168_add_periods_to_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/169_add_columns_for_profiles_inheritance.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/170_delete_unvalid_project_snapshots.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/180_add_profiles_disabled.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/190_add_permanent_id_and_switched_off_to_rule_failures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/191_create_review.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/200_add_index_to_characteristic_property.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/201_change_false_positive_on_reviews.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/202_create_rule_changes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/203_drop_plugin_tables.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/210_drop_parameters_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/211_create_manual_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/212_move_async_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/213_drop_async_measures_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/214_add_index_on_manual_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/215_create_notifications.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/216_set_nullable_rule_name.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/217_create_duplications_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/220_update_events_table.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/221_attach_events_to_snapshots.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/222_add_index_on_dependencies_project_snapshot.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/230_increase_qualifier_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/231_refactor_rule_measures.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/232_add_rule_columns_to_reviews.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/233_add_rule_failures_committer.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/234_add_manual_severity_to_reviews.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/235_create_loaded_templates.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/236_delete_value_type_from_widget_properties.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/237_create_table_resource_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/238_create_action_plans.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/239_delete_duplications_id.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/240_delete_resource_orphans.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/250_add_snapshots_build_date.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/251_add_snapshots_purge_status.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/252_add_rule_and_active_rule_notes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/254_add_metrics_delete_historical_data.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/255_rename_dbcleaner_properties.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/256_add_measures_person.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/257_add_active_field_on_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/258_add_index_on_review_resource_id.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/259_rename_action_plans_deadline.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/260_clean_reviews_with_deleted_users_or_resources.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/261_add_projects_person_id.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/262_create_authors.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/263_replace_rule_failures_committer_by_person.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/280_drop_table_rules_categories.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/281_clean_reviews_with_null_booleans.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/282_update_reviews_boolean_columns.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/283_add_authors_primary_key.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/284_add_default_description_to_manual_rules.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/285_add_resource_index_primary_key.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/286_add_indices_to_resource_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/287_index_projects.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/300_add_global_to_dashboards.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/301_add_resource_id_to_widgets.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/302_create_global_dashboards_for_filter.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/331_remove_projects_profile_id.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/332_remove_profiles_enabled_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/333_update_language_key_max_size.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/334_remove_profiles_default_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/335_remove_profiles_provided_column.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/350_create_semaphores.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/356_create_measure_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/358_create_measure_filter_favourites.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/359_add_period_to_alerts.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/370_create_graphs.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/379_purge_violations.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/380_add_status_language_and_dates_to_rules.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/381_update_rules_status.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/382_remove_enabled_from_rules.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/383_update_metrics_user_managed_created_by_ws.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/387_create_snapshot_data.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/388_add_profile_administrator_role.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/391_add_id_to_duplications_index.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/392_update_active_rule_changes_user_name_to_nullable.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/394_add_key_to_action_plan.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/397_add_index_to_users_login.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/398_create_issues.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/399_create_issue_changes.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/400_delete_review_duplications.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/401_migrate_violations_to_issues.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/402_delete_review_widgets.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/403_replace_review_notifications.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/404_add_index_to_snapshots_root_project_id.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/405_add_index_to_group_roles_role.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/406_update_issues_action_plan_key.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/410_add_oracle_id_triggers.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/411_create_issue_filters.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/412_create_issue_filter_favourites.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/413_add_dashboard_sharing_permission.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/414_add_scan_and_dry_run_permissions.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/415_create_permission_templates.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/416_create_permission_templates_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/417_create_permission_templates_groups.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/432_fix_oracle_trigger_names.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/433_add_index_to_characteristics_enabled.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/434_move_issues_id_to_bigint.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/440_replace_key_regexp_by_key_search_in_measure_filters_data.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/441_add_provisioning_permission.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/442_add_technical_debt_to_issue.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/443_rename_widget_sqale_pyramid_to_technical_debt_pyramid.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/444_resize_timeline_widgets.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/460_add_unique_constraint_to_groups_users.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/461_add_characteristics_columns.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/462_migrate_characteristics.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/463_add_administer_issues_perm.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/464_remove_useless_characteristics_data.rb
sonar-server/src/main/webapp/WEB-INF/db/migrate/465_add_perm_template_key_pattern_column.rb
sonar-server/src/main/webapp/WEB-INF/lib/authorization/all_pass_authorizer.rb
sonar-server/src/main/webapp/WEB-INF/lib/authorization/default_authorizer.rb
sonar-server/src/main/webapp/WEB-INF/lib/authorization/logged_in_authorizer.rb
sonar-server/src/main/webapp/WEB-INF/lib/database_version.rb
sonar-server/src/main/webapp/WEB-INF/lib/need_authentication.rb
sonar-server/src/main/webapp/WEB-INF/lib/need_authorization.rb
sonar-server/src/main/webapp/WEB-INF/lib/resourceable.rb
sonar-server/src/main/webapp/WEB-INF/lib/slf4j_logger.rb
sonar-server/src/main/webapp/WEB-INF/lib/sonar_webservice_plugins.rb

index 0789c90b35ddafd403137bd7c16da12550ba5044..fde2718ba547331dd20713df0048e5019f9d51b7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 479991fde0766a7f87702b7b91accf39f3ca7b54..caf52b55dcf8da643c832f4b2a6e935d143947b9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 61a2749feb997469c82d6663e9f90d831b7f432e..c2c94ce00eaa86cf8fcaff9284d426fa59cd7c4d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 200585f1773c9267f5c8983c97946524c6e32d79..c0eb74a80ff47723826d0ac8b942e313870cab02 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d9cb352452a7384b96dee5966c9e98cce2112df2..cf72dbbbaeb6c68be688c718bc93a3522a1d4edf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -162,4 +162,4 @@ class Api::ActionPlansController < Api::ApiController
     hash
   end
 
-end
\ No newline at end of file
+end
index 2e09ab554eab3d52b7bea6b2e7dc0b5bf03e701b..4ce123abfd8cbb7b6d0e998e7c1261725e98d583 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a5cd74114e6b6965dd55b39400eddf01133eff1d..f790a21b5c62cb2751596a16596963932f138666 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -82,4 +82,4 @@ class Api::DependenciesController < Api::ResourceRestController
       end
     end
   end
-end
\ No newline at end of file
+end
index da07c7a18dc727e4adc9919bde74a73afc694a6a..66a9a5e053246d5aa47c1213766b5610b6397e5c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -87,4 +87,4 @@ class Api::DependencyTreeController < Api::ApiController
     end
     json
   end
-end
\ No newline at end of file
+end
index f99d78dd3de0cfcc3cc3c598f5420ab21b5b6c4a..fd549c943411b0030eea7fc54904b5851ef9a2ce 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -272,4 +272,4 @@ class Api::EventsController < Api::ApiController
     end
   end
 
-end
\ No newline at end of file
+end
index f4bd08f648925553d97537939b8fcda0dd4e6b42..2ab1a6949ff8dfddb79ba1390800da343f4c2c18 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -112,4 +112,4 @@ class Api::FavouritesController < Api::ApiController
       xml.lang(f.language) if f.language
     end
   end
-end
\ No newline at end of file
+end
index 412d77332f3d0a69d2ea4fa0775b287a8b2222cb..78e8d9c207b6ec780af533d57fb645c1f0336b04 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 19a110d0b8b9cbd11271c66a9219cdf865bb78d4..a642dbe31da8c906306795c5aa3292879b1681cb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8d1e18fc6e54e4461276013a96b38cc84111e191..f2ac68f2513e3a6807f32caa88635573c7ce158a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 23c741c496425351e845877006a9fbec46a79f2f..46385f8f10c1e23b3a65e04c0092d62e18bff022 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9105d35c3650ec97b385ae920e1054855437edb5..8fdf52a9a29cbb7b793c01f34c1b822a9d2c5ab6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c36fa2f1f8394ca25f53740f10f23b66021dc355..24b94818778fd5e6cccd71fc10fdfe446d87ff9c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b0f0a97aa9643e5fdf77c3e8780de856278d9476..ef4e137996b11f49e432ab18850c21bac87f1dd9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c46cc41b19e904f077d33e16a26f2263909ca042..2cae7da9a0a56e04f68c91e2bdf54b074e14dc39 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -33,4 +33,4 @@ class Api::ResourceRestController < Api::RestController
     end
   end
  
-end
\ No newline at end of file
+end
index afc2b8692c3da426e2ba5fa196887d3d0f5a3492..7702a14ef765136ac24b60c068bfe53c3c45d374 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -98,4 +98,4 @@ class Api::RestController < ApplicationController
     JSON({:not_supported => 'true'})
   end
  
-end
\ No newline at end of file
+end
index 9fff27988098b7c4f7a11bcfa916ac470c2c51b8..3ee2fd9697e680406d71ae24357509573b12bbce 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3bbf480424744021bbab70fee5e409930a4bef6d..044ea1bfdcf317ed4303cb01d5b713eb4528fbd5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7f6c97cbe92d4d62168432f119c5236bbf2e664f..c52011d8c0aca89d89d125434783df55212bb0be 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -127,4 +127,4 @@ class Api::TestsController < Api::ApiController
       format.text { render :text => text_not_supported }
     end
   end
-end
\ No newline at end of file
+end
index 92474d4fa9f4a44da27e2f353afed62d8970090d..14cd93b82dd0fc676313843f06fed839cf40d50f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 745822610e8df9dc4025c56ca24ca21611e7b46c..90be2d3591f962dfa915af51600ffd595a6c3067 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -115,4 +115,4 @@ class Api::UserPropertiesController < Api::ApiController
     end
   end
 
-end
\ No newline at end of file
+end
index 181024d7dff70925717d2c5b7e6fa3dedd863ed7..6a7e15c767de1bed32633ae2eebe7c5e6e466399 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 17fda72c5b684a7aaa401567efd07ce9a3485e20..778e58ca98ebcb413de0cffe1672bc107006573f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -84,4 +84,4 @@ class Api::ViolationsController < Api::ApiController
       format.xml { render :xml => array.to_xml(:skip_types => true, :root => 'violations') }
     end
   end
-end
\ No newline at end of file
+end
index d2a3b1855229fb03a0da4676e00a6477142003d7..b605def0a17cf94b43f67e8144d77e1a99245475 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7d71472cfa223df638d738b7ab1fe1c7e6953a0a..315ce75ad88269247ba26939d8bb8b173ed77006 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f22ad21392348e4ed35eb889eee5f191e4973ceb..7212532e692ab86712f410b5436cf35ac7a5f7fb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 306624f87e02474729590d43724d9f18aa384486..98cb084695cc58d6efadb987ca7a0469601d8bfd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8203ca68c32bfca2548e2e3e6f827ccf088e2965..d76fbd59f83461c8c31c415f1d4b12f225e7fbfa 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9a180a0d8105881ea9831ab1b9301985cae51dec..b249e79e18f32a807dd21e76ca2b28a5b4d2f45f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1be3198e2465857c4235342bc1c28be164a7ef08..dd17fdbc32f25c701d004a96f5e023acdc3dbbf6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -85,4 +85,4 @@ class ComponentsController < ApplicationController
 
 
 
-end
\ No newline at end of file
+end
index 6a83111d151e943fdb4f4e4e529144951f30c4ae..33aad9dd43e17e3333d0b7c1e48d7b03557e56a5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -24,4 +24,4 @@ class ConfirmController < ApplicationController
     render :partial => 'confirm/confirm'
   end
 
-end
\ No newline at end of file
+end
index 1f2e08343f161e247b491abdc8bd666b749c084b..635d6e166341bf165d6e778cafd4d513d4d70478 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 39a000cc5d764e0b5292c356c5ca5235d4cd9027..5ed45edfe7130eb7d11bc74e9ff7b16eaa9c8a6b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index fa9bfe4ae370c3be8f8c93fbe117186834d8eba9..c6f292e2fc503770e9a6217169662454eb7dc12e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -99,4 +99,4 @@ class DependenciesController < ApplicationController
 
   private
   
-end
\ No newline at end of file
+end
index 7f9d5929d01ca74f5916d3d7754cf4eb8b180e7c..7037869ec353ffcb31969ee30084cade30a44b5b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ddd4567766b84aee32ca1859de5abebaf3b221c6..8245c49fe1e99d764d500bc71fc0080c297286e5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2221e38c6bcadf6f6c70761fd4e51a19664e65a3..b1832a69020ec03d3ee62abacd26dc2edb10348c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a3ea046ca579d980274deb5c021394f8fc3d9632..93285a9d000a130ed3120aa9624464ebb6e1c848 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ff5516b2b2102d6a37d9f425346cd6237dd49a32..afd842cb875f1d9758df9a6dfd88112e09ee57b3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ae23dcdbf423b3b54dc0996e71a17fe3c452754f..b83290f721f196ba01875a4113ae3692f8d30d9b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d49ce1adb682f0ad4a4e1c9f603fabf55b057f4e..6b2519f8701b53a71a3626911734c98cf6ea0bde 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index 9ee8a1000defea8fb7cd17d84d5427411126018a..8372ed6347fcc042725f1b8ce4c93a9791d849f1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2883246c6bb970da2a40a52916888c0153020cfb..010d462fd111e7370d8c8b09ad549910f9fbdad2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e4beec054dc35b71d7d19540867bedf51da7c518..b4eb6f500e4d5104d7ea2f2a0996f11a9b33ab23 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -29,4 +29,4 @@ class MarkdownController < ApplicationController
     render :action => 'help'
   end
   
-end
\ No newline at end of file
+end
index a3c70485396022eef1f3993a1bd8f98975778cd3..c89791fc925b81ef9c238d33b4f725185d4e289f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9a84d5bac9a6eda537808b6e47fab4560f1a9248..144a772d4166d1b74368afbd2f85724f3c87fc4a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 615307fcbc0e979caf243ef29671f0bb12a32b6d..889f6437123781f2bfe801d5d7b1f05c1f45dc92 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e8171c9796fd12739ccacd84056c79086a100d8a..524d781e8734b491ea190dafa5f288017cc7242c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9a7e7abb1ed292ab5a4ca13fff3eccc36dfc1986..fab6b2e31c1032ceddfb6146121325ddd4ace919 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b819df1d74574ec4e56dc7820c961ae153112506..24acc0d9d9cd4099c832a787c7951a345172aa37 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a2447a5755cddb917563120fd362ef7e6f85be5e..b1b0f65ae82bbb68ee4c48e623d0dc7ff0604494 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 37d9d6e116424bfa72a3ec7f85a7538c07a8acf9..8c3270aeddab545635778d349370294469d45e58 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d0787d925e31620babb6e1dabbbfc35ab186bc29..6288c81b540c13c713cdd1898bf56de742591064 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0cdc0e725cd9ea7991cc9cfeeca82a55f6c10097..fb44531e8c720ac4e5bcf9948603e79707480423 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9b86febed92207ea874247d30ff215a5d0c3fd78..f2d6b35e371e2f6dc14e16c3cd4ededfaf3ee363 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0a8aa42801f0c145fbea7e2b6bcb59c57d4f486e..67387998010139ba6cdaab153ff68b19215d4109 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index be5d9aba056869729ee7d8b27d33d9334fb114bc..0d6ced9b3bcc03d4880a17b71db222c2ba51c69d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 65dd608b03bfa5c3cdc2dd63c22dfd64f1702fb7..f7cc84191024187061b214e4a4d4a93475d2efe7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8959be52f6d649eba4e930d652ff59e53b3fbb3d..05495cd5952c981e7f9c9145d6a3d8597aa1a190 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1b0ff55ab7d696396b2872cc72f611cc0a4a7a74..31bce170d958791b541fdde4cfd16eea8a51154f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b7edbcc380dddc43b23fc5a6e8c0de5dd9f085e3..950bb843fe3d6ad762d948a55b63dd93ccc90a09 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 36c69d5ed1ba5927a2abdf28b217b440fe51eb23..96ab628277ccebc38cae6ada9bab0c69c48b506a 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index 3e03a23a60595e0eef0668bb325d3b310c2e33a9..c0d1332af2f13e2c4180d10abcae2fc3c9b2706f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cdbf404c570d08f4a9275cb9a326839eb56ffd81..85e8148c5a9021ef982cb35d97dbb66db430c8b7 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index beeed07bcb9c82c26eb7a2cdb8e1073395ad4e27..cdbf1ca9a140bcdb763a4f3746a7c13e06abb105 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f117daa97edd249229d2aeec306d2d57cdbc116f..41bbe32636cd2dfd9b5ee1312f68d7f22c9baf4e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -49,4 +49,4 @@ class TestController < ApplicationController
     render :partial => 'test/testable'
   end
 
-end
\ No newline at end of file
+end
index eca78769bd6a7a98bc13945eca28728159b9619c..96d98d5a2708ebf1ea9712b33c9ed6b7e22771bd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 64f2d3772b9fe8fbfaad49475514c9e8c24d8924..cb42efeadb077e5766c7e7df27b21e01d3e169e7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 85545031b9154a08df13616718daf4657f8ae499..2b56d17a098025ebb17f9614370a196ec22c2b3d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0d18cb5bce537dd5e3aceec2335e9cbd1f783076..4b1cc9026e60623fd8090d0d1f73d08440065713 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d39bdb5e3e2165db096648bca69ff8ad61749346..71426704e7a308a2833523fd77e343b1afa97ad1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index fec2f4591eeeb6bd865de77f65275164489e1a46..15c14f192dd17c065be8b4400b3bdfda9b3af859 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d72bb209a1d04863a07ed034fdc6e7fa043066fa..60ec03ae9a779bf85acc16c4cf0e820bfb56feaf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5fbaceac1e6dabbadb242478aea8b9ded0ffdc4a..5d524fd5c2c717a9bbf2be982f17ec9167299467 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e4c01a4449faf9e5de4d1984e5f528d0a78aeeab..63003db912a5f2db3fd41aa58623b78338aca425 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b30e66f6f5f942007c02ff08615c0ea6f8b250ea..80d43b4e3c049ed79dd1352adad279517883f26d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3ff2578508c69d67939a54e48cdb7345d12af203..2a638f58b8afb5050bd525099ee8887e2abd7613 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a99c580aea684de51c7e3652bc4d5f22a098781c..78a509dcf645befce9d0dccf084c51043d483904 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -46,4 +46,4 @@ module MetricsHelper
     end
     html
   end
-end
\ No newline at end of file
+end
index 1beeddaf312a05328fa5b94de94e7a4c93922e9a..7493170d36cca0b023319911052b36615c601f3d 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -19,4 +19,4 @@
  #
 module PluginsHelper
 
-end
\ No newline at end of file
+end
index 7ec0d8d7091d9de3383ae86f30c3e72527dd034b..5ace4bb5abe193226cf0ad7e56a47a03de63c8af 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -28,4 +28,4 @@ module ProjectHelper
   def measure(metric_key)
     @snapshot.measure(metric_key)
   end
-end
\ No newline at end of file
+end
index d5bb3198feeb33817b242a325e7ed6ae73dbd25e..98daf595a5267a928508c2db4409d17d1a31ca61 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 54d176e03889d7d8d7d7df862e8fa4feaa30bc56..7c2e5f83d8d5de1db412e09f09b5122d475a6f4a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -43,4 +43,4 @@ module ResourceHelper
     '(' + (value1.to_i - value2.to_i).to_s + '/' + value1 + ')'
   end
 
-end
\ No newline at end of file
+end
index db14faf8259c390b380cde7af0702e1acb2fd38c..9feaf83f7ea557e8fe2e6b0ccad51f213024e03e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cef007ade07e4aab8ac0e3bd4a5f67727194d12f..f93ce912fc175be9a8b9b0809fc29bc882c23f58 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f0cbda97a28b169d69b07ffa12d34ce1145f6c1b..f7fd239b92ef34e465348365f6fe79555a17fb59 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -18,4 +18,4 @@
 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #
 module SessionsHelper
-end
\ No newline at end of file
+end
index 9dda91aff19018becb47f1148a41fc2771b6b5bf..987505fcd4e448da6a156c8781ca984d0f0176be 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index be98a9e52d818e995a18fe4b168cc61b18169975..914629a5040dd18fb786a8d5a821cdf1b7613268 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -209,4 +209,4 @@ module SourceHelper
       end
     end
   end
-end
\ No newline at end of file
+end
index 609019ca585371245ef07982aac4d92e63396387..a925e0e951e122421931b0ff5ce1299618ed5304 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -20,4 +20,4 @@
 module SystemHelper
 
   
-end
\ No newline at end of file
+end
index 43dbf66a16c139db50fecfa5bb06c00e722878f3..7814ada5b85267d65dd9b8f027e8406304bf1a97 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9e5eb76eb3872657d3c0b0762294cc5ddf8ac825..37a37d96134c947377dbe4a29507298b9f649adf 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e0336a403413626acc9cb3d24c6d353d31a5b4ad..57933a89f021950cf4a025119bc17bc5a522ac07 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ec808b21c1a953127051e9ab7c6b02875ba30552..fc87f5933aaf2b17bd468abf3b7f6b4bd3c2eb7e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -33,4 +33,4 @@ class ActionPlan
     hash
   end
 
-end
\ No newline at end of file
+end
index 22c15fa583197419718f488c6f302df640a74f66..97a9bc9dcf29f528b1b12cabd6f562b56b859214 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 500f541fe3c0ff58765458251e0312f861c2a22b..0f43ae3beef2b262ad7a75e76c86fb968809be87 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3fe408a18ddea91a2c0e7fd8ea993e32aed3be42..45db80cfb9e93f5d21db224f2def586c2c6000df 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 625627f3ea077830090bb918a7d0cda47988d39a..9a732e3a8550c7254423dcc559a74a1ab8a441c4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cec11d384156ac1928ff556ebeb3b4ec49b3141e..0c61202502ee66ce1cb9452e2c5ca350f13a14b1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 25ca192edb0a97a33b72911226298128fdb311a8..86b56e633e5e485962e027f077d5dddc8f871030 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b3ca183f1ac492830bc6cde0647540923d0b96f7..d636e5841abb0cfe8197fa2d7dfb4524b299eb90 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cfe4846336c91ab46294f0983c2dd7b20bc7e8b8..cb77075d2d517ba88bf03d2356ac2ed0650fc018 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 928b3579314d8963c407847b6482fcfddc84ee4b..37b8487678ae4b1640e97bf5bebf0fb2363e51ed 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c4420dda9c4ebde3b4a87c7e88c5ebac8deb7ff7..61d82157769e96960d139222888ea64ff496e14e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5eda20d4ccf21893facd2b0152caa7ab93172538..ac0a65787c05234490f477c9a079f9945c0e15f3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -28,4 +28,4 @@ class Author < ActiveRecord::Base
   def <=>(other)
     login<=>other.login
   end
-end
\ No newline at end of file
+end
index 85e9fe20710a557fc717c58f6ed4fa5f8813b333..e31dbb632f71c4bcaed516be9ced607d9347ab1e 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -36,4 +36,4 @@ class Caches
     c.clear if c
     c
   end
-end
\ No newline at end of file
+end
index bed36b0c249b4c8a403f1d941d10257ad9e7e81f..3633042654964fda247e310f46d8950b62c2399b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 38394120ff9d74f20a925d2f94fd2e30ffc7e7b0..738d21cc37297f3a8f2fcb83223c2077c24d33e9 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -25,4 +25,4 @@ class ChartMeasure
     @value = value
   end
 
-end
\ No newline at end of file
+end
index 8db5e3f6f0e3dc9d6bea50bab356eb1679f09aa8..8ff06f0b82f58c85e2ab6af089b8c2820f38866b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f68ce6912bfc8730d7cbcbe4cfe2f8b90a3987ae..68ca046acea568ed653d888c001fea206a8b383c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9fa4a54bdbc58b8a79c47a549b4c2350f1c2fbc2..8abf34a01f4652c32b3ed694ddd46fef7f5f5e55 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -62,4 +62,4 @@ class Dependency < ActiveRecord::Base
     xml.tq(to.qualifier)
     xml
   end
-end
\ No newline at end of file
+end
index 6882315fe61a845b7816dd510082b9e68526c29e..afbdb6efe51176bfc252e1ba25b0776d74cdb314 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -27,4 +27,4 @@ module Errors
   class BadRequest < StandardError; end
   class NotFound < StandardError; end
 
-end
\ No newline at end of file
+end
index cb906484a8b659ff05ccd210e61abae2362bf587..45be6ab45e314ad974f4a56b2effabf72391f08c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index dcb18522921c7c10b8dac8d0d6a157171ce30d7a..86eb0f3ba9646e380455aba3592ffda6dfd971f2 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -119,4 +119,4 @@ class EventCategory
   def self.property_key(name)
     "#{PREFIX}#{name}"
   end
-end
\ No newline at end of file
+end
index 4cb1edef14339f5264d2219403865b859c34fe2d..8add30f04bbb333813e6b4d5c386bcdb10d20abd 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index fefd40b3b321385b5e3e0a45b17d5cc703846ff0..c4929b672e6f927d6355b63dfffe012046e12892 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e838da96c581fe7a96238a0cf716688a7bcd8f17..89cd49a1de416838061da89bc29551897eff11f5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3c5d561803deccca8f3b277e7f8830c30869be73..c8325772718cb37315ae387b0b449f881a3860c0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 05eb7a0b1fc80259e5f7293a7f442586f4987aab..0f7246ac2aa7716cc3b25b8b581e71738cbd5598 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -19,4 +19,4 @@
 #
 class LoadedTemplate < ActiveRecord::Base
   
-end
\ No newline at end of file
+end
index f7480066ede559c5616abf26c904dce0b00cb97c..718e0326b83714214b8a1ae45231b4ea879410b6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -140,4 +140,4 @@ class ManualMeasure < ActiveRecord::Base
     end
   end
 
-end
\ No newline at end of file
+end
index daa44db4de6e967efa797f6f9efb32bfae9326d8..e84dd9359900e7a19e87dc0f642ac5201948d911 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index fb393a40399924f674effa24402cdf25892e8b7b..8f1b895e80a01dc160340433a14a5d924368e0ca 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1cf8a602f755aa386e09554ba67cb9ea22abff7e..3db7fda782f5aaa15427bde459ca10f50c53b1b0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e0d2cb8ddb86923d313a8fb0b9544e84dc5c121c..39debafb7816a75308e52169acafb259beac4604 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 23bfe106b1a61b98f02b7e40e25a4b434cb4bfb9..c9d27ac1321aa4f5041f54677bf46c178e22734f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -150,4 +150,4 @@ class Sonar::HtmlOutput < Treemap::HtmlOutput
       "<a href='#{ApplicationController.root_context}/dashboard/index/#{node.rid}'>#{node_label(node)}</a>"
     end
   end
-end
\ No newline at end of file
+end
index 5e75a85a2421df522726e3f2edaa3b4bdeab0896..b66843c1fb24e1b45e8d99bdf3386cfe4cd312f8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -22,4 +22,4 @@ class MeasureFilterFavourite < ActiveRecord::Base
   belongs_to :measure_filter
 
   validates_uniqueness_of :measure_filter_id, :scope => :user_id
-end
\ No newline at end of file
+end
index f776aa8c5fdc11ff7a88e3fd914d5d986121827c..3ecece417f6e9177ed7b2be0a247dabaf906eebc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9edc6d186ce342e415e77d7aaaa379c15035a3fd..5c802b8c401fd4d025cbafba7d2d72149d374c33 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index bb9e464f1250484397ea138db94c1c8eb913a566..617cbc074ba5185e97daf278acfbc0d204b955ba 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ecbfd660451e9a28187a3497d8dab43f75569e3b..cb4487eb1c45d124a6055d62b6042506a4d5a217 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -82,4 +82,4 @@ class ProjectLink < ActiveRecord::Base
       name.downcase <=> other.name.downcase
     end
   end
-end
\ No newline at end of file
+end
index ac1865ad3018f44e519eda031ec4fa83fc0b49b1..d24d27e0198dcbf98d8d1cda39209360f54fbba7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b76da8946cd47e70ef5b0212891d8d6b9137383c..2cd88cc9c16682fba049dcb03fda40b7d114abc9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c07b7f8644058979596fe71b7f16295122189191..409fa57950747f7b03b396b45f53bf268b67d01a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d486cdb3291571e3d309b87772b611f57c688c5e..f45bb0dc5367fc0c80228326de0aef33b7daf293 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 242e7abacadba5417f880c673e9b588a77bf8675..e5782ef9e08afe885686c9f7c75faad993045b02 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -30,4 +30,4 @@ class ResourceIndex < ActiveRecord::Base
     root_project_id
   end
 
-end
\ No newline at end of file
+end
index b4c8d27a0d9e450e58ff03ae667152d6e90265c1..f98251b994d9a77acca7cee42d573ce1988113be 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3b883583d072639397d0fa0d62b7f611cfa52690..8592e617258a671a5c482ff6bde15e1437013de3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0017ae761bf4f72cec22f34b502dd1a2a18fddb4..319fe18af095e0a6334bd3155f6ba4fd94c52adc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0e9950bc3a7cf17945fb8d46972b90191835bb39..0596f8c289dcd68ecb5a2c7a306aca517393ee22 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f763905cb6eaa0eaee09c0e8dc33524acb9fbdb9..6641a642cadef3235854716e446f3eb15a811de9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 68375d17f60c748d7e2745b04e5d761405f6f2ee..583c3ab9884919df211da80572bbab423b11f189 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ae660317d06235293a6b8b7019fac4ecfe389478..1fa3676ffd1ec695129671518d930c23f745df64 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 61cc4425bf4add3bcfb589a194bf7ac23f3ae4f1..411c1927a3cbfc919b2c5575b49731ad88b8559c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 94afc8c29c3856fe8a6a22a006931e9627ee1460..c2ba7bc38d55e23ba0607e7354ffd055e9f7d071 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2ebad0eb867fe29eb88bd918a18946eded71f233..905e12d1e016ee29968a5c5fcbf660c0c4bb7af3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -19,4 +19,4 @@
 #
 class Sonar::ResourceFinder
 
-end
\ No newline at end of file
+end
index 4549f79193af5c4aad41c7b2947971d57c31a8a9..47834d91f8654e4dc4b675ad67f944ef05710276 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6b2c2641ced18fb7f18b86ba225cb551a5c85094..c284de091e46254aaf7972578aeeba20d90f9c43 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index 3b9fb6df3ea2e91d6dfbd820ac823dc9bbff0fe9..f6d8ee3b45f5e7c2effd43e2c42cca0fa3c92ee6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -46,4 +46,4 @@ class TrendsChart
     end
   end
 
-end
\ No newline at end of file
+end
index aa8fda0542465cf9bfab785efc808c43d1d06954..5310182de518ef4df7c846675b485e99d0e83ac0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d953cd980c3a594837be16693b5a911986433ebf..f095e9077a39988f456dc6b125d60238059beb61 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 784025f0986636b54787caf2517ae9d9e5feb564..2cc40d33921761b476ce5d8b55a3a0cc274c647e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8230085a1ca0f93b1fe8beeefe76c74fe7f3392b..49f9ff75036ced65c52d32d930a1f8141390b746 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3b14d8e39ba7bc16757ca1cebc141c9a5976ba27..250e75f62ba13ddeeb175bb4e1e21561136275d6 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index aef331ec3b7a671a1688688024da41ebde868749..ac066e83495b81f0a6e4f1eab9960784cc746eef 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -30,4 +30,4 @@ class IndexDatabase < ActiveRecord::Migration
     
     add_index :metrics, :name, :unique => true, :name => 'metrics_unique_name'       
   end
-end
\ No newline at end of file
+end
index 6e3cf236de3b39c860435ed0ef0086b658b4628c..afd7d4f9ba321ef4c242a2bf838bedbf793c58c4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ba61ce2e1000be614f9e85656a85bf85bb5df4e1..d1a197f51406318eeee8f39cbeb9ac4db983044c 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
index 98c57b0630deb27b706d63db542c185bc4cc4d7a..56e00c5e085c3098c3badb980f1f78a129edc05d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 27c09e3d8b2020c5a6d3e88e2b5eaa389cd4619e..d77ea30e7b0dd608d6398f2f4d09006abd048a43 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -26,4 +26,4 @@ class CreateSnapshotSources < ActiveRecord::Migration
     end
     add_index :snapshot_sources, :snapshot_id, :name => 'snap_sources_snapshot_id'
   end
-end
\ No newline at end of file
+end
index abf0c47f9ba122b22546f042033b96f53ab0fcd5..54f0f7e83ef5c486145e9f2931161d7bf29c0334 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d2fd3cbd0ce35bd55b87dd493f26d54219f773ea..a744cfb66015103fdf18017495536a94fc8c97c1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b7a2c38ffa22ee7ce0f51ddbfae36ddc122d0439..37f5db22584715c80da9c53006538f406edc1d1d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -30,4 +30,4 @@ class AddProjectKeeIndex < ActiveRecord::Migration
     end
   end
 
-end
\ No newline at end of file
+end
index 032c11a32461fa9c4576c9d7ee5327c2260c553c..89e32b7901ec61caa220add44793af970eeeac7b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cee146b5f8ffde2a67b2ac5501cef1a65d313b39..f22e4a666ebb7e1ccc987c664e479c1ea6b2fb3b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 456f88d5a71ddd69b970968e1b155f6d7d3b65ca..22ac98af8e27a317def08baf30e904a7ff388b30 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 4e08518e544db666f0cdc9b3b4814aedb25241f8..a9d1abe422a7113b98ea60bafb6fa2c9648112df 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c53cae4f07b9285c4df3a6b196795720809207c7..d95394d0f2d4ea851c14aefd604d2af28cc785e7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a23e4974f1a43cc5cc0db9c3c207981a13d0e025..4006cd2e8e569bda8b9d1b498f7bc9fc46c15090 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3f3e31d78538d1e73856afb52b5eca7f8bc936fd..a067c6e8813c369769b8718376a7ad0bdeef9885 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2fd4205d84e77de655b9e159b6a6b8fb70dca07a..f4c2035ee94060e7dab22fc8a8860a924358c563 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3904f9473a1f2146b9608395a275e06748329a4e..a3ccc69a087a503d171194f4effc40c1da316c51 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -60,4 +60,4 @@ class CreateFilters < ActiveRecord::Migration
 
   end
 
-end
\ No newline at end of file
+end
index afa27955fb1bbe975bfd4d743d8e2771bd8e1ad9..a395941c03d31df605661751f9a89b20862892a2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 582cb6e91375c32e550ac6e6fcdeb2361fecd6b9..030b43e4c03099433bd1999e28085243cbec7138 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 4a9d74b29d4dc5e8ef4e86d7fde254f39f57ff74..39cd576fa35c342f1d2fe97fff3be5c4ba8e388a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index dac456b7358feb0b150c048c9322d5e918bd73e7..c235b255d08aa51b9717eb6f458d899caa2debf7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -43,4 +43,4 @@ class CreateQualityModels < ActiveRecord::Migration
     end
   end
   
-end
\ No newline at end of file
+end
index b6b913efcf05a3e9c2f0d80ff1b564cec80a9627..9f5cc291e5fd5cebd51e453cc860c9cc720101b7 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e6c5ec6d73bf91a05da116d2601593d20146a9fb..91284ae7407c5c3df88cff7c42326cdd5eb7ccce 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1235fe1603d39c6c40017fa6bc713f666eeb906f..369ba2b70af4f19698866aa3112ea4cdfeba5e43 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -46,4 +46,4 @@ class DeleteCheckstyleTranslations < ActiveRecord::Migration
       end
     end
   end
-end
\ No newline at end of file
+end
index 9f76ff2d6f0ffc8f51261b58b88bd8d8f8c7d099..a02bed10a0454c0ef612a55b778c42819e855d62 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c47306dfa0c917b69260f2ddde2df718143f1a33..763303d3f658e4a9164f3a5bb428679afdf475a6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a10298ef089c24e7db6bde57cfb5390565b27ab0..6e1ee43611298150dba4e01369e901510fe7cb65 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3bcddfd9f8d0f86868c4f7a67d63802c8f6f3a28..9bfeef65b3173c3d878a3b3df4d5ad4e17e52ee0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e915d5b9a972fade6135787b4261e954b9e5160d..f44e4f5750cefd53f55f88e2da2f977e8d5c323f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c378bd1a603b9233eacf1c09bb583eaf008630ed..24d3bc8ca478f31582821900912da76f3efe25d8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5e031ed7b3b2300878e38f8a2c04f609165be261..6dd8e125c0c7331d3bd0cf148a93b22db86a1330 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2558eb48cbf4a4dff257fc4a07908d3c1b5a59e7..0aeb4234f60f34447c1104fc54f23fcec0dc5742 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -33,4 +33,4 @@ class DeleteActiveRulesOrphans < ActiveRecord::Migration
       orphan.destroy
     end
   end
-end
\ No newline at end of file
+end
index abc5f8905b94a6d5b43bb7e3127fc01f063ab00c..bf4f847a3894ae9e06d6128568f8a63ad303fae3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8ae37824f1b404e1c83193d8c5213619ec5415b1..48d00526c85cd04400e391ce779dffef5e7eed4e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7fb28053e6bce1b59581ec54c958e8954140ed21..c6a1c8b841537ddea3e8ed1dd270dcb38013d3f0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 344f963b7f1c86dc709a9d898f6f32be374ba4e9..4c3bdfa43d4d2274c09b1679e1041acecfd958e9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 423aac2961394e179051152eb5b3437d91df534e..9013cc46f40556e8a50e03787ec1f2c35db31491 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 12f179af96fb4045a60a753e95cb0912f33c919b..0ea7e98c1b658d7be6192f86ac4ea64bb0f00229 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 878c1f0a328d8cfd09e0e909d2de2ce7f2c82659..549928aec15d9416b3da23b960a4d6358860d880 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a44f5734f154833a6ebf168d32dee6a6d1ba0155..00c3d775e785606e4ccfde7260bce51b7b812721 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 719b5c064131e768440a06c3fb626b0ea453458a..237f4468a99310524ca19d1ba5c355944f3f5a37 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 986e6a70fe765789f3128fd151ec4ecc817edd0c..5997879c80b9a37cae6df2a0e65710c38f680346 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e7c9bc85809e9e2a45f8553f1f3d216ccb74d960..22733618144cd5872a5c5131982b5d16392d97d2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ef42a558aeebb08a9001fca6857186f813c48d63..d193c2e78e73342a936fa55660c0f3e91a7b3d04 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a20d25a2dae1e83fea9a1d0abe3885c0262c5c6a..47ee1bd45c861f02421ac0baa533fb913e7dde1e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index bc46f2b32eb81dd7def0b43ee0a5a782ea0c1670..7ef89e4a5884adb3f142ceb0733c097f7a55e39d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6a6acc8d100bd5e7c58ce308d5906a5df66cf89b..1278ac44275b9c087b86ca968dbea128aabdf1b9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c48d653c41c1f28d785453cd2e843f3249b393a0..b30db8bbf06180fc798bbec6614b4fdacd7d2853 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 189fbdfb05740d598d2f7a2dcfa2d3d77c7ce96b..8de9978e5ff17715ae77e00b5752044b14596462 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5a8eb80ecee77bc34e4f0fc5396c1d2851d8e621..b2610a59f60fc1cdd2556152ee09adfd1279c134 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7754a0770d919dabed50d5194308a45f2a235df3..c646e2888fb30522e6bb04329bc79f74a1d5d74c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ccf910114094962c10733e5fd3b7de2c42e7210f..05fabacdd9af876aa6864fdd62e824ebe0cc57e2 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 67d47b6b1423e39d75ade03698d2ce4483a246f6..bb6909325f5d3bb1043167a0336c0a41cd0e151f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a8e1b097b30d67a9ee1e4cd95823ca3bbeb4c0f0..92b2f4e4215e5be6b3762af49e734b2410c37777 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 82e3d03c202cf52865c760812042bfec95ed31ba..9e45844bf4ea20f308ef03d45394954ea7fac1ab 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 52986e6fe2c443d015deae1ff6ff5ce53ad6ee38..bd5f56c2afc6047bf8c0e45982c7d02175d18783 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 69e91b844e050765af4826dd403db455651d5c17..92408f5f7fe8dcafd310abca8d95c91b18ee71d4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index b9b9de76630b2739158109d47341c9a6d8fa2f46..3576b0ad0158afd96aa78e51367acdc405845bef 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index efa3ea2ab12e7f5fe23f22113fed7fa6db92b6db..e8fe99a20c09bcaaa7086b633a614744cfa79fa4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 29d685d5a3196b8050a6e8265e77c5571dbb4807..82f1111bbbf10e1805c1a066970e3d48ce301c01 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8fb136e0979d740026d7cef2c7223fbb91eaa0fc..32171cddcfe722c3c88554ba77958be4ffd97703 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d3e42358d493463cdfeb313630da44f11e418732..f79afc9771d881c882183b4c0e06af8bfef6e9e9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a87d26a5ad0db990c21d1042bd2fb6da2a55b953..a7901fa6ce0a68e83fe091918af5cdb88d95a878 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 9d892fea6f7c0152785f7b6abd0b8f0e0279dab6..e75117ab3e0b471d66286ad186e7aa87af837786 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7db4027838e64cd679139b310914e3e549fcd867..d8e67cf836e9bf98f024c9a3230e24e71d931e21 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index f2b148a58d5b536173fc238eb38d9917b7cb35a5..3cf648756678f8043001ec85e8df432e22b4ceec 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a527ad0e087ae357430f9cbbda4b08b921a9cc47..a9703435a5bbe41289671d260f852722155ef79d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index bda02dfb6f8394687e1cde2154fc520a1743d212..191ebabb4ca760d4ad7967d25b63a9b1451f5d71 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 886758395bd4fe769274629e96a4e5e19e96f90c..bb8aaaa847d46ddce3f8f374029d0889fcba4690 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5b89f967fe62d03a4f09fba6a1dcc8923b84c4f2..b79a6267deb4f7c1adfb8b93942804c6a7cd1c5e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3f7276d9d8a2bfa7be82e5adbb4b4d057151a0e4..5f72ec003c45a3ad15e99f9f8db32206f8e9e7f9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7085ef949bec32366afc005f0244cd5a49a04179..dc81c3c55b39cba65aa0b89ea4f05adef941183a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 716d15ca62098156722acf4d17583efd898c4635..42da875bf85b301b9cf9b31e78477c31212ea0cc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7379220fff783cc9001c72626847247345406361..bf9f8fd9c6a6d7bdd17edfa9aae6e5dc9d95c25e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c1659783209968838856d8b0965aa3209a0b4558..9b5c3e222b12d26b4cb2f0fc3e4a06ed067b18ed 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 8314b538a699707c399a4a2d6ad8b04cc184e09e..c80c9097c0ec3f19b71d269ac7b49c96b841f8d4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a8613fbd0a75fa832ea13d15db87fbee1a2f57ff..4ebafefb8768a3f456968b2b5124e4e2a4b9a6bc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3c5d8e79da0f6d83fbef2d9e839637dcb6e0c58c..b330c9c0f640e0238ff790cb0c26e2a1c1f3947e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 83b0c40cfef9c13c064d268d3ba36447baba1ec1..3e77c78f4e583e28f59c29bec3d90ca6e225372e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 38d3b604148d1f3ced445eb29a3f404c544d2439..94ad300c5100041f7e81c1482d4cd503d7670641 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 163a171f0093511898a68c1bf5c888c0e2660724..0353261cfe89b5f4939286cc982d483970728186 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7ebbb3b6b1184ddd84cb80d98152b46ebaf68084..7312a05af4f471875ad4525f75bbc09de21db190 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0b83404c86e735120ffdd1a6432e31b1e6c978f9..606ec73c0244d90df121424fa68bd1eb88f127b4 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cc8936f92cea907d640c917d3cca375959190a04..f38774b55aee165676b562c5eb90b1b599ed5950 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 42c6e3431ba4eb4b58eb332ac3284e58ee6e5334..3fb7050875d3c921baf0ed18c4c59676d77ec2b3 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0168c7d541997f441e4c5e3271f94d151f1c9bd6..308824b84517f91e6a737bc0cf3c19aa2cf4860b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 95a85e6c5e4d2a708e4047d27bd9355e788bcdea..12ae7d4ad8a28d427f7c28cd16f6f0df38ca39ab 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index c9b2e4e574f893d7760755eddda2cf566a363269..8a6c45bf3a618d9e72edf526ca5b1311543a5e01 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d86bedd70f65d24782d8a9f06ccf6e6ac0259083..b2e6b2813b75a6939fbd19714affff8a05204650 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cd842b31dd9b9abd869a1af4cbccc0507ac0eefc..891bca138c236de3fc8ee4ce6f01cb09e87a33d1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index df4aaa8e49f197d9cd286efb4fe919aa62df26b7..210814f30379600745b5a688e169efddc6f10490 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 38020bd4e5fac8b3f3948ae01923b8128a32beae..1a35631ad4a5ba0fc1257cefd694fb9b103a5493 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 26a46aff91a45bcc73a588856073ea97e6eb0842..b7f4085c12afc1e3046346d6ea2fa7b689c8f404 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ddcba3f0e47cc53dbf971d766d1fb814f0dca0a3..b9a355bbaa1c7a39a29ae3ddeefc7acc1ebf55ab 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 280cc1de74f866adb1d498d835c364842ffad010..0be9974ebeb472d4a1f514eb34014951a0492b19 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 32f94026772092082447d2eb0d3bc04927f97452..9b0a50ee2c2257a1dfdb1d8abb3c521dafe419ff 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 22907dcfb7900dacb12f69556e0f2375339b8b5c..d26ec47b05d7a4b534537d74ddd01c589c0bcfdc 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 18f4c6419ba7dd261281fc4f6caf6b6309e1aa18..fe45b226efb8e7a3a31e35aade493c59ad5a87f1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 97290b93e46a955cdaaecea7d1bafd9e26d5c9e6..0210601e4e13e0e02411c2862ed279d44b71a616 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 92dbd7cee6b5861cb93bf59a45f410dc91aeaf5f..c6bed0abf42fa07d1437988c8d90ea520e157bff 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6160eea375c48cfd659f060d5e1d0fe76692a456..8515536bb538ec8d5cab13f0f838c4613b7bebe0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3c945c4baf0a2ee98cd41e7857e3047ef2a0b96c..7dbce953a65187ad13e678f35f6bb2419c1b4747 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index bdcec12a7c4aa4ff340de9790b70c8a7e13bc5bf..fa4b92921767dd0e61fa69f66094bde2e31cd1fa 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index fce2bb4318b7d8afa918cbb12e0fb83ba76b7507..180148f281f7051f77d7538b6934f2ae3f5683e9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 777705218565e92691267822f444a47a31c31e37..7fe9fff60e316ac21d79554c89e9f34117704c8e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6038fe53159174137393e4c8da77393a2c75de15..7b540e38ecddc1501089309d2ac5f32a7f07f7f9 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 32190e2ff1e88fb82128f4d6abb496f12e4b88f5..908f16c9dfd37a00eeb468335ced7fce1fa6bcce 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a159accc66bf19498fb6f243252baaa0490d7a22..ba39c7f488105c3b987960e106ca0d67828e4c31 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 2e048465d1149143b980dec15ee24417e22bd17e..6ec658058ad5fdcfef8801ad4640751cd18fd01c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6d4504dd25906ecf73deb4b87c8382a20a7bdddd..1a92596c53f262f140015b0a56516801a7589725 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 6b63b970769d1a03ecb4a1f11fc7edb4199a14dc..2b0cdbb9f6c4d66a9572a7a2d4da49f57cad46be 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -41,4 +41,4 @@ class CreateSnapshotData < ActiveRecord::Migration
   end
 
 
-end
\ No newline at end of file
+end
index 45e53d6cd134671dd1bc00639e46dffc6294faad..3f2434e9a243abec9fa70cacf6ae3cd389056312 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5dad410cddd2abbffd53f15cb39125ee3de54788..f8cdcab2c9a9891b5782f8513a00761c093b6f26 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 933f50991d20ce764206c71f2ff68a642029d12b..5334bc61fd4264b59610d8529ef9d3925eca3147 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -38,4 +38,4 @@ class UpdateActiveRuleChangesUserNameToNullable < ActiveRecord::Migration
     remove_column 'active_rule_changes', 'user_name'
   end
 
-end
\ No newline at end of file
+end
index ded169f5996a168a89ecfab1942e69e9466bbae0..a1e8e31803ddce90d6b357c0eb48a16102f64920 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 11db24ca48ebd939eee61f5d41af44c1b1c6161c..e1e2bac52d789081833c4906c47ca684022401fe 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index d3ff27a2a39c7f88d93e9ffb4f2beb1b34f52a8d..ab2c2785faf801e9f0438c871384fb7b7acebf8c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 016380cf8f6674ef43f59295355662a6dd9e4420..65db6da6caf652084fd46005c371435306c2a087 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index da052697b7b19c0735031a44007b9687683c37a2..e845882676f555e64c9854befd6555bbb793e3d5 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -39,4 +39,4 @@ class DeleteReviewDuplications < ActiveRecord::Migration
       end
     end
   end
-end
\ No newline at end of file
+end
index f4e0c01c1fccd5515ee708192e90afd8bdd77527..7b7f0301572f78e8495141ef0a91d6c157473213 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e478de705e2546fd3bfc28e1a77b1124b6102add..9e33f3a5fd23ca3211a7a6488d846a329959400f 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -42,4 +42,4 @@ class DeleteReviewWidgets < ActiveRecord::Migration
       Widget.delete(widget.id)
     end
   end
-end
\ No newline at end of file
+end
index aa7ba727e0594d66c2e41a200b3f4fe779ad309d..9fd17773e2ea0bf200ed17b1009f9207213d9152 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -44,4 +44,4 @@ class ReplaceReviewNotifications < ActiveRecord::Migration
     end
 
   end
-end
\ No newline at end of file
+end
index b0d6b4e111ce3b5e884fcf420ec4a2fc0ebfe19d..5439222b2487c1e06ec7425ed6806564b425499d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5a353ecbb5b8c37d421d0cfe05e59d905f5f2310..4fffb78f7d297e31c7f79cec78d13de08188fa36 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 5f1b2559ae842027aeea643f2d79e65ed7f92237..3b315becae93a6da9706f0fa4f86e259cca3c251 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7b2c28bf9c399fc48e2eeef9add895a08c44c40b..8ab64558c7130eebcc0a60193771a1b3eea2588b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1cd504b2c1fb5e2d7b2cca6737af9fa41f345b22..bc0be2de9bca91ed39abe79156892739046b5fac 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -36,4 +36,4 @@ class CreateIssueFilters < ActiveRecord::Migration
     add_index :issue_filters, :name, :name => 'issue_filters_name'
   end
 
-end
\ No newline at end of file
+end
index 130f38adf9d6f177054a42c1ca6e32d8755e580e..c4abb6ad1ea593e72b551454174b4eef80b61b82 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 4d6e02140d9b28764b49515e72d811a7f6e25f28..c496b351544eab91db6d5570db592c37efa3b411 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index cd00678468f571b82a8a12892f298a0cf8c48e00..3c376a6b89f49df226600fddc940fb8c2289d085 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 802cbfd4746f788ab6ebddf266a8ab9baf09a4db..feec3623413c9569da160bf490c5e995a66ddf27 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 1715becec68db7c5b52ea7e162eaf54398473866..f2cfcc076fa1e22891d6e964cd0d0e645cfe2a19 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 95595a5465270740d015d71fad062c06f3645b22..9c62d4e075b421869a66b68201d1fe3d9bd95bf0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ececd5c2e1ea38e8dc194901e46a42118ed301e1..0194a7e5c25b7a024752c6e03d4e1eb486487165 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0fdd2de36bfea4f3107fba056ab2a3768abddfee..0509084d5512df94b814aad1adbd1d98ded52355 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3609be36740e7488bac0798a5d1a6d8c7570dde4..927a071f737c1dea293503d078b32adb36832dd8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0b345b136f68b8725b414019bb682b6ee02bfb0e..728e7fe49f97b977f6ede6c1da5c801e61fd3f1d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index de2a19767e26c0971bfdb71645f7ecea02e06afa..280fb8b75db6ec26123a2715a154b5f91a0f9122 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index de74c3098f5a451ab7f9d74b81f441f802e6b076..9c10833d573a70f33f7fb14dc1316f1be24d9d11 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 0f1458dc494cf13f62ce968c8f781f1acefceb5f..64da4d1d10daf174bade5e139efa5e3fadc92303 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index e84a3027a030f70c9693e4211894bca2f5d33c0c..e0969594f3d2e56044dca583ba41cd7c200f6df8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 7d529684c97faf8282ec51beb2a772a69ce099ec..4dce8b477740d3f02644b9de5b7232c26f322d03 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index dec163f3960c3e41123838895ec855dff0e51c65..cee385060c118c71afae21488b8772387335c3c6 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 72c651a44d67a65bf76be8b26f69c58db1227490..92ba0f284858ff69896497892ae87c0cafe3f079 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 414178685825d4936fb3e219154dcd031317b3b6..25cb8ab1f07e2a6c26de8538500e91c1dad460c1 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 40e1388c8fec5705c70a0270076b5a16fb70ea32..c162eb8f887a51f93d5af9fc57d3d9be10174002 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 818719d265ad72b7ea3d5ade3c57f09f9c5c7b36..b2ee196fa43a654634d9b4dd87d3b465315c5f6c 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 38179521fedefded67d7e547b022b8fa048b70f0..a55e6b51c1b36181e397e53b4329f5366e288263 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index a18a51b822cbc17da3a4459fa2697f0aeb852247..ef82fff766432f93b6834dabe3bfeefd9c3d4b17 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -98,4 +98,4 @@ class SonarAuthorizer
     global_roles
   end
   
-end
\ No newline at end of file
+end
index e1536c883ca11131eb5e0c1705518a5802eb694b..1a81dac85b81394bd0356d7414ae78945606aa6d 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 3984050e0c74d618ca05e94807e20e35eac02738..5916f2f72d395bb28f8da5c9b786d46f399b8335 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index ef93d9d3aa9f48bf5d874a6e3c65d7cb469ce372..9bc2119410640e11d70fbbb1e6a46ef51cfefeea 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index baf3dbc87d2ead5eafa3a9107755028989c854af..c0eb5911c6f03597d299d3650325055bf5048296 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 32513ba6695dc9cae9b10733990288ae198bdcec..7a89859205e9072c0368cc602ac78560b0ac3fd0 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
index 102decb2b21f6c662d5c8d1f2ce343474ceabd6d..fa10f04ac16c6543b20cd7a25416844d992f37de 100644 (file)
@@ -1,5 +1,5 @@
  #
- # Sonar, entreprise quality control tool.
+ # SonarQube, open source software quality management tool.
  # Copyright (C) 2008-2013 SonarSource
  # mailto:contact AT sonarsource DOT com
  #
@@ -117,4 +117,4 @@ class Slf4jLogger
     end
     message.to_s
   end
-end
\ No newline at end of file
+end
index 7bf6baa9f488f0d3656f0e7ad00bc441b51b0d2d..fe63ad9a412ddaace707a51d6c2a708c26c6d858 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Sonar, entreprise quality control tool.
+# SonarQube, open source software quality management tool.
 # Copyright (C) 2008-2013 SonarSource
 # mailto:contact AT sonarsource DOT com
 #
@@ -49,4 +49,4 @@ if ENV['RAILS_ENV'] == "development"
       end
     end
   end
-end
\ No newline at end of file
+end