build: bump year (#27880)

PR Close #27880
This commit is contained in:
Adam Plumer
2019-01-01 02:02:15 -05:00
committed by Andrew Kushnir
parent a6f7fe394a
commit a100472b5d
12 changed files with 47 additions and 82 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-->`;