Skip to content

Commit fe12251

Browse files
theeferhansl
authored andcommitted
style: prepend Google @license to all files
1 parent a97be8a commit fe12251

File tree

122 files changed

+854
-0
lines changed

Some content is hidden

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

122 files changed

+854
-0
lines changed

packages/angular_devkit/build_angular/src/angular-cli-files/lib/base-href-webpack/base-href-webpack-plugin.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/lib/base-href-webpack/base-href-webpack-plugin_spec.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/lib/base-href-webpack/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/browser.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/server.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/styles.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/test.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/typescript.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310
import { tags, virtualFs } from '@angular-devkit/core';

packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/utils.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/karma-webpack-failure-cb.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/karma.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/suppress-entry-chunks-webpack-plugin.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/plugins/webpack.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/find-up.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/is-directory.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/package-chunk-sort.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/read-tsconfig.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310
import * as ts from 'typescript';

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/require-project-module.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/service-worker/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310
import { Path, join, normalize, virtualFs, dirname, getSystemPath, tags, fragment } from '@angular-devkit/core';

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/stats.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

packages/angular_devkit/build_angular/src/angular-cli-files/utilities/strip-bom.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// tslint:disable
29
// TODO: cleanup this file, it's copied as is from Angular CLI.
310

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
require('../../../../lib/bootstrap-local');
29
require('./type_checker_worker.ts');

tests/@angular_devkit/build_angular/hello-world-app/e2e/app.e2e-spec.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { AppPage } from './app.po';
29

310
describe('hello-world-app App', () => {

tests/@angular_devkit/build_angular/hello-world-app/e2e/app.po.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { browser, by, element } from 'protractor';
29

310
export class AppPage {

tests/@angular_devkit/build_angular/hello-world-app/karma.conf.js

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// Karma configuration file, see link for more information
29
// https://karma-runner.github.io/1.0/config/configuration-file.html
310

tests/@angular_devkit/build_angular/hello-world-app/protractor.conf.js

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// Protractor configuration file, see link for more information
29
// https://github.com/angular/protractor/blob/master/lib/config.ts
310

tests/@angular_devkit/build_angular/hello-world-app/src/app/app.component.spec.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { TestBed, async } from '@angular/core/testing';
29
import { AppComponent } from './app.component';
310
describe('AppComponent', () => {

tests/@angular_devkit/build_angular/hello-world-app/src/app/app.component.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { Component } from '@angular/core';
29

310
@Component({

tests/@angular_devkit/build_angular/hello-world-app/src/app/app.module.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { BrowserModule } from '@angular/platform-browser';
29
import { NgModule } from '@angular/core';
310

tests/@angular_devkit/build_angular/hello-world-app/src/app/app.server.module.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { NgModule } from '@angular/core';
29
import { ServerModule } from '@angular/platform-server';
310

Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
export const environment = {
29
production: true
310
};

tests/@angular_devkit/build_angular/hello-world-app/src/environments/environment.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
// The file contents for the current environment will overwrite these during build.
29
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
310
// `ng build --env=prod` then `environment.prod.ts` will be used instead.

tests/@angular_devkit/build_angular/hello-world-app/src/main.server.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { enableProdMode } from '@angular/core';
29

310
import { environment } from './environments/environment';

tests/@angular_devkit/build_angular/hello-world-app/src/main.ts

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* @license
3+
* Copyright Google Inc. All Rights Reserved.
4+
*
5+
* Use of this source code is governed by an MIT-style license that can be
6+
* found in the LICENSE file at https://angular.io/license
7+
*/
18
import { enableProdMode } from '@angular/core';
29
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
310

0 commit comments

Comments
 (0)