diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 14:35:18 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-03-14 14:35:18 +0000 |
commit | 23be0bb2d649dbd12e0f3e29289f85c9c8afac08 (patch) | |
tree | 3719ed4ee3c110baf568a9f6e67f02612b20189f /java/src/IceSSL | |
parent | Removed unused getLocalHost() (diff) | |
download | ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.bz2 ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.tar.xz ice-23be0bb2d649dbd12e0f3e29289f85c9c8afac08.zip |
Updated copyright
Diffstat (limited to 'java/src/IceSSL')
-rw-r--r-- | java/src/IceSSL/Context.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/Instance.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/PluginFactory.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/PluginI.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/SslAcceptor.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/SslConnector.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/SslEndpointFactory.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/SslEndpointI.java | 2 | ||||
-rw-r--r-- | java/src/IceSSL/SslTransceiver.java | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/java/src/IceSSL/Context.java b/java/src/IceSSL/Context.java index dae80a41f25..5c99702d5e9 100644 --- a/java/src/IceSSL/Context.java +++ b/java/src/IceSSL/Context.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/Instance.java b/java/src/IceSSL/Instance.java index d756cbc4017..64a35e7f8b8 100644 --- a/java/src/IceSSL/Instance.java +++ b/java/src/IceSSL/Instance.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/PluginFactory.java b/java/src/IceSSL/PluginFactory.java index bf2dc125ee3..534142ccd00 100644 --- a/java/src/IceSSL/PluginFactory.java +++ b/java/src/IceSSL/PluginFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/PluginI.java b/java/src/IceSSL/PluginI.java index 823e2d5b861..431847271cd 100644 --- a/java/src/IceSSL/PluginI.java +++ b/java/src/IceSSL/PluginI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/SslAcceptor.java b/java/src/IceSSL/SslAcceptor.java index 8d9b984c05c..e83a9a1eea6 100644 --- a/java/src/IceSSL/SslAcceptor.java +++ b/java/src/IceSSL/SslAcceptor.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/SslConnector.java b/java/src/IceSSL/SslConnector.java index 348e35d1c1e..3bbb6352e9c 100644 --- a/java/src/IceSSL/SslConnector.java +++ b/java/src/IceSSL/SslConnector.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/SslEndpointFactory.java b/java/src/IceSSL/SslEndpointFactory.java index 89c4f8072bd..d7feb5ee7b7 100644 --- a/java/src/IceSSL/SslEndpointFactory.java +++ b/java/src/IceSSL/SslEndpointFactory.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/SslEndpointI.java b/java/src/IceSSL/SslEndpointI.java index d10edc06f18..4ca9ef357f5 100644 --- a/java/src/IceSSL/SslEndpointI.java +++ b/java/src/IceSSL/SslEndpointI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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/java/src/IceSSL/SslTransceiver.java b/java/src/IceSSL/SslTransceiver.java index 2ab87607dbd..18623cd8a3b 100644 --- a/java/src/IceSSL/SslTransceiver.java +++ b/java/src/IceSSL/SslTransceiver.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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. |