From 5150344213b48b7c2d131c3ae3b7ea3e0d1cd53b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 23 Jun 2016 13:27:43 -0700 Subject: [PATCH] fix(common): add license header to localization.ts --- modules/@angular/common/src/localization.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/@angular/common/src/localization.ts b/modules/@angular/common/src/localization.ts index 5f98c744b4..471724b3ce 100644 --- a/modules/@angular/common/src/localization.ts +++ b/modules/@angular/common/src/localization.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 + */ + /** * @experimental */