Skip to content

Commit 90655ef

Browse files
hashiccgithub-actions[bot]
authored andcommitted
Add missing copyright headers
1 parent 79c96d1 commit 90655ef

File tree

6 files changed

+30
-0
lines changed

6 files changed

+30
-0
lines changed

ui/admin/app/components/form/host-set/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 awsFormComponent from './aws';

ui/admin/app/components/form/managed-group/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 ldapFormComponent from './ldap';

ui/admin/app/components/form/target/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 rdpTargetForm from './rdp';

ui/admin/app/config/environment.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 loadConfigFromMeta from '@embroider/config-meta-loader';
27
import { assert } from '@ember/debug';
38

ui/admin/babel.config.cjs

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
const {
27
babelCompatSupport,
38
templateCompatSupport,

ui/admin/vite.config.mjs

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 { defineConfig } from 'vite';
27
import { extensions, classicEmberSupport, ember } from '@embroider/vite';
38
import { babel } from '@rollup/plugin-babel';

0 commit comments

Comments
 (0)