diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-05-11 18:54:50 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-05-11 18:54:50 +0000 |
commit | f5242c5e18ed002f2949ea0a1d32fa7a9b752cd0 (patch) | |
tree | 6de44204dc9e92f40c9663882884d61a8452790c /java | |
parent | FreeBSD port (diff) | |
download | ice-f5242c5e18ed002f2949ea0a1d32fa7a9b752cd0.tar.bz2 ice-f5242c5e18ed002f2949ea0a1d32fa7a9b752cd0.tar.xz ice-f5242c5e18ed002f2949ea0a1d32fa7a9b752cd0.zip |
Updated copyright notice
Diffstat (limited to 'java')
478 files changed, 2598 insertions, 2502 deletions
diff --git a/java/Makefile b/java/Makefile index dd4b0cd2f03..21bad43d52d 100644 --- a/java/Makefile +++ b/java/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. # # ********************************************************************** + all: ant -emacs diff --git a/java/allTests.py b/java/allTests.py index b777528a528..fe7cf475e7a 100755 --- a/java/allTests.py +++ b/java/allTests.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 import getopt diff --git a/java/ant/Slice2FreezeJTask.java b/java/ant/Slice2FreezeJTask.java index a868cd28c0f..4b6964efadf 100644 --- a/java/ant/Slice2FreezeJTask.java +++ b/java/ant/Slice2FreezeJTask.java @@ -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. // // ********************************************************************** + //package Ice.Ant; import org.apache.tools.ant.Task; diff --git a/java/ant/Slice2JavaTask.java b/java/ant/Slice2JavaTask.java index f456b3473e0..f98f12942c9 100644 --- a/java/ant/Slice2JavaTask.java +++ b/java/ant/Slice2JavaTask.java @@ -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. // // ********************************************************************** + //package Ice.Ant; import org.apache.tools.ant.Task; diff --git a/java/ant/SliceDefine.java b/java/ant/SliceDefine.java index 13a912edc80..cf72fba7142 100644 --- a/java/ant/SliceDefine.java +++ b/java/ant/SliceDefine.java @@ -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. // // ********************************************************************** + //package Ice.Ant; public class SliceDefine diff --git a/java/ant/SliceTask.java b/java/ant/SliceTask.java index e0041783254..3c6dc94d518 100644 --- a/java/ant/SliceTask.java +++ b/java/ant/SliceTask.java @@ -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. // // ********************************************************************** + //package Ice.Ant; import org.apache.tools.ant.Task; diff --git a/java/build.xml b/java/build.xml index 6f3e89a4873..368df5e6a7c 100644 --- a/java/build.xml +++ b/java/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="main" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/config/IcePackAdmin.py b/java/config/IcePackAdmin.py index a0650dd653c..c144c48bd5e 100644 --- a/java/config/IcePackAdmin.py +++ b/java/config/IcePackAdmin.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 sys, os, TestUtil from threading import Thread diff --git a/java/config/TestUtil.py b/java/config/TestUtil.py index a030156d369..76514e0c886 100644 --- a/java/config/TestUtil.py +++ b/java/config/TestUtil.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. # # ********************************************************************** + # # Set the host to the host name the test servers are running on. If # not set, Ice will try to find out the IP address for the diff --git a/java/config/build.properties b/java/config/build.properties index d6a5919deb2..e857cf49696 100644 --- a/java/config/build.properties +++ b/java/config/build.properties @@ -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. # # ********************************************************************** + # # Define optimize as on if you want to build with optimization. # diff --git a/java/demo/Freeze/bench/Client.java b/java/demo/Freeze/bench/Client.java index 1937b2b6627..a0cae7e60c2 100644 --- a/java/demo/Freeze/bench/Client.java +++ b/java/demo/Freeze/bench/Client.java @@ -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. // // ********************************************************************** + class TestApp extends Ice.Application { TestApp(String envName) diff --git a/java/demo/Freeze/bench/StopWatch.java b/java/demo/Freeze/bench/StopWatch.java index 484b2aa7550..c5b8689f362 100644 --- a/java/demo/Freeze/bench/StopWatch.java +++ b/java/demo/Freeze/bench/StopWatch.java @@ -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. // // ********************************************************************** + class StopWatch { StopWatch() diff --git a/java/demo/Freeze/bench/Test.ice b/java/demo/Freeze/bench/Test.ice index ce2087e1eae..d32b95cb2f9 100644 --- a/java/demo/Freeze/bench/Test.ice +++ b/java/demo/Freeze/bench/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. // // ********************************************************************** + struct Struct1 { long l; diff --git a/java/demo/Freeze/bench/build.xml b/java/demo/Freeze/bench/build.xml index 790a604109c..b11bd0910c9 100644 --- a/java/demo/Freeze/bench/build.xml +++ b/java/demo/Freeze/bench/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Freeze_bench" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/demo/Freeze/build.xml b/java/demo/Freeze/build.xml index 719cc30ac0a..73cbc60e3df 100644 --- a/java/demo/Freeze/build.xml +++ b/java/demo/Freeze/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/demo/Freeze/library/BookFactory.java b/java/demo/Freeze/library/BookFactory.java index a06e27f112d..af620cb255b 100644 --- a/java/demo/Freeze/library/BookFactory.java +++ b/java/demo/Freeze/library/BookFactory.java @@ -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. // // ********************************************************************** + class BookFactory extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object diff --git a/java/demo/Freeze/library/BookI.java b/java/demo/Freeze/library/BookI.java index 5c8f895ab26..e6fc4b06065 100644 --- a/java/demo/Freeze/library/BookI.java +++ b/java/demo/Freeze/library/BookI.java @@ -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. // // ********************************************************************** + class BookI extends Book { // diff --git a/java/demo/Freeze/library/Client.java b/java/demo/Freeze/library/Client.java index e27d262d6b3..2cdeb366f81 100644 --- a/java/demo/Freeze/library/Client.java +++ b/java/demo/Freeze/library/Client.java @@ -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. // // ********************************************************************** + public class Client extends Ice.Application { public int diff --git a/java/demo/Freeze/library/Collocated.java b/java/demo/Freeze/library/Collocated.java index eab0c2901a3..50ee2d70553 100644 --- a/java/demo/Freeze/library/Collocated.java +++ b/java/demo/Freeze/library/Collocated.java @@ -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. // // ********************************************************************** + class LibraryCollocated extends Ice.Application { public int diff --git a/java/demo/Freeze/library/Grammar.java b/java/demo/Freeze/library/Grammar.java index 8e1d2f8b1b9..d28fbfca613 100644 --- a/java/demo/Freeze/library/Grammar.java +++ b/java/demo/Freeze/library/Grammar.java @@ -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. // // ********************************************************************** + class Grammar { Grammar(Parser p) diff --git a/java/demo/Freeze/library/Library.ice b/java/demo/Freeze/library/Library.ice index d25784bc1c5..e437c235493 100644 --- a/java/demo/Freeze/library/Library.ice +++ b/java/demo/Freeze/library/Library.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 LIBRARY_ICE #define LIBRARY_ICE diff --git a/java/demo/Freeze/library/LibraryI.java b/java/demo/Freeze/library/LibraryI.java index 295fcbbffd8..f58e21f02d2 100644 --- a/java/demo/Freeze/library/LibraryI.java +++ b/java/demo/Freeze/library/LibraryI.java @@ -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. // // ********************************************************************** + class LibraryI extends _LibraryDisp { public synchronized BookPrx diff --git a/java/demo/Freeze/library/Parser.java b/java/demo/Freeze/library/Parser.java index f5b073fa387..ae35dd7da5f 100644 --- a/java/demo/Freeze/library/Parser.java +++ b/java/demo/Freeze/library/Parser.java @@ -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. // // ********************************************************************** + class Parser { Parser(Ice.Communicator communicator, LibraryPrx library) diff --git a/java/demo/Freeze/library/RunParser.java b/java/demo/Freeze/library/RunParser.java index fd4bc824df2..1572eea56e7 100644 --- a/java/demo/Freeze/library/RunParser.java +++ b/java/demo/Freeze/library/RunParser.java @@ -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. // // ********************************************************************** + class RunParser { static void diff --git a/java/demo/Freeze/library/Scanner.java b/java/demo/Freeze/library/Scanner.java index 6ead88bb27a..b481bb672cc 100644 --- a/java/demo/Freeze/library/Scanner.java +++ b/java/demo/Freeze/library/Scanner.java @@ -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. // // ********************************************************************** + class Scanner { Scanner(Parser p) diff --git a/java/demo/Freeze/library/Server.java b/java/demo/Freeze/library/Server.java index 54e14d0b241..0508a85516d 100644 --- a/java/demo/Freeze/library/Server.java +++ b/java/demo/Freeze/library/Server.java @@ -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. // // ********************************************************************** + class LibraryServer extends Ice.Application { public int diff --git a/java/demo/Freeze/library/Token.java b/java/demo/Freeze/library/Token.java index 8e08a3e5a06..ad4ea892805 100644 --- a/java/demo/Freeze/library/Token.java +++ b/java/demo/Freeze/library/Token.java @@ -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. // // ********************************************************************** + class Token { public static final int TOK_HELP = 0; diff --git a/java/demo/Freeze/library/build.xml b/java/demo/Freeze/library/build.xml index 07c9360c9d7..8dcb8276307 100644 --- a/java/demo/Freeze/library/build.xml +++ b/java/demo/Freeze/library/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Freeze_library" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/demo/Freeze/phonebook/Client.java b/java/demo/Freeze/phonebook/Client.java index f03db7090e3..dff82bff1a2 100644 --- a/java/demo/Freeze/phonebook/Client.java +++ b/java/demo/Freeze/phonebook/Client.java @@ -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. // // ********************************************************************** + public class Client extends Ice.Application { public int diff --git a/java/demo/Freeze/phonebook/Collocated.java b/java/demo/Freeze/phonebook/Collocated.java index 3f6cf4057d8..3eb0a8ae763 100644 --- a/java/demo/Freeze/phonebook/Collocated.java +++ b/java/demo/Freeze/phonebook/Collocated.java @@ -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. // // ********************************************************************** + class PhoneBookCollocated extends Ice.Application { public int diff --git a/java/demo/Freeze/phonebook/ContactFactory.java b/java/demo/Freeze/phonebook/ContactFactory.java index e00b0427ce9..d62f52f5056 100644 --- a/java/demo/Freeze/phonebook/ContactFactory.java +++ b/java/demo/Freeze/phonebook/ContactFactory.java @@ -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. // // ********************************************************************** + class ContactFactory extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object diff --git a/java/demo/Freeze/phonebook/ContactI.java b/java/demo/Freeze/phonebook/ContactI.java index 41702dfd305..6d5c66dc570 100644 --- a/java/demo/Freeze/phonebook/ContactI.java +++ b/java/demo/Freeze/phonebook/ContactI.java @@ -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. // // ********************************************************************** + class ContactI extends Contact { // diff --git a/java/demo/Freeze/phonebook/Grammar.java b/java/demo/Freeze/phonebook/Grammar.java index ba32ac4635b..fe01ed29a90 100644 --- a/java/demo/Freeze/phonebook/Grammar.java +++ b/java/demo/Freeze/phonebook/Grammar.java @@ -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. // // ********************************************************************** + class Grammar { Grammar(Parser p) diff --git a/java/demo/Freeze/phonebook/Parser.java b/java/demo/Freeze/phonebook/Parser.java index b9b1e800964..8d709140792 100644 --- a/java/demo/Freeze/phonebook/Parser.java +++ b/java/demo/Freeze/phonebook/Parser.java @@ -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. // // ********************************************************************** + class Parser { Parser(Ice.Communicator communicator, PhoneBookPrx phoneBook) diff --git a/java/demo/Freeze/phonebook/PhoneBook.ice b/java/demo/Freeze/phonebook/PhoneBook.ice index 85403b13ebd..5b357258cbd 100644 --- a/java/demo/Freeze/phonebook/PhoneBook.ice +++ b/java/demo/Freeze/phonebook/PhoneBook.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 PHONE_BOOK_ICE #define PHONE_BOOK_ICE diff --git a/java/demo/Freeze/phonebook/PhoneBookI.java b/java/demo/Freeze/phonebook/PhoneBookI.java index 43c6d666cf1..374a05f8df2 100644 --- a/java/demo/Freeze/phonebook/PhoneBookI.java +++ b/java/demo/Freeze/phonebook/PhoneBookI.java @@ -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. // // ********************************************************************** + class PhoneBookI extends _PhoneBookDisp { public ContactPrx diff --git a/java/demo/Freeze/phonebook/RunParser.java b/java/demo/Freeze/phonebook/RunParser.java index b71f48c0255..9c5465335ef 100644 --- a/java/demo/Freeze/phonebook/RunParser.java +++ b/java/demo/Freeze/phonebook/RunParser.java @@ -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. // // ********************************************************************** + class RunParser { static void diff --git a/java/demo/Freeze/phonebook/Scanner.java b/java/demo/Freeze/phonebook/Scanner.java index 5badc0cfe83..a30ab8d8ec1 100644 --- a/java/demo/Freeze/phonebook/Scanner.java +++ b/java/demo/Freeze/phonebook/Scanner.java @@ -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. // // ********************************************************************** + class Scanner { Scanner(Parser p) diff --git a/java/demo/Freeze/phonebook/Server.java b/java/demo/Freeze/phonebook/Server.java index 51d45d70b5f..9c99272f42e 100644 --- a/java/demo/Freeze/phonebook/Server.java +++ b/java/demo/Freeze/phonebook/Server.java @@ -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. // // ********************************************************************** + class PhoneBookServer extends Ice.Application { public int diff --git a/java/demo/Freeze/phonebook/Token.java b/java/demo/Freeze/phonebook/Token.java index cf983b9ebc0..10c9d75756b 100644 --- a/java/demo/Freeze/phonebook/Token.java +++ b/java/demo/Freeze/phonebook/Token.java @@ -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. // // ********************************************************************** + class Token { public static final int TOK_HELP = 0; diff --git a/java/demo/Freeze/phonebook/build.xml b/java/demo/Freeze/phonebook/build.xml index 8b07bf4939d..d0ec6247327 100644 --- a/java/demo/Freeze/phonebook/build.xml +++ b/java/demo/Freeze/phonebook/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Freeze_phonebook" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/demo/Glacier/build.xml b/java/demo/Glacier/build.xml index 4ee1535ac26..cde310bbdf2 100644 --- a/java/demo/Glacier/build.xml +++ b/java/demo/Glacier/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Glacier" default="all" basedir="."> <target name="all"> diff --git a/java/demo/Glacier/session/Client.java b/java/demo/Glacier/session/Client.java index b9c58b00073..109c647b0de 100644 --- a/java/demo/Glacier/session/Client.java +++ b/java/demo/Glacier/session/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/Glacier/session/HelloSession.ice b/java/demo/Glacier/session/HelloSession.ice index 2542290ef8f..32f111b0783 100644 --- a/java/demo/Glacier/session/HelloSession.ice +++ b/java/demo/Glacier/session/HelloSession.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 HELLO_ICE #define HELLO_ICE diff --git a/java/demo/Glacier/session/HelloSessionI.java b/java/demo/Glacier/session/HelloSessionI.java index d331c9f9cac..d9451643334 100644 --- a/java/demo/Glacier/session/HelloSessionI.java +++ b/java/demo/Glacier/session/HelloSessionI.java @@ -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. // // ********************************************************************** + final class HelloSessionI extends HelloSession { public diff --git a/java/demo/Glacier/session/HelloSessionManagerI.java b/java/demo/Glacier/session/HelloSessionManagerI.java index f202b51224a..553c61e0c83 100644 --- a/java/demo/Glacier/session/HelloSessionManagerI.java +++ b/java/demo/Glacier/session/HelloSessionManagerI.java @@ -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. // // ********************************************************************** + final class HelloSessionManagerI extends Glacier._SessionManagerDisp { HelloSessionManagerI(Ice.ObjectAdapter adapter) diff --git a/java/demo/Glacier/session/Server.java b/java/demo/Glacier/session/Server.java index 8846109c216..55e8275c3de 100644 --- a/java/demo/Glacier/session/Server.java +++ b/java/demo/Glacier/session/Server.java @@ -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. // // ********************************************************************** + public class Server { static class PermissionsVerifierI extends Glacier._PermissionsVerifierDisp diff --git a/java/demo/Glacier/session/build.xml b/java/demo/Glacier/session/build.xml index 23348c63bc9..ee8b1270012 100644 --- a/java/demo/Glacier/session/build.xml +++ b/java/demo/Glacier/session/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Glacier_session" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/demo/Ice/build.xml b/java/demo/Ice/build.xml index e66c9fc971e..3d5e1d76494 100644 --- a/java/demo/Ice/build.xml +++ b/java/demo/Ice/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/demo/Ice/callback/Callback.ice b/java/demo/Ice/callback/Callback.ice index 2686a46dc84..da64c2948e3 100644 --- a/java/demo/Ice/callback/Callback.ice +++ b/java/demo/Ice/callback/Callback.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 CALLBACK_ICE #define CALLBACK_ICE diff --git a/java/demo/Ice/callback/CallbackClient.java b/java/demo/Ice/callback/CallbackClient.java index d0a5289fbc0..038d8e109c9 100644 --- a/java/demo/Ice/callback/CallbackClient.java +++ b/java/demo/Ice/callback/CallbackClient.java @@ -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. // // ********************************************************************** + class CallbackClient extends Ice.Application { private static void diff --git a/java/demo/Ice/callback/CallbackI.java b/java/demo/Ice/callback/CallbackI.java index 11c28e084c7..c46d189d143 100644 --- a/java/demo/Ice/callback/CallbackI.java +++ b/java/demo/Ice/callback/CallbackI.java @@ -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. // // ********************************************************************** + public final class CallbackI extends Callback { public void diff --git a/java/demo/Ice/callback/CallbackReceiverI.java b/java/demo/Ice/callback/CallbackReceiverI.java index 97738dcaeb6..3850e55cdf7 100644 --- a/java/demo/Ice/callback/CallbackReceiverI.java +++ b/java/demo/Ice/callback/CallbackReceiverI.java @@ -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. // // ********************************************************************** + public final class CallbackReceiverI extends CallbackReceiver { public void diff --git a/java/demo/Ice/callback/CallbackServer.java b/java/demo/Ice/callback/CallbackServer.java index 591d586d602..bbff1e815aa 100644 --- a/java/demo/Ice/callback/CallbackServer.java +++ b/java/demo/Ice/callback/CallbackServer.java @@ -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. // // ********************************************************************** + class CallbackServer extends Ice.Application { public int diff --git a/java/demo/Ice/callback/Client.java b/java/demo/Ice/callback/Client.java index 13554c4a218..dd3a234e570 100644 --- a/java/demo/Ice/callback/Client.java +++ b/java/demo/Ice/callback/Client.java @@ -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. // // ********************************************************************** + public class Client { public static void diff --git a/java/demo/Ice/callback/Server.java b/java/demo/Ice/callback/Server.java index a4d67c96504..e676c6d302f 100644 --- a/java/demo/Ice/callback/Server.java +++ b/java/demo/Ice/callback/Server.java @@ -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. // // ********************************************************************** + public class Server { public static void diff --git a/java/demo/Ice/callback/build.xml b/java/demo/Ice/callback/build.xml index 16c9b64e1ee..b760dbb1bbe 100644 --- a/java/demo/Ice/callback/build.xml +++ b/java/demo/Ice/callback/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_callback" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/Ice/hello/Client.java b/java/demo/Ice/hello/Client.java index f68fd0c1013..653dce189dc 100644 --- a/java/demo/Ice/hello/Client.java +++ b/java/demo/Ice/hello/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/Ice/hello/Hello.ice b/java/demo/Ice/hello/Hello.ice index 84604c30680..882e96b8a55 100644 --- a/java/demo/Ice/hello/Hello.ice +++ b/java/demo/Ice/hello/Hello.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 HELLO_ICE #define HELLO_ICE diff --git a/java/demo/Ice/hello/HelloI.java b/java/demo/Ice/hello/HelloI.java index 4d76a078748..e9ac52c046d 100644 --- a/java/demo/Ice/hello/HelloI.java +++ b/java/demo/Ice/hello/HelloI.java @@ -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. // // ********************************************************************** + public class HelloI extends Hello { public void diff --git a/java/demo/Ice/hello/Server.java b/java/demo/Ice/hello/Server.java index 42b62fdc16b..3dd477891be 100644 --- a/java/demo/Ice/hello/Server.java +++ b/java/demo/Ice/hello/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/demo/Ice/hello/build.xml b/java/demo/Ice/hello/build.xml index 758732f449f..33c1d527a3f 100644 --- a/java/demo/Ice/hello/build.xml +++ b/java/demo/Ice/hello/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_hello" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/Ice/latency/Client.java b/java/demo/Ice/latency/Client.java index 3fe8e4bce9e..f26f4168477 100644 --- a/java/demo/Ice/latency/Client.java +++ b/java/demo/Ice/latency/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/demo/Ice/latency/Latency.ice b/java/demo/Ice/latency/Latency.ice index 3bd70571733..b11e6cf4e94 100644 --- a/java/demo/Ice/latency/Latency.ice +++ b/java/demo/Ice/latency/Latency.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 LATENCY_ICE #define LATENCY_ICE diff --git a/java/demo/Ice/latency/Server.java b/java/demo/Ice/latency/Server.java index 5ff640e21f7..d77f0986042 100644 --- a/java/demo/Ice/latency/Server.java +++ b/java/demo/Ice/latency/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/demo/Ice/latency/build.xml b/java/demo/Ice/latency/build.xml index 8a8508b84b6..079ad40dbdb 100644 --- a/java/demo/Ice/latency/build.xml +++ b/java/demo/Ice/latency/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_latency" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/Ice/nested/Client.java b/java/demo/Ice/nested/Client.java index ad28e2a1a86..670c3455ac9 100644 --- a/java/demo/Ice/nested/Client.java +++ b/java/demo/Ice/nested/Client.java @@ -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. // // ********************************************************************** + public class Client { public static void diff --git a/java/demo/Ice/nested/Nested.ice b/java/demo/Ice/nested/Nested.ice index ba810a21d41..e629bbe88d2 100644 --- a/java/demo/Ice/nested/Nested.ice +++ b/java/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/java/demo/Ice/nested/NestedClient.java b/java/demo/Ice/nested/NestedClient.java index 6e0d664516c..592d41a34d9 100644 --- a/java/demo/Ice/nested/NestedClient.java +++ b/java/demo/Ice/nested/NestedClient.java @@ -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. // // ********************************************************************** + class NestedClient extends Ice.Application { public int diff --git a/java/demo/Ice/nested/NestedI.java b/java/demo/Ice/nested/NestedI.java index 37cdcdd58cd..53f4de87b2b 100644 --- a/java/demo/Ice/nested/NestedI.java +++ b/java/demo/Ice/nested/NestedI.java @@ -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. // // ********************************************************************** + class NestedI extends Nested { NestedI(NestedPrx self) diff --git a/java/demo/Ice/nested/NestedServer.java b/java/demo/Ice/nested/NestedServer.java index 5da657cdb82..1bf3b44e1de 100644 --- a/java/demo/Ice/nested/NestedServer.java +++ b/java/demo/Ice/nested/NestedServer.java @@ -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. // // ********************************************************************** + class NestedServer extends Ice.Application { public int diff --git a/java/demo/Ice/nested/Server.java b/java/demo/Ice/nested/Server.java index 7026b70391c..a8723ba8760 100644 --- a/java/demo/Ice/nested/Server.java +++ b/java/demo/Ice/nested/Server.java @@ -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. // // ********************************************************************** + public class Server { public static void diff --git a/java/demo/Ice/nested/build.xml b/java/demo/Ice/nested/build.xml index 634e8cb4b4a..64eff32aa03 100644 --- a/java/demo/Ice/nested/build.xml +++ b/java/demo/Ice/nested/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_value" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/Ice/throughput/Client.java b/java/demo/Ice/throughput/Client.java index 4c58e7f303c..b351851057e 100644 --- a/java/demo/Ice/throughput/Client.java +++ b/java/demo/Ice/throughput/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/Ice/throughput/Server.java b/java/demo/Ice/throughput/Server.java index 3ac18796c4b..9208c55e19e 100644 --- a/java/demo/Ice/throughput/Server.java +++ b/java/demo/Ice/throughput/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/demo/Ice/throughput/Throughput.ice b/java/demo/Ice/throughput/Throughput.ice index e28cef29cf4..3b02a3861d9 100644 --- a/java/demo/Ice/throughput/Throughput.ice +++ b/java/demo/Ice/throughput/Throughput.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 THROUGHPUT_ICE #define THROUGHPUT_ICE diff --git a/java/demo/Ice/throughput/ThroughputI.java b/java/demo/Ice/throughput/ThroughputI.java index c2f26cf4830..51b1fe843c1 100644 --- a/java/demo/Ice/throughput/ThroughputI.java +++ b/java/demo/Ice/throughput/ThroughputI.java @@ -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. // // ********************************************************************** + public final class ThroughputI extends _ThroughputDisp { public diff --git a/java/demo/Ice/throughput/build.xml b/java/demo/Ice/throughput/build.xml index 9f53a555d14..81b50a74b89 100644 --- a/java/demo/Ice/throughput/build.xml +++ b/java/demo/Ice/throughput/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_throughput" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/Ice/value/Client.java b/java/demo/Ice/value/Client.java index 8c76796f7f9..acd54eee8da 100644 --- a/java/demo/Ice/value/Client.java +++ b/java/demo/Ice/value/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/Ice/value/DerivedPrinterI.java b/java/demo/Ice/value/DerivedPrinterI.java index 2b388c2d4a2..acb67aa8661 100644 --- a/java/demo/Ice/value/DerivedPrinterI.java +++ b/java/demo/Ice/value/DerivedPrinterI.java @@ -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. // // ********************************************************************** + class DerivedPrinterI extends DerivedPrinter { public void diff --git a/java/demo/Ice/value/InitialI.java b/java/demo/Ice/value/InitialI.java index c9577a26489..5aa50a2571d 100644 --- a/java/demo/Ice/value/InitialI.java +++ b/java/demo/Ice/value/InitialI.java @@ -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. // // ********************************************************************** + class InitialI extends Initial { InitialI(Ice.ObjectAdapter adapter) diff --git a/java/demo/Ice/value/ObjectFactory.java b/java/demo/Ice/value/ObjectFactory.java index 42ff2545333..bd8e81a17a8 100644 --- a/java/demo/Ice/value/ObjectFactory.java +++ b/java/demo/Ice/value/ObjectFactory.java @@ -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. // // ********************************************************************** + class ObjectFactory extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object diff --git a/java/demo/Ice/value/PrinterI.java b/java/demo/Ice/value/PrinterI.java index a7cebbeadaf..3ceff35cbf7 100644 --- a/java/demo/Ice/value/PrinterI.java +++ b/java/demo/Ice/value/PrinterI.java @@ -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. // // ********************************************************************** + class PrinterI extends Printer { public void diff --git a/java/demo/Ice/value/Server.java b/java/demo/Ice/value/Server.java index e841207b1d8..572ae6c369e 100644 --- a/java/demo/Ice/value/Server.java +++ b/java/demo/Ice/value/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/demo/Ice/value/Value.ice b/java/demo/Ice/value/Value.ice index 4a69d6b6a7d..b4196a7bee3 100644 --- a/java/demo/Ice/value/Value.ice +++ b/java/demo/Ice/value/Value.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 VALUE_ICE #define VALUE_ICE diff --git a/java/demo/Ice/value/build.xml b/java/demo/Ice/value/build.xml index abdf491655b..0129d1c1844 100644 --- a/java/demo/Ice/value/build.xml +++ b/java/demo/Ice/value/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_Ice_value" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/IceBox/build.xml b/java/demo/IceBox/build.xml index 403b3b46fc0..e9b524ad9bb 100644 --- a/java/demo/IceBox/build.xml +++ b/java/demo/IceBox/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_IceBox" default="all" basedir="."> <target name="all"> diff --git a/java/demo/IceBox/hello/Client.java b/java/demo/IceBox/hello/Client.java index 4c19fe4ad54..9e9ee6f0938 100644 --- a/java/demo/IceBox/hello/Client.java +++ b/java/demo/IceBox/hello/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/IceBox/hello/Hello.ice b/java/demo/IceBox/hello/Hello.ice index c9ccce18906..7fc2c380953 100644 --- a/java/demo/IceBox/hello/Hello.ice +++ b/java/demo/IceBox/hello/Hello.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 HELLO_ICE #define HELLO_ICE diff --git a/java/demo/IceBox/hello/HelloI.java b/java/demo/IceBox/hello/HelloI.java index 4d76a078748..e9ac52c046d 100644 --- a/java/demo/IceBox/hello/HelloI.java +++ b/java/demo/IceBox/hello/HelloI.java @@ -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. // // ********************************************************************** + public class HelloI extends Hello { public void diff --git a/java/demo/IceBox/hello/HelloServiceI.java b/java/demo/IceBox/hello/HelloServiceI.java index 3ef298c781e..3cc2f24d26c 100644 --- a/java/demo/IceBox/hello/HelloServiceI.java +++ b/java/demo/IceBox/hello/HelloServiceI.java @@ -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. // // ********************************************************************** + public class HelloServiceI extends Ice.LocalObjectImpl implements IceBox.Service { public void diff --git a/java/demo/IceBox/hello/build.xml b/java/demo/IceBox/hello/build.xml index f0749610403..a0860dae79d 100644 --- a/java/demo/IceBox/hello/build.xml +++ b/java/demo/IceBox/hello/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_IceBox_hello" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/IcePack/build.xml b/java/demo/IcePack/build.xml index 5882303e868..66b8896ecfb 100644 --- a/java/demo/IcePack/build.xml +++ b/java/demo/IcePack/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_IcePack" default="all" basedir="."> <target name="all"> diff --git a/java/demo/IcePack/hello/Client.java b/java/demo/IcePack/hello/Client.java index 56ef6c40939..1b06bd619c4 100644 --- a/java/demo/IcePack/hello/Client.java +++ b/java/demo/IcePack/hello/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/IcePack/hello/Hello.ice b/java/demo/IcePack/hello/Hello.ice index c071142f40d..97af57216f4 100644 --- a/java/demo/IcePack/hello/Hello.ice +++ b/java/demo/IcePack/hello/Hello.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 HELLO_ICE #define HELLO_ICE diff --git a/java/demo/IcePack/hello/HelloFactoryI.java b/java/demo/IcePack/hello/HelloFactoryI.java index d06dadea9b7..26483ed7913 100644 --- a/java/demo/IcePack/hello/HelloFactoryI.java +++ b/java/demo/IcePack/hello/HelloFactoryI.java @@ -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. // // ********************************************************************** + public class HelloFactoryI extends _HelloFactoryDisp { public HelloPrx diff --git a/java/demo/IcePack/hello/HelloI.java b/java/demo/IcePack/hello/HelloI.java index 6ce648706f3..77f32062eb3 100644 --- a/java/demo/IcePack/hello/HelloI.java +++ b/java/demo/IcePack/hello/HelloI.java @@ -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. // // ********************************************************************** + public class HelloI extends Hello { HelloI(String n) diff --git a/java/demo/IcePack/hello/HelloServiceI.java b/java/demo/IcePack/hello/HelloServiceI.java index d3691c1344b..416ab087cf5 100644 --- a/java/demo/IcePack/hello/HelloServiceI.java +++ b/java/demo/IcePack/hello/HelloServiceI.java @@ -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. // // ********************************************************************** + public class HelloServiceI extends Ice.LocalObjectImpl implements IceBox.Service { public void diff --git a/java/demo/IcePack/hello/Server.java b/java/demo/IcePack/hello/Server.java index 06bc5df24b9..5d6816b8456 100644 --- a/java/demo/IcePack/hello/Server.java +++ b/java/demo/IcePack/hello/Server.java @@ -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. // // ********************************************************************** + public class Server extends Ice.Application { public int diff --git a/java/demo/IcePack/hello/build.xml b/java/demo/IcePack/hello/build.xml index 34a4b12850f..eadb9cc5171 100644 --- a/java/demo/IcePack/hello/build.xml +++ b/java/demo/IcePack/hello/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_IcePack_hello" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/IcePack/simple/Client.java b/java/demo/IcePack/simple/Client.java index 6ae53c0c3bf..112cfa802cc 100644 --- a/java/demo/IcePack/simple/Client.java +++ b/java/demo/IcePack/simple/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/demo/IcePack/simple/Hello.ice b/java/demo/IcePack/simple/Hello.ice index 84604c30680..882e96b8a55 100644 --- a/java/demo/IcePack/simple/Hello.ice +++ b/java/demo/IcePack/simple/Hello.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 HELLO_ICE #define HELLO_ICE diff --git a/java/demo/IcePack/simple/HelloI.java b/java/demo/IcePack/simple/HelloI.java index 4d76a078748..e9ac52c046d 100644 --- a/java/demo/IcePack/simple/HelloI.java +++ b/java/demo/IcePack/simple/HelloI.java @@ -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. // // ********************************************************************** + public class HelloI extends Hello { public void diff --git a/java/demo/IcePack/simple/HelloServiceI.java b/java/demo/IcePack/simple/HelloServiceI.java index 6e34dea054c..1cbfa69fb5a 100644 --- a/java/demo/IcePack/simple/HelloServiceI.java +++ b/java/demo/IcePack/simple/HelloServiceI.java @@ -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. // // ********************************************************************** + public class HelloServiceI extends Ice.LocalObjectImpl implements IceBox.Service { public void diff --git a/java/demo/IcePack/simple/Server.java b/java/demo/IcePack/simple/Server.java index cefcfe48b92..34a96a12f7b 100644 --- a/java/demo/IcePack/simple/Server.java +++ b/java/demo/IcePack/simple/Server.java @@ -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. // // ********************************************************************** + public class Server extends Ice.Application { public int diff --git a/java/demo/IcePack/simple/build.xml b/java/demo/IcePack/simple/build.xml index b875274bb66..61ade4ff85c 100644 --- a/java/demo/IcePack/simple/build.xml +++ b/java/demo/IcePack/simple/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo_IcePack_simple" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/demo/book/evictor/EvictorBase.java b/java/demo/book/evictor/EvictorBase.java index 128692d8247..b33bf21d00e 100644 --- a/java/demo/book/evictor/EvictorBase.java +++ b/java/demo/book/evictor/EvictorBase.java @@ -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. // // ********************************************************************** + package Evictor; public abstract class EvictorBase extends Ice.LocalObjectImpl implements Ice.ServantLocator diff --git a/java/demo/book/evictor/LinkedList.java b/java/demo/book/evictor/LinkedList.java index 92eae09e634..2361b33337c 100644 --- a/java/demo/book/evictor/LinkedList.java +++ b/java/demo/book/evictor/LinkedList.java @@ -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. // // ********************************************************************** + package Evictor; // diff --git a/java/demo/build.xml b/java/demo/build.xml index c0b0ee150ad..9e2d9954138 100644 --- a/java/demo/build.xml +++ b/java/demo/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="demo" default="all" basedir="."> <target name="all"> diff --git a/java/makebindist.py b/java/makebindist.py index 97ba07b1216..a88364687b7 100755 --- a/java/makebindist.py +++ b/java/makebindist.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, shutil, fnmatch, re, string # diff --git a/java/makedist.py b/java/makedist.py index 5175279e052..5e50a7a1153 100755 --- a/java/makedist.py +++ b/java/makedist.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, shutil, fnmatch, re # diff --git a/java/src/Freeze/ConnectionI.java b/java/src/Freeze/ConnectionI.java index 7237e7f4c69..fdd5a13ae2e 100755 --- a/java/src/Freeze/ConnectionI.java +++ b/java/src/Freeze/ConnectionI.java @@ -1,16 +1,16 @@ -// **********************************************************************
-//
-// Copyright (c) 2003
-// ZeroC, Inc.
-// Billerica, MA, 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.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003 - 2004 +// ZeroC, Inc. +// North Palm Beach, FL, USA +// +// All Rights Reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + package Freeze;
diff --git a/java/src/Freeze/EvictorElement.java b/java/src/Freeze/EvictorElement.java index a687c271917..bfaa9717074 100644 --- a/java/src/Freeze/EvictorElement.java +++ b/java/src/Freeze/EvictorElement.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package Freeze; class EvictorElement extends Ice.LocalObjectImpl diff --git a/java/src/Freeze/EvictorI.java b/java/src/Freeze/EvictorI.java index d5f07297371..71b330e50b0 100644 --- a/java/src/Freeze/EvictorI.java +++ b/java/src/Freeze/EvictorI.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2003-2004 +// 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. // // ********************************************************************** + package Freeze; class EvictorI extends Ice.LocalObjectImpl implements Evictor, Runnable diff --git a/java/src/Freeze/EvictorIteratorI.java b/java/src/Freeze/EvictorIteratorI.java index 32a64cc1d1f..f0e4f0a362f 100644 --- a/java/src/Freeze/EvictorIteratorI.java +++ b/java/src/Freeze/EvictorIteratorI.java @@ -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. // // ********************************************************************** + package Freeze; class EvictorIteratorI extends Ice.LocalObjectImpl implements EvictorIterator diff --git a/java/src/Freeze/FatalErrorCallback.java b/java/src/Freeze/FatalErrorCallback.java index f1f0c2dcba0..a5621e10600 100644 --- a/java/src/Freeze/FatalErrorCallback.java +++ b/java/src/Freeze/FatalErrorCallback.java @@ -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. // // ********************************************************************** + package Freeze; public interface FatalErrorCallback diff --git a/java/src/Freeze/Index.java b/java/src/Freeze/Index.java index 121715efa69..a47104f5f26 100644 --- a/java/src/Freeze/Index.java +++ b/java/src/Freeze/Index.java @@ -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. // // ********************************************************************** + package Freeze; public abstract class Index implements com.sleepycat.db.DbSecondaryKeyCreate diff --git a/java/src/Freeze/LinkedList.java b/java/src/Freeze/LinkedList.java index 4832d7b31e6..c40e63cc68e 100644 --- a/java/src/Freeze/LinkedList.java +++ b/java/src/Freeze/LinkedList.java @@ -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. // // ********************************************************************** + package Freeze; // diff --git a/java/src/Freeze/Map.java b/java/src/Freeze/Map.java index 6c06f009a0b..91ee586325e 100644 --- a/java/src/Freeze/Map.java +++ b/java/src/Freeze/Map.java @@ -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. // // ********************************************************************** + package Freeze; public abstract class Map extends java.util.AbstractMap diff --git a/java/src/Freeze/ObjectStore.java b/java/src/Freeze/ObjectStore.java index 541e2503874..12a97a09fe7 100644 --- a/java/src/Freeze/ObjectStore.java +++ b/java/src/Freeze/ObjectStore.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package Freeze; class ObjectStore implements IceUtil.Store diff --git a/java/src/Freeze/SharedDb.java b/java/src/Freeze/SharedDb.java index 350a38a35f6..c74778464fe 100755 --- a/java/src/Freeze/SharedDb.java +++ b/java/src/Freeze/SharedDb.java @@ -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. // // ********************************************************************** + package Freeze; class SharedDb extends com.sleepycat.db.Db diff --git a/java/src/Freeze/SharedDbEnv.java b/java/src/Freeze/SharedDbEnv.java index dfc0fc02387..53a521ca80f 100644 --- a/java/src/Freeze/SharedDbEnv.java +++ b/java/src/Freeze/SharedDbEnv.java @@ -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. // // ********************************************************************** + package Freeze; class SharedDbEnv extends com.sleepycat.db.DbEnv implements com.sleepycat.db.DbErrcall, Runnable diff --git a/java/src/Freeze/TransactionI.java b/java/src/Freeze/TransactionI.java index e496cf73d0c..d5a199e7359 100755 --- a/java/src/Freeze/TransactionI.java +++ b/java/src/Freeze/TransactionI.java @@ -1,16 +1,16 @@ -// **********************************************************************
-//
-// Copyright (c) 2003
-// ZeroC, Inc.
-// Billerica, MA, 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.
-//
-// **********************************************************************
+// ********************************************************************** +// +// Copyright (c) 2003 - 2004 +// ZeroC, Inc. +// North Palm Beach, FL, USA +// +// All Rights Reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + package Freeze;
diff --git a/java/src/Freeze/Util.java b/java/src/Freeze/Util.java index 555b5f6ac5c..c97ae3f125a 100644 --- a/java/src/Freeze/Util.java +++ b/java/src/Freeze/Util.java @@ -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. // // ********************************************************************** + package Freeze; public class Util diff --git a/java/src/Ice/AMD_Object_ice_invoke.java b/java/src/Ice/AMD_Object_ice_invoke.java index 51884ef652b..28cff522627 100644 --- a/java/src/Ice/AMD_Object_ice_invoke.java +++ b/java/src/Ice/AMD_Object_ice_invoke.java @@ -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. // // ********************************************************************** + package Ice; public interface AMD_Object_ice_invoke diff --git a/java/src/Ice/AMI_Object_ice_invoke.java b/java/src/Ice/AMI_Object_ice_invoke.java index 298167565cc..0a9a20d72a6 100644 --- a/java/src/Ice/AMI_Object_ice_invoke.java +++ b/java/src/Ice/AMI_Object_ice_invoke.java @@ -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. // // ********************************************************************** + package Ice; public abstract class AMI_Object_ice_invoke extends IceInternal.OutgoingAsync diff --git a/java/src/Ice/Application.java b/java/src/Ice/Application.java index 158a5a63174..692dc40bb5a 100644 --- a/java/src/Ice/Application.java +++ b/java/src/Ice/Application.java @@ -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. // // ********************************************************************** + package Ice; public abstract class Application diff --git a/java/src/Ice/Blobject.java b/java/src/Ice/Blobject.java index 77a06142a6e..9719786a76a 100644 --- a/java/src/Ice/Blobject.java +++ b/java/src/Ice/Blobject.java @@ -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. // // ********************************************************************** + package Ice; public abstract class Blobject extends Ice.ObjectImpl diff --git a/java/src/Ice/BlobjectAsync.java b/java/src/Ice/BlobjectAsync.java index 0e12f6306b8..533a78d8470 100644 --- a/java/src/Ice/BlobjectAsync.java +++ b/java/src/Ice/BlobjectAsync.java @@ -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. // // ********************************************************************** + package Ice; public abstract class BlobjectAsync extends Ice.ObjectImpl diff --git a/java/src/Ice/BooleanHolder.java b/java/src/Ice/BooleanHolder.java index 5bb251d6e23..985f5868bb7 100644 --- a/java/src/Ice/BooleanHolder.java +++ b/java/src/Ice/BooleanHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class BooleanHolder diff --git a/java/src/Ice/ByteHolder.java b/java/src/Ice/ByteHolder.java index 353b719482c..04889dd0d90 100644 --- a/java/src/Ice/ByteHolder.java +++ b/java/src/Ice/ByteHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class ByteHolder diff --git a/java/src/Ice/CommunicatorI.java b/java/src/Ice/CommunicatorI.java index ddba3466287..f4bf63466a0 100644 --- a/java/src/Ice/CommunicatorI.java +++ b/java/src/Ice/CommunicatorI.java @@ -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. // // ********************************************************************** + package Ice; final class CommunicatorI extends LocalObjectImpl implements Communicator diff --git a/java/src/Ice/DoubleHolder.java b/java/src/Ice/DoubleHolder.java index 52831b6fac5..1c40c12e3d5 100644 --- a/java/src/Ice/DoubleHolder.java +++ b/java/src/Ice/DoubleHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class DoubleHolder diff --git a/java/src/Ice/FloatHolder.java b/java/src/Ice/FloatHolder.java index 8797a2bea05..33984e6f10b 100644 --- a/java/src/Ice/FloatHolder.java +++ b/java/src/Ice/FloatHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class FloatHolder diff --git a/java/src/Ice/IntHolder.java b/java/src/Ice/IntHolder.java index b2a52ad167c..96f75482881 100644 --- a/java/src/Ice/IntHolder.java +++ b/java/src/Ice/IntHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class IntHolder diff --git a/java/src/Ice/LocalException.java b/java/src/Ice/LocalException.java index 64ea520d5b7..974aea74706 100644 --- a/java/src/Ice/LocalException.java +++ b/java/src/Ice/LocalException.java @@ -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. // // ********************************************************************** + package Ice; public abstract class LocalException extends RuntimeException diff --git a/java/src/Ice/LocalObject.java b/java/src/Ice/LocalObject.java index 93779b274c7..aca135b60b7 100644 --- a/java/src/Ice/LocalObject.java +++ b/java/src/Ice/LocalObject.java @@ -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. // // ********************************************************************** + package Ice; public interface LocalObject diff --git a/java/src/Ice/LocalObjectHolder.java b/java/src/Ice/LocalObjectHolder.java index b97dd3f46cb..479f7072135 100644 --- a/java/src/Ice/LocalObjectHolder.java +++ b/java/src/Ice/LocalObjectHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class LocalObjectHolder diff --git a/java/src/Ice/LocalObjectImpl.java b/java/src/Ice/LocalObjectImpl.java index 7434c7e7e0d..d0981b022ee 100644 --- a/java/src/Ice/LocalObjectImpl.java +++ b/java/src/Ice/LocalObjectImpl.java @@ -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. // // ********************************************************************** + package Ice; public abstract class LocalObjectImpl implements LocalObject, java.lang.Cloneable diff --git a/java/src/Ice/LoggerI.java b/java/src/Ice/LoggerI.java index 0cc56752e0c..f883f92f50f 100644 --- a/java/src/Ice/LoggerI.java +++ b/java/src/Ice/LoggerI.java @@ -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. // // ********************************************************************** + package Ice; public final class LoggerI extends LocalObjectImpl implements Logger diff --git a/java/src/Ice/LongHolder.java b/java/src/Ice/LongHolder.java index d760f32c4db..ce143667ff9 100644 --- a/java/src/Ice/LongHolder.java +++ b/java/src/Ice/LongHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class LongHolder diff --git a/java/src/Ice/Object.java b/java/src/Ice/Object.java index b5f42abd384..53652f11672 100644 --- a/java/src/Ice/Object.java +++ b/java/src/Ice/Object.java @@ -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. // // ********************************************************************** + package Ice; public interface Object diff --git a/java/src/Ice/ObjectAdapterI.java b/java/src/Ice/ObjectAdapterI.java index 994282140e8..563ab0c3ed1 100644 --- a/java/src/Ice/ObjectAdapterI.java +++ b/java/src/Ice/ObjectAdapterI.java @@ -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. // // ********************************************************************** + package Ice; public final class ObjectAdapterI extends LocalObjectImpl implements ObjectAdapter diff --git a/java/src/Ice/ObjectHolder.java b/java/src/Ice/ObjectHolder.java index 5d88becf0b9..08246e5b403 100644 --- a/java/src/Ice/ObjectHolder.java +++ b/java/src/Ice/ObjectHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class ObjectHolder diff --git a/java/src/Ice/ObjectImpl.java b/java/src/Ice/ObjectImpl.java index 9624606156a..9446bd1447b 100644 --- a/java/src/Ice/ObjectImpl.java +++ b/java/src/Ice/ObjectImpl.java @@ -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. // // ********************************************************************** + package Ice; public class ObjectImpl implements Object, java.lang.Cloneable diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java index 02ee1ce4792..3ac00e76ce0 100644 --- a/java/src/Ice/ObjectPrx.java +++ b/java/src/Ice/ObjectPrx.java @@ -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. // // ********************************************************************** + package Ice; public interface ObjectPrx diff --git a/java/src/Ice/ObjectPrxHelper.java b/java/src/Ice/ObjectPrxHelper.java index acc0594f104..2cf7ac5fae4 100644 --- a/java/src/Ice/ObjectPrxHelper.java +++ b/java/src/Ice/ObjectPrxHelper.java @@ -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. // // ********************************************************************** + package Ice; public class ObjectPrxHelper extends ObjectPrxHelperBase diff --git a/java/src/Ice/ObjectPrxHelperBase.java b/java/src/Ice/ObjectPrxHelperBase.java index ab14530e715..c54124090e9 100644 --- a/java/src/Ice/ObjectPrxHelperBase.java +++ b/java/src/Ice/ObjectPrxHelperBase.java @@ -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. // // ********************************************************************** + package Ice; public class ObjectPrxHelperBase implements ObjectPrx diff --git a/java/src/Ice/ObjectPrxHolder.java b/java/src/Ice/ObjectPrxHolder.java index d61776e8e6c..a0b474330ce 100644 --- a/java/src/Ice/ObjectPrxHolder.java +++ b/java/src/Ice/ObjectPrxHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class ObjectPrxHolder diff --git a/java/src/Ice/PluginFactory.java b/java/src/Ice/PluginFactory.java index cc2b29d5f5d..f340cb1af3f 100644 --- a/java/src/Ice/PluginFactory.java +++ b/java/src/Ice/PluginFactory.java @@ -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. // // ********************************************************************** + package Ice; public interface PluginFactory diff --git a/java/src/Ice/PluginManagerI.java b/java/src/Ice/PluginManagerI.java index b6d2823e716..bca98922c8e 100644 --- a/java/src/Ice/PluginManagerI.java +++ b/java/src/Ice/PluginManagerI.java @@ -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. // // ********************************************************************** + package Ice; public final class PluginManagerI extends LocalObjectImpl implements PluginManager diff --git a/java/src/Ice/PropertiesI.java b/java/src/Ice/PropertiesI.java index 205deab6155..7c4414c1d7c 100644 --- a/java/src/Ice/PropertiesI.java +++ b/java/src/Ice/PropertiesI.java @@ -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. // // ********************************************************************** + package Ice; final class PropertiesI extends LocalObjectImpl implements Properties diff --git a/java/src/Ice/ProxyIdentityFacetKey.java b/java/src/Ice/ProxyIdentityFacetKey.java index ddea1ed5a0e..bd9ba5beb4b 100644 --- a/java/src/Ice/ProxyIdentityFacetKey.java +++ b/java/src/Ice/ProxyIdentityFacetKey.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package Ice; // diff --git a/java/src/Ice/ProxyIdentityKey.java b/java/src/Ice/ProxyIdentityKey.java index 873180a30f9..654746d059b 100644 --- a/java/src/Ice/ProxyIdentityKey.java +++ b/java/src/Ice/ProxyIdentityKey.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package Ice; // diff --git a/java/src/Ice/RoutingTable.java b/java/src/Ice/RoutingTable.java index 363266e6dfe..23dd95f5462 100644 --- a/java/src/Ice/RoutingTable.java +++ b/java/src/Ice/RoutingTable.java @@ -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. // // ********************************************************************** + package Ice; public final class RoutingTable diff --git a/java/src/Ice/ShortHolder.java b/java/src/Ice/ShortHolder.java index 88eb22fcc4e..597c0ba296c 100644 --- a/java/src/Ice/ShortHolder.java +++ b/java/src/Ice/ShortHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class ShortHolder diff --git a/java/src/Ice/StringHolder.java b/java/src/Ice/StringHolder.java index 3b44fe50fb4..4daa6fd1fcd 100644 --- a/java/src/Ice/StringHolder.java +++ b/java/src/Ice/StringHolder.java @@ -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. // // ********************************************************************** + package Ice; public final class StringHolder diff --git a/java/src/Ice/SysLoggerI.java b/java/src/Ice/SysLoggerI.java index 37364790b15..c00303b7879 100644 --- a/java/src/Ice/SysLoggerI.java +++ b/java/src/Ice/SysLoggerI.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2001 +// 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. // // ********************************************************************** + package Ice; import java.net.DatagramPacket; diff --git a/java/src/Ice/UserException.java b/java/src/Ice/UserException.java index b338d13113a..7e6672d45ec 100644 --- a/java/src/Ice/UserException.java +++ b/java/src/Ice/UserException.java @@ -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. // // ********************************************************************** + package Ice; public abstract class UserException extends Exception diff --git a/java/src/Ice/Util.java b/java/src/Ice/Util.java index dc3e347d303..73fc679b775 100644 --- a/java/src/Ice/Util.java +++ b/java/src/Ice/Util.java @@ -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. // // ********************************************************************** + package Ice; public final class Util diff --git a/java/src/Ice/_AMD_Object_ice_invoke.java b/java/src/Ice/_AMD_Object_ice_invoke.java index d8b04c34355..e82dbe87eac 100644 --- a/java/src/Ice/_AMD_Object_ice_invoke.java +++ b/java/src/Ice/_AMD_Object_ice_invoke.java @@ -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. // // ********************************************************************** + package Ice; final class _AMD_Object_ice_invoke extends IceInternal.IncomingAsync implements AMD_Object_ice_invoke diff --git a/java/src/Ice/_ObjectDel.java b/java/src/Ice/_ObjectDel.java index 3244bc9d2b3..649d476af8e 100644 --- a/java/src/Ice/_ObjectDel.java +++ b/java/src/Ice/_ObjectDel.java @@ -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. // // ********************************************************************** + package Ice; public interface _ObjectDel diff --git a/java/src/Ice/_ObjectDelD.java b/java/src/Ice/_ObjectDelD.java index 6498f1b2b32..a079cc41522 100644 --- a/java/src/Ice/_ObjectDelD.java +++ b/java/src/Ice/_ObjectDelD.java @@ -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. // // ********************************************************************** + package Ice; public class _ObjectDelD implements _ObjectDel diff --git a/java/src/Ice/_ObjectDelM.java b/java/src/Ice/_ObjectDelM.java index 9079cc4b292..8b195a9ab1a 100644 --- a/java/src/Ice/_ObjectDelM.java +++ b/java/src/Ice/_ObjectDelM.java @@ -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. // // ********************************************************************** + package Ice; public class _ObjectDelM implements _ObjectDel diff --git a/java/src/IceBox/Admin.java b/java/src/IceBox/Admin.java index c2960d32ece..93318a09a85 100644 --- a/java/src/IceBox/Admin.java +++ b/java/src/IceBox/Admin.java @@ -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. // // ********************************************************************** + package IceBox; public final class Admin diff --git a/java/src/IceBox/Server.java b/java/src/IceBox/Server.java index 6b2d223be31..5414b128753 100644 --- a/java/src/IceBox/Server.java +++ b/java/src/IceBox/Server.java @@ -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. // // ********************************************************************** + package IceBox; public final class Server extends Ice.Application diff --git a/java/src/IceBox/ServiceManagerI.java b/java/src/IceBox/ServiceManagerI.java index 55fee45ec32..50b55b9c0c0 100644 --- a/java/src/IceBox/ServiceManagerI.java +++ b/java/src/IceBox/ServiceManagerI.java @@ -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. // // ********************************************************************** + package IceBox; public final class ServiceManagerI extends _ServiceManagerDisp diff --git a/java/src/IceInternal/Acceptor.java b/java/src/IceInternal/Acceptor.java index ec7b28f2c5d..1029d296ae8 100644 --- a/java/src/IceInternal/Acceptor.java +++ b/java/src/IceInternal/Acceptor.java @@ -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. // // ********************************************************************** + package IceInternal; public interface Acceptor diff --git a/java/src/IceInternal/BasicStream.java b/java/src/IceInternal/BasicStream.java index 126be6eeba6..037779bc559 100644 --- a/java/src/IceInternal/BasicStream.java +++ b/java/src/IceInternal/BasicStream.java @@ -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. // // ********************************************************************** + package IceInternal; public class BasicStream diff --git a/java/src/IceInternal/BufferManager.java b/java/src/IceInternal/BufferManager.java index 57beb7e9060..453744807af 100644 --- a/java/src/IceInternal/BufferManager.java +++ b/java/src/IceInternal/BufferManager.java @@ -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. // // ********************************************************************** + package IceInternal; final class BufferManager diff --git a/java/src/IceInternal/Connection.java b/java/src/IceInternal/Connection.java index 4feb0b6b966..f5cac639c81 100644 --- a/java/src/IceInternal/Connection.java +++ b/java/src/IceInternal/Connection.java @@ -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. // // ********************************************************************** + package IceInternal; public final class Connection extends EventHandler diff --git a/java/src/IceInternal/ConnectionMonitor.java b/java/src/IceInternal/ConnectionMonitor.java index cebc787b9e8..60565e3ddbd 100644 --- a/java/src/IceInternal/ConnectionMonitor.java +++ b/java/src/IceInternal/ConnectionMonitor.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ConnectionMonitor extends Thread diff --git a/java/src/IceInternal/Connector.java b/java/src/IceInternal/Connector.java index cedb27cc7a1..85dbd9e5b56 100644 --- a/java/src/IceInternal/Connector.java +++ b/java/src/IceInternal/Connector.java @@ -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. // // ********************************************************************** + package IceInternal; public interface Connector diff --git a/java/src/IceInternal/DefaultsAndOverrides.java b/java/src/IceInternal/DefaultsAndOverrides.java index 92d50374543..437064e8b89 100644 --- a/java/src/IceInternal/DefaultsAndOverrides.java +++ b/java/src/IceInternal/DefaultsAndOverrides.java @@ -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. // // ********************************************************************** + package IceInternal; public final class DefaultsAndOverrides diff --git a/java/src/IceInternal/Direct.java b/java/src/IceInternal/Direct.java index e78be1b9c5b..42b0bddedcd 100644 --- a/java/src/IceInternal/Direct.java +++ b/java/src/IceInternal/Direct.java @@ -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. // // ********************************************************************** + package IceInternal; public final class Direct diff --git a/java/src/IceInternal/DispatchStatus.java b/java/src/IceInternal/DispatchStatus.java index a2a554b9797..151da6a9056 100644 --- a/java/src/IceInternal/DispatchStatus.java +++ b/java/src/IceInternal/DispatchStatus.java @@ -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. // // ********************************************************************** + package IceInternal; public final class DispatchStatus diff --git a/java/src/IceInternal/Endpoint.java b/java/src/IceInternal/Endpoint.java index 0bf9d63362f..6b9ba67f338 100644 --- a/java/src/IceInternal/Endpoint.java +++ b/java/src/IceInternal/Endpoint.java @@ -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. // // ********************************************************************** + package IceInternal; public interface Endpoint extends java.lang.Comparable diff --git a/java/src/IceInternal/EndpointFactory.java b/java/src/IceInternal/EndpointFactory.java index 89048d2a570..b6779752292 100644 --- a/java/src/IceInternal/EndpointFactory.java +++ b/java/src/IceInternal/EndpointFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public interface EndpointFactory diff --git a/java/src/IceInternal/EndpointFactoryManager.java b/java/src/IceInternal/EndpointFactoryManager.java index 6051c6e79c8..0103b04a76f 100644 --- a/java/src/IceInternal/EndpointFactoryManager.java +++ b/java/src/IceInternal/EndpointFactoryManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class EndpointFactoryManager diff --git a/java/src/IceInternal/EndpointHolder.java b/java/src/IceInternal/EndpointHolder.java index fa34531a362..fe212c23fb5 100644 --- a/java/src/IceInternal/EndpointHolder.java +++ b/java/src/IceInternal/EndpointHolder.java @@ -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. // // ********************************************************************** + package IceInternal; public final class EndpointHolder diff --git a/java/src/IceInternal/EventHandler.java b/java/src/IceInternal/EventHandler.java index 756e21d9e87..05003aac745 100644 --- a/java/src/IceInternal/EventHandler.java +++ b/java/src/IceInternal/EventHandler.java @@ -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. // // ********************************************************************** + package IceInternal; abstract class EventHandler diff --git a/java/src/IceInternal/Incoming.java b/java/src/IceInternal/Incoming.java index 77460ab6f68..68d0d8a1f69 100644 --- a/java/src/IceInternal/Incoming.java +++ b/java/src/IceInternal/Incoming.java @@ -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. // // ********************************************************************** + package IceInternal; final public class Incoming extends IncomingBase diff --git a/java/src/IceInternal/IncomingAsync.java b/java/src/IceInternal/IncomingAsync.java index 4c4a23f3194..9fdd2850930 100644 --- a/java/src/IceInternal/IncomingAsync.java +++ b/java/src/IceInternal/IncomingAsync.java @@ -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. // // ********************************************************************** + package IceInternal; public class IncomingAsync extends IncomingBase diff --git a/java/src/IceInternal/IncomingBase.java b/java/src/IceInternal/IncomingBase.java index f930de80376..47c0b513c6f 100644 --- a/java/src/IceInternal/IncomingBase.java +++ b/java/src/IceInternal/IncomingBase.java @@ -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. // // ********************************************************************** + package IceInternal; public class IncomingBase diff --git a/java/src/IceInternal/IncomingConnectionFactory.java b/java/src/IceInternal/IncomingConnectionFactory.java index 7dc80c954cb..1765c6c9e0d 100644 --- a/java/src/IceInternal/IncomingConnectionFactory.java +++ b/java/src/IceInternal/IncomingConnectionFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public class IncomingConnectionFactory extends EventHandler diff --git a/java/src/IceInternal/Instance.java b/java/src/IceInternal/Instance.java index e60d40518a6..bdc9dc3c368 100644 --- a/java/src/IceInternal/Instance.java +++ b/java/src/IceInternal/Instance.java @@ -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. // // ********************************************************************** + package IceInternal; public class Instance diff --git a/java/src/IceInternal/IntMap.java b/java/src/IceInternal/IntMap.java index 85293209c2e..4918a552b62 100755 --- a/java/src/IceInternal/IntMap.java +++ b/java/src/IceInternal/IntMap.java @@ -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. // // ********************************************************************** + package IceInternal; public class IntMap diff --git a/java/src/IceInternal/ListPatcher.java b/java/src/IceInternal/ListPatcher.java index aeb5f9637b3..6b917538e22 100644 --- a/java/src/IceInternal/ListPatcher.java +++ b/java/src/IceInternal/ListPatcher.java @@ -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. // // ********************************************************************** + package IceInternal; public class ListPatcher implements Patcher diff --git a/java/src/IceInternal/LocatorInfo.java b/java/src/IceInternal/LocatorInfo.java index 79c35039393..33b6a69bef5 100644 --- a/java/src/IceInternal/LocatorInfo.java +++ b/java/src/IceInternal/LocatorInfo.java @@ -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. // // ********************************************************************** + package IceInternal; public final class LocatorInfo diff --git a/java/src/IceInternal/LocatorManager.java b/java/src/IceInternal/LocatorManager.java index 7f4357f95b4..c35843690bf 100644 --- a/java/src/IceInternal/LocatorManager.java +++ b/java/src/IceInternal/LocatorManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class LocatorManager diff --git a/java/src/IceInternal/LocatorTable.java b/java/src/IceInternal/LocatorTable.java index b5b2197cb26..94040ebdf89 100644 --- a/java/src/IceInternal/LocatorTable.java +++ b/java/src/IceInternal/LocatorTable.java @@ -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. // // ********************************************************************** + package IceInternal; final class LocatorTable diff --git a/java/src/IceInternal/Network.java b/java/src/IceInternal/Network.java index 3ea49d0e511..c033fe8d5e3 100644 --- a/java/src/IceInternal/Network.java +++ b/java/src/IceInternal/Network.java @@ -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. // // ********************************************************************** + package IceInternal; public final class Network diff --git a/java/src/IceInternal/NonRepeatable.java b/java/src/IceInternal/NonRepeatable.java index 2effe98978d..541729e542f 100644 --- a/java/src/IceInternal/NonRepeatable.java +++ b/java/src/IceInternal/NonRepeatable.java @@ -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. // // ********************************************************************** + package IceInternal; public class NonRepeatable extends Exception diff --git a/java/src/IceInternal/ObjectAdapterFactory.java b/java/src/IceInternal/ObjectAdapterFactory.java index edab241f2cc..635d2d57df6 100644 --- a/java/src/IceInternal/ObjectAdapterFactory.java +++ b/java/src/IceInternal/ObjectAdapterFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ObjectAdapterFactory diff --git a/java/src/IceInternal/ObjectFactoryManager.java b/java/src/IceInternal/ObjectFactoryManager.java index d7af9549b32..008fa05f085 100644 --- a/java/src/IceInternal/ObjectFactoryManager.java +++ b/java/src/IceInternal/ObjectFactoryManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ObjectFactoryManager diff --git a/java/src/IceInternal/Outgoing.java b/java/src/IceInternal/Outgoing.java index 49b527cb348..9dbd228c71c 100644 --- a/java/src/IceInternal/Outgoing.java +++ b/java/src/IceInternal/Outgoing.java @@ -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. // // ********************************************************************** + package IceInternal; public final class Outgoing diff --git a/java/src/IceInternal/OutgoingAsync.java b/java/src/IceInternal/OutgoingAsync.java index d1d1b1fce61..3323f8cd53a 100644 --- a/java/src/IceInternal/OutgoingAsync.java +++ b/java/src/IceInternal/OutgoingAsync.java @@ -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. // // ********************************************************************** + package IceInternal; public abstract class OutgoingAsync diff --git a/java/src/IceInternal/OutgoingConnectionFactory.java b/java/src/IceInternal/OutgoingConnectionFactory.java index 3e0a5b49457..bd8826e6dc9 100644 --- a/java/src/IceInternal/OutgoingConnectionFactory.java +++ b/java/src/IceInternal/OutgoingConnectionFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public class OutgoingConnectionFactory diff --git a/java/src/IceInternal/Patcher.java b/java/src/IceInternal/Patcher.java index b5e30377bd0..ec4ba5e932e 100644 --- a/java/src/IceInternal/Patcher.java +++ b/java/src/IceInternal/Patcher.java @@ -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. // // ********************************************************************** + package IceInternal; public interface Patcher diff --git a/java/src/IceInternal/Protocol.java b/java/src/IceInternal/Protocol.java index b39ca8d48f9..6fdd5207c71 100644 --- a/java/src/IceInternal/Protocol.java +++ b/java/src/IceInternal/Protocol.java @@ -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. // // ********************************************************************** + package IceInternal; final class Protocol diff --git a/java/src/IceInternal/ProxyFactory.java b/java/src/IceInternal/ProxyFactory.java index d07d3114075..c10489eec6f 100644 --- a/java/src/IceInternal/ProxyFactory.java +++ b/java/src/IceInternal/ProxyFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ProxyFactory diff --git a/java/src/IceInternal/Reference.java b/java/src/IceInternal/Reference.java index 6f6cbdedf9d..3758d987613 100644 --- a/java/src/IceInternal/Reference.java +++ b/java/src/IceInternal/Reference.java @@ -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. // // ********************************************************************** + package IceInternal; public final class Reference diff --git a/java/src/IceInternal/ReferenceFactory.java b/java/src/IceInternal/ReferenceFactory.java index ba7823b8878..988c4d3b84d 100644 --- a/java/src/IceInternal/ReferenceFactory.java +++ b/java/src/IceInternal/ReferenceFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ReferenceFactory diff --git a/java/src/IceInternal/RouterInfo.java b/java/src/IceInternal/RouterInfo.java index f85140401f0..2c120f7a76f 100644 --- a/java/src/IceInternal/RouterInfo.java +++ b/java/src/IceInternal/RouterInfo.java @@ -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. // // ********************************************************************** + package IceInternal; public final class RouterInfo diff --git a/java/src/IceInternal/RouterManager.java b/java/src/IceInternal/RouterManager.java index 10ebdd6bae3..4a0ce4e3a80 100644 --- a/java/src/IceInternal/RouterManager.java +++ b/java/src/IceInternal/RouterManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class RouterManager diff --git a/java/src/IceInternal/SequencePatcher.java b/java/src/IceInternal/SequencePatcher.java index 5fc5b9300d2..5318f12fcd9 100644 --- a/java/src/IceInternal/SequencePatcher.java +++ b/java/src/IceInternal/SequencePatcher.java @@ -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. // // ********************************************************************** + package IceInternal; public class SequencePatcher implements Patcher diff --git a/java/src/IceInternal/ServantManager.java b/java/src/IceInternal/ServantManager.java index c08908c5400..43265bcb96e 100644 --- a/java/src/IceInternal/ServantManager.java +++ b/java/src/IceInternal/ServantManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ServantManager extends Thread diff --git a/java/src/IceInternal/TcpAcceptor.java b/java/src/IceInternal/TcpAcceptor.java index cf0f1799859..121fa487151 100644 --- a/java/src/IceInternal/TcpAcceptor.java +++ b/java/src/IceInternal/TcpAcceptor.java @@ -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. // // ********************************************************************** + package IceInternal; class TcpAcceptor implements Acceptor diff --git a/java/src/IceInternal/TcpConnector.java b/java/src/IceInternal/TcpConnector.java index f0162cb3314..bea30075b53 100644 --- a/java/src/IceInternal/TcpConnector.java +++ b/java/src/IceInternal/TcpConnector.java @@ -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. // // ********************************************************************** + package IceInternal; final class TcpConnector implements Connector diff --git a/java/src/IceInternal/TcpEndpoint.java b/java/src/IceInternal/TcpEndpoint.java index 64fc04a2fae..f3caef8e921 100644 --- a/java/src/IceInternal/TcpEndpoint.java +++ b/java/src/IceInternal/TcpEndpoint.java @@ -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. // // ********************************************************************** + package IceInternal; final class TcpEndpoint implements Endpoint diff --git a/java/src/IceInternal/TcpEndpointFactory.java b/java/src/IceInternal/TcpEndpointFactory.java index 4249dfc4100..e9e01abdd98 100644 --- a/java/src/IceInternal/TcpEndpointFactory.java +++ b/java/src/IceInternal/TcpEndpointFactory.java @@ -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. // // ********************************************************************** + package IceInternal; final class TcpEndpointFactory implements EndpointFactory diff --git a/java/src/IceInternal/TcpTransceiver.java b/java/src/IceInternal/TcpTransceiver.java index f5b49c6f1df..62d7c228588 100644 --- a/java/src/IceInternal/TcpTransceiver.java +++ b/java/src/IceInternal/TcpTransceiver.java @@ -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. // // ********************************************************************** + package IceInternal; final class TcpTransceiver implements Transceiver diff --git a/java/src/IceInternal/ThreadPool.java b/java/src/IceInternal/ThreadPool.java index 33ee57f19bd..815d9173a04 100644 --- a/java/src/IceInternal/ThreadPool.java +++ b/java/src/IceInternal/ThreadPool.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ThreadPool diff --git a/java/src/IceInternal/TraceLevels.java b/java/src/IceInternal/TraceLevels.java index af6c4339379..1a309b661c3 100644 --- a/java/src/IceInternal/TraceLevels.java +++ b/java/src/IceInternal/TraceLevels.java @@ -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. // // ********************************************************************** + package IceInternal; public final class TraceLevels diff --git a/java/src/IceInternal/TraceUtil.java b/java/src/IceInternal/TraceUtil.java index c4ce56e00dd..f728c8bd08f 100644 --- a/java/src/IceInternal/TraceUtil.java +++ b/java/src/IceInternal/TraceUtil.java @@ -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. // // ********************************************************************** + package IceInternal; final class TraceUtil diff --git a/java/src/IceInternal/Transceiver.java b/java/src/IceInternal/Transceiver.java index ff24d0900ed..5fb6290ae26 100644 --- a/java/src/IceInternal/Transceiver.java +++ b/java/src/IceInternal/Transceiver.java @@ -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. // // ********************************************************************** + package IceInternal; public interface Transceiver diff --git a/java/src/IceInternal/UdpEndpoint.java b/java/src/IceInternal/UdpEndpoint.java index c124a96dee1..7cc1df5e978 100644 --- a/java/src/IceInternal/UdpEndpoint.java +++ b/java/src/IceInternal/UdpEndpoint.java @@ -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. // // ********************************************************************** + package IceInternal; final class UdpEndpoint implements Endpoint diff --git a/java/src/IceInternal/UdpEndpointFactory.java b/java/src/IceInternal/UdpEndpointFactory.java index 124cf6c9492..ea1478aba19 100644 --- a/java/src/IceInternal/UdpEndpointFactory.java +++ b/java/src/IceInternal/UdpEndpointFactory.java @@ -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. // // ********************************************************************** + package IceInternal; final class UdpEndpointFactory implements EndpointFactory diff --git a/java/src/IceInternal/UdpTransceiver.java b/java/src/IceInternal/UdpTransceiver.java index e7634d41467..7831a2b1fd6 100644 --- a/java/src/IceInternal/UdpTransceiver.java +++ b/java/src/IceInternal/UdpTransceiver.java @@ -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. // // ********************************************************************** + package IceInternal; final class UdpTransceiver implements Transceiver diff --git a/java/src/IceInternal/UnknownEndpoint.java b/java/src/IceInternal/UnknownEndpoint.java index 9d203075805..c45baae349e 100644 --- a/java/src/IceInternal/UnknownEndpoint.java +++ b/java/src/IceInternal/UnknownEndpoint.java @@ -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. // // ********************************************************************** + package IceInternal; final class UnknownEndpoint implements Endpoint diff --git a/java/src/IceInternal/UserExceptionFactory.java b/java/src/IceInternal/UserExceptionFactory.java index b66574b1084..0d4c13d4731 100644 --- a/java/src/IceInternal/UserExceptionFactory.java +++ b/java/src/IceInternal/UserExceptionFactory.java @@ -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. // // ********************************************************************** + package IceInternal; public interface UserExceptionFactory diff --git a/java/src/IceInternal/UserExceptionFactoryManager.java b/java/src/IceInternal/UserExceptionFactoryManager.java index ab5f51304cc..006b9fae940 100644 --- a/java/src/IceInternal/UserExceptionFactoryManager.java +++ b/java/src/IceInternal/UserExceptionFactoryManager.java @@ -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. // // ********************************************************************** + package IceInternal; public final class UserExceptionFactoryManager diff --git a/java/src/IceInternal/ValueWriter.java b/java/src/IceInternal/ValueWriter.java index 1a4fccd0b44..3be569d1397 100644 --- a/java/src/IceInternal/ValueWriter.java +++ b/java/src/IceInternal/ValueWriter.java @@ -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. // // ********************************************************************** + package IceInternal; public final class ValueWriter diff --git a/java/src/IceUtil/Cache.java b/java/src/IceUtil/Cache.java index 11b75c8989c..3a1a2e44823 100644 --- a/java/src/IceUtil/Cache.java +++ b/java/src/IceUtil/Cache.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package IceUtil; // diff --git a/java/src/IceUtil/CountDownLatch.java b/java/src/IceUtil/CountDownLatch.java index 53dcec79442..885d686afc5 100644 --- a/java/src/IceUtil/CountDownLatch.java +++ b/java/src/IceUtil/CountDownLatch.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package IceUtil; // diff --git a/java/src/IceUtil/OutputBase.java b/java/src/IceUtil/OutputBase.java index c4af4235d60..6da37d1c036 100644 --- a/java/src/IceUtil/OutputBase.java +++ b/java/src/IceUtil/OutputBase.java @@ -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. // // ********************************************************************** + package IceUtil; public class OutputBase diff --git a/java/src/IceUtil/Store.java b/java/src/IceUtil/Store.java index 6e5e46c3555..9536e47459a 100644 --- a/java/src/IceUtil/Store.java +++ b/java/src/IceUtil/Store.java @@ -1,17 +1,17 @@ // ********************************************************************** // -// Copyright (c) 2004 +// 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. // // ********************************************************************** + package IceUtil; public interface Store diff --git a/java/src/IceUtil/StringUtil.java b/java/src/IceUtil/StringUtil.java index 8cd68d17ca4..7dbc39e6b52 100644 --- a/java/src/IceUtil/StringUtil.java +++ b/java/src/IceUtil/StringUtil.java @@ -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. // // ********************************************************************** + package IceUtil; public final class StringUtil diff --git a/java/src/IceUtil/Version.java b/java/src/IceUtil/Version.java index 00fb1110dfe..6e13c0ff25c 100644 --- a/java/src/IceUtil/Version.java +++ b/java/src/IceUtil/Version.java @@ -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. // // ********************************************************************** + package IceUtil; public final class Version diff --git a/java/src/IceUtil/XMLOutput.java b/java/src/IceUtil/XMLOutput.java index 60f7e04ea1b..f78f3193ae3 100644 --- a/java/src/IceUtil/XMLOutput.java +++ b/java/src/IceUtil/XMLOutput.java @@ -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. // // ********************************************************************** + package IceUtil; public class XMLOutput extends OutputBase diff --git a/java/test/Freeze/build.xml b/java/test/Freeze/build.xml index 524327c9bc0..0af368865c5 100644 --- a/java/test/Freeze/build.xml +++ b/java/test/Freeze/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Freeze" default="all" basedir="."> <target name="all"> diff --git a/java/test/Freeze/complex/Client.java b/java/test/Freeze/complex/Client.java index 24daa5d68a6..d6d8c69d48a 100644 --- a/java/test/Freeze/complex/Client.java +++ b/java/test/Freeze/complex/Client.java @@ -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. // // ********************************************************************** + import Freeze.*; public class Client diff --git a/java/test/Freeze/complex/Complex.ice b/java/test/Freeze/complex/Complex.ice index 4e72fb7857d..dd8448595ac 100644 --- a/java/test/Freeze/complex/Complex.ice +++ b/java/test/Freeze/complex/Complex.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. // // ********************************************************************** + module Complex { diff --git a/java/test/Freeze/complex/Complex/AddNodeI.java b/java/test/Freeze/complex/Complex/AddNodeI.java index 6ca48445879..240d4d3937e 100644 --- a/java/test/Freeze/complex/Complex/AddNodeI.java +++ b/java/test/Freeze/complex/Complex/AddNodeI.java @@ -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. // // ********************************************************************** + package Complex; public class AddNodeI extends AddNode diff --git a/java/test/Freeze/complex/Complex/MultiplyNodeI.java b/java/test/Freeze/complex/Complex/MultiplyNodeI.java index ea93217c53b..ec68013ee1a 100644 --- a/java/test/Freeze/complex/Complex/MultiplyNodeI.java +++ b/java/test/Freeze/complex/Complex/MultiplyNodeI.java @@ -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. // // ********************************************************************** + package Complex; public class MultiplyNodeI extends MultiplyNode diff --git a/java/test/Freeze/complex/Complex/NumberNodeI.java b/java/test/Freeze/complex/Complex/NumberNodeI.java index 7699b74a914..0b41c072061 100644 --- a/java/test/Freeze/complex/Complex/NumberNodeI.java +++ b/java/test/Freeze/complex/Complex/NumberNodeI.java @@ -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. // // ********************************************************************** + package Complex; public class NumberNodeI extends NumberNode diff --git a/java/test/Freeze/complex/Complex/ObjectFactoryI.java b/java/test/Freeze/complex/Complex/ObjectFactoryI.java index 9989b102881..a0a46947972 100644 --- a/java/test/Freeze/complex/Complex/ObjectFactoryI.java +++ b/java/test/Freeze/complex/Complex/ObjectFactoryI.java @@ -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. // // ********************************************************************** + package Complex; public class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory diff --git a/java/test/Freeze/complex/ParseError.java b/java/test/Freeze/complex/ParseError.java index aae37142a27..cc4f159c474 100644 --- a/java/test/Freeze/complex/ParseError.java +++ b/java/test/Freeze/complex/ParseError.java @@ -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. // // ********************************************************************** + public class ParseError extends Exception { public ParseError(String msg) diff --git a/java/test/Freeze/complex/Parser.java b/java/test/Freeze/complex/Parser.java index 1ec1ff5803b..e4b1d79c87a 100644 --- a/java/test/Freeze/complex/Parser.java +++ b/java/test/Freeze/complex/Parser.java @@ -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. // // ********************************************************************** + public class Parser { public Complex.Node diff --git a/java/test/Freeze/complex/build.xml b/java/test/Freeze/complex/build.xml index 9b12eb59f1e..013f1e87480 100644 --- a/java/test/Freeze/complex/build.xml +++ b/java/test/Freeze/complex/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Freeze_cursor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/complex/run.py b/java/test/Freeze/complex/run.py index 576233b6e40..1fe52202148 100755 --- a/java/test/Freeze/complex/run.py +++ b/java/test/Freeze/complex/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Freeze/dbmap/Client.java b/java/test/Freeze/dbmap/Client.java index 877e255c52c..1751dd09826 100644 --- a/java/test/Freeze/dbmap/Client.java +++ b/java/test/Freeze/dbmap/Client.java @@ -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. // // ********************************************************************** + import Freeze.*; public class Client diff --git a/java/test/Freeze/dbmap/build.xml b/java/test/Freeze/dbmap/build.xml index ea8cbe19c49..afae706f8de 100644 --- a/java/test/Freeze/dbmap/build.xml +++ b/java/test/Freeze/dbmap/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Freeze_cursor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/dbmap/run.py b/java/test/Freeze/dbmap/run.py index 71d611c0a00..aa332c34106 100755 --- a/java/test/Freeze/dbmap/run.py +++ b/java/test/Freeze/dbmap/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Freeze/evictor/Client.java b/java/test/Freeze/evictor/Client.java index b2ccaba5da8..5fc34074e51 100644 --- a/java/test/Freeze/evictor/Client.java +++ b/java/test/Freeze/evictor/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/test/Freeze/evictor/FacetI.java b/java/test/Freeze/evictor/FacetI.java index 983fadaaa67..d9740868219 100644 --- a/java/test/Freeze/evictor/FacetI.java +++ b/java/test/Freeze/evictor/FacetI.java @@ -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. // // ********************************************************************** + public class FacetI extends ServantI implements Test._FacetOperations { FacetI(Test.Facet tie) diff --git a/java/test/Freeze/evictor/RemoteEvictorFactoryI.java b/java/test/Freeze/evictor/RemoteEvictorFactoryI.java index a70e769f91d..36addc0a105 100644 --- a/java/test/Freeze/evictor/RemoteEvictorFactoryI.java +++ b/java/test/Freeze/evictor/RemoteEvictorFactoryI.java @@ -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. // // ********************************************************************** + public final class RemoteEvictorFactoryI extends Test._RemoteEvictorFactoryDisp { RemoteEvictorFactoryI(Ice.ObjectAdapter adapter, String envName) diff --git a/java/test/Freeze/evictor/RemoteEvictorI.java b/java/test/Freeze/evictor/RemoteEvictorI.java index a09b64c0be1..7568e5b1d00 100644 --- a/java/test/Freeze/evictor/RemoteEvictorI.java +++ b/java/test/Freeze/evictor/RemoteEvictorI.java @@ -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. // // ********************************************************************** + public final class RemoteEvictorI extends Test._RemoteEvictorDisp { static class Initializer extends Ice.LocalObjectImpl implements Freeze.ServantInitializer diff --git a/java/test/Freeze/evictor/ServantI.java b/java/test/Freeze/evictor/ServantI.java index 84fdb485b34..4bf93565ddf 100644 --- a/java/test/Freeze/evictor/ServantI.java +++ b/java/test/Freeze/evictor/ServantI.java @@ -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. // // ********************************************************************** + public class ServantI implements Test._ServantOperations { static class DelayedResponse extends Thread diff --git a/java/test/Freeze/evictor/Server.java b/java/test/Freeze/evictor/Server.java index a68959357cb..82ad6615155 100644 --- a/java/test/Freeze/evictor/Server.java +++ b/java/test/Freeze/evictor/Server.java @@ -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. // // ********************************************************************** + public class Server { static class ServantFactory extends Ice.LocalObjectImpl implements Ice.ObjectFactory diff --git a/java/test/Freeze/evictor/Test.ice b/java/test/Freeze/evictor/Test.ice index cdbe982f481..728d0a4bf19 100644 --- a/java/test/Freeze/evictor/Test.ice +++ b/java/test/Freeze/evictor/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/java/test/Freeze/evictor/build.xml b/java/test/Freeze/evictor/build.xml index e6d5ffc90d0..c63d2711954 100644 --- a/java/test/Freeze/evictor/build.xml +++ b/java/test/Freeze/evictor/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Freeze_evictor" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Freeze/evictor/run.py b/java/test/Freeze/evictor/run.py index 3c030c8fee0..3374339646c 100755 --- a/java/test/Freeze/evictor/run.py +++ b/java/test/Freeze/evictor/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Glacier/build.xml b/java/test/Glacier/build.xml index b3eb3581399..97da3cd79bd 100644 --- a/java/test/Glacier/build.xml +++ b/java/test/Glacier/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/test/Glacier/starter/Callback.ice b/java/test/Glacier/starter/Callback.ice index fd71399aee6..5df246bbb52 100644 --- a/java/test/Glacier/starter/Callback.ice +++ b/java/test/Glacier/starter/Callback.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 CALLBACK_ICE #define CALLBACK_ICE diff --git a/java/test/Glacier/starter/CallbackClient.java b/java/test/Glacier/starter/CallbackClient.java index 8a9a23ffc7d..bacebe2e783 100644 --- a/java/test/Glacier/starter/CallbackClient.java +++ b/java/test/Glacier/starter/CallbackClient.java @@ -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. // // ********************************************************************** + class CallbackClient extends Ice.Application { public int diff --git a/java/test/Glacier/starter/CallbackI.java b/java/test/Glacier/starter/CallbackI.java index e6216678c3b..e8def7f6aa2 100644 --- a/java/test/Glacier/starter/CallbackI.java +++ b/java/test/Glacier/starter/CallbackI.java @@ -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. // // ********************************************************************** + final class CallbackI extends Callback { CallbackI(Ice.Communicator communicator) diff --git a/java/test/Glacier/starter/CallbackReceiverI.java b/java/test/Glacier/starter/CallbackReceiverI.java index d6f2d92f338..9192a5d0242 100644 --- a/java/test/Glacier/starter/CallbackReceiverI.java +++ b/java/test/Glacier/starter/CallbackReceiverI.java @@ -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. // // ********************************************************************** + final class CallbackReceiverI extends CallbackReceiver { CallbackReceiverI() diff --git a/java/test/Glacier/starter/CallbackServer.java b/java/test/Glacier/starter/CallbackServer.java index 4d0444c508a..abf3236ef8e 100644 --- a/java/test/Glacier/starter/CallbackServer.java +++ b/java/test/Glacier/starter/CallbackServer.java @@ -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. // // ********************************************************************** + class CallbackServer extends Ice.Application { public int diff --git a/java/test/Glacier/starter/Client.java b/java/test/Glacier/starter/Client.java index 44fbe7e8ab6..f1be3c1c68e 100644 --- a/java/test/Glacier/starter/Client.java +++ b/java/test/Glacier/starter/Client.java @@ -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. // // ********************************************************************** + public class Client { public static void diff --git a/java/test/Glacier/starter/Server.java b/java/test/Glacier/starter/Server.java index 0dc0520b897..7690c89702a 100644 --- a/java/test/Glacier/starter/Server.java +++ b/java/test/Glacier/starter/Server.java @@ -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. // // ********************************************************************** + public class Server { public static void diff --git a/java/test/Glacier/starter/build.xml b/java/test/Glacier/starter/build.xml index 73fc0930b63..d1042de23c0 100644 --- a/java/test/Glacier/starter/build.xml +++ b/java/test/Glacier/starter/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Glacier_starter" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Glacier/starter/run.py b/java/test/Glacier/starter/run.py index a5a28dfcb61..67a3c21c2de 100755 --- a/java/test/Glacier/starter/run.py +++ b/java/test/Glacier/starter/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/adapterDeactivation/AllTests.java b/java/test/Ice/adapterDeactivation/AllTests.java index 2e66164cdc7..165ec90507f 100644 --- a/java/test/Ice/adapterDeactivation/AllTests.java +++ b/java/test/Ice/adapterDeactivation/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/adapterDeactivation/Client.java b/java/test/Ice/adapterDeactivation/Client.java index f30cc1c4802..5cebeb641a6 100644 --- a/java/test/Ice/adapterDeactivation/Client.java +++ b/java/test/Ice/adapterDeactivation/Client.java @@ -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. // // ********************************************************************** + public class Client { static class TestClient extends Ice.Application diff --git a/java/test/Ice/adapterDeactivation/Collocated.java b/java/test/Ice/adapterDeactivation/Collocated.java index da29cb136df..2bf8d5efe22 100644 --- a/java/test/Ice/adapterDeactivation/Collocated.java +++ b/java/test/Ice/adapterDeactivation/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { static class TestServer extends Ice.Application diff --git a/java/test/Ice/adapterDeactivation/CookieI.java b/java/test/Ice/adapterDeactivation/CookieI.java index ae13d25558b..47b14a9389e 100644 --- a/java/test/Ice/adapterDeactivation/CookieI.java +++ b/java/test/Ice/adapterDeactivation/CookieI.java @@ -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. // // ********************************************************************** + public final class CookieI extends Cookie { public String diff --git a/java/test/Ice/adapterDeactivation/ServantLocatorI.java b/java/test/Ice/adapterDeactivation/ServantLocatorI.java index 92bed236535..827c7bb4e3e 100644 --- a/java/test/Ice/adapterDeactivation/ServantLocatorI.java +++ b/java/test/Ice/adapterDeactivation/ServantLocatorI.java @@ -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. // // ********************************************************************** + public final class ServantLocatorI extends Ice.LocalObjectImpl implements Ice.ServantLocator { public diff --git a/java/test/Ice/adapterDeactivation/Server.java b/java/test/Ice/adapterDeactivation/Server.java index 013534fea0c..41ff804ab95 100644 --- a/java/test/Ice/adapterDeactivation/Server.java +++ b/java/test/Ice/adapterDeactivation/Server.java @@ -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. // // ********************************************************************** + public class Server { static class TestServer extends Ice.Application diff --git a/java/test/Ice/adapterDeactivation/Test.ice b/java/test/Ice/adapterDeactivation/Test.ice index 7b23a4b05a7..a3b0d2a4cca 100644 --- a/java/test/Ice/adapterDeactivation/Test.ice +++ b/java/test/Ice/adapterDeactivation/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/java/test/Ice/adapterDeactivation/TestI.java b/java/test/Ice/adapterDeactivation/TestI.java index 894de98f345..1328cb78884 100644 --- a/java/test/Ice/adapterDeactivation/TestI.java +++ b/java/test/Ice/adapterDeactivation/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public void diff --git a/java/test/Ice/adapterDeactivation/build.xml b/java/test/Ice/adapterDeactivation/build.xml index 84bb0cf9d82..b2475b65c39 100644 --- a/java/test/Ice/adapterDeactivation/build.xml +++ b/java/test/Ice/adapterDeactivation/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_operations" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/adapterDeactivation/run.py b/java/test/Ice/adapterDeactivation/run.py index 25b00830142..9e3e3d96485 100755 --- a/java/test/Ice/adapterDeactivation/run.py +++ b/java/test/Ice/adapterDeactivation/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/build.xml b/java/test/Ice/build.xml index 7692825525e..31a6422e7a3 100644 --- a/java/test/Ice/build.xml +++ b/java/test/Ice/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice" default="all" basedir="."> <target name="all"> diff --git a/java/test/Ice/custom/AllTests.java b/java/test/Ice/custom/AllTests.java index f5252a2e25f..bd3dac47bf0 100644 --- a/java/test/Ice/custom/AllTests.java +++ b/java/test/Ice/custom/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/custom/Client.java b/java/test/Ice/custom/Client.java index dce720c149a..954b44d349e 100644 --- a/java/test/Ice/custom/Client.java +++ b/java/test/Ice/custom/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/custom/Collocated.java b/java/test/Ice/custom/Collocated.java index f61d9684c09..27686802cdb 100644 --- a/java/test/Ice/custom/Collocated.java +++ b/java/test/Ice/custom/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/custom/Server.java b/java/test/Ice/custom/Server.java index 5968d2c855e..e68903a54df 100644 --- a/java/test/Ice/custom/Server.java +++ b/java/test/Ice/custom/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/custom/Test.ice b/java/test/Ice/custom/Test.ice index 098f7f81b11..803ff2ef3b0 100644 --- a/java/test/Ice/custom/Test.ice +++ b/java/test/Ice/custom/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/java/test/Ice/custom/TestI.java b/java/test/Ice/custom/TestI.java index 7143da41520..9154f69f102 100644 --- a/java/test/Ice/custom/TestI.java +++ b/java/test/Ice/custom/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends Test { public diff --git a/java/test/Ice/custom/build.xml b/java/test/Ice/custom/build.xml index fe89f653d47..cb609fc07f9 100644 --- a/java/test/Ice/custom/build.xml +++ b/java/test/Ice/custom/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_custom" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/custom/run.py b/java/test/Ice/custom/run.py index 773a538a06a..cda47681e9e 100755 --- a/java/test/Ice/custom/run.py +++ b/java/test/Ice/custom/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index c13fd3e90ca..e7bb8997b23 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/exceptions/Client.java b/java/test/Ice/exceptions/Client.java index ef1b8f97326..b50ca5e3314 100644 --- a/java/test/Ice/exceptions/Client.java +++ b/java/test/Ice/exceptions/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/exceptions/Collocated.java b/java/test/Ice/exceptions/Collocated.java index 4344d094c80..d9b0916e3af 100644 --- a/java/test/Ice/exceptions/Collocated.java +++ b/java/test/Ice/exceptions/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/exceptions/DummyLogger.java b/java/test/Ice/exceptions/DummyLogger.java index c5a0887d5dd..293ae10e0c5 100644 --- a/java/test/Ice/exceptions/DummyLogger.java +++ b/java/test/Ice/exceptions/DummyLogger.java @@ -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. // // ********************************************************************** + public final class DummyLogger extends Ice.LocalObjectImpl implements Ice.Logger { public void diff --git a/java/test/Ice/exceptions/EmptyI.java b/java/test/Ice/exceptions/EmptyI.java index e112dfc84b5..f12fd40e649 100644 --- a/java/test/Ice/exceptions/EmptyI.java +++ b/java/test/Ice/exceptions/EmptyI.java @@ -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. // // ********************************************************************** + public final class EmptyI extends _EmptyDisp { } diff --git a/java/test/Ice/exceptions/ObjectFactoryI.java b/java/test/Ice/exceptions/ObjectFactoryI.java index fac56c97975..d0cb99f9aa3 100644 --- a/java/test/Ice/exceptions/ObjectFactoryI.java +++ b/java/test/Ice/exceptions/ObjectFactoryI.java @@ -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. // // ********************************************************************** + public final class ObjectFactoryI extends Ice.LocalObjectImpl implements Ice.ObjectFactory { public Ice.Object create(String s) diff --git a/java/test/Ice/exceptions/ServantLocatorI.java b/java/test/Ice/exceptions/ServantLocatorI.java index acd0d50cbbf..5a9a6c695de 100644 --- a/java/test/Ice/exceptions/ServantLocatorI.java +++ b/java/test/Ice/exceptions/ServantLocatorI.java @@ -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. // // ********************************************************************** + public final class ServantLocatorI extends Ice.LocalObjectImpl implements Ice.ServantLocator { public Ice.Object locate(Ice.Current curr, Ice.LocalObjectHolder cookie) diff --git a/java/test/Ice/exceptions/Server.java b/java/test/Ice/exceptions/Server.java index ec835514335..64d4385cbce 100644 --- a/java/test/Ice/exceptions/Server.java +++ b/java/test/Ice/exceptions/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/exceptions/Test.ice b/java/test/Ice/exceptions/Test.ice index 2ac6482d3e7..8b0392f68fc 100644 --- a/java/test/Ice/exceptions/Test.ice +++ b/java/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/java/test/Ice/exceptions/ThrowerI.java b/java/test/Ice/exceptions/ThrowerI.java index 227df0d45ce..c28594690c2 100644 --- a/java/test/Ice/exceptions/ThrowerI.java +++ b/java/test/Ice/exceptions/ThrowerI.java @@ -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. // // ********************************************************************** + public final class ThrowerI extends _ThrowerDisp { public diff --git a/java/test/Ice/exceptions/build.xml b/java/test/Ice/exceptions/build.xml index 78b8c0d07f1..212f29f55d8 100644 --- a/java/test/Ice/exceptions/build.xml +++ b/java/test/Ice/exceptions/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_exceptions" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/exceptions/run.py b/java/test/Ice/exceptions/run.py index 1245d90af96..12502f0922e 100755 --- a/java/test/Ice/exceptions/run.py +++ b/java/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/exceptionsAMD/DummyLogger.java b/java/test/Ice/exceptionsAMD/DummyLogger.java index c5a0887d5dd..293ae10e0c5 100644 --- a/java/test/Ice/exceptionsAMD/DummyLogger.java +++ b/java/test/Ice/exceptionsAMD/DummyLogger.java @@ -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. // // ********************************************************************** + public final class DummyLogger extends Ice.LocalObjectImpl implements Ice.Logger { public void diff --git a/java/test/Ice/exceptionsAMD/Server.java b/java/test/Ice/exceptionsAMD/Server.java index ec835514335..64d4385cbce 100644 --- a/java/test/Ice/exceptionsAMD/Server.java +++ b/java/test/Ice/exceptionsAMD/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/exceptionsAMD/TestAMD.ice b/java/test/Ice/exceptionsAMD/TestAMD.ice index a6e0c26ddd3..498e7bb82c9 100644 --- a/java/test/Ice/exceptionsAMD/TestAMD.ice +++ b/java/test/Ice/exceptionsAMD/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/java/test/Ice/exceptionsAMD/ThrowerI.java b/java/test/Ice/exceptionsAMD/ThrowerI.java index d6dafa507ec..445a50ce062 100644 --- a/java/test/Ice/exceptionsAMD/ThrowerI.java +++ b/java/test/Ice/exceptionsAMD/ThrowerI.java @@ -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. // // ********************************************************************** + public final class ThrowerI extends _ThrowerDisp { public diff --git a/java/test/Ice/exceptionsAMD/build.xml b/java/test/Ice/exceptionsAMD/build.xml index 7566f82bc19..3d6aab25fec 100644 --- a/java/test/Ice/exceptionsAMD/build.xml +++ b/java/test/Ice/exceptionsAMD/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_exceptions" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/facets/AI.java b/java/test/Ice/facets/AI.java index 02db9b975c5..64cd54dbce3 100644 --- a/java/test/Ice/facets/AI.java +++ b/java/test/Ice/facets/AI.java @@ -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. // // ********************************************************************** + public final class AI extends _ADisp { public diff --git a/java/test/Ice/facets/AllTests.java b/java/test/Ice/facets/AllTests.java index db3e5949141..0162c73ed01 100644 --- a/java/test/Ice/facets/AllTests.java +++ b/java/test/Ice/facets/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/facets/BI.java b/java/test/Ice/facets/BI.java index c0a52238e63..c2d619dca26 100644 --- a/java/test/Ice/facets/BI.java +++ b/java/test/Ice/facets/BI.java @@ -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. // // ********************************************************************** + public final class BI extends _BDisp { public diff --git a/java/test/Ice/facets/CI.java b/java/test/Ice/facets/CI.java index 4399af48451..c3dba382a7b 100644 --- a/java/test/Ice/facets/CI.java +++ b/java/test/Ice/facets/CI.java @@ -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. // // ********************************************************************** + public final class CI extends _CDisp { public diff --git a/java/test/Ice/facets/Client.java b/java/test/Ice/facets/Client.java index f35e67c6565..055f84451af 100644 --- a/java/test/Ice/facets/Client.java +++ b/java/test/Ice/facets/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/facets/Collocated.java b/java/test/Ice/facets/Collocated.java index 590b2ded81d..4e801b031ab 100644 --- a/java/test/Ice/facets/Collocated.java +++ b/java/test/Ice/facets/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/facets/DI.java b/java/test/Ice/facets/DI.java index 366f7f0d153..3054a753463 100644 --- a/java/test/Ice/facets/DI.java +++ b/java/test/Ice/facets/DI.java @@ -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. // // ********************************************************************** + public final class DI extends _DDisp { public diff --git a/java/test/Ice/facets/EI.java b/java/test/Ice/facets/EI.java index 0c77d2e8cac..ec7c451e2bb 100644 --- a/java/test/Ice/facets/EI.java +++ b/java/test/Ice/facets/EI.java @@ -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. // // ********************************************************************** + public final class EI extends _EDisp { public diff --git a/java/test/Ice/facets/EmptyI.java b/java/test/Ice/facets/EmptyI.java index e112dfc84b5..f12fd40e649 100644 --- a/java/test/Ice/facets/EmptyI.java +++ b/java/test/Ice/facets/EmptyI.java @@ -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. // // ********************************************************************** + public final class EmptyI extends _EmptyDisp { } diff --git a/java/test/Ice/facets/FI.java b/java/test/Ice/facets/FI.java index c6fd8f2ad63..ade5826322b 100644 --- a/java/test/Ice/facets/FI.java +++ b/java/test/Ice/facets/FI.java @@ -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. // // ********************************************************************** + public final class FI extends _FDisp { public diff --git a/java/test/Ice/facets/GI.java b/java/test/Ice/facets/GI.java index 2f1022936e7..084a164a54b 100644 --- a/java/test/Ice/facets/GI.java +++ b/java/test/Ice/facets/GI.java @@ -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. // // ********************************************************************** + public final class GI extends _GDisp { public diff --git a/java/test/Ice/facets/HI.java b/java/test/Ice/facets/HI.java index 951f83e53f9..4f7529fa5a1 100644 --- a/java/test/Ice/facets/HI.java +++ b/java/test/Ice/facets/HI.java @@ -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. // // ********************************************************************** + public final class HI extends _HDisp { public diff --git a/java/test/Ice/facets/Server.java b/java/test/Ice/facets/Server.java index f5eecf6a77d..48b7f306dd3 100644 --- a/java/test/Ice/facets/Server.java +++ b/java/test/Ice/facets/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/facets/Test.ice b/java/test/Ice/facets/Test.ice index 1b4af73e885..e8f202bff53 100644 --- a/java/test/Ice/facets/Test.ice +++ b/java/test/Ice/facets/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/java/test/Ice/facets/build.xml b/java/test/Ice/facets/build.xml index babc76614be..61ab067fce1 100644 --- a/java/test/Ice/facets/build.xml +++ b/java/test/Ice/facets/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_facets" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/facets/run.py b/java/test/Ice/facets/run.py index fc4cb9de4ea..dad67e968b6 100755 --- a/java/test/Ice/facets/run.py +++ b/java/test/Ice/facets/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/faultTolerance/AllTests.java b/java/test/Ice/faultTolerance/AllTests.java index 239f4d91dba..b5475160824 100644 --- a/java/test/Ice/faultTolerance/AllTests.java +++ b/java/test/Ice/faultTolerance/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { public static void diff --git a/java/test/Ice/faultTolerance/Client.java b/java/test/Ice/faultTolerance/Client.java index a090106dbd3..1326a9f1bbc 100644 --- a/java/test/Ice/faultTolerance/Client.java +++ b/java/test/Ice/faultTolerance/Client.java @@ -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. // // ********************************************************************** + public class Client { private static void diff --git a/java/test/Ice/faultTolerance/Server.java b/java/test/Ice/faultTolerance/Server.java index f985a52564d..c88b84e57b1 100644 --- a/java/test/Ice/faultTolerance/Server.java +++ b/java/test/Ice/faultTolerance/Server.java @@ -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. // // ********************************************************************** + public class Server { private static void diff --git a/java/test/Ice/faultTolerance/Test.ice b/java/test/Ice/faultTolerance/Test.ice index 18ef9797ae9..15fa8e63042 100644 --- a/java/test/Ice/faultTolerance/Test.ice +++ b/java/test/Ice/faultTolerance/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/java/test/Ice/faultTolerance/TestI.java b/java/test/Ice/faultTolerance/TestI.java index 61873e62c40..43cbb1d22ea 100644 --- a/java/test/Ice/faultTolerance/TestI.java +++ b/java/test/Ice/faultTolerance/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public diff --git a/java/test/Ice/faultTolerance/build.xml b/java/test/Ice/faultTolerance/build.xml index 93a2b7bf54b..3b01898fcec 100644 --- a/java/test/Ice/faultTolerance/build.xml +++ b/java/test/Ice/faultTolerance/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_faultTolerance" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/faultTolerance/run.py b/java/test/Ice/faultTolerance/run.py index d016cf9b9ff..43a50481417 100755 --- a/java/test/Ice/faultTolerance/run.py +++ b/java/test/Ice/faultTolerance/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/inheritance/AllTests.java b/java/test/Ice/inheritance/AllTests.java index e35f23d6d99..ee24445b535 100644 --- a/java/test/Ice/inheritance/AllTests.java +++ b/java/test/Ice/inheritance/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/inheritance/CAI.java b/java/test/Ice/inheritance/CAI.java index 74478a18570..12de0c6621e 100644 --- a/java/test/Ice/inheritance/CAI.java +++ b/java/test/Ice/inheritance/CAI.java @@ -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. // // ********************************************************************** + public final class CAI extends MA.CA { public diff --git a/java/test/Ice/inheritance/CBI.java b/java/test/Ice/inheritance/CBI.java index f2069d56b6b..ccd742c9264 100644 --- a/java/test/Ice/inheritance/CBI.java +++ b/java/test/Ice/inheritance/CBI.java @@ -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. // // ********************************************************************** + public final class CBI extends MB.CB { public diff --git a/java/test/Ice/inheritance/CCI.java b/java/test/Ice/inheritance/CCI.java index d909312061e..abf657f811c 100644 --- a/java/test/Ice/inheritance/CCI.java +++ b/java/test/Ice/inheritance/CCI.java @@ -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. // // ********************************************************************** + public final class CCI extends MA.CC { public diff --git a/java/test/Ice/inheritance/CDI.java b/java/test/Ice/inheritance/CDI.java index d075a497684..4b9c987a28b 100644 --- a/java/test/Ice/inheritance/CDI.java +++ b/java/test/Ice/inheritance/CDI.java @@ -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. // // ********************************************************************** + public final class CDI extends MA.CD { public diff --git a/java/test/Ice/inheritance/Client.java b/java/test/Ice/inheritance/Client.java index 87bb5c84674..99d52f996d1 100644 --- a/java/test/Ice/inheritance/Client.java +++ b/java/test/Ice/inheritance/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/inheritance/Collocated.java b/java/test/Ice/inheritance/Collocated.java index 328e9909e98..05caab99648 100644 --- a/java/test/Ice/inheritance/Collocated.java +++ b/java/test/Ice/inheritance/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/inheritance/IAI.java b/java/test/Ice/inheritance/IAI.java index d0d2c04c495..09231bb72c9 100644 --- a/java/test/Ice/inheritance/IAI.java +++ b/java/test/Ice/inheritance/IAI.java @@ -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. // // ********************************************************************** + public final class IAI extends MA._IADisp { public diff --git a/java/test/Ice/inheritance/IB1I.java b/java/test/Ice/inheritance/IB1I.java index e72aa06c77b..833e0a9ea57 100644 --- a/java/test/Ice/inheritance/IB1I.java +++ b/java/test/Ice/inheritance/IB1I.java @@ -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. // // ********************************************************************** + public final class IB1I extends MB._IB1Disp { public diff --git a/java/test/Ice/inheritance/IB2I.java b/java/test/Ice/inheritance/IB2I.java index 4f9882fde08..9f319bd82fa 100644 --- a/java/test/Ice/inheritance/IB2I.java +++ b/java/test/Ice/inheritance/IB2I.java @@ -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. // // ********************************************************************** + public final class IB2I extends MB._IB2Disp { public diff --git a/java/test/Ice/inheritance/ICI.java b/java/test/Ice/inheritance/ICI.java index 547517a2ba5..839c3da2ca8 100644 --- a/java/test/Ice/inheritance/ICI.java +++ b/java/test/Ice/inheritance/ICI.java @@ -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. // // ********************************************************************** + public final class ICI extends MA._ICDisp { public diff --git a/java/test/Ice/inheritance/InitialI.java b/java/test/Ice/inheritance/InitialI.java index f57c21fe8ec..6f426b2dc8f 100644 --- a/java/test/Ice/inheritance/InitialI.java +++ b/java/test/Ice/inheritance/InitialI.java @@ -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. // // ********************************************************************** + public final class InitialI extends _InitialDisp { public diff --git a/java/test/Ice/inheritance/Server.java b/java/test/Ice/inheritance/Server.java index 5a9492c6fa0..5434755389f 100644 --- a/java/test/Ice/inheritance/Server.java +++ b/java/test/Ice/inheritance/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/inheritance/Test.ice b/java/test/Ice/inheritance/Test.ice index 10d0800ef95..7829bc57b83 100644 --- a/java/test/Ice/inheritance/Test.ice +++ b/java/test/Ice/inheritance/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 TESTICE #define TESTICE diff --git a/java/test/Ice/inheritance/build.xml b/java/test/Ice/inheritance/build.xml index 07dad8c7298..c5034b363f5 100644 --- a/java/test/Ice/inheritance/build.xml +++ b/java/test/Ice/inheritance/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_inheritance" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/inheritance/run.py b/java/test/Ice/inheritance/run.py index c1d8220bd31..aeb05771824 100755 --- a/java/test/Ice/inheritance/run.py +++ b/java/test/Ice/inheritance/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/location/AllTests.java b/java/test/Ice/location/AllTests.java index 2107f3a3771..20919bf717e 100644 --- a/java/test/Ice/location/AllTests.java +++ b/java/test/Ice/location/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/location/Client.java b/java/test/Ice/location/Client.java index 6965bfa0f79..332e5ee5b0e 100644 --- a/java/test/Ice/location/Client.java +++ b/java/test/Ice/location/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/location/HelloI.java b/java/test/Ice/location/HelloI.java index 890e9a22a40..4a71c751481 100644 --- a/java/test/Ice/location/HelloI.java +++ b/java/test/Ice/location/HelloI.java @@ -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. // // ********************************************************************** + public class HelloI extends _HelloDisp { public void diff --git a/java/test/Ice/location/Server.java b/java/test/Ice/location/Server.java index 4d81ef38d56..bfd370aeb84 100644 --- a/java/test/Ice/location/Server.java +++ b/java/test/Ice/location/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/location/ServerLocator.java b/java/test/Ice/location/ServerLocator.java index f43f1401dfb..a9c8b5920a8 100644 --- a/java/test/Ice/location/ServerLocator.java +++ b/java/test/Ice/location/ServerLocator.java @@ -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. // // ********************************************************************** + public class ServerLocator extends Ice._LocatorDisp { public diff --git a/java/test/Ice/location/ServerLocatorRegistry.java b/java/test/Ice/location/ServerLocatorRegistry.java index 170bfb3df84..016c8e88854 100644 --- a/java/test/Ice/location/ServerLocatorRegistry.java +++ b/java/test/Ice/location/ServerLocatorRegistry.java @@ -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. // // ********************************************************************** + public class ServerLocatorRegistry extends Ice._LocatorRegistryDisp { public void diff --git a/java/test/Ice/location/ServerManagerI.java b/java/test/Ice/location/ServerManagerI.java index 0398e62d1e0..0cc460c8c7d 100644 --- a/java/test/Ice/location/ServerManagerI.java +++ b/java/test/Ice/location/ServerManagerI.java @@ -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. // // ********************************************************************** + public class ServerManagerI extends _ServerManagerDisp { ServerManagerI(Ice.ObjectAdapter adapter) diff --git a/java/test/Ice/location/Test.ice b/java/test/Ice/location/Test.ice index ae2549eda42..df89980dfa3 100644 --- a/java/test/Ice/location/Test.ice +++ b/java/test/Ice/location/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/java/test/Ice/location/TestI.java b/java/test/Ice/location/TestI.java index 97a6ff15e3d..0154bd33c84 100644 --- a/java/test/Ice/location/TestI.java +++ b/java/test/Ice/location/TestI.java @@ -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. // // ********************************************************************** + public class TestI extends _TestDisp { TestI(Ice.ObjectAdapter adapter) diff --git a/java/test/Ice/location/build.xml b/java/test/Ice/location/build.xml index 058a1dbf335..c8f3bd9c15f 100644 --- a/java/test/Ice/location/build.xml +++ b/java/test/Ice/location/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_location" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/location/run.py b/java/test/Ice/location/run.py index d8dbb928fa3..9199a748598 100755 --- a/java/test/Ice/location/run.py +++ b/java/test/Ice/location/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/objects/AllTests.java b/java/test/Ice/objects/AllTests.java index 261274df596..f76e15e27cf 100644 --- a/java/test/Ice/objects/AllTests.java +++ b/java/test/Ice/objects/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/objects/BI.java b/java/test/Ice/objects/BI.java index 96b9ec7bccd..a48bcb95686 100644 --- a/java/test/Ice/objects/BI.java +++ b/java/test/Ice/objects/BI.java @@ -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. // // ********************************************************************** + public final class BI extends B { public diff --git a/java/test/Ice/objects/CI.java b/java/test/Ice/objects/CI.java index 6b9133a6a54..434b1e0841a 100644 --- a/java/test/Ice/objects/CI.java +++ b/java/test/Ice/objects/CI.java @@ -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. // // ********************************************************************** + public final class CI extends C { public diff --git a/java/test/Ice/objects/Client.java b/java/test/Ice/objects/Client.java index b44c3ffe7ea..da98b117697 100644 --- a/java/test/Ice/objects/Client.java +++ b/java/test/Ice/objects/Client.java @@ -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. // // ********************************************************************** + public class Client { private static class MyObjectFactory extends Ice.LocalObjectImpl implements Ice.ObjectFactory diff --git a/java/test/Ice/objects/Collocated.java b/java/test/Ice/objects/Collocated.java index 60420128eb5..81683746af1 100644 --- a/java/test/Ice/objects/Collocated.java +++ b/java/test/Ice/objects/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/objects/DI.java b/java/test/Ice/objects/DI.java index 6fd27eded4d..a1607e9d3f2 100644 --- a/java/test/Ice/objects/DI.java +++ b/java/test/Ice/objects/DI.java @@ -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. // // ********************************************************************** + public final class DI extends D { public diff --git a/java/test/Ice/objects/InitialI.java b/java/test/Ice/objects/InitialI.java index cb1f23e64e3..886df7ee8ec 100644 --- a/java/test/Ice/objects/InitialI.java +++ b/java/test/Ice/objects/InitialI.java @@ -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. // // ********************************************************************** + public final class InitialI extends Initial { public diff --git a/java/test/Ice/objects/Server.java b/java/test/Ice/objects/Server.java index 5a9492c6fa0..5434755389f 100644 --- a/java/test/Ice/objects/Server.java +++ b/java/test/Ice/objects/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/objects/Test.ice b/java/test/Ice/objects/Test.ice index 14051f2ab39..5e2c75bca60 100644 --- a/java/test/Ice/objects/Test.ice +++ b/java/test/Ice/objects/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/java/test/Ice/objects/build.xml b/java/test/Ice/objects/build.xml index 628e8aa178f..728fea8a699 100644 --- a/java/test/Ice/objects/build.xml +++ b/java/test/Ice/objects/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_objects" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/objects/run.py b/java/test/Ice/objects/run.py index 81cc8b47b8e..d8cc4eddfa4 100755 --- a/java/test/Ice/objects/run.py +++ b/java/test/Ice/objects/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/operations/AllTests.java b/java/test/Ice/operations/AllTests.java index 5fd0cf03cb8..82e9f7323c7 100644 --- a/java/test/Ice/operations/AllTests.java +++ b/java/test/Ice/operations/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/operations/Client.java b/java/test/Ice/operations/Client.java index 3e228ea245d..07a76b16955 100644 --- a/java/test/Ice/operations/Client.java +++ b/java/test/Ice/operations/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index baa09ed9b8b..7ba8c80f29e 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/Collocated.java @@ -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. // // ********************************************************************** + public class Collocated { private static int diff --git a/java/test/Ice/operations/MyDerivedClassI.java b/java/test/Ice/operations/MyDerivedClassI.java index 50d140646e5..5ba14c9a12f 100644 --- a/java/test/Ice/operations/MyDerivedClassI.java +++ b/java/test/Ice/operations/MyDerivedClassI.java @@ -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. // // ********************************************************************** + public final class MyDerivedClassI extends Test.MyDerivedClass { public diff --git a/java/test/Ice/operations/Server.java b/java/test/Ice/operations/Server.java index 89d7270e981..dfcf65ae9a4 100644 --- a/java/test/Ice/operations/Server.java +++ b/java/test/Ice/operations/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/operations/Test.ice b/java/test/Ice/operations/Test.ice index ad1940d4577..0910350a530 100644 --- a/java/test/Ice/operations/Test.ice +++ b/java/test/Ice/operations/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/java/test/Ice/operations/Twoways.java b/java/test/Ice/operations/Twoways.java index 2a8d56b4659..95a8416a0dd 100644 --- a/java/test/Ice/operations/Twoways.java +++ b/java/test/Ice/operations/Twoways.java @@ -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. // // ********************************************************************** + class Twoways { private static void diff --git a/java/test/Ice/operations/TwowaysAMI.java b/java/test/Ice/operations/TwowaysAMI.java index 6fa68246494..2cf611b63a9 100644 --- a/java/test/Ice/operations/TwowaysAMI.java +++ b/java/test/Ice/operations/TwowaysAMI.java @@ -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. // // ********************************************************************** + class TwowaysAMI { private static void diff --git a/java/test/Ice/operations/build.xml b/java/test/Ice/operations/build.xml index a7e22bcd5f8..b8906a83f07 100644 --- a/java/test/Ice/operations/build.xml +++ b/java/test/Ice/operations/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_operations" default="all" basedir="."> <!-- get access to env variables globally --> diff --git a/java/test/Ice/operations/run.py b/java/test/Ice/operations/run.py index 090778df046..e952a9dda9d 100755 --- a/java/test/Ice/operations/run.py +++ b/java/test/Ice/operations/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/operationsAMD/MyDerivedClassI.java b/java/test/Ice/operationsAMD/MyDerivedClassI.java index 78432764648..0fe90e77057 100644 --- a/java/test/Ice/operationsAMD/MyDerivedClassI.java +++ b/java/test/Ice/operationsAMD/MyDerivedClassI.java @@ -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. // // ********************************************************************** + public final class MyDerivedClassI extends Test.MyDerivedClass { static class Thread_opVoid extends Thread diff --git a/java/test/Ice/operationsAMD/Server.java b/java/test/Ice/operationsAMD/Server.java index 89d7270e981..dfcf65ae9a4 100644 --- a/java/test/Ice/operationsAMD/Server.java +++ b/java/test/Ice/operationsAMD/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/operationsAMD/TestAMD.ice b/java/test/Ice/operationsAMD/TestAMD.ice index b157f9613b0..31593f263a8 100644 --- a/java/test/Ice/operationsAMD/TestAMD.ice +++ b/java/test/Ice/operationsAMD/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/java/test/Ice/operationsAMD/build.xml b/java/test/Ice/operationsAMD/build.xml index 841ef4c01c7..7f15ed0e045 100644 --- a/java/test/Ice/operationsAMD/build.xml +++ b/java/test/Ice/operationsAMD/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_operations" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/slicing/build.xml b/java/test/Ice/slicing/build.xml index 892c9a7d1ce..13b87d98146 100644 --- a/java/test/Ice/slicing/build.xml +++ b/java/test/Ice/slicing/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_slicing" default="all" basedir="."> <target name="all"> diff --git a/java/test/Ice/slicing/exceptions/Test.ice b/java/test/Ice/slicing/exceptions/Test.ice index cb42aa4d87c..d2543d47aac 100644 --- a/java/test/Ice/slicing/exceptions/Test.ice +++ b/java/test/Ice/slicing/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/java/test/Ice/slicing/exceptions/build.xml b/java/test/Ice/slicing/exceptions/build.xml index 9938aa1f3c4..c3ef0513f53 100644 --- a/java/test/Ice/slicing/exceptions/build.xml +++ b/java/test/Ice/slicing/exceptions/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_slicing_objects" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/slicing/exceptions/csrc/AllTests.java b/java/test/Ice/slicing/exceptions/csrc/AllTests.java index db5758944cf..cbf23707893 100644 --- a/java/test/Ice/slicing/exceptions/csrc/AllTests.java +++ b/java/test/Ice/slicing/exceptions/csrc/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/slicing/exceptions/csrc/Client.java b/java/test/Ice/slicing/exceptions/csrc/Client.java index 4c1e80e9947..3563ee2688c 100644 --- a/java/test/Ice/slicing/exceptions/csrc/Client.java +++ b/java/test/Ice/slicing/exceptions/csrc/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/slicing/exceptions/run.py b/java/test/Ice/slicing/exceptions/run.py index bac054b7e48..543d6c7e899 100755 --- a/java/test/Ice/slicing/exceptions/run.py +++ b/java/test/Ice/slicing/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/slicing/exceptions/ssrc/Server.java b/java/test/Ice/slicing/exceptions/ssrc/Server.java index 6402c74685f..18800e9be55 100644 --- a/java/test/Ice/slicing/exceptions/ssrc/Server.java +++ b/java/test/Ice/slicing/exceptions/ssrc/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/slicing/exceptions/ssrc/ServerPrivate.ice b/java/test/Ice/slicing/exceptions/ssrc/ServerPrivate.ice index ea486910461..343dbce5f88 100644 --- a/java/test/Ice/slicing/exceptions/ssrc/ServerPrivate.ice +++ b/java/test/Ice/slicing/exceptions/ssrc/ServerPrivate.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 SERVERPRIVATE_ICE #define SERVERPRIVATE_ICE diff --git a/java/test/Ice/slicing/exceptions/ssrc/TestI.java b/java/test/Ice/slicing/exceptions/ssrc/TestI.java index 975194642d3..8223a078a47 100644 --- a/java/test/Ice/slicing/exceptions/ssrc/TestI.java +++ b/java/test/Ice/slicing/exceptions/ssrc/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public diff --git a/java/test/Ice/slicing/exceptionsAMD/Server.java b/java/test/Ice/slicing/exceptionsAMD/Server.java index 6402c74685f..18800e9be55 100644 --- a/java/test/Ice/slicing/exceptionsAMD/Server.java +++ b/java/test/Ice/slicing/exceptionsAMD/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/slicing/exceptionsAMD/ServerPrivateAMD.ice b/java/test/Ice/slicing/exceptionsAMD/ServerPrivateAMD.ice index 074b2b474b8..dc702e822c2 100644 --- a/java/test/Ice/slicing/exceptionsAMD/ServerPrivateAMD.ice +++ b/java/test/Ice/slicing/exceptionsAMD/ServerPrivateAMD.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 SERVERPRIVATE_AMD_ICE #define SERVERPRIVATE_AMD_ICE diff --git a/java/test/Ice/slicing/exceptionsAMD/TestAMD.ice b/java/test/Ice/slicing/exceptionsAMD/TestAMD.ice index f8dec1fd04e..4cce716566c 100644 --- a/java/test/Ice/slicing/exceptionsAMD/TestAMD.ice +++ b/java/test/Ice/slicing/exceptionsAMD/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/java/test/Ice/slicing/exceptionsAMD/TestI.java b/java/test/Ice/slicing/exceptionsAMD/TestI.java index 35b4f6aae4d..be6891a09cc 100644 --- a/java/test/Ice/slicing/exceptionsAMD/TestI.java +++ b/java/test/Ice/slicing/exceptionsAMD/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public diff --git a/java/test/Ice/slicing/exceptionsAMD/build.xml b/java/test/Ice/slicing/exceptionsAMD/build.xml index e298857452a..d934c5b93bb 100644 --- a/java/test/Ice/slicing/exceptionsAMD/build.xml +++ b/java/test/Ice/slicing/exceptionsAMD/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_slicing_exceptionsAMD" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/slicing/objects/Forward.ice b/java/test/Ice/slicing/objects/Forward.ice index bcf3c459f62..4db43058410 100644 --- a/java/test/Ice/slicing/objects/Forward.ice +++ b/java/test/Ice/slicing/objects/Forward.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 FORWARD_ICE #define FORWARD_ICE diff --git a/java/test/Ice/slicing/objects/Test.ice b/java/test/Ice/slicing/objects/Test.ice index a3344a46474..a20f048ad34 100644 --- a/java/test/Ice/slicing/objects/Test.ice +++ b/java/test/Ice/slicing/objects/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/java/test/Ice/slicing/objects/build.xml b/java/test/Ice/slicing/objects/build.xml index d739aa0ac87..6770ae48940 100644 --- a/java/test/Ice/slicing/objects/build.xml +++ b/java/test/Ice/slicing/objects/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_slicing_objects" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/slicing/objects/csrc/AllTests.java b/java/test/Ice/slicing/objects/csrc/AllTests.java index 1e481761720..7b52736aca8 100644 --- a/java/test/Ice/slicing/objects/csrc/AllTests.java +++ b/java/test/Ice/slicing/objects/csrc/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/Ice/slicing/objects/csrc/Client.java b/java/test/Ice/slicing/objects/csrc/Client.java index 4c1e80e9947..3563ee2688c 100644 --- a/java/test/Ice/slicing/objects/csrc/Client.java +++ b/java/test/Ice/slicing/objects/csrc/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/Ice/slicing/objects/csrc/ClientPrivate.ice b/java/test/Ice/slicing/objects/csrc/ClientPrivate.ice index 75c0f12c9a5..7e583dfe238 100644 --- a/java/test/Ice/slicing/objects/csrc/ClientPrivate.ice +++ b/java/test/Ice/slicing/objects/csrc/ClientPrivate.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 CLIENTPRIVATE_ICE #define CLIENTPRIVATE_ICE diff --git a/java/test/Ice/slicing/objects/run.py b/java/test/Ice/slicing/objects/run.py index 3967c0467e7..dbbcff3b061 100755 --- a/java/test/Ice/slicing/objects/run.py +++ b/java/test/Ice/slicing/objects/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/Ice/slicing/objects/ssrc/Server.java b/java/test/Ice/slicing/objects/ssrc/Server.java index 6402c74685f..18800e9be55 100644 --- a/java/test/Ice/slicing/objects/ssrc/Server.java +++ b/java/test/Ice/slicing/objects/ssrc/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/slicing/objects/ssrc/ServerPrivate.ice b/java/test/Ice/slicing/objects/ssrc/ServerPrivate.ice index 80b6447e5c4..d0ebdefbe16 100644 --- a/java/test/Ice/slicing/objects/ssrc/ServerPrivate.ice +++ b/java/test/Ice/slicing/objects/ssrc/ServerPrivate.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 SERVERPRIVATE_ICE #define SERVERPRIVATE_ICE diff --git a/java/test/Ice/slicing/objects/ssrc/TestI.java b/java/test/Ice/slicing/objects/ssrc/TestI.java index 49779a26d98..bb880ebcbde 100644 --- a/java/test/Ice/slicing/objects/ssrc/TestI.java +++ b/java/test/Ice/slicing/objects/ssrc/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public diff --git a/java/test/Ice/slicing/objectsAMD/Forward.ice b/java/test/Ice/slicing/objectsAMD/Forward.ice index bcf3c459f62..4db43058410 100644 --- a/java/test/Ice/slicing/objectsAMD/Forward.ice +++ b/java/test/Ice/slicing/objectsAMD/Forward.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 FORWARD_ICE #define FORWARD_ICE diff --git a/java/test/Ice/slicing/objectsAMD/Server.java b/java/test/Ice/slicing/objectsAMD/Server.java index 6402c74685f..18800e9be55 100644 --- a/java/test/Ice/slicing/objectsAMD/Server.java +++ b/java/test/Ice/slicing/objectsAMD/Server.java @@ -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. // // ********************************************************************** + public class Server { private static int diff --git a/java/test/Ice/slicing/objectsAMD/ServerPrivateAMD.ice b/java/test/Ice/slicing/objectsAMD/ServerPrivateAMD.ice index b59df25fa0e..d385e2849f0 100644 --- a/java/test/Ice/slicing/objectsAMD/ServerPrivateAMD.ice +++ b/java/test/Ice/slicing/objectsAMD/ServerPrivateAMD.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 SERVERPRIVATE_AMD_ICE #define SERVERPRIVATE_AMD_ICE diff --git a/java/test/Ice/slicing/objectsAMD/TestAMD.ice b/java/test/Ice/slicing/objectsAMD/TestAMD.ice index 999b3cf7d04..c4815a7cdaf 100644 --- a/java/test/Ice/slicing/objectsAMD/TestAMD.ice +++ b/java/test/Ice/slicing/objectsAMD/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/java/test/Ice/slicing/objectsAMD/TestI.java b/java/test/Ice/slicing/objectsAMD/TestI.java index c56abf90dd3..8073873ea78 100644 --- a/java/test/Ice/slicing/objectsAMD/TestI.java +++ b/java/test/Ice/slicing/objectsAMD/TestI.java @@ -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. // // ********************************************************************** + public final class TestI extends _TestDisp { public diff --git a/java/test/Ice/slicing/objectsAMD/build.xml b/java/test/Ice/slicing/objectsAMD/build.xml index 77187c6ff0e..d1c266a67a2 100644 --- a/java/test/Ice/slicing/objectsAMD/build.xml +++ b/java/test/Ice/slicing/objectsAMD/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_slicing_exceptionsAMD" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/Ice/translator/DoubleModuleNoPackage.ice b/java/test/Ice/translator/DoubleModuleNoPackage.ice index 24eca3db202..723b35f9696 100644 --- a/java/test/Ice/translator/DoubleModuleNoPackage.ice +++ b/java/test/Ice/translator/DoubleModuleNoPackage.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. // // ********************************************************************** + // dmnp = double module no package module M1 diff --git a/java/test/Ice/translator/DoubleModuleWithPackage.ice b/java/test/Ice/translator/DoubleModuleWithPackage.ice index e2a749f7950..5a7df201832 100644 --- a/java/test/Ice/translator/DoubleModuleWithPackage.ice +++ b/java/test/Ice/translator/DoubleModuleWithPackage.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. // // ********************************************************************** + // dmwp = double module with package [["java:package:dmwp"]] diff --git a/java/test/Ice/translator/NoModuleNoPackage.ice b/java/test/Ice/translator/NoModuleNoPackage.ice index ad6e885bcfe..1cf3fc36798 100644 --- a/java/test/Ice/translator/NoModuleNoPackage.ice +++ b/java/test/Ice/translator/NoModuleNoPackage.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. // // ********************************************************************** + // nmnp = no module no package enum nmnpEnum { nmnpE1, nmnpE2 }; diff --git a/java/test/Ice/translator/NoModuleWithPackage.ice b/java/test/Ice/translator/NoModuleWithPackage.ice index 3cb73ed4cad..d590aa739e5 100644 --- a/java/test/Ice/translator/NoModuleWithPackage.ice +++ b/java/test/Ice/translator/NoModuleWithPackage.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. // // ********************************************************************** + // nmwp = no module with package [["java:package:nmwp"]] diff --git a/java/test/Ice/translator/SingleModuleNoPackage.ice b/java/test/Ice/translator/SingleModuleNoPackage.ice index b0c80cd5912..c1dc3433ff7 100644 --- a/java/test/Ice/translator/SingleModuleNoPackage.ice +++ b/java/test/Ice/translator/SingleModuleNoPackage.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. // // ********************************************************************** + // smnp = single module no package module M diff --git a/java/test/Ice/translator/SingleModuleWithPackage.ice b/java/test/Ice/translator/SingleModuleWithPackage.ice index 15f626164de..23c103125bf 100644 --- a/java/test/Ice/translator/SingleModuleWithPackage.ice +++ b/java/test/Ice/translator/SingleModuleWithPackage.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. // // ********************************************************************** + // smwp = single module with package [["java:package:smwp"]] diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage1.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage1.ice index 2230efd3eb2..15ac9621717 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage1.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage1.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from top-level definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage2.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage2.ice index 8296b223812..76bf79a9ccb 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage2.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage2.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from package definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage3.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage3.ice index 1f5a9218448..a61e2d85cc6 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage3.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage3.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from (different) single module definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage4.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage4.ice index 536cd1091d5..e1ae41f3fa9 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage4.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage4.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from (same) single module definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage5.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage5.ice index 388ef40c8a6..89a92192ac9 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage5.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage5.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from (different) double module definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage6.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage6.ice index 32118966995..2c2e60bd5db 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage6.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage6.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from (same) double module definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleNoPackage7.ice b/java/test/Ice/translator/TestDoubleModuleNoPackage7.ice index 65483b77191..d2a8c4cd5d3 100644 --- a/java/test/Ice/translator/TestDoubleModuleNoPackage7.ice +++ b/java/test/Ice/translator/TestDoubleModuleNoPackage7.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. // // ********************************************************************** + // Test: use DoubleModuleNoPackage types from (same) double module with package definitions #include <DoubleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage1.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage1.ice index aea9ce11eaa..bba2776fd88 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage1.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage1.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from top-level definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage10.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage10.ice index eab5b259437..62843ec4d67 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage10.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage10.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) double module with (different) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage11.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage11.ice index cfa853219a9..4f493ce6149 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage11.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage11.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) double module with (same) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage2.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage2.ice index 79897a102b6..bc5aace0000 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage2.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage2.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (different) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage3.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage3.ice index 0aeab887e11..beec08a6270 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage3.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage3.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage4.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage4.ice index ab6a36fdfeb..7ad92bba2cc 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage4.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage4.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (different) single module definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage5.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage5.ice index c2782a201b8..e494fc678bc 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage5.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage5.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) single module definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage6.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage6.ice index 8d3322d559e..0d44e887be9 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage6.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage6.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) single module with (different) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage7.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage7.ice index 3684ccf9b45..330b6965cb8 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage7.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage7.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) single module with (same) package definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage8.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage8.ice index 3c7024b610a..93a270b066b 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage8.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage8.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (different) double module definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestDoubleModuleWithPackage9.ice b/java/test/Ice/translator/TestDoubleModuleWithPackage9.ice index 4e643eba7b7..9edaf560cbe 100644 --- a/java/test/Ice/translator/TestDoubleModuleWithPackage9.ice +++ b/java/test/Ice/translator/TestDoubleModuleWithPackage9.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. // // ********************************************************************** + // Test: use DoubleModuleWithPackage types from (same) double module definitions #include <DoubleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleNoPackage.ice b/java/test/Ice/translator/TestNoModuleNoPackage.ice index f5ac8d57705..562377a340c 100644 --- a/java/test/Ice/translator/TestNoModuleNoPackage.ice +++ b/java/test/Ice/translator/TestNoModuleNoPackage.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. // // ********************************************************************** + // Test: use NoModuleNoPackage types from top-level definitions. Note that // we can *only* test from top-level definitions, because it's not possible // to refer to top-level Java classes from within packaged types. diff --git a/java/test/Ice/translator/TestNoModuleWithPackage1.ice b/java/test/Ice/translator/TestNoModuleWithPackage1.ice index 3296b74be11..b9c77eefe25 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage1.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage1.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from top-level definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage2.ice b/java/test/Ice/translator/TestNoModuleWithPackage2.ice index daf0936a2f3..8b4afe434a0 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage2.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage2.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from (different) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage3.ice b/java/test/Ice/translator/TestNoModuleWithPackage3.ice index acee226f43c..cd9f41eb3d6 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage3.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage3.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from (same) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage4.ice b/java/test/Ice/translator/TestNoModuleWithPackage4.ice index c5da23e9670..b6fa4ceca4c 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage4.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage4.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from single module definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage5.ice b/java/test/Ice/translator/TestNoModuleWithPackage5.ice index 19bee872cee..13e48377445 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage5.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage5.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from double module definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage6.ice b/java/test/Ice/translator/TestNoModuleWithPackage6.ice index 905115ba8a0..90c9134dd09 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage6.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage6.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from single module with (different) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage7.ice b/java/test/Ice/translator/TestNoModuleWithPackage7.ice index dfa0d6b0cf0..01d0c5b122f 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage7.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage7.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from single module with (same) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage8.ice b/java/test/Ice/translator/TestNoModuleWithPackage8.ice index 545574e43d9..369e4c69682 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage8.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage8.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from double module with (different) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestNoModuleWithPackage9.ice b/java/test/Ice/translator/TestNoModuleWithPackage9.ice index 4f715cdab3d..f9b77caa9df 100644 --- a/java/test/Ice/translator/TestNoModuleWithPackage9.ice +++ b/java/test/Ice/translator/TestNoModuleWithPackage9.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. // // ********************************************************************** + // Test: use NoModuleWithPackage types from double module with (same) package definitions #include <NoModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage1.ice b/java/test/Ice/translator/TestSingleModuleNoPackage1.ice index b6be3ebce70..a775f6bb35b 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage1.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage1.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from top-level definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage2.ice b/java/test/Ice/translator/TestSingleModuleNoPackage2.ice index ede9e651613..9bd34021425 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage2.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage2.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from package definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage3.ice b/java/test/Ice/translator/TestSingleModuleNoPackage3.ice index 31f6e6da3f0..2876dd2190f 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage3.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage3.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (different) single module definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage4.ice b/java/test/Ice/translator/TestSingleModuleNoPackage4.ice index f468da16f9d..77ee74a2c5f 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage4.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage4.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (same) single module definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage5.ice b/java/test/Ice/translator/TestSingleModuleNoPackage5.ice index 61dd9bb5307..3fb729c12c4 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage5.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage5.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (same) single module with package definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage6.ice b/java/test/Ice/translator/TestSingleModuleNoPackage6.ice index 5bc263d849d..c069b058ce8 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage6.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage6.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (different) double module definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage7.ice b/java/test/Ice/translator/TestSingleModuleNoPackage7.ice index 7c8ff3841b2..718d13caa84 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage7.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage7.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (same) double module definitions #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleNoPackage8.ice b/java/test/Ice/translator/TestSingleModuleNoPackage8.ice index 4e54cb250d1..56911ab6520 100644 --- a/java/test/Ice/translator/TestSingleModuleNoPackage8.ice +++ b/java/test/Ice/translator/TestSingleModuleNoPackage8.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. // // ********************************************************************** + // Test: use SingleModuleNoPackage types from (same) double module definitions with package #include <SingleModuleNoPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage1.ice b/java/test/Ice/translator/TestSingleModuleWithPackage1.ice index 8a2c4382649..a71db34273f 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage1.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage1.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from top-level definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage10.ice b/java/test/Ice/translator/TestSingleModuleWithPackage10.ice index 5ae7b709bbe..6c3e5381d00 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage10.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage10.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (same) double module definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage11.ice b/java/test/Ice/translator/TestSingleModuleWithPackage11.ice index 61cce5bbda9..3716c351814 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage11.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage11.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) double module with (different) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage12.ice b/java/test/Ice/translator/TestSingleModuleWithPackage12.ice index ca11896ab1d..3409d165a1b 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage12.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage12.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) double module with (same) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage13.ice b/java/test/Ice/translator/TestSingleModuleWithPackage13.ice index 0d132e11852..9dc14073bb9 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage13.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage13.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (same) double module with (same) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage2.ice b/java/test/Ice/translator/TestSingleModuleWithPackage2.ice index fce6e388a52..d0ef349deae 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage2.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage2.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage3.ice b/java/test/Ice/translator/TestSingleModuleWithPackage3.ice index 7caa8da5f1d..42644543b34 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage3.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage3.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (same) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage4.ice b/java/test/Ice/translator/TestSingleModuleWithPackage4.ice index f488f58691d..ad23903e285 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage4.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage4.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) single module definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage5.ice b/java/test/Ice/translator/TestSingleModuleWithPackage5.ice index 42bd39ac9e7..5714863b1a8 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage5.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage5.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (same) single module definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage6.ice b/java/test/Ice/translator/TestSingleModuleWithPackage6.ice index 6b39002090a..854195a6a96 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage6.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage6.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) single module with (different) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage7.ice b/java/test/Ice/translator/TestSingleModuleWithPackage7.ice index c15f34b77be..a224b1b368f 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage7.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage7.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) single module with (same) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage8.ice b/java/test/Ice/translator/TestSingleModuleWithPackage8.ice index 1c49d76f6c4..e5798fe8b0a 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage8.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage8.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (same) single module with (same) package definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/TestSingleModuleWithPackage9.ice b/java/test/Ice/translator/TestSingleModuleWithPackage9.ice index d49cc89a297..e3a735ae984 100644 --- a/java/test/Ice/translator/TestSingleModuleWithPackage9.ice +++ b/java/test/Ice/translator/TestSingleModuleWithPackage9.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. // // ********************************************************************** + // Test: use SingleModuleWithPackage types from (different) double module definitions #include <SingleModuleWithPackage.ice> diff --git a/java/test/Ice/translator/build.xml b/java/test/Ice/translator/build.xml index 9efd92bb086..5469f916621 100644 --- a/java/test/Ice/translator/build.xml +++ b/java/test/Ice/translator/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_Ice_translator" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/IcePack/build.xml b/java/test/IcePack/build.xml index 93f433fecd6..358bf01b317 100644 --- a/java/test/IcePack/build.xml +++ b/java/test/IcePack/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_IcePack" default="all" basedir="."> <target name="all"> diff --git a/java/test/IcePack/deployer/AllTests.java b/java/test/IcePack/deployer/AllTests.java index 3e604c68d19..32085d8764c 100644 --- a/java/test/IcePack/deployer/AllTests.java +++ b/java/test/IcePack/deployer/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/IcePack/deployer/Client.java b/java/test/IcePack/deployer/Client.java index f74c78c0936..fec8c602c0c 100644 --- a/java/test/IcePack/deployer/Client.java +++ b/java/test/IcePack/deployer/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/IcePack/deployer/FreezeService.java b/java/test/IcePack/deployer/FreezeService.java index 2d61fc06a36..6e18a4b8376 100644 --- a/java/test/IcePack/deployer/FreezeService.java +++ b/java/test/IcePack/deployer/FreezeService.java @@ -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. // // ********************************************************************** + public class FreezeService extends Ice.LocalObjectImpl implements IceBox.FreezeService { public void diff --git a/java/test/IcePack/deployer/Server.java b/java/test/IcePack/deployer/Server.java index 83b87cb8442..ff8c39a0a0b 100644 --- a/java/test/IcePack/deployer/Server.java +++ b/java/test/IcePack/deployer/Server.java @@ -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. // // ********************************************************************** + public class Server extends Ice.Application { public int diff --git a/java/test/IcePack/deployer/Service.java b/java/test/IcePack/deployer/Service.java index 47804503520..c63af18de8f 100644 --- a/java/test/IcePack/deployer/Service.java +++ b/java/test/IcePack/deployer/Service.java @@ -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. // // ********************************************************************** + public class Service extends Ice.LocalObjectImpl implements IceBox.Service { public void diff --git a/java/test/IcePack/deployer/Test.ice b/java/test/IcePack/deployer/Test.ice index 3e5dc716f94..19578e1c328 100644 --- a/java/test/IcePack/deployer/Test.ice +++ b/java/test/IcePack/deployer/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/java/test/IcePack/deployer/TestI.java b/java/test/IcePack/deployer/TestI.java index a2cb4904c36..074830757ae 100644 --- a/java/test/IcePack/deployer/TestI.java +++ b/java/test/IcePack/deployer/TestI.java @@ -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. // // ********************************************************************** + public class TestI extends _TestDisp { public diff --git a/java/test/IcePack/deployer/build.xml b/java/test/IcePack/deployer/build.xml index ef02228e196..ce3236f5dbf 100644 --- a/java/test/IcePack/deployer/build.xml +++ b/java/test/IcePack/deployer/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_IcePack_deployer" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/IcePack/deployer/run.py b/java/test/IcePack/deployer/run.py index ac7e523c117..d7d5609ee20 100755 --- a/java/test/IcePack/deployer/run.py +++ b/java/test/IcePack/deployer/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/IcePack/simple/AllTests.java b/java/test/IcePack/simple/AllTests.java index df074a0f4ec..b3a3ab836b2 100644 --- a/java/test/IcePack/simple/AllTests.java +++ b/java/test/IcePack/simple/AllTests.java @@ -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. // // ********************************************************************** + public class AllTests { private static void diff --git a/java/test/IcePack/simple/Client.java b/java/test/IcePack/simple/Client.java index 2ec0cfa913d..e5848a3eb43 100644 --- a/java/test/IcePack/simple/Client.java +++ b/java/test/IcePack/simple/Client.java @@ -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. // // ********************************************************************** + public class Client { private static int diff --git a/java/test/IcePack/simple/Server.java b/java/test/IcePack/simple/Server.java index 7200f40043d..d42df4080d5 100644 --- a/java/test/IcePack/simple/Server.java +++ b/java/test/IcePack/simple/Server.java @@ -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. // // ********************************************************************** + public class Server extends Ice.Application { public int diff --git a/java/test/IcePack/simple/Test.ice b/java/test/IcePack/simple/Test.ice index b2485b59317..65fe5377ad3 100644 --- a/java/test/IcePack/simple/Test.ice +++ b/java/test/IcePack/simple/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/java/test/IcePack/simple/TestI.java b/java/test/IcePack/simple/TestI.java index d11f4f50884..512f105b120 100644 --- a/java/test/IcePack/simple/TestI.java +++ b/java/test/IcePack/simple/TestI.java @@ -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. // // ********************************************************************** + public class TestI extends _TestDisp { public diff --git a/java/test/IcePack/simple/build.xml b/java/test/IcePack/simple/build.xml index 94d1408c7e7..13eee488eb5 100644 --- a/java/test/IcePack/simple/build.xml +++ b/java/test/IcePack/simple/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test_IcePack_simple" default="all" basedir="."> <!-- set global properties for this build --> diff --git a/java/test/IcePack/simple/run.py b/java/test/IcePack/simple/run.py index a45ffd9a50f..e25b2b50059 100755 --- a/java/test/IcePack/simple/run.py +++ b/java/test/IcePack/simple/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 [".", "..", "../..", "../../..", "../../../.."]: diff --git a/java/test/build.xml b/java/test/build.xml index 889d9dbaf8c..dbbfce57f4b 100644 --- a/java/test/build.xml +++ b/java/test/build.xml @@ -1,16 +1,18 @@ <!-- + ********************************************************************** -Copyright (c) 2003 -ZeroC, Inc. -Billerica, MA, USA + Copyright (c) 2003 - 2004 + ZeroC, Inc. + North Palm Beach, FL, USA -All Rights Reserved. + 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. + ********************************************************************** --> + <project name="test" default="all" basedir="."> <target name="all"> |