Update license header.
authorcnguyencasj@netbeans.org
Wed, 03 Oct 2007 05:17:20 +0000
changeset 31994bffb9dba5ae
parent 3198 c21270191be0
child 3200 ac02092564cc
Update license header.
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CheckLicense.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CvsFileSet.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEach.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEachXsl.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/GetLocalizableFiles.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/JHIndexer.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/L10nTask.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocJHIndexer.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocMakeNBM.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocalizedJar.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLNBM.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLayer.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeListOfNBM.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ModuleTracking.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/RaveLocalizedJar.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/Repeat.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/UpdateTracking.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/XMLUtil.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/CvsEntries.java
misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/Entry.java
misc/ravebuild/build.properties
misc/ravebuild/build.xml
misc/ravebuild/nbproject/project.xml
     1.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CheckLicense.java	Tue Oct 02 06:58:13 2007 +0000
     1.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CheckLicense.java	Wed Oct 03 05:17:20 2007 +0000
     1.3 @@ -1,20 +1,42 @@
     1.4  /*
     1.5 - * The contents of this file are subject to the terms of the Common Development
     1.6 - * and Distribution License (the License). You may not use this file except in
     1.7 - * compliance with the License.
     1.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.9   *
    1.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    1.11 - * or http://www.netbeans.org/cddl.txt.
    1.12 -
    1.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    1.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    1.15 - * If applicable, add the following below the CDDL Header, with the fields
    1.16 - * enclosed by brackets [] replaced by your own identifying information:
    1.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    1.18 + *
    1.19 + * The contents of this file are subject to the terms of either the GNU
    1.20 + * General Public License Version 2 only ("GPL") or the Common
    1.21 + * Development and Distribution License("CDDL") (collectively, the
    1.22 + * "License"). You may not use this file except in compliance with the
    1.23 + * License. You can obtain a copy of the License at
    1.24 + * http://www.netbeans.org/cddl-gplv2.html
    1.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.26 + * specific language governing permissions and limitations under the
    1.27 + * License.  When distributing the software, include this License Header
    1.28 + * Notice in each file and include the License file at
    1.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    1.30 + * particular file as subject to the "Classpath" exception as provided
    1.31 + * by Sun in the GPL Version 2 section of the License file that
    1.32 + * accompanied this code. If applicable, add the following below the
    1.33 + * License Header, with the fields enclosed by brackets [] replaced by
    1.34 + * your own identifying information:
    1.35   * "Portions Copyrighted [year] [name of copyright owner]"
    1.36   *
    1.37 + * Contributor(s):
    1.38 + *
    1.39   * The Original Software is NetBeans. The Initial Developer of the Original
    1.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    1.41   * Microsystems, Inc. All Rights Reserved.
    1.42 + *
    1.43 + * If you wish your version of this file to be governed by only the CDDL
    1.44 + * or only the GPL Version 2, indicate your decision by adding
    1.45 + * "[Contributor] elects to include this software in this distribution
    1.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.47 + * single choice of license, a recipient has the option to distribute
    1.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    1.49 + * to extend the choice of license to its licensees as provided above.
    1.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    1.51 + * Version 2 license, then the option applies only if the new code is
    1.52 + * made subject to such option by the copyright holder.
    1.53   */
    1.54  
    1.55  package org.netbeans.modules.visualweb.ravebuild;
     2.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CvsFileSet.java	Tue Oct 02 06:58:13 2007 +0000
     2.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/CvsFileSet.java	Wed Oct 03 05:17:20 2007 +0000
     2.3 @@ -1,20 +1,42 @@
     2.4  /*
     2.5 - * The contents of this file are subject to the terms of the Common Development
     2.6 - * and Distribution License (the License). You may not use this file except in
     2.7 - * compliance with the License.
     2.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.9   *
    2.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    2.11 - * or http://www.netbeans.org/cddl.txt.
    2.12 -
    2.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    2.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    2.15 - * If applicable, add the following below the CDDL Header, with the fields
    2.16 - * enclosed by brackets [] replaced by your own identifying information:
    2.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    2.18 + *
    2.19 + * The contents of this file are subject to the terms of either the GNU
    2.20 + * General Public License Version 2 only ("GPL") or the Common
    2.21 + * Development and Distribution License("CDDL") (collectively, the
    2.22 + * "License"). You may not use this file except in compliance with the
    2.23 + * License. You can obtain a copy of the License at
    2.24 + * http://www.netbeans.org/cddl-gplv2.html
    2.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.26 + * specific language governing permissions and limitations under the
    2.27 + * License.  When distributing the software, include this License Header
    2.28 + * Notice in each file and include the License file at
    2.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    2.30 + * particular file as subject to the "Classpath" exception as provided
    2.31 + * by Sun in the GPL Version 2 section of the License file that
    2.32 + * accompanied this code. If applicable, add the following below the
    2.33 + * License Header, with the fields enclosed by brackets [] replaced by
    2.34 + * your own identifying information:
    2.35   * "Portions Copyrighted [year] [name of copyright owner]"
    2.36   *
    2.37 + * Contributor(s):
    2.38 + *
    2.39   * The Original Software is NetBeans. The Initial Developer of the Original
    2.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    2.41   * Microsystems, Inc. All Rights Reserved.
    2.42 + *
    2.43 + * If you wish your version of this file to be governed by only the CDDL
    2.44 + * or only the GPL Version 2, indicate your decision by adding
    2.45 + * "[Contributor] elects to include this software in this distribution
    2.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.47 + * single choice of license, a recipient has the option to distribute
    2.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    2.49 + * to extend the choice of license to its licensees as provided above.
    2.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    2.51 + * Version 2 license, then the option applies only if the new code is
    2.52 + * made subject to such option by the copyright holder.
    2.53   */
    2.54  
    2.55  package org.netbeans.modules.visualweb.ravebuild;
     3.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEach.java	Tue Oct 02 06:58:13 2007 +0000
     3.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEach.java	Wed Oct 03 05:17:20 2007 +0000
     3.3 @@ -1,23 +1,45 @@
     3.4 -// This file was copied from daning.sfbay:/cvs/darkhorse/nbbuild/antsrc and modified
     3.5 -
     3.6  /*
     3.7 - * The contents of this file are subject to the terms of the Common Development
     3.8 - * and Distribution License (the License). You may not use this file except in
     3.9 - * compliance with the License.
    3.10 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    3.11   *
    3.12 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    3.13 - * or http://www.netbeans.org/cddl.txt.
    3.14 -
    3.15 - * When distributing Covered Code, include this CDDL Header Notice in each file
    3.16 - * and include the License file at http://www.netbeans.org/cddl.txt.
    3.17 - * If applicable, add the following below the CDDL Header, with the fields
    3.18 - * enclosed by brackets [] replaced by your own identifying information:
    3.19 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    3.20 + *
    3.21 + * The contents of this file are subject to the terms of either the GNU
    3.22 + * General Public License Version 2 only ("GPL") or the Common
    3.23 + * Development and Distribution License("CDDL") (collectively, the
    3.24 + * "License"). You may not use this file except in compliance with the
    3.25 + * License. You can obtain a copy of the License at
    3.26 + * http://www.netbeans.org/cddl-gplv2.html
    3.27 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.28 + * specific language governing permissions and limitations under the
    3.29 + * License.  When distributing the software, include this License Header
    3.30 + * Notice in each file and include the License file at
    3.31 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    3.32 + * particular file as subject to the "Classpath" exception as provided
    3.33 + * by Sun in the GPL Version 2 section of the License file that
    3.34 + * accompanied this code. If applicable, add the following below the
    3.35 + * License Header, with the fields enclosed by brackets [] replaced by
    3.36 + * your own identifying information:
    3.37   * "Portions Copyrighted [year] [name of copyright owner]"
    3.38   *
    3.39 + * Contributor(s):
    3.40 + *
    3.41   * The Original Software is NetBeans. The Initial Developer of the Original
    3.42   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    3.43   * Microsystems, Inc. All Rights Reserved.
    3.44 + *
    3.45 + * If you wish your version of this file to be governed by only the CDDL
    3.46 + * or only the GPL Version 2, indicate your decision by adding
    3.47 + * "[Contributor] elects to include this software in this distribution
    3.48 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.49 + * single choice of license, a recipient has the option to distribute
    3.50 + * your version of this file under either the CDDL, the GPL Version 2 or
    3.51 + * to extend the choice of license to its licensees as provided above.
    3.52 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    3.53 + * Version 2 license, then the option applies only if the new code is
    3.54 + * made subject to such option by the copyright holder.
    3.55   */
    3.56 +// This file was copied from daning.sfbay:/cvs/darkhorse/nbbuild/antsrc and modified
    3.57 +
    3.58  package org.netbeans.modules.visualweb.ravebuild;
    3.59  
    3.60  import java.io.File;
     4.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEachXsl.java	Tue Oct 02 06:58:13 2007 +0000
     4.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ForEachXsl.java	Wed Oct 03 05:17:20 2007 +0000
     4.3 @@ -1,20 +1,42 @@
     4.4  /*
     4.5 - * The contents of this file are subject to the terms of the Common Development
     4.6 - * and Distribution License (the License). You may not use this file except in
     4.7 - * compliance with the License.
     4.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.9   *
    4.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    4.11 - * or http://www.netbeans.org/cddl.txt.
    4.12 -
    4.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    4.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    4.15 - * If applicable, add the following below the CDDL Header, with the fields
    4.16 - * enclosed by brackets [] replaced by your own identifying information:
    4.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    4.18 + *
    4.19 + * The contents of this file are subject to the terms of either the GNU
    4.20 + * General Public License Version 2 only ("GPL") or the Common
    4.21 + * Development and Distribution License("CDDL") (collectively, the
    4.22 + * "License"). You may not use this file except in compliance with the
    4.23 + * License. You can obtain a copy of the License at
    4.24 + * http://www.netbeans.org/cddl-gplv2.html
    4.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.26 + * specific language governing permissions and limitations under the
    4.27 + * License.  When distributing the software, include this License Header
    4.28 + * Notice in each file and include the License file at
    4.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    4.30 + * particular file as subject to the "Classpath" exception as provided
    4.31 + * by Sun in the GPL Version 2 section of the License file that
    4.32 + * accompanied this code. If applicable, add the following below the
    4.33 + * License Header, with the fields enclosed by brackets [] replaced by
    4.34 + * your own identifying information:
    4.35   * "Portions Copyrighted [year] [name of copyright owner]"
    4.36   *
    4.37 + * Contributor(s):
    4.38 + *
    4.39   * The Original Software is NetBeans. The Initial Developer of the Original
    4.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    4.41   * Microsystems, Inc. All Rights Reserved.
    4.42 + *
    4.43 + * If you wish your version of this file to be governed by only the CDDL
    4.44 + * or only the GPL Version 2, indicate your decision by adding
    4.45 + * "[Contributor] elects to include this software in this distribution
    4.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.47 + * single choice of license, a recipient has the option to distribute
    4.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    4.49 + * to extend the choice of license to its licensees as provided above.
    4.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    4.51 + * Version 2 license, then the option applies only if the new code is
    4.52 + * made subject to such option by the copyright holder.
    4.53   */
    4.54  
    4.55  /*
     5.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/GetLocalizableFiles.java	Tue Oct 02 06:58:13 2007 +0000
     5.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/GetLocalizableFiles.java	Wed Oct 03 05:17:20 2007 +0000
     5.3 @@ -1,20 +1,42 @@
     5.4  /*
     5.5 - * The contents of this file are subject to the terms of the Common Development
     5.6 - * and Distribution License (the License). You may not use this file except in
     5.7 - * compliance with the License.
     5.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.9   *
    5.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    5.11 - * or http://www.netbeans.org/cddl.txt.
    5.12 -
    5.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    5.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    5.15 - * If applicable, add the following below the CDDL Header, with the fields
    5.16 - * enclosed by brackets [] replaced by your own identifying information:
    5.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    5.18 + *
    5.19 + * The contents of this file are subject to the terms of either the GNU
    5.20 + * General Public License Version 2 only ("GPL") or the Common
    5.21 + * Development and Distribution License("CDDL") (collectively, the
    5.22 + * "License"). You may not use this file except in compliance with the
    5.23 + * License. You can obtain a copy of the License at
    5.24 + * http://www.netbeans.org/cddl-gplv2.html
    5.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    5.26 + * specific language governing permissions and limitations under the
    5.27 + * License.  When distributing the software, include this License Header
    5.28 + * Notice in each file and include the License file at
    5.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    5.30 + * particular file as subject to the "Classpath" exception as provided
    5.31 + * by Sun in the GPL Version 2 section of the License file that
    5.32 + * accompanied this code. If applicable, add the following below the
    5.33 + * License Header, with the fields enclosed by brackets [] replaced by
    5.34 + * your own identifying information:
    5.35   * "Portions Copyrighted [year] [name of copyright owner]"
    5.36   *
    5.37 + * Contributor(s):
    5.38 + *
    5.39   * The Original Software is NetBeans. The Initial Developer of the Original
    5.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    5.41   * Microsystems, Inc. All Rights Reserved.
    5.42 + *
    5.43 + * If you wish your version of this file to be governed by only the CDDL
    5.44 + * or only the GPL Version 2, indicate your decision by adding
    5.45 + * "[Contributor] elects to include this software in this distribution
    5.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    5.47 + * single choice of license, a recipient has the option to distribute
    5.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    5.49 + * to extend the choice of license to its licensees as provided above.
    5.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    5.51 + * Version 2 license, then the option applies only if the new code is
    5.52 + * made subject to such option by the copyright holder.
    5.53   */
    5.54  
    5.55  package org.netbeans.modules.visualweb.ravebuild;
     6.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/JHIndexer.java	Tue Oct 02 06:58:13 2007 +0000
     6.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/JHIndexer.java	Wed Oct 03 05:17:20 2007 +0000
     6.3 @@ -1,20 +1,42 @@
     6.4  /*
     6.5 - * The contents of this file are subject to the terms of the Common Development
     6.6 - * and Distribution License (the License). You may not use this file except in
     6.7 - * compliance with the License.
     6.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.9   *
    6.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    6.11 - * or http://www.netbeans.org/cddl.txt.
    6.12 -
    6.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    6.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    6.15 - * If applicable, add the following below the CDDL Header, with the fields
    6.16 - * enclosed by brackets [] replaced by your own identifying information:
    6.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    6.18 + *
    6.19 + * The contents of this file are subject to the terms of either the GNU
    6.20 + * General Public License Version 2 only ("GPL") or the Common
    6.21 + * Development and Distribution License("CDDL") (collectively, the
    6.22 + * "License"). You may not use this file except in compliance with the
    6.23 + * License. You can obtain a copy of the License at
    6.24 + * http://www.netbeans.org/cddl-gplv2.html
    6.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    6.26 + * specific language governing permissions and limitations under the
    6.27 + * License.  When distributing the software, include this License Header
    6.28 + * Notice in each file and include the License file at
    6.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    6.30 + * particular file as subject to the "Classpath" exception as provided
    6.31 + * by Sun in the GPL Version 2 section of the License file that
    6.32 + * accompanied this code. If applicable, add the following below the
    6.33 + * License Header, with the fields enclosed by brackets [] replaced by
    6.34 + * your own identifying information:
    6.35   * "Portions Copyrighted [year] [name of copyright owner]"
    6.36   *
    6.37 + * Contributor(s):
    6.38 + *
    6.39   * The Original Software is NetBeans. The Initial Developer of the Original
    6.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    6.41   * Microsystems, Inc. All Rights Reserved.
    6.42 + *
    6.43 + * If you wish your version of this file to be governed by only the CDDL
    6.44 + * or only the GPL Version 2, indicate your decision by adding
    6.45 + * "[Contributor] elects to include this software in this distribution
    6.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    6.47 + * single choice of license, a recipient has the option to distribute
    6.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    6.49 + * to extend the choice of license to its licensees as provided above.
    6.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    6.51 + * Version 2 license, then the option applies only if the new code is
    6.52 + * made subject to such option by the copyright holder.
    6.53   */
    6.54  
    6.55  package org.netbeans.modules.visualweb.ravebuild;
     7.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/L10nTask.java	Tue Oct 02 06:58:13 2007 +0000
     7.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/L10nTask.java	Wed Oct 03 05:17:20 2007 +0000
     7.3 @@ -1,20 +1,42 @@
     7.4  /*
     7.5 - * The contents of this file are subject to the terms of the Common Development
     7.6 - * and Distribution License (the License). You may not use this file except in
     7.7 - * compliance with the License.
     7.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.9   *
    7.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    7.11 - * or http://www.netbeans.org/cddl.txt.
    7.12 -
    7.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    7.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    7.15 - * If applicable, add the following below the CDDL Header, with the fields
    7.16 - * enclosed by brackets [] replaced by your own identifying information:
    7.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    7.18 + *
    7.19 + * The contents of this file are subject to the terms of either the GNU
    7.20 + * General Public License Version 2 only ("GPL") or the Common
    7.21 + * Development and Distribution License("CDDL") (collectively, the
    7.22 + * "License"). You may not use this file except in compliance with the
    7.23 + * License. You can obtain a copy of the License at
    7.24 + * http://www.netbeans.org/cddl-gplv2.html
    7.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    7.26 + * specific language governing permissions and limitations under the
    7.27 + * License.  When distributing the software, include this License Header
    7.28 + * Notice in each file and include the License file at
    7.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    7.30 + * particular file as subject to the "Classpath" exception as provided
    7.31 + * by Sun in the GPL Version 2 section of the License file that
    7.32 + * accompanied this code. If applicable, add the following below the
    7.33 + * License Header, with the fields enclosed by brackets [] replaced by
    7.34 + * your own identifying information:
    7.35   * "Portions Copyrighted [year] [name of copyright owner]"
    7.36   *
    7.37 + * Contributor(s):
    7.38 + *
    7.39   * The Original Software is NetBeans. The Initial Developer of the Original
    7.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    7.41   * Microsystems, Inc. All Rights Reserved.
    7.42 + *
    7.43 + * If you wish your version of this file to be governed by only the CDDL
    7.44 + * or only the GPL Version 2, indicate your decision by adding
    7.45 + * "[Contributor] elects to include this software in this distribution
    7.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    7.47 + * single choice of license, a recipient has the option to distribute
    7.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    7.49 + * to extend the choice of license to its licensees as provided above.
    7.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    7.51 + * Version 2 license, then the option applies only if the new code is
    7.52 + * made subject to such option by the copyright holder.
    7.53   */
    7.54  
    7.55  /************************************************************************
     8.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocJHIndexer.java	Tue Oct 02 06:58:13 2007 +0000
     8.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocJHIndexer.java	Wed Oct 03 05:17:20 2007 +0000
     8.3 @@ -1,20 +1,42 @@
     8.4  /*
     8.5 - * The contents of this file are subject to the terms of the Common Development
     8.6 - * and Distribution License (the License). You may not use this file except in
     8.7 - * compliance with the License.
     8.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.9   *
    8.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    8.11 - * or http://www.netbeans.org/cddl.txt.
    8.12 -
    8.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    8.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    8.15 - * If applicable, add the following below the CDDL Header, with the fields
    8.16 - * enclosed by brackets [] replaced by your own identifying information:
    8.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    8.18 + *
    8.19 + * The contents of this file are subject to the terms of either the GNU
    8.20 + * General Public License Version 2 only ("GPL") or the Common
    8.21 + * Development and Distribution License("CDDL") (collectively, the
    8.22 + * "License"). You may not use this file except in compliance with the
    8.23 + * License. You can obtain a copy of the License at
    8.24 + * http://www.netbeans.org/cddl-gplv2.html
    8.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    8.26 + * specific language governing permissions and limitations under the
    8.27 + * License.  When distributing the software, include this License Header
    8.28 + * Notice in each file and include the License file at
    8.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    8.30 + * particular file as subject to the "Classpath" exception as provided
    8.31 + * by Sun in the GPL Version 2 section of the License file that
    8.32 + * accompanied this code. If applicable, add the following below the
    8.33 + * License Header, with the fields enclosed by brackets [] replaced by
    8.34 + * your own identifying information:
    8.35   * "Portions Copyrighted [year] [name of copyright owner]"
    8.36   *
    8.37 + * Contributor(s):
    8.38 + *
    8.39   * The Original Software is NetBeans. The Initial Developer of the Original
    8.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    8.41   * Microsystems, Inc. All Rights Reserved.
    8.42 + *
    8.43 + * If you wish your version of this file to be governed by only the CDDL
    8.44 + * or only the GPL Version 2, indicate your decision by adding
    8.45 + * "[Contributor] elects to include this software in this distribution
    8.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    8.47 + * single choice of license, a recipient has the option to distribute
    8.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    8.49 + * to extend the choice of license to its licensees as provided above.
    8.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    8.51 + * Version 2 license, then the option applies only if the new code is
    8.52 + * made subject to such option by the copyright holder.
    8.53   */
    8.54  
    8.55  package org.netbeans.modules.visualweb.ravebuild;
     9.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocMakeNBM.java	Tue Oct 02 06:58:13 2007 +0000
     9.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocMakeNBM.java	Wed Oct 03 05:17:20 2007 +0000
     9.3 @@ -1,20 +1,42 @@
     9.4  /*
     9.5 - * The contents of this file are subject to the terms of the Common Development
     9.6 - * and Distribution License (the License). You may not use this file except in
     9.7 - * compliance with the License.
     9.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.9   *
    9.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
    9.11 - * or http://www.netbeans.org/cddl.txt.
    9.12 -
    9.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
    9.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
    9.15 - * If applicable, add the following below the CDDL Header, with the fields
    9.16 - * enclosed by brackets [] replaced by your own identifying information:
    9.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    9.18 + *
    9.19 + * The contents of this file are subject to the terms of either the GNU
    9.20 + * General Public License Version 2 only ("GPL") or the Common
    9.21 + * Development and Distribution License("CDDL") (collectively, the
    9.22 + * "License"). You may not use this file except in compliance with the
    9.23 + * License. You can obtain a copy of the License at
    9.24 + * http://www.netbeans.org/cddl-gplv2.html
    9.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    9.26 + * specific language governing permissions and limitations under the
    9.27 + * License.  When distributing the software, include this License Header
    9.28 + * Notice in each file and include the License file at
    9.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
    9.30 + * particular file as subject to the "Classpath" exception as provided
    9.31 + * by Sun in the GPL Version 2 section of the License file that
    9.32 + * accompanied this code. If applicable, add the following below the
    9.33 + * License Header, with the fields enclosed by brackets [] replaced by
    9.34 + * your own identifying information:
    9.35   * "Portions Copyrighted [year] [name of copyright owner]"
    9.36   *
    9.37 + * Contributor(s):
    9.38 + *
    9.39   * The Original Software is NetBeans. The Initial Developer of the Original
    9.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
    9.41   * Microsystems, Inc. All Rights Reserved.
    9.42 + *
    9.43 + * If you wish your version of this file to be governed by only the CDDL
    9.44 + * or only the GPL Version 2, indicate your decision by adding
    9.45 + * "[Contributor] elects to include this software in this distribution
    9.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
    9.47 + * single choice of license, a recipient has the option to distribute
    9.48 + * your version of this file under either the CDDL, the GPL Version 2 or
    9.49 + * to extend the choice of license to its licensees as provided above.
    9.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
    9.51 + * Version 2 license, then the option applies only if the new code is
    9.52 + * made subject to such option by the copyright holder.
    9.53   */
    9.54  
    9.55  package org.netbeans.modules.visualweb.ravebuild;
    10.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocalizedJar.java	Tue Oct 02 06:58:13 2007 +0000
    10.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/LocalizedJar.java	Wed Oct 03 05:17:20 2007 +0000
    10.3 @@ -1,20 +1,42 @@
    10.4  /*
    10.5 - * The contents of this file are subject to the terms of the Common Development
    10.6 - * and Distribution License (the License). You may not use this file except in
    10.7 - * compliance with the License.
    10.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.9   *
   10.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   10.11 - * or http://www.netbeans.org/cddl.txt.
   10.12 -
   10.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   10.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   10.15 - * If applicable, add the following below the CDDL Header, with the fields
   10.16 - * enclosed by brackets [] replaced by your own identifying information:
   10.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   10.18 + *
   10.19 + * The contents of this file are subject to the terms of either the GNU
   10.20 + * General Public License Version 2 only ("GPL") or the Common
   10.21 + * Development and Distribution License("CDDL") (collectively, the
   10.22 + * "License"). You may not use this file except in compliance with the
   10.23 + * License. You can obtain a copy of the License at
   10.24 + * http://www.netbeans.org/cddl-gplv2.html
   10.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   10.26 + * specific language governing permissions and limitations under the
   10.27 + * License.  When distributing the software, include this License Header
   10.28 + * Notice in each file and include the License file at
   10.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   10.30 + * particular file as subject to the "Classpath" exception as provided
   10.31 + * by Sun in the GPL Version 2 section of the License file that
   10.32 + * accompanied this code. If applicable, add the following below the
   10.33 + * License Header, with the fields enclosed by brackets [] replaced by
   10.34 + * your own identifying information:
   10.35   * "Portions Copyrighted [year] [name of copyright owner]"
   10.36   *
   10.37 + * Contributor(s):
   10.38 + *
   10.39   * The Original Software is NetBeans. The Initial Developer of the Original
   10.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   10.41   * Microsystems, Inc. All Rights Reserved.
   10.42 + *
   10.43 + * If you wish your version of this file to be governed by only the CDDL
   10.44 + * or only the GPL Version 2, indicate your decision by adding
   10.45 + * "[Contributor] elects to include this software in this distribution
   10.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   10.47 + * single choice of license, a recipient has the option to distribute
   10.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   10.49 + * to extend the choice of license to its licensees as provided above.
   10.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   10.51 + * Version 2 license, then the option applies only if the new code is
   10.52 + * made subject to such option by the copyright holder.
   10.53   */
   10.54  
   10.55  package org.netbeans.modules.visualweb.ravebuild;
    11.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLNBM.java	Tue Oct 02 06:58:13 2007 +0000
    11.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLNBM.java	Wed Oct 03 05:17:20 2007 +0000
    11.3 @@ -1,20 +1,42 @@
    11.4  /*
    11.5 - * The contents of this file are subject to the terms of the Common Development
    11.6 - * and Distribution License (the License). You may not use this file except in
    11.7 - * compliance with the License.
    11.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.9   *
   11.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   11.11 - * or http://www.netbeans.org/cddl.txt.
   11.12 -
   11.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   11.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   11.15 - * If applicable, add the following below the CDDL Header, with the fields
   11.16 - * enclosed by brackets [] replaced by your own identifying information:
   11.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   11.18 + *
   11.19 + * The contents of this file are subject to the terms of either the GNU
   11.20 + * General Public License Version 2 only ("GPL") or the Common
   11.21 + * Development and Distribution License("CDDL") (collectively, the
   11.22 + * "License"). You may not use this file except in compliance with the
   11.23 + * License. You can obtain a copy of the License at
   11.24 + * http://www.netbeans.org/cddl-gplv2.html
   11.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   11.26 + * specific language governing permissions and limitations under the
   11.27 + * License.  When distributing the software, include this License Header
   11.28 + * Notice in each file and include the License file at
   11.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   11.30 + * particular file as subject to the "Classpath" exception as provided
   11.31 + * by Sun in the GPL Version 2 section of the License file that
   11.32 + * accompanied this code. If applicable, add the following below the
   11.33 + * License Header, with the fields enclosed by brackets [] replaced by
   11.34 + * your own identifying information:
   11.35   * "Portions Copyrighted [year] [name of copyright owner]"
   11.36   *
   11.37 + * Contributor(s):
   11.38 + *
   11.39   * The Original Software is NetBeans. The Initial Developer of the Original
   11.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   11.41   * Microsystems, Inc. All Rights Reserved.
   11.42 + *
   11.43 + * If you wish your version of this file to be governed by only the CDDL
   11.44 + * or only the GPL Version 2, indicate your decision by adding
   11.45 + * "[Contributor] elects to include this software in this distribution
   11.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   11.47 + * single choice of license, a recipient has the option to distribute
   11.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   11.49 + * to extend the choice of license to its licensees as provided above.
   11.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   11.51 + * Version 2 license, then the option applies only if the new code is
   11.52 + * made subject to such option by the copyright holder.
   11.53   */
   11.54  
   11.55  package org.netbeans.modules.visualweb.ravebuild;
    12.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLayer.java	Tue Oct 02 06:58:13 2007 +0000
    12.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeLayer.java	Wed Oct 03 05:17:20 2007 +0000
    12.3 @@ -1,20 +1,42 @@
    12.4  /*
    12.5 - * The contents of this file are subject to the terms of the Common Development
    12.6 - * and Distribution License (the License). You may not use this file except in
    12.7 - * compliance with the License.
    12.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.9   *
   12.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   12.11 - * or http://www.netbeans.org/cddl.txt.
   12.12 -
   12.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   12.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   12.15 - * If applicable, add the following below the CDDL Header, with the fields
   12.16 - * enclosed by brackets [] replaced by your own identifying information:
   12.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   12.18 + *
   12.19 + * The contents of this file are subject to the terms of either the GNU
   12.20 + * General Public License Version 2 only ("GPL") or the Common
   12.21 + * Development and Distribution License("CDDL") (collectively, the
   12.22 + * "License"). You may not use this file except in compliance with the
   12.23 + * License. You can obtain a copy of the License at
   12.24 + * http://www.netbeans.org/cddl-gplv2.html
   12.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   12.26 + * specific language governing permissions and limitations under the
   12.27 + * License.  When distributing the software, include this License Header
   12.28 + * Notice in each file and include the License file at
   12.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   12.30 + * particular file as subject to the "Classpath" exception as provided
   12.31 + * by Sun in the GPL Version 2 section of the License file that
   12.32 + * accompanied this code. If applicable, add the following below the
   12.33 + * License Header, with the fields enclosed by brackets [] replaced by
   12.34 + * your own identifying information:
   12.35   * "Portions Copyrighted [year] [name of copyright owner]"
   12.36   *
   12.37 + * Contributor(s):
   12.38 + *
   12.39   * The Original Software is NetBeans. The Initial Developer of the Original
   12.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   12.41   * Microsystems, Inc. All Rights Reserved.
   12.42 + *
   12.43 + * If you wish your version of this file to be governed by only the CDDL
   12.44 + * or only the GPL Version 2, indicate your decision by adding
   12.45 + * "[Contributor] elects to include this software in this distribution
   12.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   12.47 + * single choice of license, a recipient has the option to distribute
   12.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   12.49 + * to extend the choice of license to its licensees as provided above.
   12.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   12.51 + * Version 2 license, then the option applies only if the new code is
   12.52 + * made subject to such option by the copyright holder.
   12.53   */
   12.54  
   12.55  package org.netbeans.modules.visualweb.ravebuild;
    13.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeListOfNBM.java	Tue Oct 02 06:58:13 2007 +0000
    13.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/MakeListOfNBM.java	Wed Oct 03 05:17:20 2007 +0000
    13.3 @@ -1,20 +1,42 @@
    13.4  /*
    13.5 - * The contents of this file are subject to the terms of the Common Development
    13.6 - * and Distribution License (the License). You may not use this file except in
    13.7 - * compliance with the License.
    13.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.9   *
   13.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   13.11 - * or http://www.netbeans.org/cddl.txt.
   13.12 -
   13.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   13.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   13.15 - * If applicable, add the following below the CDDL Header, with the fields
   13.16 - * enclosed by brackets [] replaced by your own identifying information:
   13.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   13.18 + *
   13.19 + * The contents of this file are subject to the terms of either the GNU
   13.20 + * General Public License Version 2 only ("GPL") or the Common
   13.21 + * Development and Distribution License("CDDL") (collectively, the
   13.22 + * "License"). You may not use this file except in compliance with the
   13.23 + * License. You can obtain a copy of the License at
   13.24 + * http://www.netbeans.org/cddl-gplv2.html
   13.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   13.26 + * specific language governing permissions and limitations under the
   13.27 + * License.  When distributing the software, include this License Header
   13.28 + * Notice in each file and include the License file at
   13.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   13.30 + * particular file as subject to the "Classpath" exception as provided
   13.31 + * by Sun in the GPL Version 2 section of the License file that
   13.32 + * accompanied this code. If applicable, add the following below the
   13.33 + * License Header, with the fields enclosed by brackets [] replaced by
   13.34 + * your own identifying information:
   13.35   * "Portions Copyrighted [year] [name of copyright owner]"
   13.36   *
   13.37 + * Contributor(s):
   13.38 + *
   13.39   * The Original Software is NetBeans. The Initial Developer of the Original
   13.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   13.41   * Microsystems, Inc. All Rights Reserved.
   13.42 + *
   13.43 + * If you wish your version of this file to be governed by only the CDDL
   13.44 + * or only the GPL Version 2, indicate your decision by adding
   13.45 + * "[Contributor] elects to include this software in this distribution
   13.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   13.47 + * single choice of license, a recipient has the option to distribute
   13.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   13.49 + * to extend the choice of license to its licensees as provided above.
   13.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   13.51 + * Version 2 license, then the option applies only if the new code is
   13.52 + * made subject to such option by the copyright holder.
   13.53   */
   13.54  
   13.55  package org.netbeans.modules.visualweb.ravebuild;
    14.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ModuleTracking.java	Tue Oct 02 06:58:13 2007 +0000
    14.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/ModuleTracking.java	Wed Oct 03 05:17:20 2007 +0000
    14.3 @@ -1,20 +1,42 @@
    14.4  /*
    14.5 - * The contents of this file are subject to the terms of the Common Development
    14.6 - * and Distribution License (the License). You may not use this file except in
    14.7 - * compliance with the License.
    14.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.9   *
   14.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   14.11 - * or http://www.netbeans.org/cddl.txt.
   14.12 -
   14.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   14.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   14.15 - * If applicable, add the following below the CDDL Header, with the fields
   14.16 - * enclosed by brackets [] replaced by your own identifying information:
   14.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   14.18 + *
   14.19 + * The contents of this file are subject to the terms of either the GNU
   14.20 + * General Public License Version 2 only ("GPL") or the Common
   14.21 + * Development and Distribution License("CDDL") (collectively, the
   14.22 + * "License"). You may not use this file except in compliance with the
   14.23 + * License. You can obtain a copy of the License at
   14.24 + * http://www.netbeans.org/cddl-gplv2.html
   14.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   14.26 + * specific language governing permissions and limitations under the
   14.27 + * License.  When distributing the software, include this License Header
   14.28 + * Notice in each file and include the License file at
   14.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   14.30 + * particular file as subject to the "Classpath" exception as provided
   14.31 + * by Sun in the GPL Version 2 section of the License file that
   14.32 + * accompanied this code. If applicable, add the following below the
   14.33 + * License Header, with the fields enclosed by brackets [] replaced by
   14.34 + * your own identifying information:
   14.35   * "Portions Copyrighted [year] [name of copyright owner]"
   14.36   *
   14.37 + * Contributor(s):
   14.38 + *
   14.39   * The Original Software is NetBeans. The Initial Developer of the Original
   14.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   14.41   * Microsystems, Inc. All Rights Reserved.
   14.42 + *
   14.43 + * If you wish your version of this file to be governed by only the CDDL
   14.44 + * or only the GPL Version 2, indicate your decision by adding
   14.45 + * "[Contributor] elects to include this software in this distribution
   14.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   14.47 + * single choice of license, a recipient has the option to distribute
   14.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   14.49 + * to extend the choice of license to its licensees as provided above.
   14.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   14.51 + * Version 2 license, then the option applies only if the new code is
   14.52 + * made subject to such option by the copyright holder.
   14.53   */
   14.54  
   14.55  package org.netbeans.modules.visualweb.ravebuild;
    15.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/RaveLocalizedJar.java	Tue Oct 02 06:58:13 2007 +0000
    15.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/RaveLocalizedJar.java	Wed Oct 03 05:17:20 2007 +0000
    15.3 @@ -1,22 +1,45 @@
    15.4  /*
    15.5 - * The contents of this file are subject to the terms of the Common Development
    15.6 - * and Distribution License (the License). You may not use this file except in
    15.7 - * compliance with the License.
    15.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.9   *
   15.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   15.11 - * or http://www.netbeans.org/cddl.txt.
   15.12 -
   15.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   15.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   15.15 - * If applicable, add the following below the CDDL Header, with the fields
   15.16 - * enclosed by brackets [] replaced by your own identifying information:
   15.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   15.18 + *
   15.19 + * The contents of this file are subject to the terms of either the GNU
   15.20 + * General Public License Version 2 only ("GPL") or the Common
   15.21 + * Development and Distribution License("CDDL") (collectively, the
   15.22 + * "License"). You may not use this file except in compliance with the
   15.23 + * License. You can obtain a copy of the License at
   15.24 + * http://www.netbeans.org/cddl-gplv2.html
   15.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   15.26 + * specific language governing permissions and limitations under the
   15.27 + * License.  When distributing the software, include this License Header
   15.28 + * Notice in each file and include the License file at
   15.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   15.30 + * particular file as subject to the "Classpath" exception as provided
   15.31 + * by Sun in the GPL Version 2 section of the License file that
   15.32 + * accompanied this code. If applicable, add the following below the
   15.33 + * License Header, with the fields enclosed by brackets [] replaced by
   15.34 + * your own identifying information:
   15.35   * "Portions Copyrighted [year] [name of copyright owner]"
   15.36   *
   15.37 + * Contributor(s):
   15.38 + *
   15.39   * The Original Software is NetBeans. The Initial Developer of the Original
   15.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   15.41   * Microsystems, Inc. All Rights Reserved.
   15.42   *
   15.43 - *
   15.44 + * If you wish your version of this file to be governed by only the CDDL
   15.45 + * or only the GPL Version 2, indicate your decision by adding
   15.46 + * "[Contributor] elects to include this software in this distribution
   15.47 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   15.48 + * single choice of license, a recipient has the option to distribute
   15.49 + * your version of this file under either the CDDL, the GPL Version 2 or
   15.50 + * to extend the choice of license to its licensees as provided above.
   15.51 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   15.52 + * Version 2 license, then the option applies only if the new code is
   15.53 + * made subject to such option by the copyright holder.
   15.54 + */
   15.55 +
   15.56 +/*
   15.57   * Cloned from nbbuild/antsrc/org/netbeans/nbbuild
   15.58   * Modified to accept the 'overrideManifest' parameter
   15.59   *
    16.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/Repeat.java	Tue Oct 02 06:58:13 2007 +0000
    16.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/Repeat.java	Wed Oct 03 05:17:20 2007 +0000
    16.3 @@ -1,20 +1,42 @@
    16.4  /*
    16.5 - * The contents of this file are subject to the terms of the Common Development
    16.6 - * and Distribution License (the License). You may not use this file except in
    16.7 - * compliance with the License.
    16.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.9   *
   16.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   16.11 - * or http://www.netbeans.org/cddl.txt.
   16.12 -
   16.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   16.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   16.15 - * If applicable, add the following below the CDDL Header, with the fields
   16.16 - * enclosed by brackets [] replaced by your own identifying information:
   16.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   16.18 + *
   16.19 + * The contents of this file are subject to the terms of either the GNU
   16.20 + * General Public License Version 2 only ("GPL") or the Common
   16.21 + * Development and Distribution License("CDDL") (collectively, the
   16.22 + * "License"). You may not use this file except in compliance with the
   16.23 + * License. You can obtain a copy of the License at
   16.24 + * http://www.netbeans.org/cddl-gplv2.html
   16.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   16.26 + * specific language governing permissions and limitations under the
   16.27 + * License.  When distributing the software, include this License Header
   16.28 + * Notice in each file and include the License file at
   16.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   16.30 + * particular file as subject to the "Classpath" exception as provided
   16.31 + * by Sun in the GPL Version 2 section of the License file that
   16.32 + * accompanied this code. If applicable, add the following below the
   16.33 + * License Header, with the fields enclosed by brackets [] replaced by
   16.34 + * your own identifying information:
   16.35   * "Portions Copyrighted [year] [name of copyright owner]"
   16.36   *
   16.37 + * Contributor(s):
   16.38 + *
   16.39   * The Original Software is NetBeans. The Initial Developer of the Original
   16.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   16.41   * Microsystems, Inc. All Rights Reserved.
   16.42 + *
   16.43 + * If you wish your version of this file to be governed by only the CDDL
   16.44 + * or only the GPL Version 2, indicate your decision by adding
   16.45 + * "[Contributor] elects to include this software in this distribution
   16.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   16.47 + * single choice of license, a recipient has the option to distribute
   16.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   16.49 + * to extend the choice of license to its licensees as provided above.
   16.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   16.51 + * Version 2 license, then the option applies only if the new code is
   16.52 + * made subject to such option by the copyright holder.
   16.53   */
   16.54  package org.netbeans.modules.visualweb.ravebuild;
   16.55  
    17.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/UpdateTracking.java	Tue Oct 02 06:58:13 2007 +0000
    17.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/UpdateTracking.java	Wed Oct 03 05:17:20 2007 +0000
    17.3 @@ -1,20 +1,42 @@
    17.4  /*
    17.5 - * The contents of this file are subject to the terms of the Common Development
    17.6 - * and Distribution License (the License). You may not use this file except in
    17.7 - * compliance with the License.
    17.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.9   *
   17.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   17.11 - * or http://www.netbeans.org/cddl.txt.
   17.12 -
   17.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   17.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   17.15 - * If applicable, add the following below the CDDL Header, with the fields
   17.16 - * enclosed by brackets [] replaced by your own identifying information:
   17.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   17.18 + *
   17.19 + * The contents of this file are subject to the terms of either the GNU
   17.20 + * General Public License Version 2 only ("GPL") or the Common
   17.21 + * Development and Distribution License("CDDL") (collectively, the
   17.22 + * "License"). You may not use this file except in compliance with the
   17.23 + * License. You can obtain a copy of the License at
   17.24 + * http://www.netbeans.org/cddl-gplv2.html
   17.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   17.26 + * specific language governing permissions and limitations under the
   17.27 + * License.  When distributing the software, include this License Header
   17.28 + * Notice in each file and include the License file at
   17.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   17.30 + * particular file as subject to the "Classpath" exception as provided
   17.31 + * by Sun in the GPL Version 2 section of the License file that
   17.32 + * accompanied this code. If applicable, add the following below the
   17.33 + * License Header, with the fields enclosed by brackets [] replaced by
   17.34 + * your own identifying information:
   17.35   * "Portions Copyrighted [year] [name of copyright owner]"
   17.36   *
   17.37 + * Contributor(s):
   17.38 + *
   17.39   * The Original Software is NetBeans. The Initial Developer of the Original
   17.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   17.41   * Microsystems, Inc. All Rights Reserved.
   17.42 + *
   17.43 + * If you wish your version of this file to be governed by only the CDDL
   17.44 + * or only the GPL Version 2, indicate your decision by adding
   17.45 + * "[Contributor] elects to include this software in this distribution
   17.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   17.47 + * single choice of license, a recipient has the option to distribute
   17.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   17.49 + * to extend the choice of license to its licensees as provided above.
   17.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   17.51 + * Version 2 license, then the option applies only if the new code is
   17.52 + * made subject to such option by the copyright holder.
   17.53   */
   17.54  
   17.55  package org.netbeans.modules.visualweb.ravebuild;
    18.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/XMLUtil.java	Tue Oct 02 06:58:13 2007 +0000
    18.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/XMLUtil.java	Wed Oct 03 05:17:20 2007 +0000
    18.3 @@ -1,20 +1,42 @@
    18.4  /*
    18.5 - * The contents of this file are subject to the terms of the Common Development
    18.6 - * and Distribution License (the License). You may not use this file except in
    18.7 - * compliance with the License.
    18.8 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.9   *
   18.10 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   18.11 - * or http://www.netbeans.org/cddl.txt.
   18.12 -
   18.13 - * When distributing Covered Code, include this CDDL Header Notice in each file
   18.14 - * and include the License file at http://www.netbeans.org/cddl.txt.
   18.15 - * If applicable, add the following below the CDDL Header, with the fields
   18.16 - * enclosed by brackets [] replaced by your own identifying information:
   18.17 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   18.18 + *
   18.19 + * The contents of this file are subject to the terms of either the GNU
   18.20 + * General Public License Version 2 only ("GPL") or the Common
   18.21 + * Development and Distribution License("CDDL") (collectively, the
   18.22 + * "License"). You may not use this file except in compliance with the
   18.23 + * License. You can obtain a copy of the License at
   18.24 + * http://www.netbeans.org/cddl-gplv2.html
   18.25 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   18.26 + * specific language governing permissions and limitations under the
   18.27 + * License.  When distributing the software, include this License Header
   18.28 + * Notice in each file and include the License file at
   18.29 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   18.30 + * particular file as subject to the "Classpath" exception as provided
   18.31 + * by Sun in the GPL Version 2 section of the License file that
   18.32 + * accompanied this code. If applicable, add the following below the
   18.33 + * License Header, with the fields enclosed by brackets [] replaced by
   18.34 + * your own identifying information:
   18.35   * "Portions Copyrighted [year] [name of copyright owner]"
   18.36   *
   18.37 + * Contributor(s):
   18.38 + *
   18.39   * The Original Software is NetBeans. The Initial Developer of the Original
   18.40   * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   18.41   * Microsystems, Inc. All Rights Reserved.
   18.42 + *
   18.43 + * If you wish your version of this file to be governed by only the CDDL
   18.44 + * or only the GPL Version 2, indicate your decision by adding
   18.45 + * "[Contributor] elects to include this software in this distribution
   18.46 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   18.47 + * single choice of license, a recipient has the option to distribute
   18.48 + * your version of this file under either the CDDL, the GPL Version 2 or
   18.49 + * to extend the choice of license to its licensees as provided above.
   18.50 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   18.51 + * Version 2 license, then the option applies only if the new code is
   18.52 + * made subject to such option by the copyright holder.
   18.53   */
   18.54  
   18.55  package org.netbeans.modules.visualweb.ravebuild;
    19.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/CvsEntries.java	Tue Oct 02 06:58:13 2007 +0000
    19.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/CvsEntries.java	Wed Oct 03 05:17:20 2007 +0000
    19.3 @@ -1,27 +1,49 @@
    19.4 +/*
    19.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.6 + *
    19.7 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    19.8 + *
    19.9 + * The contents of this file are subject to the terms of either the GNU
   19.10 + * General Public License Version 2 only ("GPL") or the Common
   19.11 + * Development and Distribution License("CDDL") (collectively, the
   19.12 + * "License"). You may not use this file except in compliance with the
   19.13 + * License. You can obtain a copy of the License at
   19.14 + * http://www.netbeans.org/cddl-gplv2.html
   19.15 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   19.16 + * specific language governing permissions and limitations under the
   19.17 + * License.  When distributing the software, include this License Header
   19.18 + * Notice in each file and include the License file at
   19.19 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   19.20 + * particular file as subject to the "Classpath" exception as provided
   19.21 + * by Sun in the GPL Version 2 section of the License file that
   19.22 + * accompanied this code. If applicable, add the following below the
   19.23 + * License Header, with the fields enclosed by brackets [] replaced by
   19.24 + * your own identifying information:
   19.25 + * "Portions Copyrighted [year] [name of copyright owner]"
   19.26 + *
   19.27 + * Contributor(s):
   19.28 + *
   19.29 + * The Original Software is NetBeans. The Initial Developer of the Original
   19.30 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   19.31 + * Microsystems, Inc. All Rights Reserved.
   19.32 + *
   19.33 + * If you wish your version of this file to be governed by only the CDDL
   19.34 + * or only the GPL Version 2, indicate your decision by adding
   19.35 + * "[Contributor] elects to include this software in this distribution
   19.36 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   19.37 + * single choice of license, a recipient has the option to distribute
   19.38 + * your version of this file under either the CDDL, the GPL Version 2 or
   19.39 + * to extend the choice of license to its licensees as provided above.
   19.40 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   19.41 + * Version 2 license, then the option applies only if the new code is
   19.42 + * made subject to such option by the copyright holder.
   19.43 + */
   19.44  /**
   19.45   *
   19.46   *  CLASS COPIED FROM NETBEANS
   19.47   *
   19.48   */
   19.49  
   19.50 -/*
   19.51 - * The contents of this file are subject to the terms of the Common Development
   19.52 - * and Distribution License (the License). You may not use this file except in
   19.53 - * compliance with the License.
   19.54 - *
   19.55 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   19.56 - * or http://www.netbeans.org/cddl.txt.
   19.57 -
   19.58 - * When distributing Covered Code, include this CDDL Header Notice in each file
   19.59 - * and include the License file at http://www.netbeans.org/cddl.txt.
   19.60 - * If applicable, add the following below the CDDL Header, with the fields
   19.61 - * enclosed by brackets [] replaced by your own identifying information:
   19.62 - * "Portions Copyrighted [year] [name of copyright owner]"
   19.63 - *
   19.64 - * The Original Software is NetBeans. The Initial Developer of the Original
   19.65 - * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   19.66 - * Microsystems, Inc. All Rights Reserved.
   19.67 - */
   19.68  
   19.69  /************************************************************************
   19.70  
    20.1 --- a/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/Entry.java	Tue Oct 02 06:58:13 2007 +0000
    20.2 +++ b/misc/ravebuild/antsrc/org/netbeans/modules/visualweb/ravebuild/utils/cvsutils/Entry.java	Wed Oct 03 05:17:20 2007 +0000
    20.3 @@ -1,28 +1,49 @@
    20.4 +/*
    20.5 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.6 + *
    20.7 + * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
    20.8 + *
    20.9 + * The contents of this file are subject to the terms of either the GNU
   20.10 + * General Public License Version 2 only ("GPL") or the Common
   20.11 + * Development and Distribution License("CDDL") (collectively, the
   20.12 + * "License"). You may not use this file except in compliance with the
   20.13 + * License. You can obtain a copy of the License at
   20.14 + * http://www.netbeans.org/cddl-gplv2.html
   20.15 + * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   20.16 + * specific language governing permissions and limitations under the
   20.17 + * License.  When distributing the software, include this License Header
   20.18 + * Notice in each file and include the License file at
   20.19 + * nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   20.20 + * particular file as subject to the "Classpath" exception as provided
   20.21 + * by Sun in the GPL Version 2 section of the License file that
   20.22 + * accompanied this code. If applicable, add the following below the
   20.23 + * License Header, with the fields enclosed by brackets [] replaced by
   20.24 + * your own identifying information:
   20.25 + * "Portions Copyrighted [year] [name of copyright owner]"
   20.26 + *
   20.27 + * Contributor(s):
   20.28 + *
   20.29 + * The Original Software is NetBeans. The Initial Developer of the Original
   20.30 + * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   20.31 + * Microsystems, Inc. All Rights Reserved.
   20.32 + *
   20.33 + * If you wish your version of this file to be governed by only the CDDL
   20.34 + * or only the GPL Version 2, indicate your decision by adding
   20.35 + * "[Contributor] elects to include this software in this distribution
   20.36 + * under the [CDDL or GPL Version 2] license." If you do not indicate a
   20.37 + * single choice of license, a recipient has the option to distribute
   20.38 + * your version of this file under either the CDDL, the GPL Version 2 or
   20.39 + * to extend the choice of license to its licensees as provided above.
   20.40 + * However, if you add GPL Version 2 code and therefore, elected the GPL
   20.41 + * Version 2 license, then the option applies only if the new code is
   20.42 + * made subject to such option by the copyright holder.
   20.43 + */
   20.44  /**
   20.45   *
   20.46   *  CLASS COPIED FROM NETBEANS
   20.47   *
   20.48   */
   20.49  
   20.50 -/*
   20.51 - * The contents of this file are subject to the terms of the Common Development
   20.52 - * and Distribution License (the License). You may not use this file except in
   20.53 - * compliance with the License.
   20.54 - *
   20.55 - * You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   20.56 - * or http://www.netbeans.org/cddl.txt.
   20.57 -
   20.58 - * When distributing Covered Code, include this CDDL Header Notice in each file
   20.59 - * and include the License file at http://www.netbeans.org/cddl.txt.
   20.60 - * If applicable, add the following below the CDDL Header, with the fields
   20.61 - * enclosed by brackets [] replaced by your own identifying information:
   20.62 - * "Portions Copyrighted [year] [name of copyright owner]"
   20.63 - *
   20.64 - * The Original Software is NetBeans. The Initial Developer of the Original
   20.65 - * Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   20.66 - * Microsystems, Inc. All Rights Reserved.
   20.67 - */
   20.68 -
   20.69  /************************************************************************
   20.70  
   20.71          FILENAME: Entry.java
    21.1 --- a/misc/ravebuild/build.properties	Tue Oct 02 06:58:13 2007 +0000
    21.2 +++ b/misc/ravebuild/build.properties	Wed Oct 03 05:17:20 2007 +0000
    21.3 @@ -1,19 +1,41 @@
    21.4 -# The contents of this file are subject to the terms of the Common Development
    21.5 -# and Distribution License (the License). You may not use this file except in
    21.6 -# compliance with the License.
    21.7 +# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.8  #
    21.9 -# You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   21.10 -# or http://www.netbeans.org/cddl.txt.
   21.11 -
   21.12 -# When distributing Covered Code, include this CDDL Header Notice in each file
   21.13 -# and include the License file at http://www.netbeans.org/cddl.txt.
   21.14 -# If applicable, add the following below the CDDL Header, with the fields
   21.15 -# enclosed by brackets [] replaced by your own identifying information:
   21.16 +# Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   21.17 +#
   21.18 +# The contents of this file are subject to the terms of either the GNU
   21.19 +# General Public License Version 2 only ("GPL") or the Common
   21.20 +# Development and Distribution License("CDDL") (collectively, the
   21.21 +# "License"). You may not use this file except in compliance with the
   21.22 +# License. You can obtain a copy of the License at
   21.23 +# http://www.netbeans.org/cddl-gplv2.html
   21.24 +# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   21.25 +# specific language governing permissions and limitations under the
   21.26 +# License.  When distributing the software, include this License Header
   21.27 +# Notice in each file and include the License file at
   21.28 +# nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   21.29 +# particular file as subject to the "Classpath" exception as provided
   21.30 +# by Sun in the GPL Version 2 section of the License file that
   21.31 +# accompanied this code. If applicable, add the following below the
   21.32 +# License Header, with the fields enclosed by brackets [] replaced by
   21.33 +# your own identifying information:
   21.34  # "Portions Copyrighted [year] [name of copyright owner]"
   21.35  #
   21.36 +# Contributor(s):
   21.37 +#
   21.38  # The Original Software is NetBeans. The Initial Developer of the Original
   21.39  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   21.40  # Microsystems, Inc. All Rights Reserved.
   21.41 +#
   21.42 +# If you wish your version of this file to be governed by only the CDDL
   21.43 +# or only the GPL Version 2, indicate your decision by adding
   21.44 +# "[Contributor] elects to include this software in this distribution
   21.45 +# under the [CDDL or GPL Version 2] license." If you do not indicate a
   21.46 +# single choice of license, a recipient has the option to distribute
   21.47 +# your version of this file under either the CDDL, the GPL Version 2 or
   21.48 +# to extend the choice of license to its licensees as provided above.
   21.49 +# However, if you add GPL Version 2 code and therefore, elected the GPL
   21.50 +# Version 2 license, then the option applies only if the new code is
   21.51 +# made subject to such option by the copyright holder.
   21.52  
   21.53  # This property is used when merging the forked module sources to the netbeans 
   21.54  # source directory. The list should contain the names of sparse cvs modules.
    22.1 --- a/misc/ravebuild/build.xml	Tue Oct 02 06:58:13 2007 +0000
    22.2 +++ b/misc/ravebuild/build.xml	Wed Oct 03 05:17:20 2007 +0000
    22.3 @@ -1,21 +1,44 @@
    22.4  <?xml version='1.0' encoding='ISO-8859-1' ?>
    22.5  <!--
    22.6 -The contents of this file are subject to the terms of the Common Development
    22.7 -and Distribution License (the License). You may not use this file except in
    22.8 -compliance with the License.
    22.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   22.10  
   22.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   22.12 -or http://www.netbeans.org/cddl.txt.
   22.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   22.14  
   22.15 -When distributing Covered Code, include this CDDL Header Notice in each file
   22.16 -and include the License file at http://www.netbeans.org/cddl.txt.
   22.17 -If applicable, add the following below the CDDL Header, with the fields
   22.18 -enclosed by brackets [] replaced by your own identifying information:
   22.19 +
   22.20 +The contents of this file are subject to the terms of either the GNU
   22.21 +General Public License Version 2 only ("GPL") or the Common
   22.22 +Development and Distribution License("CDDL") (collectively, the
   22.23 +"License"). You may not use this file except in compliance with the
   22.24 +License. You can obtain a copy of the License at
   22.25 +http://www.netbeans.org/cddl-gplv2.html
   22.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   22.27 +specific language governing permissions and limitations under the
   22.28 +License.  When distributing the software, include this License Header
   22.29 +Notice in each file and include the License file at
   22.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   22.31 +particular file as subject to the "Classpath" exception as provided
   22.32 +by Sun in the GPL Version 2 section of the License file that
   22.33 +accompanied this code. If applicable, add the following below the
   22.34 +License Header, with the fields enclosed by brackets [] replaced by
   22.35 +your own identifying information:
   22.36  "Portions Copyrighted [year] [name of copyright owner]"
   22.37  
   22.38 +Contributor(s):
   22.39 +
   22.40  The Original Software is NetBeans. The Initial Developer of the Original
   22.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   22.42  Microsystems, Inc. All Rights Reserved.
   22.43 +
   22.44 +If you wish your version of this file to be governed by only the CDDL
   22.45 +or only the GPL Version 2, indicate your decision by adding
   22.46 +"[Contributor] elects to include this software in this distribution
   22.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   22.48 +single choice of license, a recipient has the option to distribute
   22.49 +your version of this file under either the CDDL, the GPL Version 2 or
   22.50 +to extend the choice of license to its licensees as provided above.
   22.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
   22.52 +Version 2 license, then the option applies only if the new code is
   22.53 +made subject to such option by the copyright holder.
   22.54  =======
   22.55  Visual Web top level build script.
   22.56  -->
    23.1 --- a/misc/ravebuild/nbproject/project.xml	Tue Oct 02 06:58:13 2007 +0000
    23.2 +++ b/misc/ravebuild/nbproject/project.xml	Wed Oct 03 05:17:20 2007 +0000
    23.3 @@ -1,21 +1,44 @@
    23.4  <?xml version="1.0" encoding="UTF-8"?>
    23.5  <!--
    23.6 -The contents of this file are subject to the terms of the Common Development
    23.7 -and Distribution License (the License). You may not use this file except in
    23.8 -compliance with the License.
    23.9 +DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   23.10  
   23.11 -You can obtain a copy of the License at http://www.netbeans.org/cddl.html
   23.12 -or http://www.netbeans.org/cddl.txt.
   23.13 +Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
   23.14  
   23.15 -When distributing Covered Code, include this CDDL Header Notice in each file
   23.16 -and include the License file at http://www.netbeans.org/cddl.txt.
   23.17 -If applicable, add the following below the CDDL Header, with the fields
   23.18 -enclosed by brackets [] replaced by your own identifying information:
   23.19 +
   23.20 +The contents of this file are subject to the terms of either the GNU
   23.21 +General Public License Version 2 only ("GPL") or the Common
   23.22 +Development and Distribution License("CDDL") (collectively, the
   23.23 +"License"). You may not use this file except in compliance with the
   23.24 +License. You can obtain a copy of the License at
   23.25 +http://www.netbeans.org/cddl-gplv2.html
   23.26 +or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
   23.27 +specific language governing permissions and limitations under the
   23.28 +License.  When distributing the software, include this License Header
   23.29 +Notice in each file and include the License file at
   23.30 +nbbuild/licenses/CDDL-GPL-2-CP.  Sun designates this
   23.31 +particular file as subject to the "Classpath" exception as provided
   23.32 +by Sun in the GPL Version 2 section of the License file that
   23.33 +accompanied this code. If applicable, add the following below the
   23.34 +License Header, with the fields enclosed by brackets [] replaced by
   23.35 +your own identifying information:
   23.36  "Portions Copyrighted [year] [name of copyright owner]"
   23.37  
   23.38 +Contributor(s):
   23.39 +
   23.40  The Original Software is NetBeans. The Initial Developer of the Original
   23.41  Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
   23.42  Microsystems, Inc. All Rights Reserved.
   23.43 +
   23.44 +If you wish your version of this file to be governed by only the CDDL
   23.45 +or only the GPL Version 2, indicate your decision by adding
   23.46 +"[Contributor] elects to include this software in this distribution
   23.47 +under the [CDDL or GPL Version 2] license." If you do not indicate a
   23.48 +single choice of license, a recipient has the option to distribute
   23.49 +your version of this file under either the CDDL, the GPL Version 2 or
   23.50 +to extend the choice of license to its licensees as provided above.
   23.51 +However, if you add GPL Version 2 code and therefore, elected the GPL
   23.52 +Version 2 license, then the option applies only if the new code is
   23.53 +made subject to such option by the copyright holder.
   23.54  -->
   23.55  
   23.56  <project xmlns="http://www.netbeans.org/ns/project/1">