diff --git a/LICENSE b/LICENSE index fbd4c1d6b3d..b8de5aae83c 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 72fb3c34785..82a75fba00f 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 728fb1bc3f3..23102941d2b 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 d4ff4e4dcd4..c132e4a2a5e 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 38d88eb9823..a7483fdef8f 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 5a56ed1a779..9c59014ab2d 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){