diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-28 19:33:44 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-28 19:33:44 +0000 |
commit | 1e6101cfa62440600d35d816d7114ab954d36efb (patch) | |
tree | 079869f055d033b352137f86c76de55dfe6f5863 /java/test/Ice/facets/Client.java | |
parent | First shot at porting to VC++ 2002. Code compiles, but suffers random (diff) | |
download | ice-1e6101cfa62440600d35d816d7114ab954d36efb.tar.bz2 ice-1e6101cfa62440600d35d816d7114ab954d36efb.tar.xz ice-1e6101cfa62440600d35d816d7114ab954d36efb.zip |
changing copyright location; adding GPL note
Diffstat (limited to 'java/test/Ice/facets/Client.java')
-rw-r--r-- | java/test/Ice/facets/Client.java | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/java/test/Ice/facets/Client.java b/java/test/Ice/facets/Client.java index d44b9daf77c..55ac528cc67 100644 --- a/java/test/Ice/facets/Client.java +++ b/java/test/Ice/facets/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. // // ********************************************************************** |