diff --git a/LICENSE b/LICENSE index 64c3d2875d8f..0f2dbf8453d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2019 Google, Inc. http://angularjs.org +Copyright (c) 2010-2020 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/app/indexPage.template.html b/docs/config/templates/app/indexPage.template.html index eb5c6614a2bc..207bd976d20e 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-2020 ( diff --git a/src/angular.prefix b/src/angular.prefix index 387ae6789295..53a55d3c8815 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-2020 Google, Inc. http://angularjs.org * License: MIT */ (function(window) { diff --git a/src/loader.prefix b/src/loader.prefix index 70f68fe8c896..6bd3791bbf85 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-2020 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; diff --git a/src/module.prefix b/src/module.prefix index 499a524355a2..756131714cf9 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-2020 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular) {