adding copyright header (#19555)

* adding copyright header

* fix fmt and a test
This commit is contained in:
Hamid Ghaf
2023-03-15 09:00:52 -07:00
committed by GitHub
parent 3b153526e1
commit e55c18ed12
3505 changed files with 14018 additions and 6 deletions

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
/**

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
/**
* Codemod to transform Icon component to new API to accomodate FlightIcon

View File

@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import babylonParser from './jscodeshift-babylon-parser';
// use babylon parser with decorators-legacy plugin

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
// Read more: https://github.com/facebook/jscodeshift#parser

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
// print to console all files that include LinkTo elements using the {{on modifier}}

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
/**

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env node
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
/* eslint-env node */
/**
* Codemod to convert args to attributes for Input and TextArea built in components