This has to be done through a patch
Revert "apply upstream changes of r14800, update copyright of src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java"
This reverts commit 2df3880705ea963a5a8504043468e08b5255ada3.
Sylvestre Ledru
9 years ago
0 | 0 | /* |
1 | * FindBugs - Find bugs in Java programs | |
2 | * Copyright (C) 2010-2013 University of Maryland | |
1 | * Copyright 2010 Keith Lea | |
3 | 2 | * |
4 | * This library is free software; you can redistribute it and/or | |
5 | * modify it under the terms of the GNU Lesser General Public | |
6 | * License as published by the Free Software Foundation; either | |
7 | * version 2.1 of the License, or (at your option) any later version. | |
3 | * This file is part of FindBugs-IDEA. | |
8 | 4 | * |
9 | * This library is distributed in the hope that it will be useful, | |
5 | * FindBugs-IDEA is free software: you can redistribute it and/or modify | |
6 | * it under the terms of the GNU General Public License as published by | |
7 | * the Free Software Foundation, either version 3 of the License, or | |
8 | * (at your option) any later version. | |
9 | * | |
10 | * FindBugs-IDEA is distributed in the hope that it will be useful, | |
10 | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
12 | * Lesser General Public License for more details. | |
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | * GNU General Public License for more details. | |
13 | 14 | * |
14 | * You should have received a copy of the GNU Lesser General Public | |
15 | * License along with this library; if not, write to the Free Software | |
16 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | |
15 | * You should have received a copy of the GNU General Public License | |
16 | * along with FindBugs-IDEA. If not, see <http://www.gnu.org/licenses/>. | |
17 | 17 | */ |
18 | 18 | |
19 | 19 | package edu.umd.cs.findbugs.gui2; |