diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:25:31 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-01-02 15:25:31 -0330 |
commit | f265bcb8a0fbc8f946883ba419fa83c5dc40f36a (patch) | |
tree | 92b521a5240427263ec5d3eb4df4e6b417c0918c /cs/demo/Ice/nested | |
parent | Merge branch 'R3_3_branch' of ssh://git/home/git/ice into R3_3_branch (diff) | |
download | ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.tar.bz2 ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.tar.xz ice-f265bcb8a0fbc8f946883ba419fa83c5dc40f36a.zip |
Bug 3621 - updated copyright to 2009
Diffstat (limited to 'cs/demo/Ice/nested')
-rw-r--r-- | cs/demo/Ice/nested/Client.cs | 2 | ||||
-rw-r--r-- | cs/demo/Ice/nested/Makefile | 2 | ||||
-rw-r--r-- | cs/demo/Ice/nested/Makefile.mak | 2 | ||||
-rw-r--r-- | cs/demo/Ice/nested/Nested.ice | 2 | ||||
-rw-r--r-- | cs/demo/Ice/nested/NestedI.cs | 2 | ||||
-rw-r--r-- | cs/demo/Ice/nested/Server.cs | 2 | ||||
-rwxr-xr-x | cs/demo/Ice/nested/expect.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/cs/demo/Ice/nested/Client.cs b/cs/demo/Ice/nested/Client.cs index 2618b5925a8..18e59d45bd8 100644 --- a/cs/demo/Ice/nested/Client.cs +++ b/cs/demo/Ice/nested/Client.cs @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/cs/demo/Ice/nested/Makefile b/cs/demo/Ice/nested/Makefile index 6b97222248a..b5ee4f5f9cc 100644 --- a/cs/demo/Ice/nested/Makefile +++ b/cs/demo/Ice/nested/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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/cs/demo/Ice/nested/Makefile.mak b/cs/demo/Ice/nested/Makefile.mak index 20b6ebc4507..a8fcb289a6b 100644 --- a/cs/demo/Ice/nested/Makefile.mak +++ b/cs/demo/Ice/nested/Makefile.mak @@ -1,6 +1,6 @@ # **********************************************************************
#
-# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2009 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/cs/demo/Ice/nested/Nested.ice b/cs/demo/Ice/nested/Nested.ice index fd5138e14c1..bd245a16432 100644 --- a/cs/demo/Ice/nested/Nested.ice +++ b/cs/demo/Ice/nested/Nested.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/cs/demo/Ice/nested/NestedI.cs b/cs/demo/Ice/nested/NestedI.cs index 9bddb75cb5e..39d25eee6ce 100644 --- a/cs/demo/Ice/nested/NestedI.cs +++ b/cs/demo/Ice/nested/NestedI.cs @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/cs/demo/Ice/nested/Server.cs b/cs/demo/Ice/nested/Server.cs index 33f1f1013bd..6f046b30a5b 100644 --- a/cs/demo/Ice/nested/Server.cs +++ b/cs/demo/Ice/nested/Server.cs @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/cs/demo/Ice/nested/expect.py b/cs/demo/Ice/nested/expect.py index a6234bd6d26..65e1c7f9c12 100755 --- a/cs/demo/Ice/nested/expect.py +++ b/cs/demo/Ice/nested/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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. |