aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisko Hevery2012-04-17 15:17:04 -0700
committerMisko Hevery2012-04-20 11:29:34 -0700
commitce15a3e0491f7acafcdf0ff07f75d0c2c9819164 (patch)
treeca78525f2144f50adfcdf9ea17641c288e7c914a
parent46bb08a9d0780fafef6dc5c1140c71912462887a (diff)
downloadangular.js-ce15a3e0491f7acafcdf0ff07f75d0c2c9819164.tar.bz2
chore(license): update to google
-rw-r--r--LICENSE2
-rw-r--r--src/angular-bootstrap.js2
-rw-r--r--src/angular.prefix2
-rw-r--r--src/loader.prefix2
-rw-r--r--src/module.prefix2
-rw-r--r--src/ngMock/angular-mocks.js2
-rw-r--r--src/ngScenario/angular.prefix2
-rw-r--r--src/ngScenario/jstd-scenario-adapter/angular.prefix2
8 files changed, 8 insertions, 8 deletions
diff --git a/LICENSE b/LICENSE
index b6ad6d3f..f2d3ff7a 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 716731a5..50211416 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 d66c099f..7a6ff344 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 b3969eb0..3ab7dd06 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 92367961..5e94be5d 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 4478f389..0b8f016f 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 439ce371..e9c15a4d 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 87c14270..0c86d3cd 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) {