Skip to content

Commit ce15a3e

Browse files
committed
chore(license): update to google
1 parent 46bb08a commit ce15a3e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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 Adam Abrons and Misko Hevery http://getangular.com
3+
Copyright (c) 2010-2012 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

src/angular-bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* @license AngularJS
5-
* (c) 2010-2011 AngularJS http://angularjs.org
5+
* (c) 2010-2012 Google, Inc. http://angularjs.org
66
* License: MIT
77
*/
88
(function(window, document) {

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

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-2012 AngularJS http://angularjs.org
3+
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
'use strict';

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

src/ngMock/angular-mocks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* @license AngularJS v"NG_VERSION_FULL"
4-
* (c) 2010-2011 AngularJS http://angularjs.org
4+
* (c) 2010-2012 Google, Inc. http://angularjs.org
55
* License: MIT
66
*
77
* TODO(vojta): wrap whole file into closure during build

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-2011 AngularJS http://angularjs.org
3+
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window, document){
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license AngularJS v"NG_VERSION_FULL"
3-
* (c) 2010-2011 AngularJS http://angularjs.org
3+
* (c) 2010-2012 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
66
(function(window) {

0 commit comments

Comments
 (0)