From ba5d420feb8fba231f26c250be7ddf411f839157 Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Wed, 1 Jan 2020 10:30:39 +0800 Subject: [PATCH 1/6] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 64c3d2875d8f..5b923e98f377 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2019 Google, Inc. http://angularjs.org +Copyright (c) 2010-present 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 From 91fa0231699f8870259735be5d00036cde1a89cd Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Wed, 1 Jan 2020 11:37:44 +0800 Subject: [PATCH 2/6] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 5b923e98f377..0f2dbf8453d2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-present 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 From 57f781892b31448f1a22960820a2a5c24582b447 Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Mon, 13 Jan 2020 16:22:05 +0800 Subject: [PATCH 3/6] Update indexPage.template.html --- docs/config/templates/app/indexPage.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( From eb5525e65c3eeafc042b7999f4f386581ee87312 Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Mon, 13 Jan 2020 16:24:14 +0800 Subject: [PATCH 4/6] Update angular.prefix --- src/angular.prefix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { From 12c42848ad6a4b8a4a24ba8c95e8442914444d8c Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Mon, 13 Jan 2020 16:25:06 +0800 Subject: [PATCH 5/6] Update loader.prefix --- src/loader.prefix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; From 6e826324d2fb074a0413dee4f937bb604c4812d1 Mon Sep 17 00:00:00 2001 From: Angel_Kitty Date: Mon, 13 Jan 2020 16:25:57 +0800 Subject: [PATCH 6/6] Update module.prefix --- src/module.prefix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {