diff options
Diffstat (limited to 'cpp/test/Ice/exceptions')
-rw-r--r-- | cpp/test/Ice/exceptions/AllTests.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/Client.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/Collocated.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/Makefile | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/Server.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/ServerAMD.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/Test.ice | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/TestAMD.ice | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/TestAMDI.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/TestAMDI.h | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.cpp | 10 | ||||
-rw-r--r-- | cpp/test/Ice/exceptions/TestI.h | 10 | ||||
-rwxr-xr-x | cpp/test/Ice/exceptions/run.py | 10 |
13 files changed, 65 insertions, 65 deletions
diff --git a/cpp/test/Ice/exceptions/AllTests.cpp b/cpp/test/Ice/exceptions/AllTests.cpp index cb11f45c493..19dccabad57 100644 --- a/cpp/test/Ice/exceptions/AllTests.cpp +++ b/cpp/test/Ice/exceptions/AllTests.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 <TestCommon.h> #include <Test.h> diff --git a/cpp/test/Ice/exceptions/Client.cpp b/cpp/test/Ice/exceptions/Client.cpp index 3570f57f283..0100258e7ee 100644 --- a/cpp/test/Ice/exceptions/Client.cpp +++ b/cpp/test/Ice/exceptions/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/Ice.h> #include <TestCommon.h> #include <Test.h> diff --git a/cpp/test/Ice/exceptions/Collocated.cpp b/cpp/test/Ice/exceptions/Collocated.cpp index fd0579c9c89..cf1516e56b3 100644 --- a/cpp/test/Ice/exceptions/Collocated.cpp +++ b/cpp/test/Ice/exceptions/Collocated.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 <TestI.h> diff --git a/cpp/test/Ice/exceptions/Makefile b/cpp/test/Ice/exceptions/Makefile index f80704e389d..332c563bf02 100644 --- a/cpp/test/Ice/exceptions/Makefile +++ b/cpp/test/Ice/exceptions/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/test/Ice/exceptions/Server.cpp b/cpp/test/Ice/exceptions/Server.cpp index 1e84bc325f2..b3a8c39e607 100644 --- a/cpp/test/Ice/exceptions/Server.cpp +++ b/cpp/test/Ice/exceptions/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/Ice.h> #include <TestI.h> diff --git a/cpp/test/Ice/exceptions/ServerAMD.cpp b/cpp/test/Ice/exceptions/ServerAMD.cpp index 783585613a5..9593e79f1bc 100644 --- a/cpp/test/Ice/exceptions/ServerAMD.cpp +++ b/cpp/test/Ice/exceptions/ServerAMD.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 <TestAMDI.h> diff --git a/cpp/test/Ice/exceptions/Test.ice b/cpp/test/Ice/exceptions/Test.ice index e2b7a0e5cf9..6fe30d34edc 100644 --- a/cpp/test/Ice/exceptions/Test.ice +++ b/cpp/test/Ice/exceptions/Test.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 TEST_ICE #define TEST_ICE diff --git a/cpp/test/Ice/exceptions/TestAMD.ice b/cpp/test/Ice/exceptions/TestAMD.ice index b528aba6642..327b89df9e1 100644 --- a/cpp/test/Ice/exceptions/TestAMD.ice +++ b/cpp/test/Ice/exceptions/TestAMD.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 TEST_AMD_ICE #define TEST_AMD_ICE diff --git a/cpp/test/Ice/exceptions/TestAMDI.cpp b/cpp/test/Ice/exceptions/TestAMDI.cpp index b0db069f61f..48e8475ead3 100644 --- a/cpp/test/Ice/exceptions/TestAMDI.cpp +++ b/cpp/test/Ice/exceptions/TestAMDI.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 <TestAMDI.h> diff --git a/cpp/test/Ice/exceptions/TestAMDI.h b/cpp/test/Ice/exceptions/TestAMDI.h index ce3bd9eee17..36fb756e307 100644 --- a/cpp/test/Ice/exceptions/TestAMDI.h +++ b/cpp/test/Ice/exceptions/TestAMDI.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 TEST_I_H #define TEST_I_H diff --git a/cpp/test/Ice/exceptions/TestI.cpp b/cpp/test/Ice/exceptions/TestI.cpp index e31f141104e..96d1a5b4369 100644 --- a/cpp/test/Ice/exceptions/TestI.cpp +++ b/cpp/test/Ice/exceptions/TestI.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 <TestI.h> diff --git a/cpp/test/Ice/exceptions/TestI.h b/cpp/test/Ice/exceptions/TestI.h index 6345ba7e799..e0a5982bd6c 100644 --- a/cpp/test/Ice/exceptions/TestI.h +++ b/cpp/test/Ice/exceptions/TestI.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 TEST_I_H #define TEST_I_H diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py index f92e853d990..76a4f6c77a3 100755 --- a/cpp/test/Ice/exceptions/run.py +++ b/cpp/test/Ice/exceptions/run.py @@ -1,18 +1,18 @@ #!/usr/bin/env python # ********************************************************************** # -# 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. # # ********************************************************************** + import os, sys for toplevel in [".", "..", "../..", "../../..", "../../../.."]: |