summaryrefslogtreecommitdiff
path: root/js/demo
diff options
context:
space:
mode:
Diffstat (limited to 'js/demo')
-rw-r--r--js/demo/ChatDemo/Chat.ice2
-rw-r--r--js/demo/ChatDemo/ChatSession.ice2
-rw-r--r--js/demo/ChatDemo/Client.js2
-rw-r--r--js/demo/ChatDemo/Makefile2
-rw-r--r--js/demo/ChatDemo/Makefile.mak2
-rw-r--r--js/demo/ChatDemo/build.js2
-rw-r--r--js/demo/ChatDemo/index.html2
-rw-r--r--js/demo/Glacier2/Makefile2
-rw-r--r--js/demo/Glacier2/Makefile.mak2
-rw-r--r--js/demo/Glacier2/build.js2
-rw-r--r--js/demo/Glacier2/chat/Chat.ice2
-rw-r--r--js/demo/Glacier2/chat/Client.js2
-rw-r--r--js/demo/Glacier2/chat/Makefile2
-rw-r--r--js/demo/Glacier2/chat/Makefile.mak2
-rw-r--r--js/demo/Glacier2/chat/browser/Client.js2
-rw-r--r--js/demo/Glacier2/chat/build.js2
-rwxr-xr-xjs/demo/Glacier2/chat/expect.py2
-rw-r--r--js/demo/Glacier2/chat/index.html2
-rw-r--r--js/demo/Ice/Makefile2
-rw-r--r--js/demo/Ice/Makefile.mak2
-rw-r--r--js/demo/Ice/bidir/Callback.ice2
-rw-r--r--js/demo/Ice/bidir/Client.js2
-rw-r--r--js/demo/Ice/bidir/Makefile2
-rw-r--r--js/demo/Ice/bidir/Makefile.mak2
-rw-r--r--js/demo/Ice/bidir/browser/Client.js2
-rw-r--r--js/demo/Ice/bidir/build.js2
-rwxr-xr-xjs/demo/Ice/bidir/expect.py2
-rw-r--r--js/demo/Ice/bidir/index.html2
-rw-r--r--js/demo/Ice/build.js2
-rw-r--r--js/demo/Ice/hello/Client.js2
-rw-r--r--js/demo/Ice/hello/Hello.ice2
-rw-r--r--js/demo/Ice/hello/Makefile2
-rw-r--r--js/demo/Ice/hello/Makefile.mak2
-rw-r--r--js/demo/Ice/hello/browser/Client.js2
-rw-r--r--js/demo/Ice/hello/build.js2
-rwxr-xr-xjs/demo/Ice/hello/expect.py2
-rw-r--r--js/demo/Ice/hello/index.html2
-rw-r--r--js/demo/Ice/latency/Client.js2
-rw-r--r--js/demo/Ice/latency/Latency.ice2
-rw-r--r--js/demo/Ice/latency/Makefile2
-rw-r--r--js/demo/Ice/latency/Makefile.mak2
-rw-r--r--js/demo/Ice/latency/browser/Client.js2
-rw-r--r--js/demo/Ice/latency/build.js2
-rwxr-xr-xjs/demo/Ice/latency/expect.py2
-rw-r--r--js/demo/Ice/latency/index.html2
-rw-r--r--js/demo/Ice/minimal/Client.js2
-rw-r--r--js/demo/Ice/minimal/Hello.ice2
-rw-r--r--js/demo/Ice/minimal/Makefile2
-rw-r--r--js/demo/Ice/minimal/Makefile.mak2
-rw-r--r--js/demo/Ice/minimal/browser/Client.js2
-rw-r--r--js/demo/Ice/minimal/build.js2
-rwxr-xr-xjs/demo/Ice/minimal/expect.py2
-rw-r--r--js/demo/Ice/minimal/index.html2
-rw-r--r--js/demo/Ice/throughput/Client.js2
-rw-r--r--js/demo/Ice/throughput/Makefile2
-rw-r--r--js/demo/Ice/throughput/Makefile.mak2
-rw-r--r--js/demo/Ice/throughput/Throughput.ice2
-rw-r--r--js/demo/Ice/throughput/browser/Client.js2
-rw-r--r--js/demo/Ice/throughput/build.js2
-rwxr-xr-xjs/demo/Ice/throughput/expect.py2
-rw-r--r--js/demo/Ice/throughput/index.html2
-rw-r--r--js/demo/Makefile2
-rw-r--r--js/demo/Makefile.mak2
-rw-r--r--js/demo/build.js2
-rw-r--r--js/demo/index.html2
65 files changed, 65 insertions, 65 deletions
diff --git a/js/demo/ChatDemo/Chat.ice b/js/demo/ChatDemo/Chat.ice
index 944e903e791..3b9fde30815 100644
--- a/js/demo/ChatDemo/Chat.ice
+++ b/js/demo/ChatDemo/Chat.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Chat Demo is licensed to you under the terms described
// in the CHAT_DEMO_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/ChatSession.ice b/js/demo/ChatDemo/ChatSession.ice
index e10958338ba..cd631aa8f13 100644
--- a/js/demo/ChatDemo/ChatSession.ice
+++ b/js/demo/ChatDemo/ChatSession.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Chat Demo is licensed to you under the terms described
// in the CHAT_DEMO_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/Client.js b/js/demo/ChatDemo/Client.js
index 830f458f598..35379019d4f 100644
--- a/js/demo/ChatDemo/Client.js
+++ b/js/demo/ChatDemo/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/Makefile b/js/demo/ChatDemo/Makefile
index f66c1e64cfe..5cc8d2ba0d3 100644
--- a/js/demo/ChatDemo/Makefile
+++ b/js/demo/ChatDemo/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/Makefile.mak b/js/demo/ChatDemo/Makefile.mak
index 2321f9e2513..d79fd18beac 100644
--- a/js/demo/ChatDemo/Makefile.mak
+++ b/js/demo/ChatDemo/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/build.js b/js/demo/ChatDemo/build.js
index b79242b8999..75c984102fe 100644
--- a/js/demo/ChatDemo/build.js
+++ b/js/demo/ChatDemo/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/ChatDemo/index.html b/js/demo/ChatDemo/index.html
index 094fff863ca..7f904d46f54 100644
--- a/js/demo/ChatDemo/index.html
+++ b/js/demo/ChatDemo/index.html
@@ -221,7 +221,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Glacier2/Makefile b/js/demo/Glacier2/Makefile
index 979c51d03cc..7477f8ab00c 100644
--- a/js/demo/Glacier2/Makefile
+++ b/js/demo/Glacier2/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/Makefile.mak b/js/demo/Glacier2/Makefile.mak
index fc205ea40a0..5741e662e6b 100644
--- a/js/demo/Glacier2/Makefile.mak
+++ b/js/demo/Glacier2/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/build.js b/js/demo/Glacier2/build.js
index 281b6bc8f73..b1d63b1a2e8 100644
--- a/js/demo/Glacier2/build.js
+++ b/js/demo/Glacier2/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/Chat.ice b/js/demo/Glacier2/chat/Chat.ice
index 907f1f1b50e..476b49e0dcf 100644
--- a/js/demo/Glacier2/chat/Chat.ice
+++ b/js/demo/Glacier2/chat/Chat.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/Client.js b/js/demo/Glacier2/chat/Client.js
index 581d4752e0a..1ae8f9edaa7 100644
--- a/js/demo/Glacier2/chat/Client.js
+++ b/js/demo/Glacier2/chat/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/Makefile b/js/demo/Glacier2/chat/Makefile
index 9505e42c653..542cbb0040b 100644
--- a/js/demo/Glacier2/chat/Makefile
+++ b/js/demo/Glacier2/chat/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/Makefile.mak b/js/demo/Glacier2/chat/Makefile.mak
index 15d7f1025fd..ae6c4f9ce0c 100644
--- a/js/demo/Glacier2/chat/Makefile.mak
+++ b/js/demo/Glacier2/chat/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/browser/Client.js b/js/demo/Glacier2/chat/browser/Client.js
index 3ea899f14a1..d42b329bd00 100644
--- a/js/demo/Glacier2/chat/browser/Client.js
+++ b/js/demo/Glacier2/chat/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/build.js b/js/demo/Glacier2/chat/build.js
index 021f1550ff1..3d7d64f2d61 100644
--- a/js/demo/Glacier2/chat/build.js
+++ b/js/demo/Glacier2/chat/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/expect.py b/js/demo/Glacier2/chat/expect.py
index 91cee438c32..218b5f3af62 100755
--- a/js/demo/Glacier2/chat/expect.py
+++ b/js/demo/Glacier2/chat/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Glacier2/chat/index.html b/js/demo/Glacier2/chat/index.html
index 5c0549f9aad..cd7c754b1f6 100644
--- a/js/demo/Glacier2/chat/index.html
+++ b/js/demo/Glacier2/chat/index.html
@@ -167,7 +167,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Ice/Makefile b/js/demo/Ice/Makefile
index 57a89792ae9..e712e1b4c47 100644
--- a/js/demo/Ice/Makefile
+++ b/js/demo/Ice/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/Makefile.mak b/js/demo/Ice/Makefile.mak
index 7ca44e306ff..d0788565168 100644
--- a/js/demo/Ice/Makefile.mak
+++ b/js/demo/Ice/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/Callback.ice b/js/demo/Ice/bidir/Callback.ice
index e985dd9919a..f76b118e574 100644
--- a/js/demo/Ice/bidir/Callback.ice
+++ b/js/demo/Ice/bidir/Callback.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/Client.js b/js/demo/Ice/bidir/Client.js
index c5075a2d54e..dfda491450d 100644
--- a/js/demo/Ice/bidir/Client.js
+++ b/js/demo/Ice/bidir/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/Makefile b/js/demo/Ice/bidir/Makefile
index 8a729de6c0f..5ea5f7b6123 100644
--- a/js/demo/Ice/bidir/Makefile
+++ b/js/demo/Ice/bidir/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/Makefile.mak b/js/demo/Ice/bidir/Makefile.mak
index a42f0931cb4..64413e11005 100644
--- a/js/demo/Ice/bidir/Makefile.mak
+++ b/js/demo/Ice/bidir/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/browser/Client.js b/js/demo/Ice/bidir/browser/Client.js
index e13bd1051b7..3b87056367b 100644
--- a/js/demo/Ice/bidir/browser/Client.js
+++ b/js/demo/Ice/bidir/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/build.js b/js/demo/Ice/bidir/build.js
index 4047419892c..5daf1f77267 100644
--- a/js/demo/Ice/bidir/build.js
+++ b/js/demo/Ice/bidir/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/expect.py b/js/demo/Ice/bidir/expect.py
index 8c223771c7a..cb0ee197e35 100755
--- a/js/demo/Ice/bidir/expect.py
+++ b/js/demo/Ice/bidir/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/bidir/index.html b/js/demo/Ice/bidir/index.html
index ab67fdc92e5..7fbc9ddd17e 100644
--- a/js/demo/Ice/bidir/index.html
+++ b/js/demo/Ice/bidir/index.html
@@ -111,7 +111,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Ice/build.js b/js/demo/Ice/build.js
index 281b6bc8f73..b1d63b1a2e8 100644
--- a/js/demo/Ice/build.js
+++ b/js/demo/Ice/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/Client.js b/js/demo/Ice/hello/Client.js
index 6806e7250f4..f5d6edc5084 100644
--- a/js/demo/Ice/hello/Client.js
+++ b/js/demo/Ice/hello/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/Hello.ice b/js/demo/Ice/hello/Hello.ice
index 579d562d865..14bd1c5bf85 100644
--- a/js/demo/Ice/hello/Hello.ice
+++ b/js/demo/Ice/hello/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/Makefile b/js/demo/Ice/hello/Makefile
index 3d389b91775..465bd9c2a1d 100644
--- a/js/demo/Ice/hello/Makefile
+++ b/js/demo/Ice/hello/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/Makefile.mak b/js/demo/Ice/hello/Makefile.mak
index dbf7220b130..dd57d7bea37 100644
--- a/js/demo/Ice/hello/Makefile.mak
+++ b/js/demo/Ice/hello/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/browser/Client.js b/js/demo/Ice/hello/browser/Client.js
index 70ec0ee15e4..8ce88b9e2f5 100644
--- a/js/demo/Ice/hello/browser/Client.js
+++ b/js/demo/Ice/hello/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/build.js b/js/demo/Ice/hello/build.js
index 3694185c575..ef4b8e383fb 100644
--- a/js/demo/Ice/hello/build.js
+++ b/js/demo/Ice/hello/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/expect.py b/js/demo/Ice/hello/expect.py
index baea6141da9..8067b8c7845 100755
--- a/js/demo/Ice/hello/expect.py
+++ b/js/demo/Ice/hello/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/hello/index.html b/js/demo/Ice/hello/index.html
index 1c341fc30d8..5960f4731b6 100644
--- a/js/demo/Ice/hello/index.html
+++ b/js/demo/Ice/hello/index.html
@@ -159,7 +159,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Ice/latency/Client.js b/js/demo/Ice/latency/Client.js
index f250671d912..8d94ca26d54 100644
--- a/js/demo/Ice/latency/Client.js
+++ b/js/demo/Ice/latency/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/Latency.ice b/js/demo/Ice/latency/Latency.ice
index 2391b2667aa..510c032935a 100644
--- a/js/demo/Ice/latency/Latency.ice
+++ b/js/demo/Ice/latency/Latency.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/Makefile b/js/demo/Ice/latency/Makefile
index 5b712f95b52..f1a822683a1 100644
--- a/js/demo/Ice/latency/Makefile
+++ b/js/demo/Ice/latency/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/Makefile.mak b/js/demo/Ice/latency/Makefile.mak
index 8fb8dc5c432..d97ae8361bd 100644
--- a/js/demo/Ice/latency/Makefile.mak
+++ b/js/demo/Ice/latency/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/browser/Client.js b/js/demo/Ice/latency/browser/Client.js
index 5a99f8f4627..6fcf10e8e55 100644
--- a/js/demo/Ice/latency/browser/Client.js
+++ b/js/demo/Ice/latency/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/build.js b/js/demo/Ice/latency/build.js
index 4ef18bb7834..759f0013c80 100644
--- a/js/demo/Ice/latency/build.js
+++ b/js/demo/Ice/latency/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/expect.py b/js/demo/Ice/latency/expect.py
index 4c6ff3a4f87..47be8158892 100755
--- a/js/demo/Ice/latency/expect.py
+++ b/js/demo/Ice/latency/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/latency/index.html b/js/demo/Ice/latency/index.html
index acffcecd29d..0dd152f00a1 100644
--- a/js/demo/Ice/latency/index.html
+++ b/js/demo/Ice/latency/index.html
@@ -109,7 +109,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Ice/minimal/Client.js b/js/demo/Ice/minimal/Client.js
index 9de5ba0bcc2..52afea1e093 100644
--- a/js/demo/Ice/minimal/Client.js
+++ b/js/demo/Ice/minimal/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/Hello.ice b/js/demo/Ice/minimal/Hello.ice
index 8e596e50d9a..f51170e8c0e 100644
--- a/js/demo/Ice/minimal/Hello.ice
+++ b/js/demo/Ice/minimal/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/Makefile b/js/demo/Ice/minimal/Makefile
index 9412e80b36c..cb3ee0772fe 100644
--- a/js/demo/Ice/minimal/Makefile
+++ b/js/demo/Ice/minimal/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/Makefile.mak b/js/demo/Ice/minimal/Makefile.mak
index 1efc4dc6a55..4e368b37964 100644
--- a/js/demo/Ice/minimal/Makefile.mak
+++ b/js/demo/Ice/minimal/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/browser/Client.js b/js/demo/Ice/minimal/browser/Client.js
index 5bb07b816d8..63f40d94b73 100644
--- a/js/demo/Ice/minimal/browser/Client.js
+++ b/js/demo/Ice/minimal/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/build.js b/js/demo/Ice/minimal/build.js
index 90af1d5df57..83ba7e8b57f 100644
--- a/js/demo/Ice/minimal/build.js
+++ b/js/demo/Ice/minimal/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/expect.py b/js/demo/Ice/minimal/expect.py
index e8b7b2e2a81..ff0ed914284 100755
--- a/js/demo/Ice/minimal/expect.py
+++ b/js/demo/Ice/minimal/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/minimal/index.html b/js/demo/Ice/minimal/index.html
index 1b5b7e8f03c..cf3c872d667 100644
--- a/js/demo/Ice/minimal/index.html
+++ b/js/demo/Ice/minimal/index.html
@@ -145,7 +145,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Ice/throughput/Client.js b/js/demo/Ice/throughput/Client.js
index 6c3aa9953a5..28753b2e3a6 100644
--- a/js/demo/Ice/throughput/Client.js
+++ b/js/demo/Ice/throughput/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/Makefile b/js/demo/Ice/throughput/Makefile
index 36cfcf309d4..f007f54248b 100644
--- a/js/demo/Ice/throughput/Makefile
+++ b/js/demo/Ice/throughput/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/Makefile.mak b/js/demo/Ice/throughput/Makefile.mak
index 1db3545c54e..fd74504cc82 100644
--- a/js/demo/Ice/throughput/Makefile.mak
+++ b/js/demo/Ice/throughput/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/Throughput.ice b/js/demo/Ice/throughput/Throughput.ice
index c2216a15bfc..45d2ec4c40b 100644
--- a/js/demo/Ice/throughput/Throughput.ice
+++ b/js/demo/Ice/throughput/Throughput.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/browser/Client.js b/js/demo/Ice/throughput/browser/Client.js
index dec7eedd1bc..ce3dc361f33 100644
--- a/js/demo/Ice/throughput/browser/Client.js
+++ b/js/demo/Ice/throughput/browser/Client.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/build.js b/js/demo/Ice/throughput/build.js
index 160797dafcf..8678807f22f 100644
--- a/js/demo/Ice/throughput/build.js
+++ b/js/demo/Ice/throughput/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/expect.py b/js/demo/Ice/throughput/expect.py
index 92c7036e6e7..33cf6b28cf1 100755
--- a/js/demo/Ice/throughput/expect.py
+++ b/js/demo/Ice/throughput/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Ice/throughput/index.html b/js/demo/Ice/throughput/index.html
index 3bd6f0d7086..33532762c6f 100644
--- a/js/demo/Ice/throughput/index.html
+++ b/js/demo/Ice/throughput/index.html
@@ -150,7 +150,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</section>
<!-- Bundle with all the scripts used to build the user interface,
diff --git a/js/demo/Makefile b/js/demo/Makefile
index c0766fc9342..50bb4a6a210 100644
--- a/js/demo/Makefile
+++ b/js/demo/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/Makefile.mak b/js/demo/Makefile.mak
index a872a477ce8..e47593e392b 100644
--- a/js/demo/Makefile.mak
+++ b/js/demo/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice is licensed to you under the terms described in the
# ICE_LICENSE file included in this distribution.
diff --git a/js/demo/build.js b/js/demo/build.js
index ccccb400efa..fca34d1f2af 100644
--- a/js/demo/build.js
+++ b/js/demo/build.js
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
diff --git a/js/demo/index.html b/js/demo/index.html
index f43267b9fe4..88d6bca8846 100644
--- a/js/demo/index.html
+++ b/js/demo/index.html
@@ -89,7 +89,7 @@
<h4><strong>ZeroC</strong></h4>
</div>
<div class="copyright">
- <h6>© 2014 ZeroC, Inc. All rights reserved.</h6>
+ <h6>© 2003-2015 ZeroC, Inc. All rights reserved.</h6>
</div>
</div>
<script type="text/javascript" src="../assets/common.min.js"></script>