diff options
| -rw-r--r-- | src/angular.prefix | 2 | ||||
| -rw-r--r-- | src/loader.prefix | 2 | ||||
| -rw-r--r-- | src/module.prefix | 2 | ||||
| -rw-r--r-- | src/ngScenario/angular.prefix | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/angular.prefix b/src/angular.prefix index 7a6ff344..17fb2d87 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org + * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document, undefined) { diff --git a/src/loader.prefix b/src/loader.prefix index 3da8da27..cf2b511e 100644 --- a/src/loader.prefix +++ b/src/loader.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org + * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; diff --git a/src/module.prefix b/src/module.prefix index 791edb90..609dcef5 100644 --- a/src/module.prefix +++ b/src/module.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org + * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) { diff --git a/src/ngScenario/angular.prefix b/src/ngScenario/angular.prefix index e9c15a4d..7311c816 100644 --- a/src/ngScenario/angular.prefix +++ b/src/ngScenario/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 Google, Inc. http://angularjs.org + * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document){ |
