diff options
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r-- | cpp/demo/Ice/nested/Client.cpp | 10 | ||||
-rw-r--r-- | cpp/demo/Ice/nested/Makefile | 10 | ||||
-rw-r--r-- | cpp/demo/Ice/nested/Nested.ice | 10 | ||||
-rw-r--r-- | cpp/demo/Ice/nested/NestedI.cpp | 10 | ||||
-rw-r--r-- | cpp/demo/Ice/nested/NestedI.h | 10 | ||||
-rw-r--r-- | cpp/demo/Ice/nested/Server.cpp | 10 |
6 files changed, 30 insertions, 30 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp index 2ea1f26cac9..bc9f3d6e4ae 100644 --- a/cpp/demo/Ice/nested/Client.cpp +++ b/cpp/demo/Ice/nested/Client.cpp @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + #include <Ice/Application.h> #include <NestedI.h> diff --git a/cpp/demo/Ice/nested/Makefile b/cpp/demo/Ice/nested/Makefile index 775dc25d3b7..d6d3ce4c05b 100644 --- a/cpp/demo/Ice/nested/Makefile +++ b/cpp/demo/Ice/nested/Makefile @@ -1,17 +1,17 @@ # ********************************************************************** # -# Copyright (c) 2003 +# Copyright (c) 2003 - 2004 # ZeroC, Inc. -# Billerica, MA, USA +# North Palm Beach, FL, USA # # All Rights Reserved. # -# Ice is free software; you can redistribute it and/or modify it under -# the terms of the GNU General Public License version 2 as published by -# the Free Software Foundation. +# This copy of Ice is licensed to you under the terms described in the +# ICE_LICENSE file included in this distribution. # # ********************************************************************** + top_srcdir = ../../.. CLIENT = client diff --git a/cpp/demo/Ice/nested/Nested.ice b/cpp/demo/Ice/nested/Nested.ice index ba810a21d41..e629bbe88d2 100644 --- a/cpp/demo/Ice/nested/Nested.ice +++ b/cpp/demo/Ice/nested/Nested.ice @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + #ifndef NESTED_ICE #define NESTED_ICE diff --git a/cpp/demo/Ice/nested/NestedI.cpp b/cpp/demo/Ice/nested/NestedI.cpp index 58cc395d7de..a8c094e2f6c 100644 --- a/cpp/demo/Ice/nested/NestedI.cpp +++ b/cpp/demo/Ice/nested/NestedI.cpp @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + #include <Ice/Ice.h> #include <NestedI.h> diff --git a/cpp/demo/Ice/nested/NestedI.h b/cpp/demo/Ice/nested/NestedI.h index cf61f6fa5d4..c2c91b4a4af 100644 --- a/cpp/demo/Ice/nested/NestedI.h +++ b/cpp/demo/Ice/nested/NestedI.h @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + #ifndef NESTED_I_H #define NESTED_I_H diff --git a/cpp/demo/Ice/nested/Server.cpp b/cpp/demo/Ice/nested/Server.cpp index 2ab208d715b..67b4f2f2b53 100644 --- a/cpp/demo/Ice/nested/Server.cpp +++ b/cpp/demo/Ice/nested/Server.cpp @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003 +// Copyright (c) 2003 - 2004 // ZeroC, Inc. -// Billerica, MA, USA +// North Palm Beach, FL, USA // // All Rights Reserved. // -// Ice is free software; you can redistribute it and/or modify it under -// the terms of the GNU General Public License version 2 as published by -// the Free Software Foundation. +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. // // ********************************************************************** + #include <Ice/Application.h> #include <NestedI.h> |