Skip to content

Commit f1b49a4

Browse files
committed
fix(material-experimental/mdc-slider): fixup
* add license to slider-adapter.ts
1 parent 41dd0c9 commit f1b49a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/material-experimental/mdc-slider/slider-adapter.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* @license
3+
* Copyright Google LLC All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
8+
19
import {SpecificEventListener, EventType} from '@material/base';
210
import {MDCSliderAdapter, Thumb, TickMark} from '@material/slider';
311

0 commit comments

Comments
 (0)