Skip to content

Commit 8633376

Browse files
josephperrottalan-agius4
authored andcommitted
build: migrate all file header to use Google LLC rather than Google Inc
(cherry picked from commit 0038542)
1 parent 571a6d4 commit 8633376

File tree

724 files changed

+1357
-899
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

724 files changed

+1357
-899
lines changed

bin/architect

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112

bin/benchmark

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112

bin/build-optimizer

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112

bin/devkit-admin

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112
/**

bin/ng

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112

bin/schematics

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/usr/bin/env node
22
/**
33
* @license
4-
* Copyright Google Inc. All Rights Reserved.
4+
* Copyright Google LLC All Rights Reserved.
55
*
66
* Use of this source code is governed by an MIT-style license that can be
77
* found in the LICENSE file at https://angular.io/license
88
*/
9+
910
'use strict';
1011

1112

lib/bootstrap-local.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8+
89
/* eslint-disable no-console */
910
'use strict';
1011
const debug = require('debug');

lib/packages.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8+
89
// tslint:disable-next-line: no-global-tslint-disable
910
// tslint:disable: no-implicit-dependencies
1011
import { JsonObject } from '@angular-devkit/core';

lib/registries.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8-
98
/** URL to Wombat NPM registry proxy. */
109
export const wombat = 'https://wombat-dressing-room.appspot.com';

packages/angular/cli/commands/add-impl.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/**
22
* @license
3-
* Copyright Google Inc. All Rights Reserved.
3+
* Copyright Google LLC All Rights Reserved.
44
*
55
* Use of this source code is governed by an MIT-style license that can be
66
* found in the LICENSE file at https://angular.io/license
77
*/
8+
89
import { analytics, tags } from '@angular-devkit/core';
910
import { NodePackageDoesNotSupportSchematics } from '@angular-devkit/schematics/tools';
1011
import { dirname, join } from 'path';

0 commit comments

Comments
 (0)