mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-15 18:23:09 +00:00
chore(license): update to google
This commit is contained in:
parent
46bb08a9d0
commit
ce15a3e049
8 changed files with 8 additions and 8 deletions
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
2
src/angular-bootstrap.js
vendored
2
src/angular-bootstrap.js
vendored
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @license AngularJS
|
* @license AngularJS
|
||||||
* (c) 2010-2011 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
(function(window, document) {
|
(function(window, document) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2012 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
(function(window, document, undefined) {
|
(function(window, document, undefined) {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2012 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2012 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
(function(angular) {
|
(function(angular) {
|
||||||
|
|
|
||||||
2
src/ngMock/angular-mocks.js
vendored
2
src/ngMock/angular-mocks.js
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2011 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*
|
*
|
||||||
* TODO(vojta): wrap whole file into closure during build
|
* TODO(vojta): wrap whole file into closure during build
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2011 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
(function(window, document){
|
(function(window, document){
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* @license AngularJS v"NG_VERSION_FULL"
|
* @license AngularJS v"NG_VERSION_FULL"
|
||||||
* (c) 2010-2011 AngularJS http://angularjs.org
|
* (c) 2010-2012 Google, Inc. http://angularjs.org
|
||||||
* License: MIT
|
* License: MIT
|
||||||
*/
|
*/
|
||||||
(function(window) {
|
(function(window) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue