]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing license headers
authorGodin <mandrikov@gmail.com>
Tue, 14 Dec 2010 01:14:19 +0000 (01:14 +0000)
committerGodin <mandrikov@gmail.com>
Tue, 14 Dec 2010 01:14:19 +0000 (01:14 +0000)
sonar-ws-client/src/main/java/org/sonar/wsclient/services/TimeMachineData.java
sonar-ws-client/src/main/java/org/sonar/wsclient/services/TimeMachineQuery.java

index e0d669d7c2ee6c22ac14417868c12fc7f4eb80be..c91cd94326fc83e07067de034df5e986fa664fd4 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Sonar, open source software quality management tool.
+ * Copyright (C) 2009 SonarSource SA
+ * 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.wsclient.services;
 
 import java.util.ArrayList;
index b92722c27085fa48073ceb69ef8a493ca0857b75..285f977715a0603471af73718d37edd36ec60806 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ * Sonar, open source software quality management tool.
+ * Copyright (C) 2009 SonarSource SA
+ * 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.wsclient.services;
 
 import java.util.Date;