# HG changeset patch # User Jaroslav Tulach # Date 1387211996 -3600 # Node ID 5c93ad8c7a15978d2096686d2ae66661de38c110 # Parent 2739565c7a45c5284d166198c77cdbf6d53b6e74 The work on this project started in 2013 diff -r 2739565c7a45 -r 5c93ad8c7a15 COPYING --- a/COPYING Mon Dec 16 17:16:40 2013 +0100 +++ b/COPYING Mon Dec 16 17:39:56 2013 +0100 @@ -1,6 +1,6 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. +Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java --- a/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/net/java/html/boot/fx/FXBrowsers.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/AbstractFXPresenter.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/Dbgr.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXBrwsr.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXInspect.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java --- a/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/main/java/org/netbeans/html/boot/fx/FXPresenter.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java --- a/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersOnResourceTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java --- a/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/java/net/java/html/boot/fx/FXBrowsersTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/BootstrapTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/FXPresenterTst.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java --- a/boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/java/org/netbeans/html/boot/fx/KOFx.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js --- a/boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/resources/net/java/html/boot/fx/wnd.js Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html --- a/boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html Mon Dec 16 17:16:40 2013 +0100 +++ b/boot-fx/src/test/resources/org/netbeans/html/boot/fx/empty.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/net/java/html/boot/BrowserBuilder.java --- a/boot/src/main/java/net/java/html/boot/BrowserBuilder.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/net/java/html/boot/BrowserBuilder.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/net/java/html/boot/package.html --- a/boot/src/main/java/net/java/html/boot/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/net/java/html/boot/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/net/java/html/js/JavaScriptBody.java --- a/boot/src/main/java/net/java/html/js/JavaScriptBody.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/net/java/html/js/JavaScriptBody.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/net/java/html/js/JavaScriptResource.java --- a/boot/src/main/java/net/java/html/js/JavaScriptResource.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/net/java/html/js/JavaScriptResource.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/net/java/html/js/package.html --- a/boot/src/main/java/net/java/html/js/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/net/java/html/js/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/apidesign/html/boot/spi/Fn.java --- a/boot/src/main/java/org/apidesign/html/boot/spi/Fn.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/apidesign/html/boot/spi/Fn.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/apidesign/html/boot/spi/package.html --- a/boot/src/main/java/org/apidesign/html/boot/spi/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/apidesign/html/boot/spi/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FindResources.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FnContext.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/FnUtils.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JavaScriptProcesor.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsAgent.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsCallback.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/JsClassLoader.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/main/java/org/netbeans/html/boot/impl/Test.java --- a/boot/src/main/java/org/netbeans/html/boot/impl/Test.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/main/java/org/netbeans/html/boot/impl/Test.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/Arithm.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/Compile.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/Compile.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/Compile.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/FnTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JavaScriptProcesorTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderBase.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsClassLoaderTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java --- a/boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/java/org/netbeans/html/boot/impl/JsMethods.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js --- a/boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js Mon Dec 16 17:16:40 2013 +0100 +++ b/boot/src/test/resources/org/netbeans/html/boot/impl/jsmethods.js Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 context/src/main/java/net/java/html/BrwsrCtx.java --- a/context/src/main/java/net/java/html/BrwsrCtx.java Mon Dec 16 17:16:40 2013 +0100 +++ b/context/src/main/java/net/java/html/BrwsrCtx.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 context/src/main/java/org/apidesign/html/context/spi/Contexts.java --- a/context/src/main/java/org/apidesign/html/context/spi/Contexts.java Mon Dec 16 17:16:40 2013 +0100 +++ b/context/src/main/java/org/apidesign/html/context/spi/Contexts.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java --- a/context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java Mon Dec 16 17:16:40 2013 +0100 +++ b/context/src/main/java/org/netbeans/html/context/impl/CtxAccssr.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java --- a/context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java Mon Dec 16 17:16:40 2013 +0100 +++ b/context/src/main/java/org/netbeans/html/context/impl/CtxImpl.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/main/java/net/java/html/geo/OnLocation.java --- a/geo/src/main/java/net/java/html/geo/OnLocation.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/main/java/net/java/html/geo/OnLocation.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/main/java/net/java/html/geo/Position.java --- a/geo/src/main/java/net/java/html/geo/Position.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/main/java/net/java/html/geo/Position.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/main/java/net/java/html/geo/package.html --- a/geo/src/main/java/net/java/html/geo/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/main/java/net/java/html/geo/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java --- a/geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/main/java/org/netbeans/html/geo/impl/GeoProcessor.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/main/java/org/netbeans/html/geo/impl/JsG.java --- a/geo/src/main/java/org/netbeans/html/geo/impl/JsG.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/main/java/org/netbeans/html/geo/impl/JsG.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/test/java/net/java/html/geo/OnLocationTest.java --- a/geo/src/test/java/net/java/html/geo/OnLocationTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/test/java/net/java/html/geo/OnLocationTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/test/java/org/netbeans/html/geo/impl/Compile.java --- a/geo/src/test/java/org/netbeans/html/geo/impl/Compile.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/test/java/org/netbeans/html/geo/impl/Compile.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java --- a/geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/geo/src/test/java/org/netbeans/html/geo/impl/GeoProcessorTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java --- a/json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/ConvertTypesTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/JSONTest.java --- a/json-tck/src/main/java/net/java/html/json/tests/JSONTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/JSONTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java --- a/json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/KnockoutTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java --- a/json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/OperationsTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/PairModel.java --- a/json-tck/src/main/java/net/java/html/json/tests/PairModel.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/PairModel.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java --- a/json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/PersonImpl.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/Sex.java --- a/json-tck/src/main/java/net/java/html/json/tests/Sex.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/Sex.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/Utils.java --- a/json-tck/src/main/java/net/java/html/json/tests/Utils.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/Utils.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java --- a/json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/net/java/html/json/tests/WebSocketTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java --- a/json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/org/apidesign/html/json/tck/KOTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java --- a/json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/java/org/apidesign/html/json/tck/KnockoutTCK.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json-tck/src/main/resources/org/apidesign/html/json/tck/package.html --- a/json-tck/src/main/resources/org/apidesign/html/json/tck/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/json-tck/src/main/resources/org/apidesign/html/json/tck/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/ComputedProperty.java --- a/json/src/main/java/net/java/html/json/ComputedProperty.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/ComputedProperty.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/Function.java --- a/json/src/main/java/net/java/html/json/Function.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/Function.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/Model.java --- a/json/src/main/java/net/java/html/json/Model.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/Model.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/ModelOperation.java --- a/json/src/main/java/net/java/html/json/ModelOperation.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/ModelOperation.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/Models.java --- a/json/src/main/java/net/java/html/json/Models.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/Models.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/OnPropertyChange.java --- a/json/src/main/java/net/java/html/json/OnPropertyChange.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/OnPropertyChange.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/OnReceive.java --- a/json/src/main/java/net/java/html/json/OnReceive.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/OnReceive.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/Property.java --- a/json/src/main/java/net/java/html/json/Property.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/Property.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/doc-files/websockets.html --- a/json/src/main/java/net/java/html/json/doc-files/websockets.html Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/doc-files/websockets.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/net/java/html/json/package.html --- a/json/src/main/java/net/java/html/json/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/net/java/html/json/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java --- a/json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/FunctionBinding.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/JSONCall.java --- a/json/src/main/java/org/apidesign/html/json/spi/JSONCall.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/JSONCall.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java --- a/json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/PropertyBinding.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/Technology.java --- a/json/src/main/java/org/apidesign/html/json/spi/Technology.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/Technology.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/Transfer.java --- a/json/src/main/java/org/apidesign/html/json/spi/Transfer.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/Transfer.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java --- a/json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/apidesign/html/json/spi/WSTransfer.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/Bindings.java --- a/json/src/main/java/org/netbeans/html/json/impl/Bindings.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/Bindings.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/Callback.java --- a/json/src/main/java/org/netbeans/html/json/impl/Callback.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/Callback.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/FromJSON.java --- a/json/src/main/java/org/netbeans/html/json/impl/FromJSON.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/FromJSON.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/JSON.java --- a/json/src/main/java/org/netbeans/html/json/impl/JSON.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/JSON.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/JSONList.java --- a/json/src/main/java/org/netbeans/html/json/impl/JSONList.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/JSONList.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java --- a/json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/ModelProcessor.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java --- a/json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/PropertyBindingAccessor.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java --- a/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/RcvrJSON.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java --- a/json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/SetAndGet.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java --- a/json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/java/org/netbeans/html/json/impl/WrapperObject.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties --- a/json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/resources/org/netbeans/html/json/impl/Bundle.properties Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. +# Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. # # Oracle and Java are registered trademarks of Oracle and/or its affiliates. # Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/main/resources/org/netbeans/html/json/spi/package.html --- a/json/src/main/resources/org/netbeans/html/json/spi/package.html Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/main/resources/org/netbeans/html/json/spi/package.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/BoardTest.java --- a/json/src/test/java/net/java/html/json/BoardTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/BoardTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/Compile.java --- a/json/src/test/java/net/java/html/json/Compile.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/Compile.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/MapModelTest.java --- a/json/src/test/java/net/java/html/json/MapModelTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/MapModelTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/ModelProcessorTest.java --- a/json/src/test/java/net/java/html/json/ModelProcessorTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/ModelProcessorTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/ModelTest.java --- a/json/src/test/java/net/java/html/json/ModelTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/ModelTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/ModelsTest.java --- a/json/src/test/java/net/java/html/json/ModelsTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/ModelsTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/OperationTest.java --- a/json/src/test/java/net/java/html/json/OperationTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/OperationTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/PersonImpl.java --- a/json/src/test/java/net/java/html/json/PersonImpl.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/PersonImpl.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/PrimitiveArrayTest.java --- a/json/src/test/java/net/java/html/json/PrimitiveArrayTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/PrimitiveArrayTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/Sex.java --- a/json/src/test/java/net/java/html/json/Sex.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/Sex.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/TypesTest.java --- a/json/src/test/java/net/java/html/json/TypesTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/TypesTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/net/java/html/json/WebSocketCallTest.java --- a/json/src/test/java/net/java/html/json/WebSocketCallTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/net/java/html/json/WebSocketCallTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java --- a/json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/ConstructorTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java --- a/json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/EmployeeImpl.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java --- a/json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/EmployerTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java --- a/json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/JSONListTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/JSONTest.java --- a/json/src/test/java/org/netbeans/html/json/impl/JSONTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/JSONTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java --- a/json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/json/src/test/java/org/netbeans/html/json/impl/NoPropertiesTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java --- a/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/ArchetypeVersionTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java --- a/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-archetype-test/src/test/java/org/netbeans/html/archetype/test/VerifyArchetypeTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java --- a/ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-archetype/src/main/java/org/netbeans/html/archetype/package-info.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/main/java/org/netbeans/html/kofx/Console.java --- a/ko-fx/src/main/java/org/netbeans/html/kofx/Console.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/Console.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java --- a/ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/FXContext.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java --- a/ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/Knockout.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java --- a/ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/LoadJSON.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java --- a/ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/main/java/org/netbeans/html/kofx/LoadWS.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java --- a/ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/DynamicHTTP.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java --- a/ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/KOFx.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java --- a/ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/KnockoutFXTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java --- a/ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/test/java/org/netbeans/html/kofx/LessCallbacksCheck.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-fx/src/test/resources/org/netbeans/html/kofx/test.html --- a/ko-fx/src/test/resources/org/netbeans/html/kofx/test.html Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-fx/src/test/resources/org/netbeans/html/kofx/test.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java --- a/ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-ws-tyrus/src/main/java/org/netbeans/html/wstyrus/TyrusContext.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusDynamicHTTP.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusFX.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java --- a/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-ws-tyrus/src/test/java/org/netbeans/html/wstyrus/TyrusKnockoutTest.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html --- a/ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html Mon Dec 16 17:16:40 2013 +0100 +++ b/ko-ws-tyrus/src/test/resources/org/netbeans/html/wstyrus/test.html Mon Dec 16 17:39:56 2013 +0100 @@ -2,7 +2,7 @@ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. - Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 sound/src/main/java/net/java/html/sound/AudioClip.java --- a/sound/src/main/java/net/java/html/sound/AudioClip.java Mon Dec 16 17:16:40 2013 +0100 +++ b/sound/src/main/java/net/java/html/sound/AudioClip.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java --- a/sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java Mon Dec 16 17:16:40 2013 +0100 +++ b/sound/src/main/java/org/apidesign/html/sound/spi/AudioEnvironment.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. diff -r 2739565c7a45 -r 5c93ad8c7a15 sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java --- a/sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java Mon Dec 16 17:16:40 2013 +0100 +++ b/sound/src/main/java/org/netbeans/html/sound/impl/BrowserAudioEnv.java Mon Dec 16 17:39:56 2013 +0100 @@ -1,7 +1,7 @@ /** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * - * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. + * Copyright 2013-2013 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners.