Skip to content

Commit

Permalink
chore: update missed licensed files (backport to 16.x) (#1388)
Browse files Browse the repository at this point in the history
Backport 8b35683 from #1387. <br> ## PR
Checklist

Please check if your PR fulfills the following requirements:

- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- [ ] If applicable, have a visual design approval

## PR Type

What kind of change does this PR introduce?

&lt;!-- Please check the one that applies to this PR using
&quot;x&quot;. --&gt;

- [ ] Bugfix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Documentation content changes
- [x] License update

## What is the current behavior?

&lt;!-- Please describe the current behavior that you are modifying, or
link to a relevant issue. --&gt;

Issue Number: N/A
Follow of #1370 

## What is the new behavior?

## Does this PR introduce a breaking change?

- [ ] Yes
- [x] No

&lt;!-- If this PR contains a breaking change, please describe the
impact and migration path for existing applications below. --&gt;

## Other information

Co-authored-by: Valentin Mladenov <valentin.mladenov@broadcom.com>
  • Loading branch information
github-actions[bot] and valentin-mladenov authored May 23, 2024
1 parent aac9cdd commit d2c267a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
* Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
Expand Down
7 changes: 4 additions & 3 deletions projects/angular/src/forms/combobox/combobox.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!--
* Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
~ Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
~ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<!-- The (click) handler is needed to auto-focus on input field which can not currently occupy the whole
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!--
* Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
~ Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
~ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<clr-monthpicker *ngIf="isMonthView"></clr-monthpicker>
Expand Down
7 changes: 4 additions & 3 deletions projects/demo/src/app/datepicker/datepicker-min-max.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!--
* Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
~ Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
~ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<h3>Min/Max Dates</h3>
Expand Down
7 changes: 4 additions & 3 deletions projects/demo/src/app/typography/typography-font-autopsy.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!--
~ Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
~ Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
~ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<div class="clr-row">
Expand Down
7 changes: 4 additions & 3 deletions projects/demo/src/app/typography/utils/font-switcher.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!--
~ Copyright (c) 2016-2023 VMware, Inc. All Rights Reserved.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
~ Copyright (c) 2016-2024 Broadcom. All Rights Reserved.
~ The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
~ This software is released under MIT license.
~ The full license information can be found in LICENSE in the root directory of this project.
-->

<form clrForm (submit)="noop()" [formGroup]="presetSwitcher" [clrLayout]="layout" style="padding: 0">
Expand Down

0 comments on commit d2c267a

Please sign in to comment.