Skip to content

Commit

Permalink
Add missing license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
  • Loading branch information
Swiddis committed Jun 19, 2023
1 parent 4530419 commit 226553f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

import * as fs from 'fs/promises';
import { Integration } from '../integration';
import { Dirent, Stats } from 'fs';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

import * as fs from 'fs/promises';
import { Repository } from '../repository';
import { Integration } from '../integration';
Expand Down
5 changes: 5 additions & 0 deletions server/adaptors/integrations/repository/integration.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

import * as fs from 'fs/promises';
import path from 'path';
import { ValidateFunction } from 'ajv';
Expand Down
5 changes: 5 additions & 0 deletions server/adaptors/integrations/validators.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

import Ajv, { JSONSchemaType } from 'ajv';

const ajv = new Ajv();
Expand Down

0 comments on commit 226553f

Please sign in to comment.