Fixing license for the rename files UniversalKO
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Thu, 09 Jan 2014 15:07:00 +0100
branchUniversalKO
changeset 443cfaeaa98a0a6
parent 442 bd85dbbdc60c
child 444 03eeeb863fa1
Fixing license for the rename files
ko4j/src/main/java/org/netbeans/html/ko4j/KO4J.java
pom.xml
     1.1 --- a/ko4j/src/main/java/org/netbeans/html/ko4j/KO4J.java	Thu Jan 09 15:03:34 2014 +0100
     1.2 +++ b/ko4j/src/main/java/org/netbeans/html/ko4j/KO4J.java	Thu Jan 09 15:07:00 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 org.netbeans.html.ko4j;
    1.36  
    1.37  import net.java.html.json.Model;
     2.1 --- a/pom.xml	Thu Jan 09 15:03:34 2014 +0100
     2.2 +++ b/pom.xml	Thu Jan 09 15:07:00 2014 +0100
     2.3 @@ -94,7 +94,7 @@
     2.4                         <exclude>*</exclude>
     2.5                         <exclude>.*/**</exclude>
     2.6                         <exclude>ko-archetype/src/main/resources/**</exclude>
     2.7 -                       <exclude>ko-fx/src/main/resources/org/netbeans/html/kofx/knockout*.js</exclude>
     2.8 +                       <exclude>ko4j/src/main/resources/org/netbeans/html/ko4j/knockout*.js</exclude>
     2.9                    </excludes>
    2.10                </configuration>
    2.11            </plugin>