Skip to content

Commit 0d7e0f5

Browse files
committed
style(@angular-devkit/build-angular): remove duplicate license header
1 parent 5275892 commit 0d7e0f5

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/scripts-webpack-plugin.ts

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
// tslint:disable
2-
// TODO: cleanup this file, it's copied as is from Angular CLI.
3-
4-
/**
5-
* @license
6-
* Copyright Google Inc. All Rights Reserved.
7-
*
8-
* Use of this source code is governed by an MIT-style license that can be
9-
* found in the LICENSE file at https://angular.io/license
10-
*/
111
/**
122
* @license
133
* Copyright Google Inc. All Rights Reserved.
144
*
155
* Use of this source code is governed by an MIT-style license that can be
166
* found in the LICENSE file at https://angular.io/license
177
*/
8+
// tslint:disable
9+
// TODO: cleanup this file, it's copied as is from Angular CLI.
10+
1811
import { Compiler, loader } from 'webpack';
1912
import { CachedSource, ConcatSource, OriginalSource, RawSource, Source } from 'webpack-sources';
2013
import { interpolateName } from 'loader-utils';

0 commit comments

Comments
 (0)