Skip to content

Commit 52bf188

Browse files
alfaprojectvsavkin
authored andcommitted
style: add missing copyright headers
1 parent 6f412bb commit 52bf188

File tree

98 files changed

+823
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+823
-7
lines changed

modules/angular1_router/src/ng_outlet.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
///<reference path="../typings/angularjs/angular.d.ts"/>
210

311

modules/benchmarks/e2e_test/old/compiler_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/costs_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/di_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/largetable_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/naive_infinite_scroll_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/naive_infinite_scroll_spec.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/page_load_perf.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 {verifyNoBrowserErrors} from 'angular2/src/testing/perf_util';
210

311
describe('ng2 largetable benchmark', function() {

modules/benchmarks/e2e_test/old/selector_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

modules/benchmarks/e2e_test/old/static_tree_perf.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 {verifyNoBrowserErrors} from '@angular/testing/src/e2e_util';
210
import {runClickBenchmark} from '@angular/testing/src/perf_util';
311

0 commit comments

Comments
 (0)