cmdline/tool/scripts/jackpot.bat
changeset 1036 3b6996b67a7c
parent 892 a9c4c0a8d305
     1.1 --- a/cmdline/tool/scripts/jackpot.bat	Tue Oct 23 18:29:52 2012 +0200
     1.2 +++ b/cmdline/tool/scripts/jackpot.bat	Sun Jan 08 20:11:29 2017 +0100
     1.3 @@ -1,3 +1,46 @@
     1.4 +@echo off
     1.5 +REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6 +REM
     1.7 +REM Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
     1.8 +REM
     1.9 +REM Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.10 +REM Other names may be trademarks of their respective owners.
    1.11 +REM
    1.12 +REM The contents of this file are subject to the terms of either the GNU
    1.13 +REM General Public License Version 2 only ("GPL") or the Common
    1.14 +REM Development and Distribution License("CDDL") (collectively, the
    1.15 +REM "License"). You may not use this file except in compliance with the
    1.16 +REM License. You can obtain a copy of the License at
    1.17 +REM http://www.netbeans.org/cddl-gplv2.html
    1.18 +REM or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    1.19 +REM specific language governing permissions and limitations under the
    1.20 +REM License.  When distributing the software, include this License Header
    1.21 +REM Notice in each file and include the License file at
    1.22 +REM nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    1.23 +REM particular file as subject to the "Classpath" exception as provided
    1.24 +REM by Oracle in the GPL Version 2 section of the License file that
    1.25 +REM accompanied this code. If applicable, add the following below the
    1.26 +REM License Header, with the fields enclosed by brackets [] replaced by
    1.27 +REM your own identifying information:
    1.28 +REM "Portions Copyrighted [year] [name of copyright owner]"
    1.29 +REM
    1.30 +REM Contributor(s):
    1.31 +REM
    1.32 +REM The Original Software is NetBeans. The Initial Developer of the Original
    1.33 +REM Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
    1.34 +REM Microsystems, Inc. All Rights Reserved.
    1.35 +REM
    1.36 +REM If you wish your version of this file to be governed by only the CDDL
    1.37 +REM or only the GPL Version 2, indicate your decision by adding
    1.38 +REM "[Contributor] elects to include this software in this distribution
    1.39 +REM under the [CDDL or GPL Version 2] license." If you do not indicate a
    1.40 +REM single choice of license, a recipient has the option to distribute
    1.41 +REM your version of this file under either the CDDL, the GPL Version 2 or
    1.42 +REM to extend the choice of license to its licensees as provided above.
    1.43 +REM However, if you add GPL Version 2 code and therefore, elected the GPL
    1.44 +REM Version 2 license, then the option applies only if the new code is
    1.45 +REM made subject to such option by the copyright holder.
    1.46 +
    1.47  @echo on
    1.48  set dirname=%0%\..
    1.49  java -classpath "%dirname:"=%\jackpot.jar" org.netbeans.modules.jackpot30.cmdline.Main %*