diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-09-16 18:09:48 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-09-16 18:09:48 +0200 |
commit | 448e4117dea51b51ba5703e5ba5cd8a6735a0db0 (patch) | |
tree | c944cbfd6f06467e4b9b5eaca9e2781d25e9b9ad /server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js | |
parent | f2e47675ce6516c502a5d531bd0ea3fbd9183747 (diff) | |
download | sonarqube-448e4117dea51b51ba5703e5ba5cd8a6735a0db0.tar.gz sonarqube-448e4117dea51b51ba5703e5ba5cd8a6735a0db0.zip |
clean up file headers
Diffstat (limited to 'server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js b/server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js index 8454dfc7f69..7e025519094 100644 --- a/server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js +++ b/server/sonar-web/src/main/js/apps/coding-rules/rule/rule-profile-view.js @@ -1,22 +1,3 @@ -/* - * 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. - */ define([ './profile-activation-view', '../templates' |