cmdline/maven/tests/test-custom/src/main/resources/META-INF/upgrade/test.hint
author Jan Lahoda <jlahoda@netbeans.org>
Sun, 08 Jan 2017 20:11:55 +0100
changeset 1038 1e294e9e1ef4
parent 899 12c21232b6e5
permissions -rw-r--r--
Fixing license headers for configuration files
jlahoda@1038
     1
/*
jlahoda@1038
     2
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jlahoda@1038
     3
 *
jlahoda@1038
     4
 * Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
jlahoda@1038
     5
 *
jlahoda@1038
     6
 * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jlahoda@1038
     7
 * Other names may be trademarks of their respective owners.
jlahoda@1038
     8
 *
jlahoda@1038
     9
 * The contents of this file are subject to the terms of either the GNU
jlahoda@1038
    10
 * General Public License Version 2 only ("GPL") or the Common
jlahoda@1038
    11
 * Development and Distribution License("CDDL") (collectively, the
jlahoda@1038
    12
 * "License"). You may not use this file except in compliance with the
jlahoda@1038
    13
 * License. You can obtain a copy of the License at
jlahoda@1038
    14
 * http://www.netbeans.org/cddl-gplv2.html
jlahoda@1038
    15
 * or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jlahoda@1038
    16
 * specific language governing permissions and limitations under the
jlahoda@1038
    17
 * License.  When distributing the software, include this License Header
jlahoda@1038
    18
 * Notice in each file and include the License file at
jlahoda@1038
    19
 * nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jlahoda@1038
    20
 * particular file as subject to the "Classpath" exception as provided
jlahoda@1038
    21
 * by Oracle in the GPL Version 2 section of the License file that
jlahoda@1038
    22
 * accompanied this code. If applicable, add the following below the
jlahoda@1038
    23
 * License Header, with the fields enclosed by brackets [] replaced by
jlahoda@1038
    24
 * your own identifying information:
jlahoda@1038
    25
 * "Portions Copyrighted [year] [name of copyright owner]"
jlahoda@1038
    26
 *
jlahoda@1038
    27
 * Contributor(s):
jlahoda@1038
    28
 *
jlahoda@1038
    29
 * The Original Software is NetBeans. The Initial Developer of the Original
jlahoda@1038
    30
 * Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
jlahoda@1038
    31
 * Microsystems, Inc. All Rights Reserved.
jlahoda@1038
    32
 *
jlahoda@1038
    33
 * If you wish your version of this file to be governed by only the CDDL
jlahoda@1038
    34
 * or only the GPL Version 2, indicate your decision by adding
jlahoda@1038
    35
 * "[Contributor] elects to include this software in this distribution
jlahoda@1038
    36
 * under the [CDDL or GPL Version 2] license." If you do not indicate a
jlahoda@1038
    37
 * single choice of license, a recipient has the option to distribute
jlahoda@1038
    38
 * your version of this file under either the CDDL, the GPL Version 2 or
jlahoda@1038
    39
 * to extend the choice of license to its licensees as provided above.
jlahoda@1038
    40
 * However, if you add GPL Version 2 code and therefore, elected the GPL
jlahoda@1038
    41
 * Version 2 license, then the option applies only if the new code is
jlahoda@1038
    42
 * made subject to such option by the copyright holder.
jlahoda@1038
    43
 */
jlahoda@1038
    44
jlahoda@899
    45
$str.length() == 0 :: $str instanceof java.lang.String;;