summaryrefslogtreecommitdiff
path: root/java/demo/Ice/nested
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-10-28 19:33:44 +0000
committerMark Spruiell <mes@zeroc.com>2002-10-28 19:33:44 +0000
commit1e6101cfa62440600d35d816d7114ab954d36efb (patch)
tree079869f055d033b352137f86c76de55dfe6f5863 /java/demo/Ice/nested
parentFirst shot at porting to VC++ 2002. Code compiles, but suffers random (diff)
downloadice-1e6101cfa62440600d35d816d7114ab954d36efb.tar.bz2
ice-1e6101cfa62440600d35d816d7114ab954d36efb.tar.xz
ice-1e6101cfa62440600d35d816d7114ab954d36efb.zip
changing copyright location; adding GPL note
Diffstat (limited to 'java/demo/Ice/nested')
-rw-r--r--java/demo/Ice/nested/Client.java8
-rw-r--r--java/demo/Ice/nested/Nested.ice8
-rw-r--r--java/demo/Ice/nested/NestedClient.java8
-rw-r--r--java/demo/Ice/nested/NestedI.java8
-rw-r--r--java/demo/Ice/nested/NestedServer.java8
-rw-r--r--java/demo/Ice/nested/Server.java8
-rw-r--r--java/demo/Ice/nested/build.xml8
7 files changed, 42 insertions, 14 deletions
diff --git a/java/demo/Ice/nested/Client.java b/java/demo/Ice/nested/Client.java
index 377492c5283..f65e6fa4ba1 100644
--- a/java/demo/Ice/nested/Client.java
+++ b/java/demo/Ice/nested/Client.java
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/Nested.ice b/java/demo/Ice/nested/Nested.ice
index 4f25fd0ac98..438dae5a5ec 100644
--- a/java/demo/Ice/nested/Nested.ice
+++ b/java/demo/Ice/nested/Nested.ice
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/NestedClient.java b/java/demo/Ice/nested/NestedClient.java
index 88ba23483ad..8eae2fa557b 100644
--- a/java/demo/Ice/nested/NestedClient.java
+++ b/java/demo/Ice/nested/NestedClient.java
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/NestedI.java b/java/demo/Ice/nested/NestedI.java
index c765f8c671c..d3b35c55816 100644
--- a/java/demo/Ice/nested/NestedI.java
+++ b/java/demo/Ice/nested/NestedI.java
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/NestedServer.java b/java/demo/Ice/nested/NestedServer.java
index 308cf85952f..0002a1a7eff 100644
--- a/java/demo/Ice/nested/NestedServer.java
+++ b/java/demo/Ice/nested/NestedServer.java
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/Server.java b/java/demo/Ice/nested/Server.java
index 3c9d9130715..e398146d892 100644
--- a/java/demo/Ice/nested/Server.java
+++ b/java/demo/Ice/nested/Server.java
@@ -2,9 +2,13 @@
//
// Copyright (c) 2001
// ZeroC, Inc.
-// Huntsville, AL, USA
+// Billerica, MA, 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.
//
// **********************************************************************
diff --git a/java/demo/Ice/nested/build.xml b/java/demo/Ice/nested/build.xml
index 84a3471d43e..743907994d5 100644
--- a/java/demo/Ice/nested/build.xml
+++ b/java/demo/Ice/nested/build.xml
@@ -2,9 +2,13 @@
Copyright (c) 2002
ZeroC, Inc.
-Huntsville, AL, USA
+Billerica, MA, 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.
-->
<project name="demo_Ice_value" default="all" basedir=".">