Codebase list findbugs / 2fc3ef9
Bring back part of the modification in commit e6452ea9d3895df1113999d1aa32c98486dd2de7 Sylvestre Ledru 10 years ago
2 changed file(s) with 0 addition(s) and 64 deletion(s). Raw diff Collapse all Expand all
+0
-58
debian/LICENSE-ApacheSoftware1.1.txt less more
0 /* ====================================================================
1 * The Apache Software License, Version 1.1
2 *
3 * Copyright (c) 2000 The Apache Software Foundation. All rights
4 * reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 *
10 * 1. Redistributions of source code must retain the above copyright
11 * notice, this list of conditions and the following disclaimer.
12 *
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in
15 * the documentation and/or other materials provided with the
16 * distribution.
17 *
18 * 3. The end-user documentation included with the redistribution,
19 * if any, must include the following acknowledgment:
20 * "This product includes software developed by the
21 * Apache Software Foundation (http://www.apache.org/)."
22 * Alternately, this acknowledgment may appear in the software itself,
23 * if and wherever such third-party acknowledgments normally appear.
24 *
25 * 4. The names "Apache" and "Apache Software Foundation" must
26 * not be used to endorse or promote products derived from this
27 * software without prior written permission. For written
28 * permission, please contact apache@apache.org.
29 *
30 * 5. Products derived from this software may not be called "Apache",
31 * nor may "Apache" appear in their name, without prior written
32 * permission of the Apache Software Foundation.
33 *
34 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37 * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
38 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45 * SUCH DAMAGE.
46 * ====================================================================
47 *
48 * This software consists of voluntary contributions made by many
49 * individuals on behalf of the Apache Software Foundation. For more
50 * information on the Apache Software Foundation, please see
51 * <http://www.apache.org/>.
52 *
53 * Portions of this software are based upon public domain software
54 * originally written at the National Center for Supercomputing Applications,
55 * University of Illinois, Urbana-Champaign.
56 */
57
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: findbugs
22 Source: http://findbugs.sourceforge.net/
3
4 Files: src/antTask/edu/umd/cs/findbugs/anttask/FindBugsTask.java
5 Copyright: 2000-2002 The Apache Software Foundation
6 License: Apache-1.1
7 The complete text of The Apache Software License, Version 1.1 can be found
8 in "debian/LICENSE-ApacheSoftware1.1.txt"
93
104 Files: src/gui/edu/umd/cs/findbugs/gui2/CloudCommentsPane.java
115 Copyright: 2010 Keith Lea