diff options
Diffstat (limited to 'php/demo/Ice')
-rw-r--r-- | php/demo/Ice/hello/Hello.ice | 2 | ||||
-rwxr-xr-x | php/demo/Ice/hello/hello.php | 2 | ||||
-rw-r--r-- | php/demo/Ice/value/Client.php | 18 | ||||
-rw-r--r-- | php/demo/Ice/value/Value.ice | 2 |
4 files changed, 12 insertions, 12 deletions
diff --git a/php/demo/Ice/hello/Hello.ice b/php/demo/Ice/hello/Hello.ice index 31efba3b8df..bb1748e737f 100644 --- a/php/demo/Ice/hello/Hello.ice +++ b/php/demo/Ice/hello/Hello.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. diff --git a/php/demo/Ice/hello/hello.php b/php/demo/Ice/hello/hello.php index b55caa786aa..78b9610df4d 100755 --- a/php/demo/Ice/hello/hello.php +++ b/php/demo/Ice/hello/hello.php @@ -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. --> 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. |