Skip to content

Commit

Permalink
updates copyright header formatting in hbs files (#29890)
Browse files Browse the repository at this point in the history
  • Loading branch information
zofskeez authored Mar 11, 2025
1 parent cfd4af6 commit df843a8
Show file tree
Hide file tree
Showing 649 changed files with 649 additions and 649 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/alphabet-edit.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<PageHeader as |p|>
<p.top>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/app-footer.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::AppFooter class="has-margin-top-auto" as |AF|>
<AF.ExtraBefore>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/auth-config-form/config.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<form {{on "submit" (perform this.saveModel)}}>
<div class="box is-sideless is-fullwidth is-marginless">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/auth-config-form/options.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<form {{on "submit" (perform this.saveModel)}}>
<div class="box is-sideless is-fullwidth is-marginless">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/auth-saml.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if this.canLoginSaml}}
<form id="auth-form" {{on "submit" (fn this.startSAMLAuth @onSubmit (hash role=@roleName))}}>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/auth/login-form.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if this.waitingForOktaNumberChallenge}}
<OktaNumberChallenge
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/auth/page.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if this.mfaErrors}}
<div class="has-top-margin-xxl" data-test-mfa-error>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/attribution.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<div class="chart-wrapper single-chart-grid" data-test-clients-attribution={{this.noun}}>
<div class="chart-header has-bottom-margin-m">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/chart-container.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{! HBS display template for rendering title, description and stat boxes with a chart on the right }}

Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/charts/vertical-bar-basic.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<div class="lineal-chart" data-test-chart={{or @chartTitle "vertical bar chart"}}>
<Lineal::Fluid as |width|>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/charts/vertical-bar-grouped.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if (and @data @legend)}}
<div class="lineal-chart" data-test-chart={{or @chartTitle "grouped vertical bar chart"}}>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/charts/vertical-bar-stacked.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<div class="lineal-chart" data-test-chart={{or @chartTitle "stacked vertical bar chart"}}>
<Lineal::Fluid as |width|>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/config.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if (eq @mode "edit")}}
<form onsubmit={{action "onSaveChanges"}} data-test-clients-config-form>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/counts/error.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<EmptyState
@title={{if (eq @error.httpStatus 403) "You are not authorized" "Error"}}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/counts/nav-bar.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<nav class="tabs has-bottom-margin-s" aria-label="navigation for managing client counts">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/date-range.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<div ...attributes>
<Hds::Text::Display @tag="p" class="has-bottom-margin-xs">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/horizontal-bar-chart.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if @dataset}}
<svg
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/no-data.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if (or @config.reportingEnabled (eq @config.enabled "On"))}}
<EmptyState
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page-header.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::PageHeader class="has-top-padding-l has-bottom-padding-m" as |PH|>
<PH.Title>Vault Usage Metrics</PH.Title>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page/acme.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{! ACME clients added in 1.17 }}

Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page/counts.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Clients::PageHeader
@startTimestamp={{@startTimestamp}}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page/overview.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Clients::RunningTotal
@isSecretsSyncActivated={{this.flags.secretsSyncIsActivated}}
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page/sync.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
{{#if this.flags.secretsSyncIsActivated}}
{{#if (not this.byMonthActivityData)}}
{{! byMonthActivityData is an empty array if there is no monthly data (monthly breakdown was added in 1.11)
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/page/token.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if (and this.byMonthActivityData this.isDateRange)}}
<Clients::ChartContainer
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/running-total.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if (gt @byMonthActivityData.length 1)}}
<Clients::ChartContainer
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/clients/usage-stats.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{! Display only template that renders yielded components in columns, beneath a title and description }}
<Hds::Card::Container
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/client-count-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="client-count">
<div class="is-flex-between">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/learn-more-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="learn-more">
<h2 class="title is-4 has-bottom-margin-xxs" data-test-learn-more-title>Learn more</h2>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/overview.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Dashboard::VaultVersionTitle @version={{@version}} />

Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/quick-actions-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="quick-actions">
<h2 class="title is-4">Quick actions</h2>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/replication-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}
<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="replication">

<div class="is-flex-between">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/replication-state-text.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<div>
<h2 class="is-size-5 has-text-weight-semibold has-bottom-margin-xs" data-test-title={{@title}}>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/secrets-engines-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container
@hasBorder={{true}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container @hasBorder={{true}} class="has-padding-l" data-test-card="configuration-details">
<h3 class="title is-4" data-test-dashboard-card-header="configuration">Configuration details</h3>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/dashboard/vault-version-title.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<PageHeader as |p|>
<p.levelLeft>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/flash-toast.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Toast @color={{this.color}} @onDismiss={{@close}} class="has-bottom-margin-m" data-test-flash-toast as |T|>
<T.Title data-test-flash-toast-title>{{this.title}}</T.Title>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/generate-credentials.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<PageHeader as |p|>
<p.top>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/get-credentials-card.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Hds::Card::Container @level="mid" @hasBorder={{true}} class="has-padding-l" ...attributes>
<form {{on "submit" this.transitionToCredential}}>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/license-info.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<PageHeader as |p|>
<p.levelLeft>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/logo-edition.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<svg width="146" height="51" viewBox="0 0 146 51" xmlns="http://www.w3.org/2000/svg">
<g id="vault-logo-v" fill-rule="nonzero">
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/modal-form/oidc-assignment-template.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Oidc::AssignmentForm @onSave={{this.onSave}} @model={{this.assignment}} @onCancel={{@onCancel}} />
2 changes: 1 addition & 1 deletion ui/app/components/modal-form/oidc-key-template.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<Oidc::KeyForm @onSave={{this.onSave}} @model={{this.key}} @onCancel={{@onCancel}} @isModalForm={{true}} />
2 changes: 1 addition & 1 deletion ui/app/components/modal-form/policy-template.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

{{#if this.policy.policyType}}
<Hds::Tabs as |T|>
Expand Down
2 changes: 1 addition & 1 deletion ui/app/components/mount-backend-form.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
}}

<PageHeader as |p|>
<p.levelLeft>
Expand Down
Loading

0 comments on commit df843a8

Please sign in to comment.