summaryrefslogtreecommitdiff
path: root/java/ssl/jdk1.5/IceSSL
diff options
context:
space:
mode:
Diffstat (limited to 'java/ssl/jdk1.5/IceSSL')
-rw-r--r--java/ssl/jdk1.5/IceSSL/AcceptorI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/CertificateVerifier.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/ConnectionInfo.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/ConnectionInvalidException.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/ConnectorI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/EndpointFactoryI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/EndpointI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/Instance.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/Plugin.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/PluginFactory.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/PluginI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/RFC2253.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/TransceiverI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/TrustManager.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/Util.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/X509KeyManagerI.java2
-rw-r--r--java/ssl/jdk1.5/IceSSL/X509TrustManagerI.java2
17 files changed, 17 insertions, 17 deletions
diff --git a/java/ssl/jdk1.5/IceSSL/AcceptorI.java b/java/ssl/jdk1.5/IceSSL/AcceptorI.java
index 5ea2d74fd93..bfaa9824f0c 100644
--- a/java/ssl/jdk1.5/IceSSL/AcceptorI.java
+++ b/java/ssl/jdk1.5/IceSSL/AcceptorI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/CertificateVerifier.java b/java/ssl/jdk1.5/IceSSL/CertificateVerifier.java
index 11a842c17ab..8426eae8ffe 100644
--- a/java/ssl/jdk1.5/IceSSL/CertificateVerifier.java
+++ b/java/ssl/jdk1.5/IceSSL/CertificateVerifier.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/ConnectionInfo.java b/java/ssl/jdk1.5/IceSSL/ConnectionInfo.java
index c087c838896..ed7340a44a1 100644
--- a/java/ssl/jdk1.5/IceSSL/ConnectionInfo.java
+++ b/java/ssl/jdk1.5/IceSSL/ConnectionInfo.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/ConnectionInvalidException.java b/java/ssl/jdk1.5/IceSSL/ConnectionInvalidException.java
index 0192d55f3d5..475f5f29df6 100644
--- a/java/ssl/jdk1.5/IceSSL/ConnectionInvalidException.java
+++ b/java/ssl/jdk1.5/IceSSL/ConnectionInvalidException.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/ConnectorI.java b/java/ssl/jdk1.5/IceSSL/ConnectorI.java
index 4b94a20aedd..4e1400cfc1e 100644
--- a/java/ssl/jdk1.5/IceSSL/ConnectorI.java
+++ b/java/ssl/jdk1.5/IceSSL/ConnectorI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/EndpointFactoryI.java b/java/ssl/jdk1.5/IceSSL/EndpointFactoryI.java
index 64970b962b5..dd19236bcb5 100644
--- a/java/ssl/jdk1.5/IceSSL/EndpointFactoryI.java
+++ b/java/ssl/jdk1.5/IceSSL/EndpointFactoryI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/EndpointI.java b/java/ssl/jdk1.5/IceSSL/EndpointI.java
index 7fd240f13d9..b79646433cf 100644
--- a/java/ssl/jdk1.5/IceSSL/EndpointI.java
+++ b/java/ssl/jdk1.5/IceSSL/EndpointI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/Instance.java b/java/ssl/jdk1.5/IceSSL/Instance.java
index a17d5d6402a..dfcbe368105 100644
--- a/java/ssl/jdk1.5/IceSSL/Instance.java
+++ b/java/ssl/jdk1.5/IceSSL/Instance.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/Plugin.java b/java/ssl/jdk1.5/IceSSL/Plugin.java
index f5555fa2a4e..2c45d964d2d 100644
--- a/java/ssl/jdk1.5/IceSSL/Plugin.java
+++ b/java/ssl/jdk1.5/IceSSL/Plugin.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/PluginFactory.java b/java/ssl/jdk1.5/IceSSL/PluginFactory.java
index 0f9490b90ec..99780d2b4cc 100644
--- a/java/ssl/jdk1.5/IceSSL/PluginFactory.java
+++ b/java/ssl/jdk1.5/IceSSL/PluginFactory.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/PluginI.java b/java/ssl/jdk1.5/IceSSL/PluginI.java
index 61cdb6e07b3..29033552bb3 100644
--- a/java/ssl/jdk1.5/IceSSL/PluginI.java
+++ b/java/ssl/jdk1.5/IceSSL/PluginI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/RFC2253.java b/java/ssl/jdk1.5/IceSSL/RFC2253.java
index f092c5abc31..d7034a9027b 100644
--- a/java/ssl/jdk1.5/IceSSL/RFC2253.java
+++ b/java/ssl/jdk1.5/IceSSL/RFC2253.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/TransceiverI.java b/java/ssl/jdk1.5/IceSSL/TransceiverI.java
index 4dd6b019ac9..8332c095d52 100644
--- a/java/ssl/jdk1.5/IceSSL/TransceiverI.java
+++ b/java/ssl/jdk1.5/IceSSL/TransceiverI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/TrustManager.java b/java/ssl/jdk1.5/IceSSL/TrustManager.java
index c433694ab15..c6f448050bd 100644
--- a/java/ssl/jdk1.5/IceSSL/TrustManager.java
+++ b/java/ssl/jdk1.5/IceSSL/TrustManager.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/Util.java b/java/ssl/jdk1.5/IceSSL/Util.java
index a5fbd3bc4d9..7f7d17cb67f 100644
--- a/java/ssl/jdk1.5/IceSSL/Util.java
+++ b/java/ssl/jdk1.5/IceSSL/Util.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/X509KeyManagerI.java b/java/ssl/jdk1.5/IceSSL/X509KeyManagerI.java
index 2411cf37700..8ea6909c95c 100644
--- a/java/ssl/jdk1.5/IceSSL/X509KeyManagerI.java
+++ b/java/ssl/jdk1.5/IceSSL/X509KeyManagerI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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/ssl/jdk1.5/IceSSL/X509TrustManagerI.java b/java/ssl/jdk1.5/IceSSL/X509TrustManagerI.java
index 77ed259bcbb..0bbdf896b7e 100644
--- a/java/ssl/jdk1.5/IceSSL/X509TrustManagerI.java
+++ b/java/ssl/jdk1.5/IceSSL/X509TrustManagerI.java
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2007 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.