summaryrefslogtreecommitdiff
path: root/rb/demo
diff options
context:
space:
mode:
Diffstat (limited to 'rb/demo')
-rwxr-xr-xrb/demo/Ice/hello/Client.rb2
-rw-r--r--rb/demo/Ice/hello/Hello.ice2
-rwxr-xr-xrb/demo/Ice/hello/expect.py2
-rwxr-xr-xrb/demo/Ice/latency/Client.rb2
-rw-r--r--rb/demo/Ice/latency/Latency.ice2
-rwxr-xr-xrb/demo/Ice/latency/expect.py2
-rwxr-xr-xrb/demo/Ice/minimal/Client.rb2
-rw-r--r--rb/demo/Ice/minimal/Hello.ice2
-rwxr-xr-xrb/demo/Ice/minimal/expect.py2
-rw-r--r--rb/demo/Ice/optional/Client.rb2
-rw-r--r--rb/demo/Ice/optional/Contact.ice2
-rwxr-xr-xrb/demo/Ice/optional/expect.py2
-rwxr-xr-xrb/demo/Ice/session/Client.rb2
-rw-r--r--rb/demo/Ice/session/Session.ice2
-rwxr-xr-xrb/demo/Ice/session/expect.py2
-rwxr-xr-xrb/demo/Ice/throughput/Client.rb2
-rw-r--r--rb/demo/Ice/throughput/Throughput.ice2
-rwxr-xr-xrb/demo/Ice/throughput/expect.py2
-rwxr-xr-xrb/demo/Ice/value/Client.rb2
-rw-r--r--rb/demo/Ice/value/Value.ice2
-rwxr-xr-xrb/demo/Ice/value/expect.py2
-rwxr-xr-xrb/demo/book/printer/Client.rb2
-rw-r--r--rb/demo/book/printer/Printer.ice2
-rwxr-xr-xrb/demo/book/printer/expect.py2
-rwxr-xr-xrb/demo/book/simple_filesystem/Client.rb2
-rw-r--r--rb/demo/book/simple_filesystem/Filesystem.ice2
-rwxr-xr-xrb/demo/book/simple_filesystem/expect.py2
27 files changed, 27 insertions, 27 deletions
diff --git a/rb/demo/Ice/hello/Client.rb b/rb/demo/Ice/hello/Client.rb
index a88fe2f4ce5..9c5a7827932 100755
--- a/rb/demo/Ice/hello/Client.rb
+++ b/rb/demo/Ice/hello/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/hello/Hello.ice b/rb/demo/Ice/hello/Hello.ice
index aca54020837..3e548e149a1 100644
--- a/rb/demo/Ice/hello/Hello.ice
+++ b/rb/demo/Ice/hello/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/hello/expect.py b/rb/demo/Ice/hello/expect.py
index 8de9b6c4e8e..19ce29e81cc 100755
--- a/rb/demo/Ice/hello/expect.py
+++ b/rb/demo/Ice/hello/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/latency/Client.rb b/rb/demo/Ice/latency/Client.rb
index 430d457dd78..a30c968e7f0 100755
--- a/rb/demo/Ice/latency/Client.rb
+++ b/rb/demo/Ice/latency/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/latency/Latency.ice b/rb/demo/Ice/latency/Latency.ice
index 927b1a2cc67..2391b2667aa 100644
--- a/rb/demo/Ice/latency/Latency.ice
+++ b/rb/demo/Ice/latency/Latency.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/latency/expect.py b/rb/demo/Ice/latency/expect.py
index a263d77347f..d64563fe616 100755
--- a/rb/demo/Ice/latency/expect.py
+++ b/rb/demo/Ice/latency/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/minimal/Client.rb b/rb/demo/Ice/minimal/Client.rb
index 4acffa86c68..f2fb489a9ee 100755
--- a/rb/demo/Ice/minimal/Client.rb
+++ b/rb/demo/Ice/minimal/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/minimal/Hello.ice b/rb/demo/Ice/minimal/Hello.ice
index e41e6c14c48..8e596e50d9a 100644
--- a/rb/demo/Ice/minimal/Hello.ice
+++ b/rb/demo/Ice/minimal/Hello.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/minimal/expect.py b/rb/demo/Ice/minimal/expect.py
index ee244be2c31..f287aadee49 100755
--- a/rb/demo/Ice/minimal/expect.py
+++ b/rb/demo/Ice/minimal/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/optional/Client.rb b/rb/demo/Ice/optional/Client.rb
index cdf3a16bc2f..0afe3725d01 100644
--- a/rb/demo/Ice/optional/Client.rb
+++ b/rb/demo/Ice/optional/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/optional/Contact.ice b/rb/demo/Ice/optional/Contact.ice
index efaa17caea7..ce47b858d5b 100644
--- a/rb/demo/Ice/optional/Contact.ice
+++ b/rb/demo/Ice/optional/Contact.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/optional/expect.py b/rb/demo/Ice/optional/expect.py
index 1b8ba76bfd0..3d670025844 100755
--- a/rb/demo/Ice/optional/expect.py
+++ b/rb/demo/Ice/optional/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/session/Client.rb b/rb/demo/Ice/session/Client.rb
index 9a3032f82bd..7593e162b54 100755
--- a/rb/demo/Ice/session/Client.rb
+++ b/rb/demo/Ice/session/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/session/Session.ice b/rb/demo/Ice/session/Session.ice
index 41d35c29873..048b5357add 100644
--- a/rb/demo/Ice/session/Session.ice
+++ b/rb/demo/Ice/session/Session.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/session/expect.py b/rb/demo/Ice/session/expect.py
index a0a8cf3f3da..729f01d165d 100755
--- a/rb/demo/Ice/session/expect.py
+++ b/rb/demo/Ice/session/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/throughput/Client.rb b/rb/demo/Ice/throughput/Client.rb
index 4520279d382..0ecaf0a2941 100755
--- a/rb/demo/Ice/throughput/Client.rb
+++ b/rb/demo/Ice/throughput/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/throughput/Throughput.ice b/rb/demo/Ice/throughput/Throughput.ice
index c8e53db5eb3..c2216a15bfc 100644
--- a/rb/demo/Ice/throughput/Throughput.ice
+++ b/rb/demo/Ice/throughput/Throughput.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/throughput/expect.py b/rb/demo/Ice/throughput/expect.py
index 95f7489a720..448d6696cd3 100755
--- a/rb/demo/Ice/throughput/expect.py
+++ b/rb/demo/Ice/throughput/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/value/Client.rb b/rb/demo/Ice/value/Client.rb
index ddfcad6f6dc..9d61c07cc8d 100755
--- a/rb/demo/Ice/value/Client.rb
+++ b/rb/demo/Ice/value/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/Ice/value/Value.ice b/rb/demo/Ice/value/Value.ice
index 4ac477f0e03..bcbfeaeb7c1 100644
--- a/rb/demo/Ice/value/Value.ice
+++ b/rb/demo/Ice/value/Value.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/Ice/value/expect.py b/rb/demo/Ice/value/expect.py
index c29f1ce8532..3dda6f882e9 100755
--- a/rb/demo/Ice/value/expect.py
+++ b/rb/demo/Ice/value/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/book/printer/Client.rb b/rb/demo/book/printer/Client.rb
index c5ce14244be..c1482d125a4 100755
--- a/rb/demo/book/printer/Client.rb
+++ b/rb/demo/book/printer/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/book/printer/Printer.ice b/rb/demo/book/printer/Printer.ice
index 5418132e600..343fd8e627b 100644
--- a/rb/demo/book/printer/Printer.ice
+++ b/rb/demo/book/printer/Printer.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/book/printer/expect.py b/rb/demo/book/printer/expect.py
index be20791cb6f..03adf7de6cc 100755
--- a/rb/demo/book/printer/expect.py
+++ b/rb/demo/book/printer/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/book/simple_filesystem/Client.rb b/rb/demo/book/simple_filesystem/Client.rb
index e6ad48167ba..333406fcd09 100755
--- a/rb/demo/book/simple_filesystem/Client.rb
+++ b/rb/demo/book/simple_filesystem/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/rb/demo/book/simple_filesystem/Filesystem.ice b/rb/demo/book/simple_filesystem/Filesystem.ice
index a1d1d848c2c..21e8a435fcb 100644
--- a/rb/demo/book/simple_filesystem/Filesystem.ice
+++ b/rb/demo/book/simple_filesystem/Filesystem.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/rb/demo/book/simple_filesystem/expect.py b/rb/demo/book/simple_filesystem/expect.py
index 686597d8354..3083c182742 100755
--- a/rb/demo/book/simple_filesystem/expect.py
+++ b/rb/demo/book/simple_filesystem/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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.