Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit eaa0349

Browse files
Splaktargkalpak
authored andcommitted
chore(copyright): update to Google LLC
- fix minor typo in comment Relates to angular/angular#27880 Closes #17062
1 parent 4b0b681 commit eaa0349

File tree

7 files changed

+8
-8
lines changed

7 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-2020 Google, Inc. http://angularjs.org
3+
Copyright (c) 2010-2020 Google LLC. 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

docs/app/src/examples.js

+2-2
Original file line numberDiff line numberDiff 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*/';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
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": {

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

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

vendor/ng-closure-runner/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2013 Google, Inc. http://angularjs.org
3+
Copyright (c) 2013-2020 Google LLC. 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

0 commit comments

Comments
 (0)