Skip to content

Commit

Permalink
# Fix License Header
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Sep 12, 2024
1 parent e97f2e2 commit 5034779
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions api_generator/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export default [
' * The OpenSearch Contributors require contributions made to',
' * this file be licensed under the Apache-2.0 license or a',
' * compatible open source license.',
' *',
' */'
]
]
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/Generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import Namespace from './spec_parser/Namespace'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/generate_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import Generator from './Generator'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import { type RawOpenSearchSpec } from './spec_parser/types'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/renderers/BaseRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import Mustache from 'mustache'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import type Namespace from '../../spec_parser/Namespace'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import type Namespace from '../../spec_parser/Namespace'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import TypesContainer, { TYPE_COMPONENTS_FOLDER } from './TypesContainer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import TypesContainer from './TypesContainer'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/renderers/render_types/TypesContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import { type JSONSchema7 as Schema } from 'json-schema'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import BaseRenderer from '../BaseRenderer'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/spec_parser/ApiFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import _ from 'lodash'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/spec_parser/Namespace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import ApiFunction from './ApiFunction'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/spec_parser/OperationParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import type * as t from './types'
Expand Down
1 change: 1 addition & 0 deletions api_generator/src/spec_parser/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
*/

import { type JSONSchema7 as Schema } from 'json-schema'
Expand Down

0 comments on commit 5034779

Please sign in to comment.