Skip to content

Commit f7340e5

Browse files
authored
Merge pull request #4 from Azure/risinh/copyrightheaders
Adding copyright headers
2 parents cf5d11a + d0d01f2 commit f7340e5

21 files changed

+71
-28
lines changed

LICENSE copy

Lines changed: 0 additions & 21 deletions
This file was deleted.

__tests__/config-loader.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import { loadConfigFiles, validateConfigs } from '../src/config-loader'
25
import { ArgumentError, ParseError, ValidationError } from '../src/errors'
36

__tests__/feature-flag-client.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import axios from 'axios'
25
import { DefaultAzureCredential } from '@azure/identity'
36
import {

__tests__/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
/**
25
* Unit tests for the action's entrypoint, src/index.ts
36
*/

__tests__/input.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import * as core from '@actions/core'
25
import { getActionInput } from '../src/input'
36

__tests__/main.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import { run } from '../src/main'
25
import * as core from '@actions/core'
36
import { getActionInput } from '../src/input'

__tests__/update-feature-flags.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import * as core from '@actions/core'
25
import { Input } from '../src/models/models'
36
import { FeatureListResponse } from '../src/models/api-response.models'

__tests__/utils.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation.
2+
// Licensed under the MIT License.
3+
14
import { deepEqualCheck } from '../src/utils'
25

36
describe('deepEqual function', () => {

dist/index.js

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)