Skip to content

Commit 8d6bc8c

Browse files
committed
Add license headers
1 parent 680856b commit 8d6bc8c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/cdk/version.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 Inc. 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 {Version} from '@angular/core';
210

311
/** Current version of the Angular Component Development Kit. */

src/lib/version.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 Inc. 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 {Version} from '@angular/core';
210

311
/** Current version of Angular Material. */

0 commit comments

Comments
 (0)