Skip to content

Commit fac2f05

Browse files
author
shleewhite
committed
fix copyright headers
1 parent 2df7cb6 commit fac2f05

File tree

19 files changed

+20
-21
lines changed

19 files changed

+20
-21
lines changed

website/app/components/doc/cards/card.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

website/app/components/doc/cards/deck.gts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

@@ -25,7 +25,7 @@ export default class DocCardsDeck extends Component<DocCardsDeckSignature> {
2525
return this.args.cols ?? '2';
2626
}
2727
get classNames() {
28-
let classes = ['doc-cards-deck'];
28+
const classes = ['doc-cards-deck'];
2929

3030
classes.push(`doc-cards-deck--layout-${this.cols}cols`);
3131

website/app/components/doc/color-card/index.gts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
5-
65
import Component from '@glimmer/component';
76
import { htmlSafe } from '@ember/template';
87

website/app/components/doc/color-swatch/index.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

website/app/components/doc/form/select-group-type.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55
import Component from '@glimmer/component';

website/app/components/doc/link-with-icon/index.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

website/app/components/doc/page/banner.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

website/app/components/doc/page/cover.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

website/app/components/doc/page/header/nav-item.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55
import type { TemplateOnlyComponent } from '@ember/component/template-only';

website/app/components/doc/page/sidecar.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) HashiCorp, Inc.
2+
* Copyright IBM Corp. 2021, 2025
33
* SPDX-License-Identifier: MPL-2.0
44
*/
55

0 commit comments

Comments
 (0)