style: add missing copyright headers

This commit is contained in:
Joao Dias
2016-10-23 22:37:15 +02:00
committed by vsavkin
parent 6f412bb449
commit 52bf188b8f
98 changed files with 823 additions and 7 deletions

View File

@ -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 {runClickBenchmark, verifyNoBrowserErrors} from '@angular/testing/src/perf_util';
describe('ng1.x compiler benchmark', function() {