docs(common): update copyright years (#21232)

PR Close #21232
This commit is contained in:
Siyao Li
2017-12-31 15:27:12 +08:00
committed by Kara Erickson
parent 03d16fcd24
commit 2402224b4e
6 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ class PlunkerBuilder {
}
_buildCopyrightStrings() {
var copyright = 'Copyright 2017 Google Inc. All Rights Reserved.\n'
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 pad = '\n\n';