From 997932e76a9ed18ddf8534f575b39814c019ea6c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 21 Jul 2014 15:54:42 +0200 Subject: [PATCH] SONAR-5001 Add missing copyright header to migration --- .../581_add_rules_description_format.rb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb index 86279629f82..24d620385c0 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb +++ b/server/sonar-web/src/main/webapp/WEB-INF/db/migrate/581_add_rules_description_format.rb @@ -1,3 +1,27 @@ +# +# SonarQube, open source software quality management tool. +# Copyright (C) 2008-2014 SonarSource +# mailto:contact AT sonarsource DOT com +# +# SonarQube is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 3 of the License, or (at your option) any later version. +# +# SonarQube is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with this program; if not, write to the Free Software Foundation, +# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# + +# +# SonarQube 4.5 +# SONAR-5001 +# class AddRulesDescriptionFormat < ActiveRecord::Migration class Rule < ActiveRecord::Base -- 2.39.5