diff options
Diffstat (limited to 'php/test/Ice/inheritance/Client.php')
-rw-r--r-- | php/test/Ice/inheritance/Client.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/php/test/Ice/inheritance/Client.php b/php/test/Ice/inheritance/Client.php index 60959264495..2b153257208 100644 --- a/php/test/Ice/inheritance/Client.php +++ b/php/test/Ice/inheritance/Client.php @@ -1,3 +1,12 @@ +<!-- ********************************************************************** --> +<!-- --> +<!-- 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. --> +<!-- --> +<!-- ********************************************************************** --> + <? error_reporting(E_ALL | E_STRICT); |