Skip to content

Commit e5fe41e

Browse files
Added missing copyright headers
1 parent 44c9272 commit e5fe41e

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

packages/core/src/trace/__tests__/DdTrace.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
2+
/*
3+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
4+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
5+
* Copyright 2016-Present Datadog, Inc.
6+
*/
7+
18
import { NativeModules } from 'react-native';
29

310
import { InternalLog } from '../../InternalLog';

packages/core/src/utils/__tests__/argsUtils.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
2+
/*
3+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
4+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
5+
* Copyright 2016-Present Datadog, Inc.
6+
*/
7+
18
import { InternalLog } from '../../InternalLog';
29
import { SdkVerbosity } from '../../SdkVerbosity';
310
import { validateContext } from '../argsUtils';

packages/core/src/utils/argsUtils.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/* eslint-disable @typescript-eslint/ban-ts-comment */
2+
/*
3+
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache License Version 2.0.
4+
* This product includes software developed at Datadog (https://www.datadoghq.com/).
5+
* Copyright 2016-Present Datadog, Inc.
6+
*/
7+
18
import { InternalLog } from '../InternalLog';
29
import { SdkVerbosity } from '../SdkVerbosity';
310

0 commit comments

Comments
 (0)