Skip to content

Commit 1c6c011

Browse files
hashiccgithub-actions[bot]
authored andcommitted
Add missing copyright headers
1 parent bedab31 commit 1c6c011

File tree

2 files changed

+10
-0
lines changed
  • addons/core
    • addon/components/form/authenticate
    • app/components/form/authenticate

2 files changed

+10
-0
lines changed

addons/core/addon/components/form/authenticate/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: BUSL-1.1
4+
*/
5+
16
import Component from '@glimmer/component';
27
import { assert } from '@ember/debug';
38
import oidc from './oidc';
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
/**
2+
* Copyright (c) HashiCorp, Inc.
3+
* SPDX-License-Identifier: BUSL-1.1
4+
*/
5+
16
export { default } from 'core/components/form/authenticate/index';

0 commit comments

Comments
 (0)