chore: update date for plunkers (#3218)

This commit is contained in:
Jesús Rodríguez 2017-02-14 00:31:51 +01:00 committed by Ward Bell
parent 61f46d29b7
commit f5271d71f1
1 changed files with 1 additions and 1 deletions

View File

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