diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-03-26 11:49:57 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-03-26 11:49:57 +0100 |
commit | 6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8 (patch) | |
tree | 921c7229c917b76de91c5486bdbdc4e7c09a9cdb /java/demo | |
parent | Merge branch 'build' (diff) | |
download | ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.bz2 ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.xz ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.zip |
Copyright fixes
Diffstat (limited to 'java/demo')
-rw-r--r-- | java/demo/Ice/protobuf/Client.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/protobuf/Hello.ice | 2 | ||||
-rw-r--r-- | java/demo/Ice/protobuf/HelloI.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/protobuf/Server.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/protobuf/ant/ProtocTask.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/protobuf/build.xml | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/Client.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/Demo/MyGreeting.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/Greet.ice | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/GreetI.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/Server.java | 2 | ||||
-rw-r--r-- | java/demo/Ice/serialize/build.xml | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/java/demo/Ice/protobuf/Client.java b/java/demo/Ice/protobuf/Client.java index cbdbb7aca2b..4969f272532 100644 --- a/java/demo/Ice/protobuf/Client.java +++ b/java/demo/Ice/protobuf/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/protobuf/Hello.ice b/java/demo/Ice/protobuf/Hello.ice index 8ddbbbd34ae..9b1f965a3dd 100644 --- a/java/demo/Ice/protobuf/Hello.ice +++ b/java/demo/Ice/protobuf/Hello.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/protobuf/HelloI.java b/java/demo/Ice/protobuf/HelloI.java index e3fcf7008bb..4fe9cf4e5a2 100644 --- a/java/demo/Ice/protobuf/HelloI.java +++ b/java/demo/Ice/protobuf/HelloI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/protobuf/Server.java b/java/demo/Ice/protobuf/Server.java index 6ffab5d02fb..c78c193ebca 100644 --- a/java/demo/Ice/protobuf/Server.java +++ b/java/demo/Ice/protobuf/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/protobuf/ant/ProtocTask.java b/java/demo/Ice/protobuf/ant/ProtocTask.java index b102cb9fccd..bc94ca3d25b 100644 --- a/java/demo/Ice/protobuf/ant/ProtocTask.java +++ b/java/demo/Ice/protobuf/ant/ProtocTask.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/protobuf/build.xml b/java/demo/Ice/protobuf/build.xml index 3fde0caa899..98b3781d296 100644 --- a/java/demo/Ice/protobuf/build.xml +++ b/java/demo/Ice/protobuf/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2009 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/Ice/serialize/Client.java b/java/demo/Ice/serialize/Client.java index e5c6ce82fb0..5b4bc97db47 100644 --- a/java/demo/Ice/serialize/Client.java +++ b/java/demo/Ice/serialize/Client.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/serialize/Demo/MyGreeting.java b/java/demo/Ice/serialize/Demo/MyGreeting.java index bbefc3e687b..b8387520d3d 100644 --- a/java/demo/Ice/serialize/Demo/MyGreeting.java +++ b/java/demo/Ice/serialize/Demo/MyGreeting.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/serialize/Greet.ice b/java/demo/Ice/serialize/Greet.ice index e06d9d04f6d..f69fdfb3933 100644 --- a/java/demo/Ice/serialize/Greet.ice +++ b/java/demo/Ice/serialize/Greet.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/serialize/GreetI.java b/java/demo/Ice/serialize/GreetI.java index 855af5173f5..319e7171455 100644 --- a/java/demo/Ice/serialize/GreetI.java +++ b/java/demo/Ice/serialize/GreetI.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/serialize/Server.java b/java/demo/Ice/serialize/Server.java index 6550ea79a6d..98959b1c352 100644 --- a/java/demo/Ice/serialize/Server.java +++ b/java/demo/Ice/serialize/Server.java @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2009 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/Ice/serialize/build.xml b/java/demo/Ice/serialize/build.xml index e43616e3199..ea9a6032c95 100644 --- a/java/demo/Ice/serialize/build.xml +++ b/java/demo/Ice/serialize/build.xml @@ -1,7 +1,7 @@ <!-- ********************************************************************** - Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. + Copyright (c) 2003-2009 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. |