Skip to content

Commit 0811e30

Browse files
committed
Update license headers.
1 parent 871da2d commit 0811e30

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

packages/kbn-legacy-logging/src/utils/get_payload_size.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import mockFs from 'mock-fs';

packages/kbn-legacy-logging/src/utils/get_payload_size.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import type { ReadStream } from 'fs';

src/core/server/http/integration_tests/logging.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import { schema } from '@kbn/config-schema';

src/core/server/http/logging/get_payload_size.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import type { Request } from '@hapi/hapi';

src/core/server/http/logging/get_payload_size.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import type { ReadStream } from 'fs';

src/core/server/http/logging/get_response_log.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import type { Request } from '@hapi/hapi';

src/core/server/http/logging/get_response_log.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
import querystring from 'querystring';
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

99
export { getEcsResponseLog } from './get_response_log';

0 commit comments

Comments
 (0)