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 */
/**
* Codemod to convert args to attributes for Input and TextArea built in components