|
| 1 | +Apache NetBeans |
| 2 | +Copyright 2017-2025 The Apache Software Foundation |
| 3 | + |
| 4 | +This product includes software developed at |
| 5 | +The Apache Software Foundation (http://www.apache.org/). |
| 6 | + |
| 7 | +The code is based on NetBeans, that has been kindly donated to the Apache |
| 8 | +Software Foundation by Oracle. |
| 9 | + |
| 10 | +The code was Copyright 1997-2016 Oracle and/or its affiliates. The Initial |
| 11 | +Developer of the Original Software was Sun Microsystems, Inc. Portions |
| 12 | +Copyright 1997-2006 Sun Microsystems, Inc. |
| 13 | + |
| 14 | +The agent jar embeds a copy of ASM for bytecode manipulation: |
| 15 | + |
| 16 | +******************************************************************************* |
| 17 | +* ASM: a very small and fast Java bytecode manipulation framework |
| 18 | +* Copyright (c) 2000-2011 INRIA, France Telecom |
| 19 | +* All rights reserved. |
| 20 | +* |
| 21 | +* Redistribution and use in source and binary forms, with or without |
| 22 | +* modification, are permitted provided that the following conditions |
| 23 | +* are met: |
| 24 | +* 1. Redistributions of source code must retain the above copyright |
| 25 | +* notice, this list of conditions and the following disclaimer. |
| 26 | +* 2. Redistributions in binary form must reproduce the above copyright |
| 27 | +* notice, this list of conditions and the following disclaimer in the |
| 28 | +* documentation and/or other materials provided with the distribution. |
| 29 | +* 3. Neither the name of the copyright holders nor the names of its |
| 30 | +* contributors may be used to endorse or promote products derived from |
| 31 | +* this software without specific prior written permission. |
| 32 | +* |
| 33 | +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 34 | +* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 35 | +* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 36 | +* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
| 37 | +* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 38 | +* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 39 | +* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 40 | +* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 41 | +* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 42 | +* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 43 | +* THE POSSIBILITY OF SUCH DAMAGE. |
| 44 | +******************************************************************************* |
0 commit comments