diff options
-rw-r--r-- | js/test/Ice/import/main.js | 8 | ||||
-rw-r--r-- | php/test/Ice/checksum/Checksums_no_ns.php | 8 | ||||
-rw-r--r-- | php/test/Ice/checksum/Checksums_ns.php | 8 | ||||
-rw-r--r-- | php/test/Ice/slicing/exceptions/Client.php | 9 | ||||
-rw-r--r-- | php/test/Ice/slicing/objects/Client.php | 9 |
5 files changed, 42 insertions, 0 deletions
diff --git a/js/test/Ice/import/main.js b/js/test/Ice/import/main.js index 748a84ef699..adc213a9e1d 100644 --- a/js/test/Ice/import/main.js +++ b/js/test/Ice/import/main.js @@ -1,3 +1,11 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** import ice from "ice"; const Ice = ice.Ice; diff --git a/php/test/Ice/checksum/Checksums_no_ns.php b/php/test/Ice/checksum/Checksums_no_ns.php index 7170e8932b2..87d727cb6ba 100644 --- a/php/test/Ice/checksum/Checksums_no_ns.php +++ b/php/test/Ice/checksum/Checksums_no_ns.php @@ -1,4 +1,12 @@ <?php +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** function allTests($communicator) { diff --git a/php/test/Ice/checksum/Checksums_ns.php b/php/test/Ice/checksum/Checksums_ns.php index be5ced24419..3e5e10277da 100644 --- a/php/test/Ice/checksum/Checksums_ns.php +++ b/php/test/Ice/checksum/Checksums_ns.php @@ -1,4 +1,12 @@ <?php +// ********************************************************************** +// +// Copyright (c) 2003-2017 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. +// +// ********************************************************************** function allTests($communicator) { diff --git a/php/test/Ice/slicing/exceptions/Client.php b/php/test/Ice/slicing/exceptions/Client.php index c931761001a..0ff6c609e0d 100644 --- a/php/test/Ice/slicing/exceptions/Client.php +++ b/php/test/Ice/slicing/exceptions/Client.php @@ -1,4 +1,13 @@ <?php +// ********************************************************************** +// +// Copyright (c) 2003-2017 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); if(!extension_loaded("ice")) diff --git a/php/test/Ice/slicing/objects/Client.php b/php/test/Ice/slicing/objects/Client.php index 3904bc22577..36f341bc7e7 100644 --- a/php/test/Ice/slicing/objects/Client.php +++ b/php/test/Ice/slicing/objects/Client.php @@ -1,4 +1,13 @@ <?php +// ********************************************************************** +// +// Copyright (c) 2003-2017 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); if(!extension_loaded("ice")) |