Relplat 897 copywrite fixes for mutliple licenses (#23722)

This commit is contained in:
modrake
2023-10-20 08:40:43 -07:00
committed by GitHub
parent 8b15e7d216
commit eca4b4d801
150 changed files with 732 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
import Component from '@glimmer/component';
import { tracked } from '@glimmer/tracking';
import { action } from '@ember/object';