Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion bin/architect
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';


Expand Down
3 changes: 2 additions & 1 deletion bin/benchmark
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';


Expand Down
3 changes: 2 additions & 1 deletion bin/build-optimizer
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';


Expand Down
3 changes: 2 additions & 1 deletion bin/devkit-admin
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';

/**
Expand Down
3 changes: 2 additions & 1 deletion bin/ng
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';


Expand Down
3 changes: 2 additions & 1 deletion bin/schematics
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/usr/bin/env node
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

'use strict';


Expand Down
3 changes: 2 additions & 1 deletion lib/bootstrap-local.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/* eslint-disable no-console */
'use strict';
const debug = require('debug');
Expand Down
3 changes: 2 additions & 1 deletion lib/packages.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

// tslint:disable-next-line: no-global-tslint-disable
// tslint:disable: no-implicit-dependencies
import { JsonObject } from '@angular-devkit/core';
Expand Down
3 changes: 1 addition & 2 deletions lib/registries.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

/** URL to Wombat NPM registry proxy. */
export const wombat = 'https://wombat-dressing-room.appspot.com';
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/add-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { analytics, tags } from '@angular-devkit/core';
import { NodePackageDoesNotSupportSchematics } from '@angular-devkit/schematics/tools';
import { dirname, join } from 'path';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/analytics-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import {
promptGlobalAnalytics,
promptProjectAnalytics,
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/build-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as BuildCommandSchema } from './build';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/config-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { JsonValue, tags } from '@angular-devkit/core';
import { v4 as uuidV4 } from 'uuid';
import { Command } from '../models/command';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/deploy-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as DeployCommandSchema } from './deploy';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/doc-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import * as open from 'open';
import { Command } from '../models/command';
import { Arguments } from '../models/interface';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/e2e-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as E2eCommandSchema } from './e2e';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/easter-egg-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { Command } from '../models/command';
import { colors } from '../utilities/color';
import { Schema as AwesomeCommandSchema } from './easter-egg';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/extract-i18n-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as ExtractI18nCommandSchema } from './extract-i18n';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/generate-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { Arguments, SubCommandDescription } from '../models/interface';
import { SchematicCommand } from '../models/schematic-command';
import { colors } from '../utilities/color';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/help-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { Command } from '../models/command';
import { colors } from '../utilities/color';
import { Schema as HelpCommandSchema } from './help';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/lint-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as LintCommandSchema } from './lint';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/new-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { Arguments } from '../models/interface';
import { SchematicCommand } from '../models/schematic-command';
import { ensureCompatibleNpm } from '../utilities/package-manager';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/run-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as RunCommandSchema } from './run';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/serve-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as ServeCommandSchema } from './serve';
Expand Down
3 changes: 1 addition & 2 deletions packages/angular/cli/commands/test-impl.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
import { Arguments } from '../models/interface';
import { Schema as TestCommandSchema } from './test';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/update-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { UnsuccessfulWorkflowExecution } from '@angular-devkit/schematics';
import { NodeWorkflow } from '@angular-devkit/schematics/tools';
import { execSync } from 'child_process';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/commands/version-impl.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { execSync } from 'child_process';
import * as path from 'path';
import { Command } from '../models/command';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/lib/cli/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import { createConsoleLogger } from '@angular-devkit/core/node';
import { format } from 'util';
import { runCommand } from '../../models/command-runner';
Expand Down
3 changes: 2 additions & 1 deletion packages/angular/cli/lib/init.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/

import 'symbol-observable';
// symbol polyfill must go first
// tslint:disable-next-line:ordered-imports import-groups
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/cli/models/analytics-collector.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* @license
* Copyright Google Inc. All Rights Reserved.
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*
*/

import { analytics } from '@angular-devkit/core';
import { execSync } from 'child_process';
import * as debug from 'debug';
Expand Down
Loading