diff --git a/docs/config/templates/app/indexPage.template.html b/docs/config/templates/app/indexPage.template.html index eb5c6614a2b..3fb234ab4e4 100644 --- a/docs/config/templates/app/indexPage.template.html +++ b/docs/config/templates/app/indexPage.template.html @@ -222,7 +222,7 @@

{{ key }}

Back to top

- Super-powered by Google ©2010-2018 + Super-powered by Google ©2010-2019 ( diff --git a/src/angular.prefix b/src/angular.prefix index 387ae678929..8b78cf26031 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2018 Google, Inc. http://angularjs.org + * (c) 2010-2019 Google, Inc. http://angularjs.org * License: MIT */ (function(window) { diff --git a/src/loader.prefix b/src/loader.prefix index 70f68fe8c89..16eb2f6b5f1 100644 --- a/src/loader.prefix +++ b/src/loader.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2018 Google, Inc. http://angularjs.org + * (c) 2010-2019 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; diff --git a/src/module.prefix b/src/module.prefix index 499a524355a..d5e88e53872 100644 --- a/src/module.prefix +++ b/src/module.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2018 Google, Inc. http://angularjs.org + * (c) 2010-2019 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular) {