License formating preprocess
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Tue, 21 Jan 2014 08:54:40 +0100
branchpreprocess
changeset 476b4c6cc48fe8e
parent 475 57857c9eec5b
child 484 72dc0325111c
License formating
json-tck/src/main/java/net/java/html/js/tests/Later.java
     1.1 --- a/json-tck/src/main/java/net/java/html/js/tests/Later.java	Tue Jan 21 08:54:02 2014 +0100
     1.2 +++ b/json-tck/src/main/java/net/java/html/js/tests/Later.java	Tue Jan 21 08:54:40 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4 -/*
     1.5 +/**
     1.6   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.7   *
     1.8 - * Copyright 2014 Oracle and/or its affiliates. All rights reserved.
     1.9 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    1.10   *
    1.11   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.12   * Other names may be trademarks of their respective owners.
    1.13 @@ -24,6 +24,11 @@
    1.14   * your own identifying information:
    1.15   * "Portions Copyrighted [year] [name of copyright owner]"
    1.16   *
    1.17 + * Contributor(s):
    1.18 + *
    1.19 + * The Original Software is NetBeans. The Initial Developer of the Original
    1.20 + * Software is Oracle. Portions Copyright 2013-2013 Oracle. All Rights Reserved.
    1.21 + *
    1.22   * If you wish your version of this file to be governed by only the CDDL
    1.23   * or only the GPL Version 2, indicate your decision by adding
    1.24   * "[Contributor] elects to include this software in this distribution
    1.25 @@ -34,12 +39,7 @@
    1.26   * However, if you add GPL Version 2 code and therefore, elected the GPL
    1.27   * Version 2 license, then the option applies only if the new code is
    1.28   * made subject to such option by the copyright holder.
    1.29 - *
    1.30 - * Contributor(s):
    1.31 - *
    1.32 - * Portions Copyrighted 2014 Sun Microsystems, Inc.
    1.33   */
    1.34 -
    1.35  package net.java.html.js.tests;
    1.36  
    1.37  import net.java.html.js.JavaScriptBody;