This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2010-2020 Google, Inc . http://angularjs.org
3
+ Copyright (c) 2010-2020 Google LLC . http://angularjs.org
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ angular.module('examples', [])
55
55
return function ( url , newWindow , fields ) {
56
56
/**
57
57
* If the form posts to target="_blank", pop-up blockers can cause it not to work.
58
- * If a user choses to bypass pop-up blocker one time and click the link, they will arrive at
58
+ * If a user chooses to bypass pop-up blocker one time and click the link, they will arrive at
59
59
* a new default plnkr, not a plnkr with the desired template. Given this undesired behavior,
60
60
* some may still want to open the plnk in a new window by opting-in via ctrl+click. The
61
61
* newWindow param allows for this possibility.
@@ -74,7 +74,7 @@ angular.module('examples', [])
74
74
} ] )
75
75
76
76
. factory ( 'createCopyrightNotice' , function ( ) {
77
- var COPYRIGHT = 'Copyright ' + ( new Date ( ) ) . getFullYear ( ) + ' Google Inc . All Rights Reserved.\n'
77
+ var COPYRIGHT = 'Copyright ' + ( new Date ( ) ) . getFullYear ( ) + ' Google LLC . All Rights Reserved.\n'
78
78
+ 'Use of this source code is governed by an MIT-style license that\n'
79
79
+ 'can be found in the LICENSE file at http://angular.io/license' ;
80
80
var COPYRIGHT_JS_CSS = '\n\n/*\n' + COPYRIGHT + '\n*/' ;
Original file line number Diff line number Diff line change 105
105
"//1" : " `natives@1.1.0` does not work with Node.js 10.x on Windows 10" ,
106
106
"//2" : " (E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)" ,
107
107
"natives" : " 1.1.6" ,
108
- "//3" : " `graceful-fs` needs to be pinned to support gulp 3, on Node v12+" ,
108
+ "//3" : " `graceful-fs` needs to be pinned to support gulp 3, on Node v12+" ,
109
109
"graceful-fs" : " ^4.2.3"
110
110
},
111
111
"commitplease" : {
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license AngularJS v"NG_VERSION_FULL"
3
- * (c) 2010-2020 Google, Inc . http://angularjs.org
3
+ * (c) 2010-2020 Google LLC . http://angularjs.org
4
4
* License: MIT
5
5
*/
6
6
(function(window) {
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license AngularJS v"NG_VERSION_FULL"
3
- * (c) 2010-2020 Google, Inc . http://angularjs.org
3
+ * (c) 2010-2020 Google LLC . http://angularjs.org
4
4
* License: MIT
5
5
*/
6
6
'use strict';
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license AngularJS v"NG_VERSION_FULL"
3
- * (c) 2010-2020 Google, Inc . http://angularjs.org
3
+ * (c) 2010-2020 Google LLC . http://angularjs.org
4
4
* License: MIT
5
5
*/
6
6
(function(window, angular) {
Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2013 Google, Inc . http://angularjs.org
3
+ Copyright (c) 2013-2020 Google LLC . http://angularjs.org
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments