diff options
Diffstat (limited to 'php/demo/Ice/value')
-rw-r--r-- | php/demo/Ice/value/Client.php | 18 | ||||
-rw-r--r-- | php/demo/Ice/value/Value.ice | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/php/demo/Ice/value/Client.php b/php/demo/Ice/value/Client.php index 2004e1411ad..4ecdef880a0 100644 --- a/php/demo/Ice/value/Client.php +++ b/php/demo/Ice/value/Client.php @@ -1,13 +1,13 @@ -<?php -// ********************************************************************** -// -// Copyright (c) 2003-2005 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. -// -// ********************************************************************** +<!-- ********************************************************************** --> +<!-- --> +<!-- Copyright (c) 2003-2006 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. --> +<!-- --> +<!-- ********************************************************************** --> +<?php Ice_loadProfile(); class PrinterI extends Demo_Printer diff --git a/php/demo/Ice/value/Value.ice b/php/demo/Ice/value/Value.ice index d6d70f7b1ce..63cf4649448 100644 --- a/php/demo/Ice/value/Value.ice +++ b/php/demo/Ice/value/Value.ice @@ -1,6 +1,6 @@ // ********************************************************************** // -// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2006 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. |