summaryrefslogtreecommitdiff
path: root/java/demo/IceBox
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2004-05-18 03:15:02 +0000
committerBernard Normier <bernard@zeroc.com>2004-05-18 03:15:02 +0000
commitebe2d4dca31883e8d539654590f19c142ddd20ed (patch)
tree41d3d309c42a761826e674537332fc5c0cf8be40 /java/demo/IceBox
parentUpdated Windows installer for Ice 1.4.0 (diff)
downloadice-ebe2d4dca31883e8d539654590f19c142ddd20ed.tar.bz2
ice-ebe2d4dca31883e8d539654590f19c142ddd20ed.tar.xz
ice-ebe2d4dca31883e8d539654590f19c142ddd20ed.zip
Fixed copyright
Diffstat (limited to 'java/demo/IceBox')
-rw-r--r--java/demo/IceBox/build.xml6
-rw-r--r--java/demo/IceBox/hello/Client.java7
-rw-r--r--java/demo/IceBox/hello/Hello.ice7
-rw-r--r--java/demo/IceBox/hello/HelloI.java7
-rw-r--r--java/demo/IceBox/hello/HelloServiceI.java7
-rw-r--r--java/demo/IceBox/hello/build.xml6
6 files changed, 6 insertions, 34 deletions
diff --git a/java/demo/IceBox/build.xml b/java/demo/IceBox/build.xml
index e9b524ad9bb..8868fa3350c 100644
--- a/java/demo/IceBox/build.xml
+++ b/java/demo/IceBox/build.xml
@@ -1,11 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003 - 2004
- ZeroC, Inc.
- North Palm Beach, FL, USA
-
- All Rights Reserved.
+ Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
This copy of Ice is licensed to you under the terms described in the
ICE_LICENSE file included in this distribution.
diff --git a/java/demo/IceBox/hello/Client.java b/java/demo/IceBox/hello/Client.java
index 9e9ee6f0938..263cb446dfa 100644
--- a/java/demo/IceBox/hello/Client.java
+++ b/java/demo/IceBox/hello/Client.java
@@ -1,17 +1,12 @@
// **********************************************************************
//
-// Copyright (c) 2003 - 2004
-// ZeroC, Inc.
-// North Palm Beach, FL, USA
-//
-// All Rights Reserved.
+// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
//
// 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 7fc2c380953..0ae5c36e63f 100644
--- a/java/demo/IceBox/hello/Hello.ice
+++ b/java/demo/IceBox/hello/Hello.ice
@@ -1,17 +1,12 @@
// **********************************************************************
//
-// Copyright (c) 2003 - 2004
-// ZeroC, Inc.
-// North Palm Beach, FL, USA
-//
-// All Rights Reserved.
+// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
//
// 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 e9ac52c046d..02b174e8051 100644
--- a/java/demo/IceBox/hello/HelloI.java
+++ b/java/demo/IceBox/hello/HelloI.java
@@ -1,17 +1,12 @@
// **********************************************************************
//
-// Copyright (c) 2003 - 2004
-// ZeroC, Inc.
-// North Palm Beach, FL, USA
-//
-// All Rights Reserved.
+// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
//
// 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 3cc2f24d26c..bb6d611f8eb 100644
--- a/java/demo/IceBox/hello/HelloServiceI.java
+++ b/java/demo/IceBox/hello/HelloServiceI.java
@@ -1,17 +1,12 @@
// **********************************************************************
//
-// Copyright (c) 2003 - 2004
-// ZeroC, Inc.
-// North Palm Beach, FL, USA
-//
-// All Rights Reserved.
+// Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
//
// 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 a0860dae79d..7766704576b 100644
--- a/java/demo/IceBox/hello/build.xml
+++ b/java/demo/IceBox/hello/build.xml
@@ -1,11 +1,7 @@
<!--
**********************************************************************
- Copyright (c) 2003 - 2004
- ZeroC, Inc.
- North Palm Beach, FL, USA
-
- All Rights Reserved.
+ Copyright (c) 2003-2004 ZeroC, Inc. All rights reserved.
This copy of Ice is licensed to you under the terms described in the
ICE_LICENSE file included in this distribution.