summaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-02-13 18:48:57 -0500
committerJoe George <joe@zeroc.com>2017-02-13 18:48:57 -0500
commitdc5678e6988bad79336033518f8f2378f7c34cb2 (patch)
treef1b7d00d8bfde31297c4473d62ace3d05031b985 /ruby
parentConnection wizard dialog becomes readonly (diff)
parentICE-7506 - Update copyright to 2017 (diff)
downloadice-dc5678e6988bad79336033518f8f2378f7c34cb2.tar.bz2
ice-dc5678e6988bad79336033518f8f2378f7c34cb2.tar.xz
ice-dc5678e6988bad79336033518f8f2378f7c34cb2.zip
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'ruby')
-rw-r--r--ruby/Makefile2
-rwxr-xr-xruby/allTests.py2
-rw-r--r--ruby/config/Make.rules2
-rwxr-xr-xruby/config/s2rb.rb2
-rw-r--r--ruby/ruby/Glacier2.rb2
-rw-r--r--ruby/ruby/Ice.rb2
-rw-r--r--ruby/ruby/IceBox.rb2
-rw-r--r--ruby/ruby/IceGrid.rb2
-rw-r--r--ruby/ruby/IcePatch2.rb2
-rw-r--r--ruby/ruby/IceStorm.rb2
-rwxr-xr-xruby/scripts/slice2rb2
-rw-r--r--ruby/src/IceRuby/Communicator.cpp2
-rw-r--r--ruby/src/IceRuby/Communicator.h2
-rw-r--r--ruby/src/IceRuby/Config.h2
-rw-r--r--ruby/src/IceRuby/Connection.cpp2
-rw-r--r--ruby/src/IceRuby/Connection.h2
-rw-r--r--ruby/src/IceRuby/Endpoint.cpp2
-rw-r--r--ruby/src/IceRuby/Endpoint.h2
-rw-r--r--ruby/src/IceRuby/ImplicitContext.cpp2
-rw-r--r--ruby/src/IceRuby/ImplicitContext.h2
-rw-r--r--ruby/src/IceRuby/Init.cpp2
-rw-r--r--ruby/src/IceRuby/Logger.cpp2
-rw-r--r--ruby/src/IceRuby/Logger.h2
-rw-r--r--ruby/src/IceRuby/Operation.cpp2
-rw-r--r--ruby/src/IceRuby/Operation.h2
-rw-r--r--ruby/src/IceRuby/Properties.cpp2
-rw-r--r--ruby/src/IceRuby/Properties.h2
-rw-r--r--ruby/src/IceRuby/Proxy.cpp2
-rw-r--r--ruby/src/IceRuby/Proxy.h2
-rw-r--r--ruby/src/IceRuby/Slice.cpp2
-rw-r--r--ruby/src/IceRuby/Slice.h2
-rw-r--r--ruby/src/IceRuby/Types.cpp2
-rw-r--r--ruby/src/IceRuby/Types.h2
-rw-r--r--ruby/src/IceRuby/Util.cpp2
-rw-r--r--ruby/src/IceRuby/Util.h2
-rw-r--r--ruby/test/Ice/acm/AllTests.rb2
-rwxr-xr-xruby/test/Ice/acm/Client.rb2
-rw-r--r--ruby/test/Ice/acm/Test.ice2
-rwxr-xr-xruby/test/Ice/application/Client.rb2
-rw-r--r--ruby/test/Ice/binding/AllTests.rb2
-rwxr-xr-xruby/test/Ice/binding/Client.rb2
-rw-r--r--ruby/test/Ice/binding/Test.ice2
-rw-r--r--ruby/test/Ice/checksum/AllTests.rb2
-rw-r--r--ruby/test/Ice/checksum/CTypes.ice2
-rwxr-xr-xruby/test/Ice/checksum/Client.rb2
-rw-r--r--ruby/test/Ice/checksum/Test.ice2
-rw-r--r--ruby/test/Ice/defaultValue/AllTests.rb2
-rwxr-xr-xruby/test/Ice/defaultValue/Client.rb2
-rw-r--r--ruby/test/Ice/defaultValue/Test.ice2
-rw-r--r--ruby/test/Ice/enums/AllTests.rb2
-rwxr-xr-xruby/test/Ice/enums/Client.rb2
-rw-r--r--ruby/test/Ice/enums/Test.ice2
-rw-r--r--ruby/test/Ice/exceptions/AllTests.rb2
-rwxr-xr-xruby/test/Ice/exceptions/Client.rb2
-rw-r--r--ruby/test/Ice/exceptions/Test.ice2
-rw-r--r--ruby/test/Ice/facets/AllTests.rb2
-rwxr-xr-xruby/test/Ice/facets/Client.rb2
-rw-r--r--ruby/test/Ice/facets/Test.ice2
-rw-r--r--ruby/test/Ice/info/AllTests.rb2
-rwxr-xr-xruby/test/Ice/info/Client.rb2
-rw-r--r--ruby/test/Ice/info/Test.ice2
-rw-r--r--ruby/test/Ice/inheritance/AllTests.rb2
-rwxr-xr-xruby/test/Ice/inheritance/Client.rb2
-rw-r--r--ruby/test/Ice/inheritance/Test.ice2
-rw-r--r--ruby/test/Ice/location/AllTests.rb2
-rwxr-xr-xruby/test/Ice/location/Client.rb2
-rw-r--r--ruby/test/Ice/location/Test.ice2
-rw-r--r--ruby/test/Ice/objects/AllTests.rb2
-rwxr-xr-xruby/test/Ice/objects/Client.rb2
-rw-r--r--ruby/test/Ice/objects/ClientPrivate.ice2
-rw-r--r--ruby/test/Ice/objects/Test.ice2
-rw-r--r--ruby/test/Ice/objects/TestI.rb2
-rw-r--r--ruby/test/Ice/operations/AllTests.rb2
-rw-r--r--ruby/test/Ice/operations/BatchOneways.rb2
-rwxr-xr-xruby/test/Ice/operations/Client.rb2
-rw-r--r--ruby/test/Ice/operations/Test.ice2
-rw-r--r--ruby/test/Ice/operations/Twoways.rb2
-rw-r--r--ruby/test/Ice/optional/AllTests.rb2
-rwxr-xr-xruby/test/Ice/optional/Client.rb2
-rw-r--r--ruby/test/Ice/optional/ClientPrivate.ice2
-rw-r--r--ruby/test/Ice/optional/Test.ice2
-rw-r--r--ruby/test/Ice/properties/Client.rb2
-rw-r--r--ruby/test/Ice/proxy/AllTests.rb2
-rwxr-xr-xruby/test/Ice/proxy/Client.rb2
-rw-r--r--ruby/test/Ice/proxy/Test.ice2
-rw-r--r--ruby/test/Ice/slicing/exceptions/AllTests.rb2
-rwxr-xr-xruby/test/Ice/slicing/exceptions/Client.rb2
-rw-r--r--ruby/test/Ice/slicing/exceptions/Test.ice2
-rw-r--r--ruby/test/Ice/slicing/objects/AllTests.rb2
-rwxr-xr-xruby/test/Ice/slicing/objects/Client.rb2
-rw-r--r--ruby/test/Ice/slicing/objects/ClientPrivate.ice2
-rw-r--r--ruby/test/Ice/slicing/objects/Test.ice2
-rw-r--r--ruby/test/Ice/timeout/AllTests.rb2
-rwxr-xr-xruby/test/Ice/timeout/Client.rb2
-rw-r--r--ruby/test/Ice/timeout/Test.ice2
-rwxr-xr-xruby/test/Slice/macros/Client.rb2
-rw-r--r--ruby/test/Slice/macros/Test.ice2
-rwxr-xr-xruby/test/Slice/structure/Client.rb2
-rw-r--r--ruby/test/Slice/structure/Test.ice2
99 files changed, 99 insertions, 99 deletions
diff --git a/ruby/Makefile b/ruby/Makefile
index 5022410dd40..f04aa2690ca 100644
--- a/ruby/Makefile
+++ b/ruby/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/allTests.py b/ruby/allTests.py
index e4360c465d3..18df973cab0 100755
--- a/ruby/allTests.py
+++ b/ruby/allTests.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/config/Make.rules b/ruby/config/Make.rules
index 409e0254863..715d24212f9 100644
--- a/ruby/config/Make.rules
+++ b/ruby/config/Make.rules
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/config/s2rb.rb b/ruby/config/s2rb.rb
index 8e68b6f92b8..18fb979f51d 100755
--- a/ruby/config/s2rb.rb
+++ b/ruby/config/s2rb.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/Glacier2.rb b/ruby/ruby/Glacier2.rb
index 5bf29426a80..9e93ebfe4f4 100644
--- a/ruby/ruby/Glacier2.rb
+++ b/ruby/ruby/Glacier2.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/Ice.rb b/ruby/ruby/Ice.rb
index 439d4b60a4a..979b1b42468 100644
--- a/ruby/ruby/Ice.rb
+++ b/ruby/ruby/Ice.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/IceBox.rb b/ruby/ruby/IceBox.rb
index 3d82df04432..28a38f46b45 100644
--- a/ruby/ruby/IceBox.rb
+++ b/ruby/ruby/IceBox.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/IceGrid.rb b/ruby/ruby/IceGrid.rb
index 08c2fc5c578..2379fcc2882 100644
--- a/ruby/ruby/IceGrid.rb
+++ b/ruby/ruby/IceGrid.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/IcePatch2.rb b/ruby/ruby/IcePatch2.rb
index 3c8b93430ff..016cdda9c10 100644
--- a/ruby/ruby/IcePatch2.rb
+++ b/ruby/ruby/IcePatch2.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/ruby/IceStorm.rb b/ruby/ruby/IceStorm.rb
index 46c4a7e4d7e..07cdec8c778 100644
--- a/ruby/ruby/IceStorm.rb
+++ b/ruby/ruby/IceStorm.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/scripts/slice2rb b/ruby/scripts/slice2rb
index c1a96465daa..a2def7033a6 100755
--- a/ruby/scripts/slice2rb
+++ b/ruby/scripts/slice2rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/src/IceRuby/Communicator.cpp b/ruby/src/IceRuby/Communicator.cpp
index cb7c24fd9a5..19d39267e44 100644
--- a/ruby/src/IceRuby/Communicator.cpp
+++ b/ruby/src/IceRuby/Communicator.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Communicator.h b/ruby/src/IceRuby/Communicator.h
index 86a69a03c71..62229c12d05 100644
--- a/ruby/src/IceRuby/Communicator.h
+++ b/ruby/src/IceRuby/Communicator.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Config.h b/ruby/src/IceRuby/Config.h
index f8117b4d554..fa5a8772a74 100644
--- a/ruby/src/IceRuby/Config.h
+++ b/ruby/src/IceRuby/Config.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Connection.cpp b/ruby/src/IceRuby/Connection.cpp
index 9c0a4b76ed1..4f6b615ffc2 100644
--- a/ruby/src/IceRuby/Connection.cpp
+++ b/ruby/src/IceRuby/Connection.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Connection.h b/ruby/src/IceRuby/Connection.h
index 765adb36efb..3c7a1a31038 100644
--- a/ruby/src/IceRuby/Connection.h
+++ b/ruby/src/IceRuby/Connection.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Endpoint.cpp b/ruby/src/IceRuby/Endpoint.cpp
index 46ced54ea11..70893f481ca 100644
--- a/ruby/src/IceRuby/Endpoint.cpp
+++ b/ruby/src/IceRuby/Endpoint.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Endpoint.h b/ruby/src/IceRuby/Endpoint.h
index a88b9777a25..54dba244528 100644
--- a/ruby/src/IceRuby/Endpoint.h
+++ b/ruby/src/IceRuby/Endpoint.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/ImplicitContext.cpp b/ruby/src/IceRuby/ImplicitContext.cpp
index 7c75c815cda..e7bc0fa3853 100644
--- a/ruby/src/IceRuby/ImplicitContext.cpp
+++ b/ruby/src/IceRuby/ImplicitContext.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/ImplicitContext.h b/ruby/src/IceRuby/ImplicitContext.h
index 2d5cadd1656..fb1d0bc3f85 100644
--- a/ruby/src/IceRuby/ImplicitContext.h
+++ b/ruby/src/IceRuby/ImplicitContext.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Init.cpp b/ruby/src/IceRuby/Init.cpp
index a0c2663f4ed..a70dd421691 100644
--- a/ruby/src/IceRuby/Init.cpp
+++ b/ruby/src/IceRuby/Init.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Logger.cpp b/ruby/src/IceRuby/Logger.cpp
index 61adc63c110..f21f0925339 100644
--- a/ruby/src/IceRuby/Logger.cpp
+++ b/ruby/src/IceRuby/Logger.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Logger.h b/ruby/src/IceRuby/Logger.h
index 7f8ed5fb99c..efbfa5b0e77 100644
--- a/ruby/src/IceRuby/Logger.h
+++ b/ruby/src/IceRuby/Logger.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Operation.cpp b/ruby/src/IceRuby/Operation.cpp
index 4c65fc6cc07..bc485a2b90d 100644
--- a/ruby/src/IceRuby/Operation.cpp
+++ b/ruby/src/IceRuby/Operation.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Operation.h b/ruby/src/IceRuby/Operation.h
index 5ee4d810be4..d0bab2f800e 100644
--- a/ruby/src/IceRuby/Operation.h
+++ b/ruby/src/IceRuby/Operation.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Properties.cpp b/ruby/src/IceRuby/Properties.cpp
index dd74ec6efd0..83ac449a2d2 100644
--- a/ruby/src/IceRuby/Properties.cpp
+++ b/ruby/src/IceRuby/Properties.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Properties.h b/ruby/src/IceRuby/Properties.h
index b62189797d4..56d79c43b48 100644
--- a/ruby/src/IceRuby/Properties.h
+++ b/ruby/src/IceRuby/Properties.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Proxy.cpp b/ruby/src/IceRuby/Proxy.cpp
index 2f59a6a9ee9..51a02f5e108 100644
--- a/ruby/src/IceRuby/Proxy.cpp
+++ b/ruby/src/IceRuby/Proxy.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Proxy.h b/ruby/src/IceRuby/Proxy.h
index 0678a377e16..e64c8f28f94 100644
--- a/ruby/src/IceRuby/Proxy.h
+++ b/ruby/src/IceRuby/Proxy.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Slice.cpp b/ruby/src/IceRuby/Slice.cpp
index 7c63a86dd6b..858da4819cc 100644
--- a/ruby/src/IceRuby/Slice.cpp
+++ b/ruby/src/IceRuby/Slice.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Slice.h b/ruby/src/IceRuby/Slice.h
index dfa579812a2..6f6741f3973 100644
--- a/ruby/src/IceRuby/Slice.h
+++ b/ruby/src/IceRuby/Slice.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Types.cpp b/ruby/src/IceRuby/Types.cpp
index 43326e728b6..16085d06347 100644
--- a/ruby/src/IceRuby/Types.cpp
+++ b/ruby/src/IceRuby/Types.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Types.h b/ruby/src/IceRuby/Types.h
index 9d2ae37ee95..57cf634a528 100644
--- a/ruby/src/IceRuby/Types.h
+++ b/ruby/src/IceRuby/Types.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Util.cpp b/ruby/src/IceRuby/Util.cpp
index 84708f2dfb8..6e9b0a27c4b 100644
--- a/ruby/src/IceRuby/Util.cpp
+++ b/ruby/src/IceRuby/Util.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/src/IceRuby/Util.h b/ruby/src/IceRuby/Util.h
index 2487d0a7570..ffe792a8993 100644
--- a/ruby/src/IceRuby/Util.h
+++ b/ruby/src/IceRuby/Util.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/acm/AllTests.rb b/ruby/test/Ice/acm/AllTests.rb
index a147c616693..54f83e4bfc6 100644
--- a/ruby/test/Ice/acm/AllTests.rb
+++ b/ruby/test/Ice/acm/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/acm/Client.rb b/ruby/test/Ice/acm/Client.rb
index e0cca249e6d..f8ca446a584 100755
--- a/ruby/test/Ice/acm/Client.rb
+++ b/ruby/test/Ice/acm/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/acm/Test.ice b/ruby/test/Ice/acm/Test.ice
index d78abd6eb0f..7018c9df821 100644
--- a/ruby/test/Ice/acm/Test.ice
+++ b/ruby/test/Ice/acm/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/application/Client.rb b/ruby/test/Ice/application/Client.rb
index ce3d99a1ac0..b0e270f55df 100755
--- a/ruby/test/Ice/application/Client.rb
+++ b/ruby/test/Ice/application/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/binding/AllTests.rb b/ruby/test/Ice/binding/AllTests.rb
index e6a500a85f9..859c8dcd2e9 100644
--- a/ruby/test/Ice/binding/AllTests.rb
+++ b/ruby/test/Ice/binding/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/binding/Client.rb b/ruby/test/Ice/binding/Client.rb
index e1b2f20ecde..de3ce59eb3a 100755
--- a/ruby/test/Ice/binding/Client.rb
+++ b/ruby/test/Ice/binding/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/binding/Test.ice b/ruby/test/Ice/binding/Test.ice
index de478bf8f3f..4869815cbfe 100644
--- a/ruby/test/Ice/binding/Test.ice
+++ b/ruby/test/Ice/binding/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/checksum/AllTests.rb b/ruby/test/Ice/checksum/AllTests.rb
index 031e00c3883..2eda7f415ea 100644
--- a/ruby/test/Ice/checksum/AllTests.rb
+++ b/ruby/test/Ice/checksum/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/checksum/CTypes.ice b/ruby/test/Ice/checksum/CTypes.ice
index 51a18734e96..c15d5c94633 100644
--- a/ruby/test/Ice/checksum/CTypes.ice
+++ b/ruby/test/Ice/checksum/CTypes.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/checksum/Client.rb b/ruby/test/Ice/checksum/Client.rb
index ea8090b5882..b76399ce337 100755
--- a/ruby/test/Ice/checksum/Client.rb
+++ b/ruby/test/Ice/checksum/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/checksum/Test.ice b/ruby/test/Ice/checksum/Test.ice
index 1a9d48fd510..e2442210a6a 100644
--- a/ruby/test/Ice/checksum/Test.ice
+++ b/ruby/test/Ice/checksum/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/defaultValue/AllTests.rb b/ruby/test/Ice/defaultValue/AllTests.rb
index 9f33e854158..762a0fd6d3f 100644
--- a/ruby/test/Ice/defaultValue/AllTests.rb
+++ b/ruby/test/Ice/defaultValue/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/defaultValue/Client.rb b/ruby/test/Ice/defaultValue/Client.rb
index edd22b5cffe..e843c1f5d74 100755
--- a/ruby/test/Ice/defaultValue/Client.rb
+++ b/ruby/test/Ice/defaultValue/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/defaultValue/Test.ice b/ruby/test/Ice/defaultValue/Test.ice
index ca11c8be12c..7b1b717d05d 100644
--- a/ruby/test/Ice/defaultValue/Test.ice
+++ b/ruby/test/Ice/defaultValue/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/enums/AllTests.rb b/ruby/test/Ice/enums/AllTests.rb
index de0b7ecc2c0..227a8ddcc07 100644
--- a/ruby/test/Ice/enums/AllTests.rb
+++ b/ruby/test/Ice/enums/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/enums/Client.rb b/ruby/test/Ice/enums/Client.rb
index cae734a644e..81cbf66a5a3 100755
--- a/ruby/test/Ice/enums/Client.rb
+++ b/ruby/test/Ice/enums/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/enums/Test.ice b/ruby/test/Ice/enums/Test.ice
index 0cdf582a530..420b8cf6623 100644
--- a/ruby/test/Ice/enums/Test.ice
+++ b/ruby/test/Ice/enums/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/exceptions/AllTests.rb b/ruby/test/Ice/exceptions/AllTests.rb
index 1a56228a686..6fafd8367bc 100644
--- a/ruby/test/Ice/exceptions/AllTests.rb
+++ b/ruby/test/Ice/exceptions/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/exceptions/Client.rb b/ruby/test/Ice/exceptions/Client.rb
index e5e424fc4a3..36db6584181 100755
--- a/ruby/test/Ice/exceptions/Client.rb
+++ b/ruby/test/Ice/exceptions/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/exceptions/Test.ice b/ruby/test/Ice/exceptions/Test.ice
index c2846abb8ab..9b375877054 100644
--- a/ruby/test/Ice/exceptions/Test.ice
+++ b/ruby/test/Ice/exceptions/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/facets/AllTests.rb b/ruby/test/Ice/facets/AllTests.rb
index d929530c9e6..8c6a6a86ca1 100644
--- a/ruby/test/Ice/facets/AllTests.rb
+++ b/ruby/test/Ice/facets/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/facets/Client.rb b/ruby/test/Ice/facets/Client.rb
index 0ec1ad596cc..e048b834d13 100755
--- a/ruby/test/Ice/facets/Client.rb
+++ b/ruby/test/Ice/facets/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/facets/Test.ice b/ruby/test/Ice/facets/Test.ice
index 1d2c7c3c26e..195bbe5e1a0 100644
--- a/ruby/test/Ice/facets/Test.ice
+++ b/ruby/test/Ice/facets/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/info/AllTests.rb b/ruby/test/Ice/info/AllTests.rb
index e86497ade99..660cacb5b5b 100644
--- a/ruby/test/Ice/info/AllTests.rb
+++ b/ruby/test/Ice/info/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/info/Client.rb b/ruby/test/Ice/info/Client.rb
index 68d3e29bb9a..7d4d9679c01 100755
--- a/ruby/test/Ice/info/Client.rb
+++ b/ruby/test/Ice/info/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/info/Test.ice b/ruby/test/Ice/info/Test.ice
index 646f18941c3..c518d54b867 100644
--- a/ruby/test/Ice/info/Test.ice
+++ b/ruby/test/Ice/info/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/inheritance/AllTests.rb b/ruby/test/Ice/inheritance/AllTests.rb
index 92cfa93c5be..bb08f53bca5 100644
--- a/ruby/test/Ice/inheritance/AllTests.rb
+++ b/ruby/test/Ice/inheritance/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/inheritance/Client.rb b/ruby/test/Ice/inheritance/Client.rb
index c6184503168..717fd7306e2 100755
--- a/ruby/test/Ice/inheritance/Client.rb
+++ b/ruby/test/Ice/inheritance/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/inheritance/Test.ice b/ruby/test/Ice/inheritance/Test.ice
index 28faa3b8c9e..372dbcc414a 100644
--- a/ruby/test/Ice/inheritance/Test.ice
+++ b/ruby/test/Ice/inheritance/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/location/AllTests.rb b/ruby/test/Ice/location/AllTests.rb
index 6dd2a144579..4be574ba1df 100644
--- a/ruby/test/Ice/location/AllTests.rb
+++ b/ruby/test/Ice/location/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/location/Client.rb b/ruby/test/Ice/location/Client.rb
index 1206d3f215b..5d98ea748db 100755
--- a/ruby/test/Ice/location/Client.rb
+++ b/ruby/test/Ice/location/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/location/Test.ice b/ruby/test/Ice/location/Test.ice
index 967cf04bf9d..5d99b53ad5b 100644
--- a/ruby/test/Ice/location/Test.ice
+++ b/ruby/test/Ice/location/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/objects/AllTests.rb b/ruby/test/Ice/objects/AllTests.rb
index 1f21b4d3369..84ac5d61363 100644
--- a/ruby/test/Ice/objects/AllTests.rb
+++ b/ruby/test/Ice/objects/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/objects/Client.rb b/ruby/test/Ice/objects/Client.rb
index 71ea0e214fc..c882da9f96a 100755
--- a/ruby/test/Ice/objects/Client.rb
+++ b/ruby/test/Ice/objects/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/objects/ClientPrivate.ice b/ruby/test/Ice/objects/ClientPrivate.ice
index 3531f2864fe..719b6a4d8a2 100644
--- a/ruby/test/Ice/objects/ClientPrivate.ice
+++ b/ruby/test/Ice/objects/ClientPrivate.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/objects/Test.ice b/ruby/test/Ice/objects/Test.ice
index 6ce2ce97fb1..3708ae63297 100644
--- a/ruby/test/Ice/objects/Test.ice
+++ b/ruby/test/Ice/objects/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/objects/TestI.rb b/ruby/test/Ice/objects/TestI.rb
index ffd52892160..ee51f06aa4e 100644
--- a/ruby/test/Ice/objects/TestI.rb
+++ b/ruby/test/Ice/objects/TestI.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/operations/AllTests.rb b/ruby/test/Ice/operations/AllTests.rb
index 848c9d613ed..cbfadeb3a73 100644
--- a/ruby/test/Ice/operations/AllTests.rb
+++ b/ruby/test/Ice/operations/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/operations/BatchOneways.rb b/ruby/test/Ice/operations/BatchOneways.rb
index e5a15b23702..304c6e41950 100644
--- a/ruby/test/Ice/operations/BatchOneways.rb
+++ b/ruby/test/Ice/operations/BatchOneways.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/operations/Client.rb b/ruby/test/Ice/operations/Client.rb
index ed75fc4e5c3..9fab207f2fb 100755
--- a/ruby/test/Ice/operations/Client.rb
+++ b/ruby/test/Ice/operations/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/operations/Test.ice b/ruby/test/Ice/operations/Test.ice
index 2a80664cde9..000034996db 100644
--- a/ruby/test/Ice/operations/Test.ice
+++ b/ruby/test/Ice/operations/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/operations/Twoways.rb b/ruby/test/Ice/operations/Twoways.rb
index 60b5806b593..3d7e38ed582 100644
--- a/ruby/test/Ice/operations/Twoways.rb
+++ b/ruby/test/Ice/operations/Twoways.rb
@@ -1,7 +1,7 @@
# encoding: utf-8
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/optional/AllTests.rb b/ruby/test/Ice/optional/AllTests.rb
index aa18f43b12d..1aecb03179c 100644
--- a/ruby/test/Ice/optional/AllTests.rb
+++ b/ruby/test/Ice/optional/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/optional/Client.rb b/ruby/test/Ice/optional/Client.rb
index 18132af531b..13610226fca 100755
--- a/ruby/test/Ice/optional/Client.rb
+++ b/ruby/test/Ice/optional/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/optional/ClientPrivate.ice b/ruby/test/Ice/optional/ClientPrivate.ice
index 90fc4c253ea..ddb03cd4aa5 100644
--- a/ruby/test/Ice/optional/ClientPrivate.ice
+++ b/ruby/test/Ice/optional/ClientPrivate.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/optional/Test.ice b/ruby/test/Ice/optional/Test.ice
index b70fcd56dad..3e4e993d001 100644
--- a/ruby/test/Ice/optional/Test.ice
+++ b/ruby/test/Ice/optional/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/properties/Client.rb b/ruby/test/Ice/properties/Client.rb
index 57235a42df2..0e104b728cc 100644
--- a/ruby/test/Ice/properties/Client.rb
+++ b/ruby/test/Ice/properties/Client.rb
@@ -2,7 +2,7 @@
# encoding: UTF-8
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/proxy/AllTests.rb b/ruby/test/Ice/proxy/AllTests.rb
index 18c02226cb9..42b4410ba97 100644
--- a/ruby/test/Ice/proxy/AllTests.rb
+++ b/ruby/test/Ice/proxy/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/proxy/Client.rb b/ruby/test/Ice/proxy/Client.rb
index 2df3c1a7f9a..741624d4bfe 100755
--- a/ruby/test/Ice/proxy/Client.rb
+++ b/ruby/test/Ice/proxy/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/proxy/Test.ice b/ruby/test/Ice/proxy/Test.ice
index 46912931594..f98d7dbcb3d 100644
--- a/ruby/test/Ice/proxy/Test.ice
+++ b/ruby/test/Ice/proxy/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/exceptions/AllTests.rb b/ruby/test/Ice/slicing/exceptions/AllTests.rb
index 7148a62b0a8..3d7f869f17c 100644
--- a/ruby/test/Ice/slicing/exceptions/AllTests.rb
+++ b/ruby/test/Ice/slicing/exceptions/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/exceptions/Client.rb b/ruby/test/Ice/slicing/exceptions/Client.rb
index ef903140018..1b2c763e83b 100755
--- a/ruby/test/Ice/slicing/exceptions/Client.rb
+++ b/ruby/test/Ice/slicing/exceptions/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/exceptions/Test.ice b/ruby/test/Ice/slicing/exceptions/Test.ice
index c32e896e729..3ce6959161d 100644
--- a/ruby/test/Ice/slicing/exceptions/Test.ice
+++ b/ruby/test/Ice/slicing/exceptions/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/objects/AllTests.rb b/ruby/test/Ice/slicing/objects/AllTests.rb
index 230eee7acd6..66f1bf55eba 100644
--- a/ruby/test/Ice/slicing/objects/AllTests.rb
+++ b/ruby/test/Ice/slicing/objects/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/objects/Client.rb b/ruby/test/Ice/slicing/objects/Client.rb
index 3bd67516312..2c184a2c91a 100755
--- a/ruby/test/Ice/slicing/objects/Client.rb
+++ b/ruby/test/Ice/slicing/objects/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/objects/ClientPrivate.ice b/ruby/test/Ice/slicing/objects/ClientPrivate.ice
index 1d5c23f17e9..d8445516d19 100644
--- a/ruby/test/Ice/slicing/objects/ClientPrivate.ice
+++ b/ruby/test/Ice/slicing/objects/ClientPrivate.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/slicing/objects/Test.ice b/ruby/test/Ice/slicing/objects/Test.ice
index a20bde62928..89f2780c352 100644
--- a/ruby/test/Ice/slicing/objects/Test.ice
+++ b/ruby/test/Ice/slicing/objects/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Ice/timeout/AllTests.rb b/ruby/test/Ice/timeout/AllTests.rb
index 9a65cdd39b8..b58523c69f7 100644
--- a/ruby/test/Ice/timeout/AllTests.rb
+++ b/ruby/test/Ice/timeout/AllTests.rb
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/timeout/Client.rb b/ruby/test/Ice/timeout/Client.rb
index 68758b4edfb..809dc568e0c 100755
--- a/ruby/test/Ice/timeout/Client.rb
+++ b/ruby/test/Ice/timeout/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Ice/timeout/Test.ice b/ruby/test/Ice/timeout/Test.ice
index bd242ba4527..d34168a950a 100644
--- a/ruby/test/Ice/timeout/Test.ice
+++ b/ruby/test/Ice/timeout/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Slice/macros/Client.rb b/ruby/test/Slice/macros/Client.rb
index ef3f5ceb05d..519ec2a80bc 100755
--- a/ruby/test/Slice/macros/Client.rb
+++ b/ruby/test/Slice/macros/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Slice/macros/Test.ice b/ruby/test/Slice/macros/Test.ice
index 5c0b729a955..6a9800c5245 100644
--- a/ruby/test/Slice/macros/Test.ice
+++ b/ruby/test/Slice/macros/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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/ruby/test/Slice/structure/Client.rb b/ruby/test/Slice/structure/Client.rb
index f01cec9a180..71f11c810f0 100755
--- a/ruby/test/Slice/structure/Client.rb
+++ b/ruby/test/Slice/structure/Client.rb
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# **********************************************************************
#
-# Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2017 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/ruby/test/Slice/structure/Test.ice b/ruby/test/Slice/structure/Test.ice
index 5109eb66216..79940e1c2d8 100644
--- a/ruby/test/Slice/structure/Test.ice
+++ b/ruby/test/Slice/structure/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2017 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.