diff --git a/LICENSE b/LICENSE index b6ad6d3f0e3b..f2d3ff7a2081 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2010 Adam Abrons and Misko Hevery http://getangular.com +Copyright (c) 2010-2012 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/src/angular-bootstrap.js b/src/angular-bootstrap.js index 716731a518c3..50211416c4c7 100644 --- a/src/angular-bootstrap.js +++ b/src/angular-bootstrap.js @@ -2,7 +2,7 @@ /** * @license AngularJS - * (c) 2010-2011 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document) { diff --git a/src/angular.prefix b/src/angular.prefix index d66c099f12c1..7a6ff34416c0 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document, undefined) { diff --git a/src/loader.prefix b/src/loader.prefix index b3969eb08b9b..3ab7dd06e4fe 100644 --- a/src/loader.prefix +++ b/src/loader.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ 'use strict'; diff --git a/src/module.prefix b/src/module.prefix index 923679619184..5e94be5d47ee 100644 --- a/src/module.prefix +++ b/src/module.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2012 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(angular) { diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index 4478f389ba01..0b8f016ff9d5 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -1,7 +1,7 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2011 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT * * TODO(vojta): wrap whole file into closure during build diff --git a/src/ngScenario/angular.prefix b/src/ngScenario/angular.prefix index 439ce37170ae..e9c15a4d2f30 100644 --- a/src/ngScenario/angular.prefix +++ b/src/ngScenario/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2011 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window, document){ diff --git a/src/ngScenario/jstd-scenario-adapter/angular.prefix b/src/ngScenario/jstd-scenario-adapter/angular.prefix index 87c1427060ff..0c86d3cd9c3f 100644 --- a/src/ngScenario/jstd-scenario-adapter/angular.prefix +++ b/src/ngScenario/jstd-scenario-adapter/angular.prefix @@ -1,6 +1,6 @@ /** * @license AngularJS v"NG_VERSION_FULL" - * (c) 2010-2011 AngularJS http://angularjs.org + * (c) 2010-2012 Google, Inc. http://angularjs.org * License: MIT */ (function(window) {