Codebase list findbugs / 0448786
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 10 years ago
1 changed file(s) with 12 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
00 /*
1 * FindBugs - Find bugs in Java programs
2 * Copyright (C) 2010-2013 University of Maryland
1 * Copyright 2010 Keith Lea
32 *
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.
84 *
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,
1011 * 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.
1314 *
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/>.
1717 */
1818
1919 package edu.umd.cs.findbugs.gui2;