File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed
packages/kbn-legacy-logging/src/utils Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import mockFs from 'mock-fs' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import type { ReadStream } from 'fs' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import { schema } from '@kbn/config-schema' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import type { Request } from '@hapi/hapi' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import type { ReadStream } from 'fs' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import type { Request } from '@hapi/hapi' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99import querystring from 'querystring' ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
33 * or more contributor license agreements. Licensed under the Elastic License
4- * and the Server Side Public License, v 1; you may not use this file except in
5- * compliance with, at your election, the Elastic License or the Server Side
6- * Public License, v 1.
4+ * 2.0 and the Server Side Public License, v 1; you may not use this file except
5+ * in compliance with, at your election, the Elastic License 2.0 or the Server
6+ * Side Public License, v 1.
77 */
88
99export { getEcsResponseLog } from './get_response_log' ;
You can’t perform that action at this time.
0 commit comments