Skip to content

Commit 62e012d

Browse files
committed
add license to errors file
1 parent 1a1975a commit 62e012d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/cdk/table/table-errors.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
/**
210
* Returns an error to be thrown when attempting to find an unexisting column.
311
* @param id Id whose lookup failed.

0 commit comments

Comments
 (0)