Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4021069

Browse files
AngelKittygkalpak
authored andcommitted
chore(*): update copyright year to 2020
Closes angular#16930
1 parent c428d42 commit 4021069

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2010-2019 Google, Inc. http://angularjs.org
3+
Copyright (c) 2010-2020 Google, Inc. http://angularjs.org
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/config/templates/app/indexPage.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
222222
<p class="pull-right"><a back-to-top>Back to top</a></p>
223223

224224
<p>
225-
Super-powered by Google ©2010-2018
225+
Super-powered by Google ©2010-2020
226226
(<a id="version"
227227
ng-href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}"
228228
ng-bind-template="v{{version}}" title="Changelog of this version of AngularJS">

src/angular.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license AngularJS v"NG_VERSION_FULL"
3-
* (c) 2010-2018 Google, Inc. http://angularjs.org
3+
* (c) 2010-2020 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window) {

src/loader.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license AngularJS v"NG_VERSION_FULL"
3-
* (c) 2010-2018 Google, Inc. http://angularjs.org
3+
* (c) 2010-2020 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
'use strict';

src/module.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license AngularJS v"NG_VERSION_FULL"
3-
* (c) 2010-2018 Google, Inc. http://angularjs.org
3+
* (c) 2010-2020 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window, angular) {

0 commit comments

Comments
 (0)