From 07d84dd85f44f773766dba6db5ff99e2dd1ad69c Mon Sep 17 00:00:00 2001 From: Martin Staffa Date: Fri, 5 Jan 2018 15:47:22 +0100 Subject: [PATCH] chore(*): update copyright year Closes #16386 --- LICENSE | 2 +- docs/config/templates/app/indexPage.template.html | 2 +- src/angular.prefix | 2 +- src/loader.prefix | 2 +- src/module.prefix | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 4b589a7e7..91f064493 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010-2017 Google, Inc. http://angularjs.org +Copyright (c) 2010-2018 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 10883c828..44ef6ebd7 100644 --- a/docs/config/templates/app/indexPage.template.html +++ b/docs/config/templates/app/indexPage.template.html @@ -209,7 +209,7 @@

Back to top

- Super-powered by Google ©2010-2017 + Super-powered by Google ©2010-2018 ( diff --git a/src/angular.prefix b/src/angular.prefix index dc77488d1..387ae6789 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2017 Google, Inc. http://angularjs.org + * (c) 2010-2018 Google, Inc. http://angularjs.org * License: MIT */ (function(window) { diff --git a/src/loader.prefix b/src/loader.prefix index 9488eb1be..70f68fe8c 100644 --- a/src/loader.prefix +++ b/src/loader.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2017 Google, Inc. http://angularjs.org + * (c) 2010-2018 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; diff --git a/src/module.prefix b/src/module.prefix index 4f6d33bd8..499a52435 100644 --- a/src/module.prefix +++ b/src/module.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2017 Google, Inc. http://angularjs.org + * (c) 2010-2018 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular) {