Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c36c7b3

Browse files
committed
chore(*): update copyright year
Closes #16386
1 parent 5054fc7 commit c36c7b3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2010-2017 Google, Inc. http://angularjs.org
3+
Copyright (c) 2010-2018 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

Diff for: docs/config/templates/app/indexPage.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
209209
<p class="pull-right"><a back-to-top>Back to top</a></p>
210210

211211
<p>
212-
Super-powered by Google ©2010-2017
212+
Super-powered by Google ©2010-2018
213213
(<a id="version"
214214
ng-href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}"
215215
ng-bind-template="v{{version}}" title="Changelog of this version of AngularJS">

Diff for: src/angular.prefix

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

Diff for: src/loader.prefix

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

Diff for: src/module.prefix

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

0 commit comments

Comments
 (0)