summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/inheritance
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-03-16 15:54:01 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-03-16 15:54:01 +0000
commit7ddbb978c3d30f99e89a22de151e667b25c4a3d0 (patch)
tree6cc0342b3d908464c35386f50f11788de4233dd6 /cppe/test/IceE/inheritance
parentRemoved bad code (diff)
downloadice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.bz2
ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.tar.xz
ice-7ddbb978c3d30f99e89a22de151e667b25c4a3d0.zip
Updated copyright
Diffstat (limited to 'cppe/test/IceE/inheritance')
-rw-r--r--cppe/test/IceE/inheritance/AllTests.cpp2
-rw-r--r--cppe/test/IceE/inheritance/Client.cpp2
-rw-r--r--cppe/test/IceE/inheritance/Collocated.cpp2
-rw-r--r--cppe/test/IceE/inheritance/Makefile2
-rw-r--r--cppe/test/IceE/inheritance/Server.cpp2
-rw-r--r--cppe/test/IceE/inheritance/Test.ice2
-rw-r--r--cppe/test/IceE/inheritance/TestI.cpp2
-rw-r--r--cppe/test/IceE/inheritance/TestI.h2
-rwxr-xr-xcppe/test/IceE/inheritance/run.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/cppe/test/IceE/inheritance/AllTests.cpp b/cppe/test/IceE/inheritance/AllTests.cpp
index 9d83f41c180..4e34616d7e8 100644
--- a/cppe/test/IceE/inheritance/AllTests.cpp
+++ b/cppe/test/IceE/inheritance/AllTests.cpp
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/Client.cpp b/cppe/test/IceE/inheritance/Client.cpp
index edc2dc0a23a..f66f2dc86b9 100644
--- a/cppe/test/IceE/inheritance/Client.cpp
+++ b/cppe/test/IceE/inheritance/Client.cpp
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/Collocated.cpp b/cppe/test/IceE/inheritance/Collocated.cpp
index cda42edbcc9..938a27e8c92 100644
--- a/cppe/test/IceE/inheritance/Collocated.cpp
+++ b/cppe/test/IceE/inheritance/Collocated.cpp
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/Makefile b/cppe/test/IceE/inheritance/Makefile
index b3908f0e69b..f49c606c5ae 100644
--- a/cppe/test/IceE/inheritance/Makefile
+++ b/cppe/test/IceE/inheritance/Makefile
@@ -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-E is licensed to you under the terms described in the
# ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/Server.cpp b/cppe/test/IceE/inheritance/Server.cpp
index 2a1860b4b91..8292139dfb6 100644
--- a/cppe/test/IceE/inheritance/Server.cpp
+++ b/cppe/test/IceE/inheritance/Server.cpp
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/Test.ice b/cppe/test/IceE/inheritance/Test.ice
index d756c2d09e7..1aaa5099e46 100644
--- a/cppe/test/IceE/inheritance/Test.ice
+++ b/cppe/test/IceE/inheritance/Test.ice
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/TestI.cpp b/cppe/test/IceE/inheritance/TestI.cpp
index 61606f994c7..90631c30944 100644
--- a/cppe/test/IceE/inheritance/TestI.cpp
+++ b/cppe/test/IceE/inheritance/TestI.cpp
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/TestI.h b/cppe/test/IceE/inheritance/TestI.h
index c862cbb5877..4aaa980aeb5 100644
--- a/cppe/test/IceE/inheritance/TestI.h
+++ b/cppe/test/IceE/inheritance/TestI.h
@@ -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-E is licensed to you under the terms described in the
// ICEE_LICENSE file included in this distribution.
diff --git a/cppe/test/IceE/inheritance/run.py b/cppe/test/IceE/inheritance/run.py
index 815a7b8c0d3..f51bfce8b0f 100755
--- a/cppe/test/IceE/inheritance/run.py
+++ b/cppe/test/IceE/inheritance/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
#
# This copy of Ice-E is licensed to you under the terms described in the
# ICEE_LICENSE file included in this distribution.