diff options
author | Jose <jose@zeroc.com> | 2018-12-19 11:38:50 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-12-19 11:38:50 +0100 |
commit | a062d1d427ef85f22cee422898a259c9765e8f35 (patch) | |
tree | 5f9b1c8c2ae76ddc68545223153fd319b735587b /js | |
parent | Fix errorDetection line numbers (diff) | |
download | ice-a062d1d427ef85f22cee422898a259c9765e8f35.tar.bz2 ice-a062d1d427ef85f22cee422898a259c9765e8f35.tar.xz ice-a062d1d427ef85f22cee422898a259c9765e8f35.zip |
Add missing copyright headers
Diffstat (limited to 'js')
-rw-r--r-- | js/test/Ice/import/Demo/Canvas.ice | 5 | ||||
-rw-r--r-- | js/test/Ice/import/Demo/Circle.ice | 5 | ||||
-rw-r--r-- | js/test/Ice/import/Demo/Point.ice | 5 | ||||
-rw-r--r-- | js/test/Ice/import/Demo/Square.ice | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/js/test/Ice/import/Demo/Canvas.ice b/js/test/Ice/import/Demo/Canvas.ice index 2b4bcb543df..070c74e37ea 100644 --- a/js/test/Ice/import/Demo/Canvas.ice +++ b/js/test/Ice/import/Demo/Canvas.ice @@ -1,3 +1,8 @@ +// ********************************************************************** +// +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// +// ********************************************************************** [["js:es6-module"]] diff --git a/js/test/Ice/import/Demo/Circle.ice b/js/test/Ice/import/Demo/Circle.ice index 8b494163123..2e8f7e650a9 100644 --- a/js/test/Ice/import/Demo/Circle.ice +++ b/js/test/Ice/import/Demo/Circle.ice @@ -1,3 +1,8 @@ +// ********************************************************************** +// +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// +// ********************************************************************** [["js:es6-module"]] diff --git a/js/test/Ice/import/Demo/Point.ice b/js/test/Ice/import/Demo/Point.ice index 3b305c64307..be1c88adae9 100644 --- a/js/test/Ice/import/Demo/Point.ice +++ b/js/test/Ice/import/Demo/Point.ice @@ -1,3 +1,8 @@ +// ********************************************************************** +// +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// +// ********************************************************************** [["js:es6-module"]] diff --git a/js/test/Ice/import/Demo/Square.ice b/js/test/Ice/import/Demo/Square.ice index f3dbdb46662..07d018263be 100644 --- a/js/test/Ice/import/Demo/Square.ice +++ b/js/test/Ice/import/Demo/Square.ice @@ -1,3 +1,8 @@ +// ********************************************************************** +// +// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// +// ********************************************************************** [["js:es6-module"]] |