diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-03-14 10:19:34 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-03-14 10:20:44 +0100 |
commit | 8dc526bd30e5cfd5b3654aa34bc71c5b233d834c (patch) | |
tree | c4c6ed20a376d41953b448c7ac445aab3a448394 | |
parent | a60caf6ecea85095c9bef3ebecc1bc7c0c61ba7f (diff) | |
download | sonarqube-8dc526bd30e5cfd5b3654aa34bc71c5b233d834c.tar.gz sonarqube-8dc526bd30e5cfd5b3654aa34bc71c5b233d834c.zip |
Fix license header
-rw-r--r-- | sonar-application/src/main/java/org/sonar/application/ShutdownHandler.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-application/src/main/java/org/sonar/application/ShutdownHandler.java b/sonar-application/src/main/java/org/sonar/application/ShutdownHandler.java index 1ca1f485e12..2a184d8ce09 100644 --- a/sonar-application/src/main/java/org/sonar/application/ShutdownHandler.java +++ b/sonar-application/src/main/java/org/sonar/application/ShutdownHandler.java @@ -1,3 +1,22 @@ +/* + * Sonar, open source software quality management tool. + * Copyright (C) 2008-2012 SonarSource + * mailto:contact AT sonarsource DOT com + * + * Sonar 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. + * + * Sonar 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 Sonar; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 + */ package org.sonar.application; import org.mortbay.jetty.Server; |