build: bump year (#28220)

PR Close #28220
This commit is contained in:
Adam Plumer
2019-01-01 02:02:15 -05:00
committed by Matias Niemelä
parent 2109c30afe
commit dad1bc7ca3
13 changed files with 48 additions and 99 deletions

View File

@ -51,9 +51,9 @@ class StackblitzBuilder {
}
_buildCopyrightStrings() {
var copyright = 'Copyright 2017-2018 Google Inc. All Rights Reserved.\n'
+ 'Use of this source code is governed by an MIT-style license that\n'
+ 'can be found in the LICENSE file at http://angular.io/license';
var copyright = 'Copyright Google LLC. All Rights Reserved.\n' +
'Use of this source code is governed by an MIT-style license that\n' +
'can be found in the LICENSE file at http://angular.io/license';
var pad = '\n\n';
this.copyrights.jsCss = `${pad}/*\n${copyright}\n*/`;
this.copyrights.html = `${pad}<!-- \n${copyright}\n-->`;