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 11The MIT License
22
3- Copyright (c) 2010-2020 Google, Inc . http://angularjs.org
3+ Copyright (c) 2010-2020 Google LLC . http://angularjs.org
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of 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', [])
5555 return function ( url , newWindow , fields ) {
5656 /**
5757 * 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
5959 * a new default plnkr, not a plnkr with the desired template. Given this undesired behavior,
6060 * some may still want to open the plnk in a new window by opting-in via ctrl+click. The
6161 * newWindow param allows for this possibility.
@@ -74,7 +74,7 @@ angular.module('examples', [])
7474} ] )
7575
7676. 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'
7878 + 'Use of this source code is governed by an MIT-style license that\n'
7979 + 'can be found in the LICENSE file at http://angular.io/license' ;
8080 var COPYRIGHT_JS_CSS = '\n\n/*\n' + COPYRIGHT + '\n*/' ;
Original file line number Diff line number Diff line change 105105 "//1" : " `natives@1.1.0` does not work with Node.js 10.x on Windows 10" ,
106106 "//2" : " (E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)" ,
107107 "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+" ,
109109 "graceful-fs" : " ^4.2.3"
110110 },
111111 "commitplease" : {
Original file line number Diff line number Diff line change 11/**
22 * @license AngularJS v"NG_VERSION_FULL"
3- * (c) 2010-2020 Google, Inc . http://angularjs.org
3+ * (c) 2010-2020 Google LLC . http://angularjs.org
44 * License: MIT
55 */
66(function(window) {
Original file line number Diff line number Diff line change 11/**
22 * @license AngularJS v"NG_VERSION_FULL"
3- * (c) 2010-2020 Google, Inc . http://angularjs.org
3+ * (c) 2010-2020 Google LLC . http://angularjs.org
44 * License: MIT
55 */
66'use strict';
Original file line number Diff line number Diff line change 11/**
22 * @license AngularJS v"NG_VERSION_FULL"
3- * (c) 2010-2020 Google, Inc . http://angularjs.org
3+ * (c) 2010-2020 Google LLC . http://angularjs.org
44 * License: MIT
55 */
66(function(window, angular) {
Original file line number Diff line number Diff line change 11The MIT License
22
3- Copyright (c) 2013 Google, Inc . http://angularjs.org
3+ Copyright (c) 2013-2020 Google LLC . http://angularjs.org
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments