diff --git a/LICENSE b/LICENSE
index 13a6fd789f..47bfda24ad 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2016 Google, Inc.
+Copyright (c) 2017 Google, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
index 0d46780d7e..0f1eee34be 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ gulp install-example-angular
## License
-Powered by Google ©2010-2016. Code licensed under an [MIT-style License](https://github.com/angular.io/blob/master/LICENSE). Documentation licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/).
+Powered by Google ©2010-2017. Code licensed under an [MIT-style License](https://github.com/angular.io/blob/master/LICENSE). Documentation licensed under [CC BY 4.0](http://creativecommons.org/licenses/by/4.0/).
[travis-badge]: https://travis-ci.org/angular/angular.io.svg?branch=master
[travis-badge-url]: https://travis-ci.org/angular/angular.io
diff --git a/public/_includes/_footer.jade b/public/_includes/_footer.jade
index e2d9af4fac..3a59412711 100644
--- a/public/_includes/_footer.jade
+++ b/public/_includes/_footer.jade
@@ -52,6 +52,6 @@ div(class="main-footer" data-swiftype-index="false")
li 中文版
footer(class="background-midnight")
- small.text-caption Powered by Google ©2010-2016. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
+ small.text-caption Powered by Google ©2010-2017. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
span.icon-favorite
diff --git a/public/license.txt b/public/license.txt
index 51b127e827..62345da08d 100644
--- a/public/license.txt
+++ b/public/license.txt
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2014-2016 Google, Inc.
+Copyright (c) 2014-2017 Google, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/tools/plunker-builder/plunkerBuilder.js b/tools/plunker-builder/plunkerBuilder.js
index 9e2052517e..05f75a51c1 100644
--- a/tools/plunker-builder/plunkerBuilder.js
+++ b/tools/plunker-builder/plunkerBuilder.js
@@ -21,7 +21,7 @@ module.exports = {
buildCopyrightStrings();
function 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';