Skip to content

Commit 6fd41e7

Browse files
IeuanGlgalfaso
authored andcommitted
chore(*): Updated year in licence
Closes: angular#13661
1 parent 3297bbd commit 6fd41e7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

LICENSE

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

3-
Copyright (c) 2010-2015 Google, Inc. http://angularjs.org
3+
Copyright (c) 2010-2016 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/indexPage.template.html

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

222222
<p>
223-
Super-powered by Google ©2010-2015
223+
Super-powered by Google ©2010-2016
224224
( <a id="version"
225225
ng-href="https://github.com/angular/angular.js/blob/master/CHANGELOG.md#{{versionNumber}}"
226226
ng-bind-template="v{{version}}" title="Changelog of this version of Angular JS">

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-2015 Google, Inc. http://angularjs.org
3+
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window, document, undefined) {

src/loader.prefix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @license AngularJS v"NG_VERSION_FULL"
3-
* (c) 2010-2015 Google, Inc. http://angularjs.org
3+
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
'use strict';
77
(function() {
8-
function isFunction(value) {return typeof value === 'function';};
8+
function isFunction(value) {return typeof value === 'function';};

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-2015 Google, Inc. http://angularjs.org
3+
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window, angular, undefined) {

src/ngScenario/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-2015 Google, Inc. http://angularjs.org
3+
* (c) 2010-2016 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window, document){

0 commit comments

Comments
 (0)