diff --git a/packages/zone.js/rollup-es5.config.js b/packages/zone.js/rollup-es5.config.js index 60699d7176..09f9360901 100644 --- a/packages/zone.js/rollup-es5.config.js +++ b/packages/zone.js/rollup-es5.config.js @@ -24,9 +24,9 @@ if (bazel_stamp_file) { // `this` should be `undefined` but is assigned with `Window` instead. const banner = `'use strict'; /** -* @license Angular v${version} -* (c) 2010-2020 Google LLC. https://angular.io/ -* License: MIT + * @license Angular v${version} + * (c) 2010-2020 Google LLC. https://angular.io/ + * License: MIT */`; module.exports = { diff --git a/packages/zone.js/rollup-es5_global-es2015.config.js b/packages/zone.js/rollup-es5_global-es2015.config.js index c54fd03eea..583820b58b 100644 --- a/packages/zone.js/rollup-es5_global-es2015.config.js +++ b/packages/zone.js/rollup-es5_global-es2015.config.js @@ -24,9 +24,9 @@ if (bazel_stamp_file) { // `this` should be `undefined` but is assigned with `Window` instead. const banner = `'use strict'; /** -* @license Angular v${version} -* (c) 2010-2020 Google LLC. https://angular.io/ -* License: MIT + * @license Angular v${version} + * (c) 2010-2020 Google LLC. https://angular.io/ + * License: MIT */`; module.exports = {