From 8d6bc8cd98fe686e6946f46876e03f4a84324c93 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Sat, 17 Jun 2017 19:10:30 +0200 Subject: [PATCH] Add license headers --- src/cdk/version.ts | 8 ++++++++ src/lib/version.ts | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/src/cdk/version.ts b/src/cdk/version.ts index 4defe332aeee..4d5a1335755f 100644 --- a/src/cdk/version.ts +++ b/src/cdk/version.ts @@ -1,3 +1,11 @@ +/** + * @license + * Copyright Google Inc. All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + import {Version} from '@angular/core'; /** Current version of the Angular Component Development Kit. */ diff --git a/src/lib/version.ts b/src/lib/version.ts index c453475ba706..7d04cb1fda3f 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -1,3 +1,11 @@ +/** + * @license + * Copyright Google Inc. All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ + import {Version} from '@angular/core'; /** Current version of Angular Material. */