Skip to content

Commit f610aa8

Browse files
committed
remove changes to es-ui code to unblock pr
1 parent eb3d62d commit f610aa8

File tree

2 files changed

+33
-2
lines changed
  • src/plugins/console/public/application/models/legacy_core_editor/mode/worker

2 files changed

+33
-2
lines changed

NOTICE.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,37 @@ under a "BSD" license.
3232

3333
Distributed under the BSD license:
3434

35+
Copyright (c) 2010, Ajax.org B.V.
36+
All rights reserved.
37+
38+
Redistribution and use in source and binary forms, with or without
39+
modification, are permitted provided that the following conditions are met:
40+
* Redistributions of source code must retain the above copyright
41+
notice, this list of conditions and the following disclaimer.
42+
* Redistributions in binary form must reproduce the above copyright
43+
notice, this list of conditions and the following disclaimer in the
44+
documentation and/or other materials provided with the distribution.
45+
* Neither the name of Ajax.org B.V. nor the
46+
names of its contributors may be used to endorse or promote products
47+
derived from this software without specific prior written permission.
48+
49+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
50+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
51+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
52+
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
53+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
54+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
55+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
56+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
57+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
58+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
59+
60+
---
61+
This product includes code that is based on Ace editor, which was available
62+
under a "BSD" license.
63+
64+
Distributed under the BSD license:
65+
3566
Copyright (c) 2010, Ajax.org B.V.
3667
All rights reserved.
3768

src/plugins/console/public/application/models/legacy_core_editor/mode/worker/worker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Copyright (c) 2010, Ajax.org B.V.
2828
* All rights reserved.
2929
*
30-
* Redistribution and use in source and binary forms, with or without
30+
* Redistribution and use in source and binary forms, with or without
3131
* modification, are permitted provided that the following conditions are met:
3232
* * Redistributions of source code must retain the above copyright
3333
* notice, this list of conditions and the following disclaimer.
@@ -38,7 +38,7 @@
3838
* names of its contributors may be used to endorse or promote products
3939
* derived from this software without specific prior written permission.
4040
*
41-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
41+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
4242
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
4343
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
4444
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY

0 commit comments

Comments
 (0)