Elastic License 2.0 (#90099)

* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
This commit is contained in:
Brandon Kobel 2021-02-03 18:12:39 -08:00 committed by GitHub
parent 27a53cf4d7
commit 4584a8b570
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27915 changed files with 86164 additions and 64410 deletions

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
const APACHE_2_0_LICENSE_HEADER = ` const APACHE_2_0_LICENSE_HEADER = `
@ -27,7 +27,7 @@ const APACHE_2_0_LICENSE_HEADER = `
*/ */
`; `;
const DUAL_LICENSE_HEADER = ` const OLD_DUAL_LICENSE_HEADER = `
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
@ -37,7 +37,17 @@ const DUAL_LICENSE_HEADER = `
*/ */
`; `;
const ELASTIC_LICENSE_HEADER = ` const DUAL_LICENSE_HEADER = `
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server
* Side Public License, v 1.
*/
`;
const OLD_ELASTIC_LICENSE_HEADER = `
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License; * or more contributor license agreements. Licensed under the Elastic License;
@ -45,6 +55,15 @@ const ELASTIC_LICENSE_HEADER = `
*/ */
`; `;
const ELASTIC_LICENSE_HEADER = `
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
`;
const SAFER_LODASH_SET_HEADER = ` const SAFER_LODASH_SET_HEADER = `
/* /*
* Elasticsearch B.V licenses this file to you under the MIT License. * Elasticsearch B.V licenses this file to you under the MIT License.
@ -136,6 +155,8 @@ module.exports = {
licenses: [ licenses: [
APACHE_2_0_LICENSE_HEADER, APACHE_2_0_LICENSE_HEADER,
ELASTIC_LICENSE_HEADER, ELASTIC_LICENSE_HEADER,
OLD_DUAL_LICENSE_HEADER,
OLD_ELASTIC_LICENSE_HEADER,
SAFER_LODASH_SET_HEADER, SAFER_LODASH_SET_HEADER,
SAFER_LODASH_SET_LODASH_HEADER, SAFER_LODASH_SET_LODASH_HEADER,
SAFER_LODASH_SET_DEFINITELYTYPED_HEADER, SAFER_LODASH_SET_DEFINITELYTYPED_HEADER,
@ -166,6 +187,8 @@ module.exports = {
licenses: [ licenses: [
DUAL_LICENSE_HEADER, DUAL_LICENSE_HEADER,
ELASTIC_LICENSE_HEADER, ELASTIC_LICENSE_HEADER,
OLD_DUAL_LICENSE_HEADER,
OLD_ELASTIC_LICENSE_HEADER,
SAFER_LODASH_SET_HEADER, SAFER_LODASH_SET_HEADER,
SAFER_LODASH_SET_LODASH_HEADER, SAFER_LODASH_SET_LODASH_HEADER,
SAFER_LODASH_SET_DEFINITELYTYPED_HEADER, SAFER_LODASH_SET_DEFINITELYTYPED_HEADER,
@ -201,8 +224,10 @@ module.exports = {
'error', 'error',
{ {
licenses: [ licenses: [
DUAL_LICENSE_HEADER,
APACHE_2_0_LICENSE_HEADER, APACHE_2_0_LICENSE_HEADER,
DUAL_LICENSE_HEADER,
OLD_DUAL_LICENSE_HEADER,
OLD_ELASTIC_LICENSE_HEADER,
SAFER_LODASH_SET_HEADER, SAFER_LODASH_SET_HEADER,
SAFER_LODASH_SET_LODASH_HEADER, SAFER_LODASH_SET_LODASH_HEADER,
SAFER_LODASH_SET_DEFINITELYTYPED_HEADER, SAFER_LODASH_SET_DEFINITELYTYPED_HEADER,
@ -228,9 +253,11 @@ module.exports = {
'error', 'error',
{ {
licenses: [ licenses: [
APACHE_2_0_LICENSE_HEADER,
DUAL_LICENSE_HEADER, DUAL_LICENSE_HEADER,
ELASTIC_LICENSE_HEADER, ELASTIC_LICENSE_HEADER,
APACHE_2_0_LICENSE_HEADER, OLD_DUAL_LICENSE_HEADER,
OLD_ELASTIC_LICENSE_HEADER,
SAFER_LODASH_SET_HEADER, SAFER_LODASH_SET_HEADER,
SAFER_LODASH_SET_DEFINITELYTYPED_HEADER, SAFER_LODASH_SET_DEFINITELYTYPED_HEADER,
], ],
@ -251,9 +278,11 @@ module.exports = {
'error', 'error',
{ {
licenses: [ licenses: [
APACHE_2_0_LICENSE_HEADER,
DUAL_LICENSE_HEADER, DUAL_LICENSE_HEADER,
ELASTIC_LICENSE_HEADER, ELASTIC_LICENSE_HEADER,
APACHE_2_0_LICENSE_HEADER, OLD_DUAL_LICENSE_HEADER,
OLD_ELASTIC_LICENSE_HEADER,
SAFER_LODASH_SET_LODASH_HEADER, SAFER_LODASH_SET_LODASH_HEADER,
SAFER_LODASH_SET_DEFINITELYTYPED_HEADER, SAFER_LODASH_SET_DEFINITELYTYPED_HEADER,
], ],
@ -274,9 +303,11 @@ module.exports = {
'error', 'error',
{ {
licenses: [ licenses: [
APACHE_2_0_LICENSE_HEADER,
DUAL_LICENSE_HEADER, DUAL_LICENSE_HEADER,
ELASTIC_LICENSE_HEADER, ELASTIC_LICENSE_HEADER,
APACHE_2_0_LICENSE_HEADER, OLD_ELASTIC_LICENSE_HEADER,
OLD_DUAL_LICENSE_HEADER,
SAFER_LODASH_SET_HEADER, SAFER_LODASH_SET_HEADER,
SAFER_LODASH_SET_LODASH_HEADER, SAFER_LODASH_SET_LODASH_HEADER,
], ],

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
require('./src/setup_node_env'); require('./src/setup_node_env');

View file

@ -1,7 +1,7 @@
Source code in this repository is covered by (i) a dual license under the Server Source code in this repository is covered by (i) a dual license under the Server
Side Public License, v 1 and the Elastic License or (ii) an Apache License 2.0 Side Public License, v 1 and the Elastic License 2.0 or (ii) an Apache License
compatible license or (iii) solely under the Elastic License, in each case, as 2.0 compatible license or (iii) solely under the Elastic License 2.0, in each
noted in the applicable header. The default throughout the repository is a dual case, as noted in the applicable header. The default throughout the repository
license under the Server Side Public License, v 1 and the Elastic License, is a dual license under the Server Side Public License, v 1 and the Elastic
unless the header specifies another license. Code that is licensed solely under License 2.0, unless the header specifies another license. Code that is licensed
the Elastic License is found only in the x-pack folder. solely under the Elastic License 2.0 is found only in the x-pack folder.

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import * as React from 'react'; import * as React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import * as React from 'react'; import * as React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import * as React from 'react'; import * as React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { useKibana } from '../../../../src/plugins/kibana_react/public'; import { useKibana } from '../../../../src/plugins/kibana_react/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { BfetchExplorerPlugin } from './plugin'; import { BfetchExplorerPlugin } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import * as React from 'react'; import * as React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Plugin, CoreSetup, AppNavLinkStatus } from '../../../src/core/public'; import { Plugin, CoreSetup, AppNavLinkStatus } from '../../../src/core/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { BfetchExplorerPlugin } from './plugin'; import { BfetchExplorerPlugin } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Subject } from 'rxjs'; import { Subject } from 'rxjs';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { DashboardEmbeddableExamples } from './plugin'; import { DashboardEmbeddableExamples } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { AppMountParameters, AppNavLinkStatus, CoreSetup, Plugin } from '../../../src/core/public'; import { AppMountParameters, AppNavLinkStatus, CoreSetup, Plugin } from '../../../src/core/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { DeveloperExamplesPlugin } from './plugin'; import { DeveloperExamplesPlugin } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { import {

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { EuiListGroupItemProps } from '@elastic/eui'; import { EuiListGroupItemProps } from '@elastic/eui';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { SavedObjectAttributes } from '../../../src/core/types'; import { SavedObjectAttributes } from '../../../src/core/types';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export { TodoSavedObjectAttributes } from './todo_saved_object_attributes'; export { TodoSavedObjectAttributes } from './todo_saved_object_attributes';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { SavedObjectAttributes } from '../../../src/core/types'; import { SavedObjectAttributes } from '../../../src/core/types';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export * from './book_embeddable'; export * from './book_embeddable';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { SavedObjectsClientContract } from 'kibana/public'; import { SavedObjectsClientContract } from 'kibana/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Embeddable, EmbeddableInput, IContainer } from '../../../../src/plugins/embeddable/public'; import { Embeddable, EmbeddableInput, IContainer } from '../../../../src/plugins/embeddable/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export * from './hello_world_embeddable'; export * from './hello_world_embeddable';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export { export {

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export { ListContainer, LIST_CONTAINER } from './list_container'; export { ListContainer, LIST_CONTAINER } from './list_container';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export * from './multi_task_todo_embeddable'; export * from './multi_task_todo_embeddable';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { import {

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export { SearchableListContainer, SEARCHABLE_LIST_CONTAINER } from './searchable_list_container'; export { SearchableListContainer, SEARCHABLE_LIST_CONTAINER } from './searchable_list_container';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { Component } from 'react'; import React, { Component } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export * from './todo_embeddable'; export * from './todo_embeddable';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { SavedObjectsType } from 'kibana/server'; import { SavedObjectsType } from 'kibana/server';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { PluginInitializer } from 'kibana/server'; import { PluginInitializer } from 'kibana/server';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Plugin, CoreSetup, CoreStart } from 'kibana/server'; import { Plugin, CoreSetup, CoreStart } from 'kibana/server';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { SavedObjectsType } from 'kibana/server'; import { SavedObjectsType } from 'kibana/server';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState, useEffect, useRef } from 'react'; import React, { useState, useEffect, useRef } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { EmbeddableExplorerPlugin } from './plugin'; import { EmbeddableExplorerPlugin } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { EmbeddableExamplesStart } from 'examples/embeddable_examples/public/plugin'; import { EmbeddableExamplesStart } from 'examples/embeddable_examples/public/plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { createAction } from '../../../../src/plugins/ui_actions/public'; import { createAction } from '../../../../src/plugins/ui_actions/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Trigger } from '../../../../src/plugins/ui_actions/public'; import { Trigger } from '../../../../src/plugins/ui_actions/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { ExpressionsExplorerPlugin } from './plugin'; import { ExpressionsExplorerPlugin } from './plugin';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { Component } from 'react'; import React, { Component } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { lazy } from 'react'; import React, { lazy } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { i18n } from '@kbn/i18n'; import { i18n } from '@kbn/i18n';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { Plugin, CoreSetup, AppMountParameters, AppNavLinkStatus } from '../../../src/core/public'; import { Plugin, CoreSetup, AppMountParameters, AppNavLinkStatus } from '../../../src/core/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import ReactDOM from 'react-dom'; import ReactDOM from 'react-dom';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useState, useEffect, useMemo } from 'react'; import React, { useState, useEffect, useMemo } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
export const RANDOM_NUMBER_ROUTE_PATH = '/api/random_number'; export const RANDOM_NUMBER_ROUTE_PATH = '/api/random_number';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React from 'react'; import React from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useCallback } from 'react'; import React, { useCallback } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { PluginInitializer } from 'kibana/public'; import { PluginInitializer } from 'kibana/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { HttpFetchError } from '../../../src/core/public'; import { HttpFetchError } from '../../../src/core/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { import {

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useCallback } from 'react'; import React, { useCallback } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useCallback } from 'react'; import React, { useCallback } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import React, { useCallback } from 'react'; import React, { useCallback } from 'react';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { CoreStart, HttpFetchError } from 'kibana/public'; import { CoreStart, HttpFetchError } from 'kibana/public';

View file

@ -1,9 +1,9 @@
/* /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License * or more contributor license agreements. Licensed under the Elastic License
* and the Server Side Public License, v 1; you may not use this file except in * 2.0 and the Server Side Public License, v 1; you may not use this file except
* compliance with, at your election, the Elastic License or the Server Side * in compliance with, at your election, the Elastic License 2.0 or the Server
* Public License, v 1. * Side Public License, v 1.
*/ */
import { PluginInitializer } from 'kibana/server'; import { PluginInitializer } from 'kibana/server';

Some files were not shown because too many files have changed in this diff Show more