aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/update-center
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-01-13 17:55:44 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-01-13 17:55:44 +0100
commitf5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2 (patch)
tree921507db617a798ffca9f77541464ce6f754cab3 /server/sonar-web/src/main/js/apps/update-center
parent2bfedb819981ac053da492f6775386b9141869cc (diff)
downloadsonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.tar.gz
sonarqube-f5d3461ffd3c5936a3bdc0999f6a9f71b9f10cd2.zip
Fix project title in copyright headers
Diffstat (limited to 'server/sonar-web/src/main/js/apps/update-center')
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/app.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/controller.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/footer-view.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/header-view.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/layout.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/list-item-view.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/list-view.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/plugin-changelog-view.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/plugin.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/plugins.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/router.js2
-rw-r--r--server/sonar-web/src/main/js/apps/update-center/search-view.js2
12 files changed, 12 insertions, 12 deletions
diff --git a/server/sonar-web/src/main/js/apps/update-center/app.js b/server/sonar-web/src/main/js/apps/update-center/app.js
index 6f583111546..0ab694232fc 100644
--- a/server/sonar-web/src/main/js/apps/update-center/app.js
+++ b/server/sonar-web/src/main/js/apps/update-center/app.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/controller.js b/server/sonar-web/src/main/js/apps/update-center/controller.js
index d3b833217e1..ebc932de346 100644
--- a/server/sonar-web/src/main/js/apps/update-center/controller.js
+++ b/server/sonar-web/src/main/js/apps/update-center/controller.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/footer-view.js b/server/sonar-web/src/main/js/apps/update-center/footer-view.js
index e869caa21fa..0f9f814597d 100644
--- a/server/sonar-web/src/main/js/apps/update-center/footer-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/footer-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/header-view.js b/server/sonar-web/src/main/js/apps/update-center/header-view.js
index 0ed3a8f8962..ab758cda934 100644
--- a/server/sonar-web/src/main/js/apps/update-center/header-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/header-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/layout.js b/server/sonar-web/src/main/js/apps/update-center/layout.js
index db285aadd55..42e0d9c34ad 100644
--- a/server/sonar-web/src/main/js/apps/update-center/layout.js
+++ b/server/sonar-web/src/main/js/apps/update-center/layout.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/list-item-view.js b/server/sonar-web/src/main/js/apps/update-center/list-item-view.js
index 963670488d2..2287e41e615 100644
--- a/server/sonar-web/src/main/js/apps/update-center/list-item-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/list-item-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/list-view.js b/server/sonar-web/src/main/js/apps/update-center/list-view.js
index 30fc86df670..31dc636adf7 100644
--- a/server/sonar-web/src/main/js/apps/update-center/list-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/list-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/plugin-changelog-view.js b/server/sonar-web/src/main/js/apps/update-center/plugin-changelog-view.js
index 75dd7dbeb45..86ee00f3441 100644
--- a/server/sonar-web/src/main/js/apps/update-center/plugin-changelog-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/plugin-changelog-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/plugin.js b/server/sonar-web/src/main/js/apps/update-center/plugin.js
index e758c7eeb9f..e712c8acecb 100644
--- a/server/sonar-web/src/main/js/apps/update-center/plugin.js
+++ b/server/sonar-web/src/main/js/apps/update-center/plugin.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/plugins.js b/server/sonar-web/src/main/js/apps/update-center/plugins.js
index 7c6c64cc917..2655bf22c5c 100644
--- a/server/sonar-web/src/main/js/apps/update-center/plugins.js
+++ b/server/sonar-web/src/main/js/apps/update-center/plugins.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/router.js b/server/sonar-web/src/main/js/apps/update-center/router.js
index 027849f47f7..624f73c7943 100644
--- a/server/sonar-web/src/main/js/apps/update-center/router.js
+++ b/server/sonar-web/src/main/js/apps/update-center/router.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
diff --git a/server/sonar-web/src/main/js/apps/update-center/search-view.js b/server/sonar-web/src/main/js/apps/update-center/search-view.js
index b6b621aeed7..a3893d1baae 100644
--- a/server/sonar-web/src/main/js/apps/update-center/search-view.js
+++ b/server/sonar-web/src/main/js/apps/update-center/search-view.js
@@ -1,5 +1,5 @@
/*
- * SonarQube :: Web
+ * SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*