diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-06-02 10:11:14 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-06-02 10:11:14 -0400 |
commit | d5f73d08b279971d5d62e25306f14e89a71472ff (patch) | |
tree | 8276ca6022577e15bbaf8fafb41020dff2d271d6 | |
parent | Added missing copyright notice (diff) | |
download | ice-d5f73d08b279971d5d62e25306f14e89a71472ff.tar.bz2 ice-d5f73d08b279971d5d62e25306f14e89a71472ff.tar.xz ice-d5f73d08b279971d5d62e25306f14e89a71472ff.zip |
Added missing copyright notice
-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")) |