mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-24 20:27:06 +00:00
[COMPLIANCE] Add copyright and license headers
This commit is contained in:
parent
4b600ccc98
commit
c1463d3b99
8 changed files with 38 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
/**
|
||||
* Copyright (c) HashiCorp, Inc.
|
||||
* SPDX-License-Identifier: MPL-2.0
|
||||
*/
|
||||
|
||||
const OutputListener = require('../lib/output-listener');
|
||||
|
||||
describe('output-listener', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue