The work on this project started in 2013
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Mon, 16 Dec 2013 17:39:56 +0100
changeset 3655c93ad8c7a15
parent 364 2739565c7a45
child 366 4025de4e97b7
The work on this project started in 2013
COPYING
boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java
boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java
boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java
boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java
boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java
boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java
boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java
boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java
boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java
boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java
boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java
boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js
boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html
boot/src/main/java/net/java/html/boot/BrowserBuilder.java
boot/src/main/java/net/java/html/boot/package.html
boot/src/main/java/net/java/html/js/JavaScriptBody.java
boot/src/main/java/net/java/html/js/JavaScriptResource.java
boot/src/main/java/net/java/html/js/package.html
boot/src/main/java/org/apidesign/html/boot/spi/Fn.java
boot/src/main/java/org/apidesign/html/boot/spi/package.html
boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java
boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java
boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java
boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java
boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java
boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java
boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java
boot/src/main/java/org/netbeans/html/boot/impl/Test.java
boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java
boot/src/test/java/org/netbeans/html/boot/impl/Compile.java
boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java
boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java
boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java
boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java
boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java
boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js
context/src/main/java/net/java/html/BrwsrCtx.java
context/src/main/java/org/apidesign/html/context/spi/Contexts.java
context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java
context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java
geo/src/main/java/net/java/html/geo/OnLocation.java
geo/src/main/java/net/java/html/geo/Position.java
geo/src/main/java/net/java/html/geo/package.html
geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java
geo/src/main/java/org/netbeans/html/geo/impl/JsG.java
geo/src/test/java/net/java/html/geo/OnLocationTest.java
geo/src/test/java/org/netbeans/html/geo/impl/Compile.java
geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java
json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java
json-tck/src/main/java/net/java/html/json/tests/JSONTest.java
json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java
json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java
json-tck/src/main/java/net/java/html/json/tests/PairModel.java
json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java
json-tck/src/main/java/net/java/html/json/tests/Sex.java
json-tck/src/main/java/net/java/html/json/tests/Utils.java
json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java
json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java
json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java
json-tck/src/main/resources/org/apidesign/html/json/tck/package.html
json/src/main/java/net/java/html/json/ComputedProperty.java
json/src/main/java/net/java/html/json/Function.java
json/src/main/java/net/java/html/json/Model.java
json/src/main/java/net/java/html/json/ModelOperation.java
json/src/main/java/net/java/html/json/Models.java
json/src/main/java/net/java/html/json/OnPropertyChange.java
json/src/main/java/net/java/html/json/OnReceive.java
json/src/main/java/net/java/html/json/Property.java
json/src/main/java/net/java/html/json/doc-files/websockets.html
json/src/main/java/net/java/html/json/package.html
json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java
json/src/main/java/org/apidesign/html/json/spi/JSONCall.java
json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java
json/src/main/java/org/apidesign/html/json/spi/Technology.java
json/src/main/java/org/apidesign/html/json/spi/Transfer.java
json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java
json/src/main/java/org/netbeans/html/json/impl/Bindings.java
json/src/main/java/org/netbeans/html/json/impl/Callback.java
json/src/main/java/org/netbeans/html/json/impl/FromJSON.java
json/src/main/java/org/netbeans/html/json/impl/JSON.java
json/src/main/java/org/netbeans/html/json/impl/JSONList.java
json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java
json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java
json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java
json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java
json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java
json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties
json/src/main/resources/org/netbeans/html/json/spi/package.html
json/src/test/java/net/java/html/json/BoardTest.java
json/src/test/java/net/java/html/json/Compile.java
json/src/test/java/net/java/html/json/MapModelTest.java
json/src/test/java/net/java/html/json/ModelProcessorTest.java
json/src/test/java/net/java/html/json/ModelTest.java
json/src/test/java/net/java/html/json/ModelsTest.java
json/src/test/java/net/java/html/json/OperationTest.java
json/src/test/java/net/java/html/json/PersonImpl.java
json/src/test/java/net/java/html/json/PrimitiveArrayTest.java
json/src/test/java/net/java/html/json/Sex.java
json/src/test/java/net/java/html/json/TypesTest.java
json/src/test/java/net/java/html/json/WebSocketCallTest.java
json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java
json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java
json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java
json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java
json/src/test/java/org/netbeans/html/json/impl/JSONTest.java
json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java
ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java
ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java
ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java
ko-fx/src/main/java/org/netbeans/html/kofx/Console.java
ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java
ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java
ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java
ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java
ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java
ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java
ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java
ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java
ko-fx/src/test/resources/org/netbeans/html/kofx/test.html
ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java
ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java
ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java
ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java
ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html
sound/src/main/java/net/java/html/sound/AudioClip.java
sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java
sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java
     1.1 --- a/COPYING	Mon Dec 16 17:16:40 2013 +0100
     1.2 +++ b/COPYING	Mon Dec 16 17:39:56 2013 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.5  
     1.6 -Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     1.7 +Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     1.8  
     1.9  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.10  Other names may be trademarks of their respective owners.
     2.1 --- a/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Mon Dec 16 17:16:40 2013 +0100
     2.2 +++ b/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java	Mon Dec 16 17:39:56 2013 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  /**
     2.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.6   *
     2.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     2.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     2.9   *
    2.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    2.11   * Other names may be trademarks of their respective owners.
     3.1 --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java	Mon Dec 16 17:16:40 2013 +0100
     3.2 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java	Mon Dec 16 17:39:56 2013 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  /**
     3.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.6   *
     3.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     3.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     3.9   *
    3.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    3.11   * Other names may be trademarks of their respective owners.
     4.1 --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java	Mon Dec 16 17:16:40 2013 +0100
     4.2 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java	Mon Dec 16 17:39:56 2013 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  /**
     4.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.6   *
     4.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     4.9   *
    4.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    4.11   * Other names may be trademarks of their respective owners.
     5.1 --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java	Mon Dec 16 17:16:40 2013 +0100
     5.2 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java	Mon Dec 16 17:39:56 2013 +0100
     5.3 @@ -1,7 +1,7 @@
     5.4  /**
     5.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     5.6   *
     5.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     5.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     5.9   *
    5.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    5.11   * Other names may be trademarks of their respective owners.
     6.1 --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java	Mon Dec 16 17:16:40 2013 +0100
     6.2 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java	Mon Dec 16 17:39:56 2013 +0100
     6.3 @@ -1,7 +1,7 @@
     6.4  /**
     6.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     6.6   *
     6.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     6.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     6.9   *
    6.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    6.11   * Other names may be trademarks of their respective owners.
     7.1 --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java	Mon Dec 16 17:16:40 2013 +0100
     7.2 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java	Mon Dec 16 17:39:56 2013 +0100
     7.3 @@ -1,7 +1,7 @@
     7.4  /**
     7.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     7.6   *
     7.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     7.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     7.9   *
    7.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    7.11   * Other names may be trademarks of their respective owners.
     8.1 --- a/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java	Mon Dec 16 17:16:40 2013 +0100
     8.2 +++ b/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java	Mon Dec 16 17:39:56 2013 +0100
     8.3 @@ -1,7 +1,7 @@
     8.4  /**
     8.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     8.6   *
     8.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     8.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     8.9   *
    8.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    8.11   * Other names may be trademarks of their respective owners.
     9.1 --- a/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java	Mon Dec 16 17:16:40 2013 +0100
     9.2 +++ b/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java	Mon Dec 16 17:39:56 2013 +0100
     9.3 @@ -1,7 +1,7 @@
     9.4  /**
     9.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     9.6   *
     9.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     9.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
     9.9   *
    9.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    9.11   * Other names may be trademarks of their respective owners.
    10.1 --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java	Mon Dec 16 17:16:40 2013 +0100
    10.2 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java	Mon Dec 16 17:39:56 2013 +0100
    10.3 @@ -1,7 +1,7 @@
    10.4  /**
    10.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    10.6   *
    10.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    10.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    10.9   *
   10.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   10.11   * Other names may be trademarks of their respective owners.
    11.1 --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java	Mon Dec 16 17:16:40 2013 +0100
    11.2 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java	Mon Dec 16 17:39:56 2013 +0100
    11.3 @@ -1,7 +1,7 @@
    11.4  /**
    11.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    11.6   *
    11.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    11.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    11.9   *
   11.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   11.11   * Other names may be trademarks of their respective owners.
    12.1 --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java	Mon Dec 16 17:16:40 2013 +0100
    12.2 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java	Mon Dec 16 17:39:56 2013 +0100
    12.3 @@ -1,7 +1,7 @@
    12.4  /**
    12.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    12.6   *
    12.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    12.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    12.9   *
   12.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   12.11   * Other names may be trademarks of their respective owners.
    13.1 --- a/boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js	Mon Dec 16 17:16:40 2013 +0100
    13.2 +++ b/boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js	Mon Dec 16 17:39:56 2013 +0100
    13.3 @@ -1,7 +1,7 @@
    13.4  /*
    13.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    13.6   *
    13.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    13.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    13.9   *
   13.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   13.11   * Other names may be trademarks of their respective owners.
    14.1 --- a/boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html	Mon Dec 16 17:16:40 2013 +0100
    14.2 +++ b/boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html	Mon Dec 16 17:39:56 2013 +0100
    14.3 @@ -2,7 +2,7 @@
    14.4  
    14.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    14.6  
    14.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    14.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    14.9  
   14.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   14.11      Other names may be trademarks of their respective owners.
    15.1 --- a/boot/src/main/java/net/java/html/boot/BrowserBuilder.java	Mon Dec 16 17:16:40 2013 +0100
    15.2 +++ b/boot/src/main/java/net/java/html/boot/BrowserBuilder.java	Mon Dec 16 17:39:56 2013 +0100
    15.3 @@ -1,7 +1,7 @@
    15.4  /**
    15.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    15.6   *
    15.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    15.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    15.9   *
   15.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   15.11   * Other names may be trademarks of their respective owners.
    16.1 --- a/boot/src/main/java/net/java/html/boot/package.html	Mon Dec 16 17:16:40 2013 +0100
    16.2 +++ b/boot/src/main/java/net/java/html/boot/package.html	Mon Dec 16 17:39:56 2013 +0100
    16.3 @@ -2,7 +2,7 @@
    16.4  
    16.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    16.6  
    16.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    16.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    16.9  
   16.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   16.11      Other names may be trademarks of their respective owners.
    17.1 --- a/boot/src/main/java/net/java/html/js/JavaScriptBody.java	Mon Dec 16 17:16:40 2013 +0100
    17.2 +++ b/boot/src/main/java/net/java/html/js/JavaScriptBody.java	Mon Dec 16 17:39:56 2013 +0100
    17.3 @@ -1,7 +1,7 @@
    17.4  /**
    17.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    17.6   *
    17.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    17.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    17.9   *
   17.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   17.11   * Other names may be trademarks of their respective owners.
    18.1 --- a/boot/src/main/java/net/java/html/js/JavaScriptResource.java	Mon Dec 16 17:16:40 2013 +0100
    18.2 +++ b/boot/src/main/java/net/java/html/js/JavaScriptResource.java	Mon Dec 16 17:39:56 2013 +0100
    18.3 @@ -1,7 +1,7 @@
    18.4  /**
    18.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    18.6   *
    18.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    18.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    18.9   *
   18.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   18.11   * Other names may be trademarks of their respective owners.
    19.1 --- a/boot/src/main/java/net/java/html/js/package.html	Mon Dec 16 17:16:40 2013 +0100
    19.2 +++ b/boot/src/main/java/net/java/html/js/package.html	Mon Dec 16 17:39:56 2013 +0100
    19.3 @@ -2,7 +2,7 @@
    19.4  
    19.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    19.6  
    19.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    19.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    19.9  
   19.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   19.11      Other names may be trademarks of their respective owners.
    20.1 --- a/boot/src/main/java/org/apidesign/html/boot/spi/Fn.java	Mon Dec 16 17:16:40 2013 +0100
    20.2 +++ b/boot/src/main/java/org/apidesign/html/boot/spi/Fn.java	Mon Dec 16 17:39:56 2013 +0100
    20.3 @@ -1,7 +1,7 @@
    20.4  /**
    20.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    20.6   *
    20.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    20.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    20.9   *
   20.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   20.11   * Other names may be trademarks of their respective owners.
    21.1 --- a/boot/src/main/java/org/apidesign/html/boot/spi/package.html	Mon Dec 16 17:16:40 2013 +0100
    21.2 +++ b/boot/src/main/java/org/apidesign/html/boot/spi/package.html	Mon Dec 16 17:39:56 2013 +0100
    21.3 @@ -2,7 +2,7 @@
    21.4  
    21.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    21.6  
    21.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    21.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    21.9  
   21.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   21.11      Other names may be trademarks of their respective owners.
    22.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java	Mon Dec 16 17:16:40 2013 +0100
    22.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java	Mon Dec 16 17:39:56 2013 +0100
    22.3 @@ -1,7 +1,7 @@
    22.4  /**
    22.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    22.6   *
    22.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    22.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    22.9   *
   22.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   22.11   * Other names may be trademarks of their respective owners.
    23.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java	Mon Dec 16 17:16:40 2013 +0100
    23.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java	Mon Dec 16 17:39:56 2013 +0100
    23.3 @@ -1,7 +1,7 @@
    23.4  /**
    23.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    23.6   *
    23.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    23.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    23.9   *
   23.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   23.11   * Other names may be trademarks of their respective owners.
    24.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java	Mon Dec 16 17:16:40 2013 +0100
    24.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java	Mon Dec 16 17:39:56 2013 +0100
    24.3 @@ -1,7 +1,7 @@
    24.4  /**
    24.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    24.6   *
    24.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    24.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    24.9   *
   24.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   24.11   * Other names may be trademarks of their respective owners.
    25.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java	Mon Dec 16 17:16:40 2013 +0100
    25.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java	Mon Dec 16 17:39:56 2013 +0100
    25.3 @@ -1,7 +1,7 @@
    25.4  /**
    25.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    25.6   *
    25.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    25.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    25.9   *
   25.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   25.11   * Other names may be trademarks of their respective owners.
    26.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java	Mon Dec 16 17:16:40 2013 +0100
    26.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java	Mon Dec 16 17:39:56 2013 +0100
    26.3 @@ -1,7 +1,7 @@
    26.4  /**
    26.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    26.6   *
    26.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    26.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    26.9   *
   26.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   26.11   * Other names may be trademarks of their respective owners.
    27.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java	Mon Dec 16 17:16:40 2013 +0100
    27.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java	Mon Dec 16 17:39:56 2013 +0100
    27.3 @@ -1,7 +1,7 @@
    27.4  /**
    27.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    27.6   *
    27.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    27.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    27.9   *
   27.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   27.11   * Other names may be trademarks of their respective owners.
    28.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java	Mon Dec 16 17:16:40 2013 +0100
    28.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java	Mon Dec 16 17:39:56 2013 +0100
    28.3 @@ -1,7 +1,7 @@
    28.4  /**
    28.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    28.6   *
    28.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    28.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    28.9   *
   28.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   28.11   * Other names may be trademarks of their respective owners.
    29.1 --- a/boot/src/main/java/org/netbeans/html/boot/impl/Test.java	Mon Dec 16 17:16:40 2013 +0100
    29.2 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/Test.java	Mon Dec 16 17:39:56 2013 +0100
    29.3 @@ -1,7 +1,7 @@
    29.4  /**
    29.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    29.6   *
    29.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    29.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    29.9   *
   29.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   29.11   * Other names may be trademarks of their respective owners.
    30.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java	Mon Dec 16 17:16:40 2013 +0100
    30.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java	Mon Dec 16 17:39:56 2013 +0100
    30.3 @@ -1,7 +1,7 @@
    30.4  /**
    30.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    30.6   *
    30.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    30.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    30.9   *
   30.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   30.11   * Other names may be trademarks of their respective owners.
    31.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/Compile.java	Mon Dec 16 17:16:40 2013 +0100
    31.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/Compile.java	Mon Dec 16 17:39:56 2013 +0100
    31.3 @@ -1,7 +1,7 @@
    31.4  /**
    31.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    31.6   *
    31.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    31.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    31.9   *
   31.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   31.11   * Other names may be trademarks of their respective owners.
    32.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java	Mon Dec 16 17:16:40 2013 +0100
    32.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java	Mon Dec 16 17:39:56 2013 +0100
    32.3 @@ -1,7 +1,7 @@
    32.4  /**
    32.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    32.6   *
    32.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    32.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    32.9   *
   32.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   32.11   * Other names may be trademarks of their respective owners.
    33.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java	Mon Dec 16 17:16:40 2013 +0100
    33.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java	Mon Dec 16 17:39:56 2013 +0100
    33.3 @@ -1,7 +1,7 @@
    33.4  /**
    33.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    33.6   *
    33.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    33.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    33.9   *
   33.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   33.11   * Other names may be trademarks of their respective owners.
    34.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java	Mon Dec 16 17:16:40 2013 +0100
    34.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java	Mon Dec 16 17:39:56 2013 +0100
    34.3 @@ -1,7 +1,7 @@
    34.4  /**
    34.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    34.6   *
    34.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    34.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    34.9   *
   34.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   34.11   * Other names may be trademarks of their respective owners.
    35.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java	Mon Dec 16 17:16:40 2013 +0100
    35.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java	Mon Dec 16 17:39:56 2013 +0100
    35.3 @@ -1,7 +1,7 @@
    35.4  /**
    35.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    35.6   *
    35.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    35.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    35.9   *
   35.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   35.11   * Other names may be trademarks of their respective owners.
    36.1 --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java	Mon Dec 16 17:16:40 2013 +0100
    36.2 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java	Mon Dec 16 17:39:56 2013 +0100
    36.3 @@ -1,7 +1,7 @@
    36.4  /**
    36.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    36.6   *
    36.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    36.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    36.9   *
   36.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   36.11   * Other names may be trademarks of their respective owners.
    37.1 --- a/boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js	Mon Dec 16 17:16:40 2013 +0100
    37.2 +++ b/boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js	Mon Dec 16 17:39:56 2013 +0100
    37.3 @@ -1,7 +1,7 @@
    37.4  /*
    37.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    37.6   *
    37.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    37.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    37.9   *
   37.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   37.11   * Other names may be trademarks of their respective owners.
    38.1 --- a/context/src/main/java/net/java/html/BrwsrCtx.java	Mon Dec 16 17:16:40 2013 +0100
    38.2 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java	Mon Dec 16 17:39:56 2013 +0100
    38.3 @@ -1,7 +1,7 @@
    38.4  /**
    38.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    38.6   *
    38.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    38.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    38.9   *
   38.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   38.11   * Other names may be trademarks of their respective owners.
    39.1 --- a/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Mon Dec 16 17:16:40 2013 +0100
    39.2 +++ b/context/src/main/java/org/apidesign/html/context/spi/Contexts.java	Mon Dec 16 17:39:56 2013 +0100
    39.3 @@ -1,7 +1,7 @@
    39.4  /**
    39.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    39.6   *
    39.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    39.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    39.9   *
   39.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   39.11   * Other names may be trademarks of their respective owners.
    40.1 --- a/context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java	Mon Dec 16 17:16:40 2013 +0100
    40.2 +++ b/context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java	Mon Dec 16 17:39:56 2013 +0100
    40.3 @@ -1,7 +1,7 @@
    40.4  /**
    40.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    40.6   *
    40.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    40.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    40.9   *
   40.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   40.11   * Other names may be trademarks of their respective owners.
    41.1 --- a/context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java	Mon Dec 16 17:16:40 2013 +0100
    41.2 +++ b/context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java	Mon Dec 16 17:39:56 2013 +0100
    41.3 @@ -1,7 +1,7 @@
    41.4  /**
    41.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    41.6   *
    41.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    41.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    41.9   *
   41.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   41.11   * Other names may be trademarks of their respective owners.
    42.1 --- a/geo/src/main/java/net/java/html/geo/OnLocation.java	Mon Dec 16 17:16:40 2013 +0100
    42.2 +++ b/geo/src/main/java/net/java/html/geo/OnLocation.java	Mon Dec 16 17:39:56 2013 +0100
    42.3 @@ -1,7 +1,7 @@
    42.4  /**
    42.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    42.6   *
    42.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    42.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    42.9   *
   42.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   42.11   * Other names may be trademarks of their respective owners.
    43.1 --- a/geo/src/main/java/net/java/html/geo/Position.java	Mon Dec 16 17:16:40 2013 +0100
    43.2 +++ b/geo/src/main/java/net/java/html/geo/Position.java	Mon Dec 16 17:39:56 2013 +0100
    43.3 @@ -1,7 +1,7 @@
    43.4  /**
    43.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    43.6   *
    43.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    43.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    43.9   *
   43.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   43.11   * Other names may be trademarks of their respective owners.
    44.1 --- a/geo/src/main/java/net/java/html/geo/package.html	Mon Dec 16 17:16:40 2013 +0100
    44.2 +++ b/geo/src/main/java/net/java/html/geo/package.html	Mon Dec 16 17:39:56 2013 +0100
    44.3 @@ -2,7 +2,7 @@
    44.4  
    44.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    44.6  
    44.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    44.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    44.9  
   44.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   44.11      Other names may be trademarks of their respective owners.
    45.1 --- a/geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java	Mon Dec 16 17:16:40 2013 +0100
    45.2 +++ b/geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java	Mon Dec 16 17:39:56 2013 +0100
    45.3 @@ -1,7 +1,7 @@
    45.4  /**
    45.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    45.6   *
    45.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    45.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    45.9   *
   45.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   45.11   * Other names may be trademarks of their respective owners.
    46.1 --- a/geo/src/main/java/org/netbeans/html/geo/impl/JsG.java	Mon Dec 16 17:16:40 2013 +0100
    46.2 +++ b/geo/src/main/java/org/netbeans/html/geo/impl/JsG.java	Mon Dec 16 17:39:56 2013 +0100
    46.3 @@ -1,7 +1,7 @@
    46.4  /**
    46.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    46.6   *
    46.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    46.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    46.9   *
   46.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   46.11   * Other names may be trademarks of their respective owners.
    47.1 --- a/geo/src/test/java/net/java/html/geo/OnLocationTest.java	Mon Dec 16 17:16:40 2013 +0100
    47.2 +++ b/geo/src/test/java/net/java/html/geo/OnLocationTest.java	Mon Dec 16 17:39:56 2013 +0100
    47.3 @@ -1,7 +1,7 @@
    47.4  /**
    47.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    47.6   *
    47.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    47.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    47.9   *
   47.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   47.11   * Other names may be trademarks of their respective owners.
    48.1 --- a/geo/src/test/java/org/netbeans/html/geo/impl/Compile.java	Mon Dec 16 17:16:40 2013 +0100
    48.2 +++ b/geo/src/test/java/org/netbeans/html/geo/impl/Compile.java	Mon Dec 16 17:39:56 2013 +0100
    48.3 @@ -1,7 +1,7 @@
    48.4  /**
    48.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    48.6   *
    48.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    48.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    48.9   *
   48.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   48.11   * Other names may be trademarks of their respective owners.
    49.1 --- a/geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java	Mon Dec 16 17:16:40 2013 +0100
    49.2 +++ b/geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java	Mon Dec 16 17:39:56 2013 +0100
    49.3 @@ -1,7 +1,7 @@
    49.4  /**
    49.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    49.6   *
    49.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    49.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    49.9   *
   49.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   49.11   * Other names may be trademarks of their respective owners.
    50.1 --- a/json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java	Mon Dec 16 17:16:40 2013 +0100
    50.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java	Mon Dec 16 17:39:56 2013 +0100
    50.3 @@ -1,7 +1,7 @@
    50.4  /**
    50.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    50.6   *
    50.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    50.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    50.9   *
   50.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   50.11   * Other names may be trademarks of their respective owners.
    51.1 --- a/json-tck/src/main/java/net/java/html/json/tests/JSONTest.java	Mon Dec 16 17:16:40 2013 +0100
    51.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/JSONTest.java	Mon Dec 16 17:39:56 2013 +0100
    51.3 @@ -1,7 +1,7 @@
    51.4  /**
    51.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    51.6   *
    51.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    51.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    51.9   *
   51.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   51.11   * Other names may be trademarks of their respective owners.
    52.1 --- a/json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java	Mon Dec 16 17:16:40 2013 +0100
    52.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java	Mon Dec 16 17:39:56 2013 +0100
    52.3 @@ -1,7 +1,7 @@
    52.4  /**
    52.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    52.6   *
    52.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    52.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    52.9   *
   52.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   52.11   * Other names may be trademarks of their respective owners.
    53.1 --- a/json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java	Mon Dec 16 17:16:40 2013 +0100
    53.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java	Mon Dec 16 17:39:56 2013 +0100
    53.3 @@ -1,7 +1,7 @@
    53.4  /**
    53.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    53.6   *
    53.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    53.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    53.9   *
   53.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   53.11   * Other names may be trademarks of their respective owners.
    54.1 --- a/json-tck/src/main/java/net/java/html/json/tests/PairModel.java	Mon Dec 16 17:16:40 2013 +0100
    54.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/PairModel.java	Mon Dec 16 17:39:56 2013 +0100
    54.3 @@ -1,7 +1,7 @@
    54.4  /**
    54.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    54.6   *
    54.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    54.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    54.9   *
   54.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   54.11   * Other names may be trademarks of their respective owners.
    55.1 --- a/json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java	Mon Dec 16 17:16:40 2013 +0100
    55.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java	Mon Dec 16 17:39:56 2013 +0100
    55.3 @@ -1,7 +1,7 @@
    55.4  /**
    55.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    55.6   *
    55.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    55.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    55.9   *
   55.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   55.11   * Other names may be trademarks of their respective owners.
    56.1 --- a/json-tck/src/main/java/net/java/html/json/tests/Sex.java	Mon Dec 16 17:16:40 2013 +0100
    56.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/Sex.java	Mon Dec 16 17:39:56 2013 +0100
    56.3 @@ -1,7 +1,7 @@
    56.4  /**
    56.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    56.6   *
    56.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    56.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    56.9   *
   56.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   56.11   * Other names may be trademarks of their respective owners.
    57.1 --- a/json-tck/src/main/java/net/java/html/json/tests/Utils.java	Mon Dec 16 17:16:40 2013 +0100
    57.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/Utils.java	Mon Dec 16 17:39:56 2013 +0100
    57.3 @@ -1,7 +1,7 @@
    57.4  /**
    57.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    57.6   *
    57.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    57.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    57.9   *
   57.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   57.11   * Other names may be trademarks of their respective owners.
    58.1 --- a/json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java	Mon Dec 16 17:16:40 2013 +0100
    58.2 +++ b/json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java	Mon Dec 16 17:39:56 2013 +0100
    58.3 @@ -1,7 +1,7 @@
    58.4  /**
    58.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    58.6   *
    58.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    58.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    58.9   *
   58.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   58.11   * Other names may be trademarks of their respective owners.
    59.1 --- a/json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java	Mon Dec 16 17:16:40 2013 +0100
    59.2 +++ b/json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java	Mon Dec 16 17:39:56 2013 +0100
    59.3 @@ -1,7 +1,7 @@
    59.4  /**
    59.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    59.6   *
    59.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    59.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    59.9   *
   59.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   59.11   * Other names may be trademarks of their respective owners.
    60.1 --- a/json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java	Mon Dec 16 17:16:40 2013 +0100
    60.2 +++ b/json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java	Mon Dec 16 17:39:56 2013 +0100
    60.3 @@ -1,7 +1,7 @@
    60.4  /**
    60.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    60.6   *
    60.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    60.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    60.9   *
   60.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   60.11   * Other names may be trademarks of their respective owners.
    61.1 --- a/json-tck/src/main/resources/org/apidesign/html/json/tck/package.html	Mon Dec 16 17:16:40 2013 +0100
    61.2 +++ b/json-tck/src/main/resources/org/apidesign/html/json/tck/package.html	Mon Dec 16 17:39:56 2013 +0100
    61.3 @@ -2,7 +2,7 @@
    61.4  
    61.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    61.6  
    61.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    61.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    61.9  
   61.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   61.11      Other names may be trademarks of their respective owners.
    62.1 --- a/json/src/main/java/net/java/html/json/ComputedProperty.java	Mon Dec 16 17:16:40 2013 +0100
    62.2 +++ b/json/src/main/java/net/java/html/json/ComputedProperty.java	Mon Dec 16 17:39:56 2013 +0100
    62.3 @@ -1,7 +1,7 @@
    62.4  /**
    62.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    62.6   *
    62.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    62.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    62.9   *
   62.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   62.11   * Other names may be trademarks of their respective owners.
    63.1 --- a/json/src/main/java/net/java/html/json/Function.java	Mon Dec 16 17:16:40 2013 +0100
    63.2 +++ b/json/src/main/java/net/java/html/json/Function.java	Mon Dec 16 17:39:56 2013 +0100
    63.3 @@ -1,7 +1,7 @@
    63.4  /**
    63.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    63.6   *
    63.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    63.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    63.9   *
   63.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   63.11   * Other names may be trademarks of their respective owners.
    64.1 --- a/json/src/main/java/net/java/html/json/Model.java	Mon Dec 16 17:16:40 2013 +0100
    64.2 +++ b/json/src/main/java/net/java/html/json/Model.java	Mon Dec 16 17:39:56 2013 +0100
    64.3 @@ -1,7 +1,7 @@
    64.4  /**
    64.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    64.6   *
    64.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    64.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    64.9   *
   64.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   64.11   * Other names may be trademarks of their respective owners.
    65.1 --- a/json/src/main/java/net/java/html/json/ModelOperation.java	Mon Dec 16 17:16:40 2013 +0100
    65.2 +++ b/json/src/main/java/net/java/html/json/ModelOperation.java	Mon Dec 16 17:39:56 2013 +0100
    65.3 @@ -1,7 +1,7 @@
    65.4  /**
    65.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    65.6   *
    65.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    65.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    65.9   *
   65.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   65.11   * Other names may be trademarks of their respective owners.
    66.1 --- a/json/src/main/java/net/java/html/json/Models.java	Mon Dec 16 17:16:40 2013 +0100
    66.2 +++ b/json/src/main/java/net/java/html/json/Models.java	Mon Dec 16 17:39:56 2013 +0100
    66.3 @@ -1,7 +1,7 @@
    66.4  /**
    66.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    66.6   *
    66.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    66.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    66.9   *
   66.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   66.11   * Other names may be trademarks of their respective owners.
    67.1 --- a/json/src/main/java/net/java/html/json/OnPropertyChange.java	Mon Dec 16 17:16:40 2013 +0100
    67.2 +++ b/json/src/main/java/net/java/html/json/OnPropertyChange.java	Mon Dec 16 17:39:56 2013 +0100
    67.3 @@ -1,7 +1,7 @@
    67.4  /**
    67.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    67.6   *
    67.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    67.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    67.9   *
   67.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   67.11   * Other names may be trademarks of their respective owners.
    68.1 --- a/json/src/main/java/net/java/html/json/OnReceive.java	Mon Dec 16 17:16:40 2013 +0100
    68.2 +++ b/json/src/main/java/net/java/html/json/OnReceive.java	Mon Dec 16 17:39:56 2013 +0100
    68.3 @@ -1,7 +1,7 @@
    68.4  /**
    68.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    68.6   *
    68.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    68.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    68.9   *
   68.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   68.11   * Other names may be trademarks of their respective owners.
    69.1 --- a/json/src/main/java/net/java/html/json/Property.java	Mon Dec 16 17:16:40 2013 +0100
    69.2 +++ b/json/src/main/java/net/java/html/json/Property.java	Mon Dec 16 17:39:56 2013 +0100
    69.3 @@ -1,7 +1,7 @@
    69.4  /**
    69.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    69.6   *
    69.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    69.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    69.9   *
   69.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   69.11   * Other names may be trademarks of their respective owners.
    70.1 --- a/json/src/main/java/net/java/html/json/doc-files/websockets.html	Mon Dec 16 17:16:40 2013 +0100
    70.2 +++ b/json/src/main/java/net/java/html/json/doc-files/websockets.html	Mon Dec 16 17:39:56 2013 +0100
    70.3 @@ -2,7 +2,7 @@
    70.4  
    70.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    70.6  
    70.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    70.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    70.9  
   70.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   70.11      Other names may be trademarks of their respective owners.
    71.1 --- a/json/src/main/java/net/java/html/json/package.html	Mon Dec 16 17:16:40 2013 +0100
    71.2 +++ b/json/src/main/java/net/java/html/json/package.html	Mon Dec 16 17:39:56 2013 +0100
    71.3 @@ -2,7 +2,7 @@
    71.4  
    71.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    71.6  
    71.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    71.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    71.9  
   71.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   71.11      Other names may be trademarks of their respective owners.
    72.1 --- a/json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java	Mon Dec 16 17:16:40 2013 +0100
    72.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java	Mon Dec 16 17:39:56 2013 +0100
    72.3 @@ -1,7 +1,7 @@
    72.4  /**
    72.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    72.6   *
    72.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    72.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    72.9   *
   72.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   72.11   * Other names may be trademarks of their respective owners.
    73.1 --- a/json/src/main/java/org/apidesign/html/json/spi/JSONCall.java	Mon Dec 16 17:16:40 2013 +0100
    73.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/JSONCall.java	Mon Dec 16 17:39:56 2013 +0100
    73.3 @@ -1,7 +1,7 @@
    73.4  /**
    73.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    73.6   *
    73.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    73.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    73.9   *
   73.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   73.11   * Other names may be trademarks of their respective owners.
    74.1 --- a/json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java	Mon Dec 16 17:16:40 2013 +0100
    74.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java	Mon Dec 16 17:39:56 2013 +0100
    74.3 @@ -1,7 +1,7 @@
    74.4  /**
    74.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    74.6   *
    74.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    74.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    74.9   *
   74.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   74.11   * Other names may be trademarks of their respective owners.
    75.1 --- a/json/src/main/java/org/apidesign/html/json/spi/Technology.java	Mon Dec 16 17:16:40 2013 +0100
    75.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/Technology.java	Mon Dec 16 17:39:56 2013 +0100
    75.3 @@ -1,7 +1,7 @@
    75.4  /**
    75.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    75.6   *
    75.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    75.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    75.9   *
   75.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   75.11   * Other names may be trademarks of their respective owners.
    76.1 --- a/json/src/main/java/org/apidesign/html/json/spi/Transfer.java	Mon Dec 16 17:16:40 2013 +0100
    76.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/Transfer.java	Mon Dec 16 17:39:56 2013 +0100
    76.3 @@ -1,7 +1,7 @@
    76.4  /**
    76.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    76.6   *
    76.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    76.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    76.9   *
   76.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   76.11   * Other names may be trademarks of their respective owners.
    77.1 --- a/json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java	Mon Dec 16 17:16:40 2013 +0100
    77.2 +++ b/json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java	Mon Dec 16 17:39:56 2013 +0100
    77.3 @@ -1,7 +1,7 @@
    77.4  /**
    77.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    77.6   *
    77.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    77.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    77.9   *
   77.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   77.11   * Other names may be trademarks of their respective owners.
    78.1 --- a/json/src/main/java/org/netbeans/html/json/impl/Bindings.java	Mon Dec 16 17:16:40 2013 +0100
    78.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/Bindings.java	Mon Dec 16 17:39:56 2013 +0100
    78.3 @@ -1,7 +1,7 @@
    78.4  /**
    78.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    78.6   *
    78.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    78.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    78.9   *
   78.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   78.11   * Other names may be trademarks of their respective owners.
    79.1 --- a/json/src/main/java/org/netbeans/html/json/impl/Callback.java	Mon Dec 16 17:16:40 2013 +0100
    79.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/Callback.java	Mon Dec 16 17:39:56 2013 +0100
    79.3 @@ -1,7 +1,7 @@
    79.4  /**
    79.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    79.6   *
    79.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    79.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    79.9   *
   79.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   79.11   * Other names may be trademarks of their respective owners.
    80.1 --- a/json/src/main/java/org/netbeans/html/json/impl/FromJSON.java	Mon Dec 16 17:16:40 2013 +0100
    80.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/FromJSON.java	Mon Dec 16 17:39:56 2013 +0100
    80.3 @@ -1,7 +1,7 @@
    80.4  /**
    80.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    80.6   *
    80.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    80.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    80.9   *
   80.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   80.11   * Other names may be trademarks of their respective owners.
    81.1 --- a/json/src/main/java/org/netbeans/html/json/impl/JSON.java	Mon Dec 16 17:16:40 2013 +0100
    81.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/JSON.java	Mon Dec 16 17:39:56 2013 +0100
    81.3 @@ -1,7 +1,7 @@
    81.4  /**
    81.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    81.6   *
    81.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    81.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    81.9   *
   81.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   81.11   * Other names may be trademarks of their respective owners.
    82.1 --- a/json/src/main/java/org/netbeans/html/json/impl/JSONList.java	Mon Dec 16 17:16:40 2013 +0100
    82.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/JSONList.java	Mon Dec 16 17:39:56 2013 +0100
    82.3 @@ -1,7 +1,7 @@
    82.4  /**
    82.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    82.6   *
    82.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    82.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    82.9   *
   82.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   82.11   * Other names may be trademarks of their respective owners.
    83.1 --- a/json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java	Mon Dec 16 17:16:40 2013 +0100
    83.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java	Mon Dec 16 17:39:56 2013 +0100
    83.3 @@ -1,7 +1,7 @@
    83.4  /**
    83.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    83.6   *
    83.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    83.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    83.9   *
   83.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   83.11   * Other names may be trademarks of their respective owners.
    84.1 --- a/json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java	Mon Dec 16 17:16:40 2013 +0100
    84.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java	Mon Dec 16 17:39:56 2013 +0100
    84.3 @@ -1,7 +1,7 @@
    84.4  /**
    84.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    84.6   *
    84.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    84.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    84.9   *
   84.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   84.11   * Other names may be trademarks of their respective owners.
    85.1 --- a/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java	Mon Dec 16 17:16:40 2013 +0100
    85.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java	Mon Dec 16 17:39:56 2013 +0100
    85.3 @@ -1,7 +1,7 @@
    85.4  /**
    85.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    85.6   *
    85.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    85.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    85.9   *
   85.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   85.11   * Other names may be trademarks of their respective owners.
    86.1 --- a/json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java	Mon Dec 16 17:16:40 2013 +0100
    86.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java	Mon Dec 16 17:39:56 2013 +0100
    86.3 @@ -1,7 +1,7 @@
    86.4  /**
    86.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    86.6   *
    86.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    86.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    86.9   *
   86.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   86.11   * Other names may be trademarks of their respective owners.
    87.1 --- a/json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java	Mon Dec 16 17:16:40 2013 +0100
    87.2 +++ b/json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java	Mon Dec 16 17:39:56 2013 +0100
    87.3 @@ -1,7 +1,7 @@
    87.4  /**
    87.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    87.6   *
    87.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    87.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    87.9   *
   87.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   87.11   * Other names may be trademarks of their respective owners.
    88.1 --- a/json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties	Mon Dec 16 17:16:40 2013 +0100
    88.2 +++ b/json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties	Mon Dec 16 17:39:56 2013 +0100
    88.3 @@ -1,7 +1,7 @@
    88.4  #
    88.5  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    88.6  #
    88.7 -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    88.8 +# Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    88.9  #
   88.10  # Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   88.11  # Other names may be trademarks of their respective owners.
    89.1 --- a/json/src/main/resources/org/netbeans/html/json/spi/package.html	Mon Dec 16 17:16:40 2013 +0100
    89.2 +++ b/json/src/main/resources/org/netbeans/html/json/spi/package.html	Mon Dec 16 17:39:56 2013 +0100
    89.3 @@ -2,7 +2,7 @@
    89.4  
    89.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    89.6  
    89.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    89.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    89.9  
   89.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   89.11      Other names may be trademarks of their respective owners.
    90.1 --- a/json/src/test/java/net/java/html/json/BoardTest.java	Mon Dec 16 17:16:40 2013 +0100
    90.2 +++ b/json/src/test/java/net/java/html/json/BoardTest.java	Mon Dec 16 17:39:56 2013 +0100
    90.3 @@ -1,7 +1,7 @@
    90.4  /**
    90.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    90.6   *
    90.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    90.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    90.9   *
   90.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   90.11   * Other names may be trademarks of their respective owners.
    91.1 --- a/json/src/test/java/net/java/html/json/Compile.java	Mon Dec 16 17:16:40 2013 +0100
    91.2 +++ b/json/src/test/java/net/java/html/json/Compile.java	Mon Dec 16 17:39:56 2013 +0100
    91.3 @@ -1,7 +1,7 @@
    91.4  /**
    91.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    91.6   *
    91.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    91.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    91.9   *
   91.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   91.11   * Other names may be trademarks of their respective owners.
    92.1 --- a/json/src/test/java/net/java/html/json/MapModelTest.java	Mon Dec 16 17:16:40 2013 +0100
    92.2 +++ b/json/src/test/java/net/java/html/json/MapModelTest.java	Mon Dec 16 17:39:56 2013 +0100
    92.3 @@ -1,7 +1,7 @@
    92.4  /**
    92.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    92.6   *
    92.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    92.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    92.9   *
   92.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   92.11   * Other names may be trademarks of their respective owners.
    93.1 --- a/json/src/test/java/net/java/html/json/ModelProcessorTest.java	Mon Dec 16 17:16:40 2013 +0100
    93.2 +++ b/json/src/test/java/net/java/html/json/ModelProcessorTest.java	Mon Dec 16 17:39:56 2013 +0100
    93.3 @@ -1,7 +1,7 @@
    93.4  /**
    93.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    93.6   *
    93.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    93.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    93.9   *
   93.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   93.11   * Other names may be trademarks of their respective owners.
    94.1 --- a/json/src/test/java/net/java/html/json/ModelTest.java	Mon Dec 16 17:16:40 2013 +0100
    94.2 +++ b/json/src/test/java/net/java/html/json/ModelTest.java	Mon Dec 16 17:39:56 2013 +0100
    94.3 @@ -1,7 +1,7 @@
    94.4  /**
    94.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    94.6   *
    94.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    94.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    94.9   *
   94.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   94.11   * Other names may be trademarks of their respective owners.
    95.1 --- a/json/src/test/java/net/java/html/json/ModelsTest.java	Mon Dec 16 17:16:40 2013 +0100
    95.2 +++ b/json/src/test/java/net/java/html/json/ModelsTest.java	Mon Dec 16 17:39:56 2013 +0100
    95.3 @@ -1,7 +1,7 @@
    95.4  /**
    95.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    95.6   *
    95.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    95.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    95.9   *
   95.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   95.11   * Other names may be trademarks of their respective owners.
    96.1 --- a/json/src/test/java/net/java/html/json/OperationTest.java	Mon Dec 16 17:16:40 2013 +0100
    96.2 +++ b/json/src/test/java/net/java/html/json/OperationTest.java	Mon Dec 16 17:39:56 2013 +0100
    96.3 @@ -1,7 +1,7 @@
    96.4  /**
    96.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    96.6   *
    96.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    96.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    96.9   *
   96.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   96.11   * Other names may be trademarks of their respective owners.
    97.1 --- a/json/src/test/java/net/java/html/json/PersonImpl.java	Mon Dec 16 17:16:40 2013 +0100
    97.2 +++ b/json/src/test/java/net/java/html/json/PersonImpl.java	Mon Dec 16 17:39:56 2013 +0100
    97.3 @@ -1,7 +1,7 @@
    97.4  /**
    97.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    97.6   *
    97.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    97.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    97.9   *
   97.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   97.11   * Other names may be trademarks of their respective owners.
    98.1 --- a/json/src/test/java/net/java/html/json/PrimitiveArrayTest.java	Mon Dec 16 17:16:40 2013 +0100
    98.2 +++ b/json/src/test/java/net/java/html/json/PrimitiveArrayTest.java	Mon Dec 16 17:39:56 2013 +0100
    98.3 @@ -1,7 +1,7 @@
    98.4  /**
    98.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    98.6   *
    98.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    98.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    98.9   *
   98.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   98.11   * Other names may be trademarks of their respective owners.
    99.1 --- a/json/src/test/java/net/java/html/json/Sex.java	Mon Dec 16 17:16:40 2013 +0100
    99.2 +++ b/json/src/test/java/net/java/html/json/Sex.java	Mon Dec 16 17:39:56 2013 +0100
    99.3 @@ -1,7 +1,7 @@
    99.4  /**
    99.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
    99.6   *
    99.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
    99.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
    99.9   *
   99.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
   99.11   * Other names may be trademarks of their respective owners.
   100.1 --- a/json/src/test/java/net/java/html/json/TypesTest.java	Mon Dec 16 17:16:40 2013 +0100
   100.2 +++ b/json/src/test/java/net/java/html/json/TypesTest.java	Mon Dec 16 17:39:56 2013 +0100
   100.3 @@ -1,7 +1,7 @@
   100.4  /**
   100.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   100.6   *
   100.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   100.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   100.9   *
  100.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  100.11   * Other names may be trademarks of their respective owners.
   101.1 --- a/json/src/test/java/net/java/html/json/WebSocketCallTest.java	Mon Dec 16 17:16:40 2013 +0100
   101.2 +++ b/json/src/test/java/net/java/html/json/WebSocketCallTest.java	Mon Dec 16 17:39:56 2013 +0100
   101.3 @@ -1,7 +1,7 @@
   101.4  /**
   101.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   101.6   *
   101.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   101.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   101.9   *
  101.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  101.11   * Other names may be trademarks of their respective owners.
   102.1 --- a/json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java	Mon Dec 16 17:16:40 2013 +0100
   102.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java	Mon Dec 16 17:39:56 2013 +0100
   102.3 @@ -1,7 +1,7 @@
   102.4  /**
   102.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   102.6   *
   102.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   102.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   102.9   *
  102.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  102.11   * Other names may be trademarks of their respective owners.
   103.1 --- a/json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java	Mon Dec 16 17:16:40 2013 +0100
   103.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java	Mon Dec 16 17:39:56 2013 +0100
   103.3 @@ -1,7 +1,7 @@
   103.4  /**
   103.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   103.6   *
   103.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   103.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   103.9   *
  103.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  103.11   * Other names may be trademarks of their respective owners.
   104.1 --- a/json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java	Mon Dec 16 17:16:40 2013 +0100
   104.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java	Mon Dec 16 17:39:56 2013 +0100
   104.3 @@ -1,7 +1,7 @@
   104.4  /**
   104.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   104.6   *
   104.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   104.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   104.9   *
  104.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  104.11   * Other names may be trademarks of their respective owners.
   105.1 --- a/json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java	Mon Dec 16 17:16:40 2013 +0100
   105.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java	Mon Dec 16 17:39:56 2013 +0100
   105.3 @@ -1,7 +1,7 @@
   105.4  /**
   105.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   105.6   *
   105.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   105.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   105.9   *
  105.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  105.11   * Other names may be trademarks of their respective owners.
   106.1 --- a/json/src/test/java/org/netbeans/html/json/impl/JSONTest.java	Mon Dec 16 17:16:40 2013 +0100
   106.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/JSONTest.java	Mon Dec 16 17:39:56 2013 +0100
   106.3 @@ -1,7 +1,7 @@
   106.4  /**
   106.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   106.6   *
   106.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   106.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   106.9   *
  106.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  106.11   * Other names may be trademarks of their respective owners.
   107.1 --- a/json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java	Mon Dec 16 17:16:40 2013 +0100
   107.2 +++ b/json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java	Mon Dec 16 17:39:56 2013 +0100
   107.3 @@ -1,7 +1,7 @@
   107.4  /**
   107.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   107.6   *
   107.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   107.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   107.9   *
  107.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  107.11   * Other names may be trademarks of their respective owners.
   108.1 --- a/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java	Mon Dec 16 17:16:40 2013 +0100
   108.2 +++ b/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java	Mon Dec 16 17:39:56 2013 +0100
   108.3 @@ -1,7 +1,7 @@
   108.4  /**
   108.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   108.6   *
   108.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   108.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   108.9   *
  108.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  108.11   * Other names may be trademarks of their respective owners.
   109.1 --- a/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java	Mon Dec 16 17:16:40 2013 +0100
   109.2 +++ b/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java	Mon Dec 16 17:39:56 2013 +0100
   109.3 @@ -1,7 +1,7 @@
   109.4  /**
   109.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   109.6   *
   109.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   109.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   109.9   *
  109.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  109.11   * Other names may be trademarks of their respective owners.
   110.1 --- a/ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java	Mon Dec 16 17:16:40 2013 +0100
   110.2 +++ b/ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java	Mon Dec 16 17:39:56 2013 +0100
   110.3 @@ -1,7 +1,7 @@
   110.4  /**
   110.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   110.6   *
   110.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   110.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   110.9   *
  110.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  110.11   * Other names may be trademarks of their respective owners.
   111.1 --- a/ko-fx/src/main/java/org/netbeans/html/kofx/Console.java	Mon Dec 16 17:16:40 2013 +0100
   111.2 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/Console.java	Mon Dec 16 17:39:56 2013 +0100
   111.3 @@ -1,7 +1,7 @@
   111.4  /**
   111.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   111.6   *
   111.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   111.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   111.9   *
  111.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  111.11   * Other names may be trademarks of their respective owners.
   112.1 --- a/ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java	Mon Dec 16 17:16:40 2013 +0100
   112.2 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java	Mon Dec 16 17:39:56 2013 +0100
   112.3 @@ -1,7 +1,7 @@
   112.4  /**
   112.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   112.6   *
   112.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   112.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   112.9   *
  112.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  112.11   * Other names may be trademarks of their respective owners.
   113.1 --- a/ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java	Mon Dec 16 17:16:40 2013 +0100
   113.2 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java	Mon Dec 16 17:39:56 2013 +0100
   113.3 @@ -1,7 +1,7 @@
   113.4  /**
   113.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   113.6   *
   113.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   113.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   113.9   *
  113.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  113.11   * Other names may be trademarks of their respective owners.
   114.1 --- a/ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java	Mon Dec 16 17:16:40 2013 +0100
   114.2 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java	Mon Dec 16 17:39:56 2013 +0100
   114.3 @@ -1,7 +1,7 @@
   114.4  /**
   114.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   114.6   *
   114.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   114.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   114.9   *
  114.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  114.11   * Other names may be trademarks of their respective owners.
   115.1 --- a/ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java	Mon Dec 16 17:16:40 2013 +0100
   115.2 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java	Mon Dec 16 17:39:56 2013 +0100
   115.3 @@ -1,7 +1,7 @@
   115.4  /**
   115.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   115.6   *
   115.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   115.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   115.9   *
  115.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  115.11   * Other names may be trademarks of their respective owners.
   116.1 --- a/ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java	Mon Dec 16 17:16:40 2013 +0100
   116.2 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java	Mon Dec 16 17:39:56 2013 +0100
   116.3 @@ -1,7 +1,7 @@
   116.4  /**
   116.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   116.6   *
   116.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   116.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   116.9   *
  116.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  116.11   * Other names may be trademarks of their respective owners.
   117.1 --- a/ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java	Mon Dec 16 17:16:40 2013 +0100
   117.2 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java	Mon Dec 16 17:39:56 2013 +0100
   117.3 @@ -1,7 +1,7 @@
   117.4  /**
   117.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   117.6   *
   117.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   117.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   117.9   *
  117.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  117.11   * Other names may be trademarks of their respective owners.
   118.1 --- a/ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java	Mon Dec 16 17:16:40 2013 +0100
   118.2 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java	Mon Dec 16 17:39:56 2013 +0100
   118.3 @@ -1,7 +1,7 @@
   118.4  /**
   118.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   118.6   *
   118.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   118.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   118.9   *
  118.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  118.11   * Other names may be trademarks of their respective owners.
   119.1 --- a/ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java	Mon Dec 16 17:16:40 2013 +0100
   119.2 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java	Mon Dec 16 17:39:56 2013 +0100
   119.3 @@ -1,7 +1,7 @@
   119.4  /**
   119.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   119.6   *
   119.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   119.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   119.9   *
  119.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  119.11   * Other names may be trademarks of their respective owners.
   120.1 --- a/ko-fx/src/test/resources/org/netbeans/html/kofx/test.html	Mon Dec 16 17:16:40 2013 +0100
   120.2 +++ b/ko-fx/src/test/resources/org/netbeans/html/kofx/test.html	Mon Dec 16 17:39:56 2013 +0100
   120.3 @@ -2,7 +2,7 @@
   120.4  
   120.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   120.6  
   120.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   120.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   120.9  
  120.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  120.11      Other names may be trademarks of their respective owners.
   121.1 --- a/ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java	Mon Dec 16 17:16:40 2013 +0100
   121.2 +++ b/ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java	Mon Dec 16 17:39:56 2013 +0100
   121.3 @@ -1,7 +1,7 @@
   121.4  /**
   121.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   121.6   *
   121.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   121.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   121.9   *
  121.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  121.11   * Other names may be trademarks of their respective owners.
   122.1 --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java	Mon Dec 16 17:16:40 2013 +0100
   122.2 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java	Mon Dec 16 17:39:56 2013 +0100
   122.3 @@ -1,7 +1,7 @@
   122.4  /**
   122.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   122.6   *
   122.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   122.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   122.9   *
  122.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  122.11   * Other names may be trademarks of their respective owners.
   123.1 --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java	Mon Dec 16 17:16:40 2013 +0100
   123.2 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java	Mon Dec 16 17:39:56 2013 +0100
   123.3 @@ -1,7 +1,7 @@
   123.4  /**
   123.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   123.6   *
   123.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   123.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   123.9   *
  123.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  123.11   * Other names may be trademarks of their respective owners.
   124.1 --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java	Mon Dec 16 17:16:40 2013 +0100
   124.2 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java	Mon Dec 16 17:39:56 2013 +0100
   124.3 @@ -1,7 +1,7 @@
   124.4  /**
   124.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   124.6   *
   124.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   124.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   124.9   *
  124.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  124.11   * Other names may be trademarks of their respective owners.
   125.1 --- a/ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html	Mon Dec 16 17:16:40 2013 +0100
   125.2 +++ b/ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html	Mon Dec 16 17:39:56 2013 +0100
   125.3 @@ -2,7 +2,7 @@
   125.4  
   125.5      DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   125.6  
   125.7 -    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   125.8 +    Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   125.9  
  125.10      Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  125.11      Other names may be trademarks of their respective owners.
   126.1 --- a/sound/src/main/java/net/java/html/sound/AudioClip.java	Mon Dec 16 17:16:40 2013 +0100
   126.2 +++ b/sound/src/main/java/net/java/html/sound/AudioClip.java	Mon Dec 16 17:39:56 2013 +0100
   126.3 @@ -1,7 +1,7 @@
   126.4  /**
   126.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   126.6   *
   126.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   126.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   126.9   *
  126.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  126.11   * Other names may be trademarks of their respective owners.
   127.1 --- a/sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java	Mon Dec 16 17:16:40 2013 +0100
   127.2 +++ b/sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java	Mon Dec 16 17:39:56 2013 +0100
   127.3 @@ -1,7 +1,7 @@
   127.4  /**
   127.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   127.6   *
   127.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   127.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   127.9   *
  127.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  127.11   * Other names may be trademarks of their respective owners.
   128.1 --- a/sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java	Mon Dec 16 17:16:40 2013 +0100
   128.2 +++ b/sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java	Mon Dec 16 17:39:56 2013 +0100
   128.3 @@ -1,7 +1,7 @@
   128.4  /**
   128.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
   128.6   *
   128.7 - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
   128.8 + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved.
   128.9   *
  128.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
  128.11   * Other names may be trademarks of their respective owners.