Codebase list findbugs / debian/2.0.2-2 debian / patches / 0011-upstream-change-license.patch
debian/2.0.2-2

Tree @debian/2.0.2-2 (Download .tar.gz)

0011-upstream-change-license.patch @debian/2.0.2-2raw · history · blame

commit 2df3880705ea963a5a8504043468e08b5255ada3
Author: yesx <yeshuxiong@gmail.com>
Date:   Tue Oct 8 15:17:10 2013 +0800

    apply upstream changes of r14800, update copyright of src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java

diff --git a/src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java b/src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java
index 4b2b9a1..1d9869f 100644
--- a/src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java
+++ b/src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java
@@ -1,20 +1,20 @@
 /*
- * Copyright 2010 Keith Lea
+ * FindBugs - Find bugs in Java programs
+ * Copyright (C) 2010-2013 University of Maryland
  *
- * This file is part of FindBugs-IDEA.
+ * This library 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 2.1 of the License, or (at your option) any later version.
  *
- * FindBugs-IDEA is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * FindBugs-IDEA is distributed in the hope that it will be useful,
+ * This library 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 General Public License for more details.
+ * 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 General Public License
- * along with FindBugs-IDEA.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 package edu.umd.cs.findbugs.gui2;