diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-05 10:18:10 -0330 |
commit | 9776285f46e4dbc15f285394daffd1e69490fb21 (patch) | |
tree | 554789184a560ec5efc6a8e28d83fd0256d35fee /cpp/demo/Manual/lifecycle | |
parent | ICE-6253 Functional_TwowayCallbackDouble is invalid (diff) | |
download | ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2 ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip |
Updated copyright to 2015
Diffstat (limited to 'cpp/demo/Manual/lifecycle')
-rw-r--r-- | cpp/demo/Manual/lifecycle/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Filesystem.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/FilesystemI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/FilesystemI.h | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Grammar.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Grammar.y | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Parser.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Parser.h | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Scanner.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Scanner.l | 2 | ||||
-rw-r--r-- | cpp/demo/Manual/lifecycle/Server.cpp | 2 | ||||
-rwxr-xr-x | cpp/demo/Manual/lifecycle/expect.py | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/cpp/demo/Manual/lifecycle/Client.cpp b/cpp/demo/Manual/lifecycle/Client.cpp index 0e2d5db4f17..a966ad47a6e 100644 --- a/cpp/demo/Manual/lifecycle/Client.cpp +++ b/cpp/demo/Manual/lifecycle/Client.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Filesystem.ice b/cpp/demo/Manual/lifecycle/Filesystem.ice index 905c482f4e4..f3b3412a59b 100644 --- a/cpp/demo/Manual/lifecycle/Filesystem.ice +++ b/cpp/demo/Manual/lifecycle/Filesystem.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/FilesystemI.cpp b/cpp/demo/Manual/lifecycle/FilesystemI.cpp index fdb290725c7..982e72311db 100644 --- a/cpp/demo/Manual/lifecycle/FilesystemI.cpp +++ b/cpp/demo/Manual/lifecycle/FilesystemI.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/FilesystemI.h b/cpp/demo/Manual/lifecycle/FilesystemI.h index 7a9d0b18732..a42790e4255 100644 --- a/cpp/demo/Manual/lifecycle/FilesystemI.h +++ b/cpp/demo/Manual/lifecycle/FilesystemI.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Grammar.cpp b/cpp/demo/Manual/lifecycle/Grammar.cpp index 90457427522..d5d94a3c064 100644 --- a/cpp/demo/Manual/lifecycle/Grammar.cpp +++ b/cpp/demo/Manual/lifecycle/Grammar.cpp @@ -73,7 +73,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Grammar.y b/cpp/demo/Manual/lifecycle/Grammar.y index 8850dee37ce..2104865c94b 100644 --- a/cpp/demo/Manual/lifecycle/Grammar.y +++ b/cpp/demo/Manual/lifecycle/Grammar.y @@ -2,7 +2,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Makefile b/cpp/demo/Manual/lifecycle/Makefile index 4939ae641d7..543c669ca80 100644 --- a/cpp/demo/Manual/lifecycle/Makefile +++ b/cpp/demo/Manual/lifecycle/Makefile @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Makefile.mak b/cpp/demo/Manual/lifecycle/Makefile.mak index 96aa40851de..073d7540dfd 100644 --- a/cpp/demo/Manual/lifecycle/Makefile.mak +++ b/cpp/demo/Manual/lifecycle/Makefile.mak @@ -1,6 +1,6 @@ # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Parser.cpp b/cpp/demo/Manual/lifecycle/Parser.cpp index 3e09913f237..8f8644234b1 100644 --- a/cpp/demo/Manual/lifecycle/Parser.cpp +++ b/cpp/demo/Manual/lifecycle/Parser.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Parser.h b/cpp/demo/Manual/lifecycle/Parser.h index 5f5969167b2..6dcf1ec2d58 100644 --- a/cpp/demo/Manual/lifecycle/Parser.h +++ b/cpp/demo/Manual/lifecycle/Parser.h @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Scanner.cpp b/cpp/demo/Manual/lifecycle/Scanner.cpp index bb9ec829e1e..bf3f8d1f56d 100644 --- a/cpp/demo/Manual/lifecycle/Scanner.cpp +++ b/cpp/demo/Manual/lifecycle/Scanner.cpp @@ -490,7 +490,7 @@ char *yytext; // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Scanner.l b/cpp/demo/Manual/lifecycle/Scanner.l index c89cfbe18b0..11918ef88d8 100644 --- a/cpp/demo/Manual/lifecycle/Scanner.l +++ b/cpp/demo/Manual/lifecycle/Scanner.l @@ -2,7 +2,7 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/Server.cpp b/cpp/demo/Manual/lifecycle/Server.cpp index 6654c4cda31..80688193ede 100644 --- a/cpp/demo/Manual/lifecycle/Server.cpp +++ b/cpp/demo/Manual/lifecycle/Server.cpp @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2015 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/cpp/demo/Manual/lifecycle/expect.py b/cpp/demo/Manual/lifecycle/expect.py index b108852e4f6..ff9a116587b 100755 --- a/cpp/demo/Manual/lifecycle/expect.py +++ b/cpp/demo/Manual/lifecycle/expect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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. |