Skip to content

Commit 65b0c04

Browse files
committed
added license header
1 parent 736cdf4 commit 65b0c04

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/components/sub-components/mgt-flyout/mgt-flyout.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* -------------------------------------------------------------------------------------------
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
4+
* See License in the project root for license information.
5+
* -------------------------------------------------------------------------------------------
6+
*/
7+
18
.root {
29
position: relative;
310
}

src/components/sub-components/mgt-flyout/mgt-flyout.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* -------------------------------------------------------------------------------------------
3+
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License.
4+
* See License in the project root for license information.
5+
* -------------------------------------------------------------------------------------------
6+
*/
7+
18
import { customElement, html, LitElement, property, PropertyValues } from 'lit-element';
29
import { classMap } from 'lit-html/directives/class-map';
310
import { styles } from './mgt-flyout-css';

0 commit comments

Comments
 (0)