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 /js | |
parent | Added missing copyright notice (diff) | |
download | ice-d5f73d08b279971d5d62e25306f14e89a71472ff.tar.bz2 ice-d5f73d08b279971d5d62e25306f14e89a71472ff.tar.xz ice-d5f73d08b279971d5d62e25306f14e89a71472ff.zip |
Added missing copyright notice
Diffstat (limited to 'js')
-rw-r--r-- | js/test/Ice/import/main.js | 8 |
1 files changed, 8 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; |