diff --git a/LICENSE b/LICENSE
index fbd4c1d6b3d6..b8de5aae83c8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
+Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
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/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html
index 72fb3c347850..82a75fba00fe 100644
--- a/docs/config/templates/indexPage.template.html
+++ b/docs/config/templates/indexPage.template.html
@@ -220,7 +220,7 @@
{{ key }}
Back to top
- Super-powered by Google ©2010-2015
+ Super-powered by Google ©2010-2016
(
diff --git a/src/angular.prefix b/src/angular.prefix
index 728fb1bc3f36..23102941d2b1 100644
--- a/src/angular.prefix
+++ b/src/angular.prefix
@@ -1,6 +1,6 @@
/**
* @license AngularJS v"NG_VERSION_FULL"
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, document, undefined) {
diff --git a/src/loader.prefix b/src/loader.prefix
index d4ff4e4dcd47..c132e4a2a5eb 100644
--- a/src/loader.prefix
+++ b/src/loader.prefix
@@ -1,8 +1,8 @@
/**
* @license AngularJS v"NG_VERSION_FULL"
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
'use strict';
(function() {
- function isFunction(value) {return typeof value === 'function';};
\ No newline at end of file
+ function isFunction(value) {return typeof value === 'function';};
diff --git a/src/module.prefix b/src/module.prefix
index 38d88eb98231..a7483fdef8f3 100644
--- a/src/module.prefix
+++ b/src/module.prefix
@@ -1,6 +1,6 @@
/**
* @license AngularJS v"NG_VERSION_FULL"
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {
diff --git a/src/ngScenario/angular.prefix b/src/ngScenario/angular.prefix
index 5a56ed1a7794..9c59014ab2df 100644
--- a/src/ngScenario/angular.prefix
+++ b/src/ngScenario/angular.prefix
@@ -1,6 +1,6 @@
/**
* @license AngularJS v"NG_VERSION_FULL"
- * (c) 2010-2015 Google, Inc. http://angularjs.org
+ * (c) 2010-2016 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, document){