Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump year #27880

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2014-2018 Google, Inc. http://angular.io
Copyright (c) 2010-2019 Google LLC. http://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion aio/content/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@description
The MIT License

Copyright (c) 2014-2018 Google, Inc.
Copyright (c) 2010-2019 Google LLC. http://angular.io/license

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
39 changes: 18 additions & 21 deletions aio/src/app/layout/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@

<div class="grid-fluid">
<div class="footer-block" *ngFor="let node of nodes">
<h3>{{node.title}}</h3>
<ul>
<li *ngFor="let item of node.children">
<a class="link" [href]="item.url"
[title]="item.tooltip || item.title">{{ item.title }}</a>
</li>
</ul>
</div>
<div class="grid-fluid">
<div class="footer-block" *ngFor="let node of nodes">
<h3>{{node.title}}</h3>
<ul>
<li *ngFor="let item of node.children">
<a class="link" [href]="item.url" [title]="item.tooltip || item.title">{{ item.title }}</a>
</li>
</ul>
</div>
</div>

<p>
Powered by Google ©2010-2018.
Code licensed under an <a href="license" title="License text" >MIT-style License</a>.
Documentation licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</p>
<p>
Version {{versionInfo?.full}}.
</p>
<!-- TODO: twitter widget (but only on pages that use twitter) -->
<p>
Super-powered by Google ©2010-2019.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Code licensed under an <a href="license" title="License text">MIT-style License</a>.
Documentation licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</p>
<p>
Version {{versionInfo?.full}}.
</p>
6 changes: 0 additions & 6 deletions aio/src/app/search/search.service.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/

import { NgZone, Injectable } from '@angular/core';
import { ConnectableObservable, Observable, race, ReplaySubject, timer } from 'rxjs';
import { concatMap, first, publishReplay } from 'rxjs/operators';
Expand Down
6 changes: 0 additions & 6 deletions aio/src/app/shared/web-worker.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/

import {NgZone} from '@angular/core';
import {Observable} from 'rxjs';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
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 http://angular.io/license
*/


/**
* WEB VERSION FOR CURRENT ANGULAR BUILD
* (based on systemjs.config.js in angular.io)
Expand Down Expand Up @@ -94,9 +101,3 @@
});

})(this);

/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
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 http://angular.io/license
*/

/**
* WEB ANGULAR VERSION
* (based on systemjs.config.js in angular.io)
Expand Down Expand Up @@ -80,9 +86,3 @@
});

})(this);

/*
Copyright 2016 Google Inc. All Rights Reserved.
Use of this source code is governed by an MIT-style license that
can be found in the LICENSE file at http://angular.io/license
*/
6 changes: 3 additions & 3 deletions aio/tools/stackblitz-builder/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class StackblitzBuilder {
}

_buildCopyrightStrings() {
var copyright = 'Copyright 2017-2018 Google Inc. All Rights Reserved.\n'
+ 'Use of this source code is governed by an MIT-style license that\n'
+ 'can be found in the LICENSE file at http://angular.io/license';
var copyright = 'Copyright Google LLC. All Rights Reserved.\n' +
'Use of this source code is governed by an MIT-style license that\n' +
'can be found in the LICENSE file at http://angular.io/license';
var pad = '\n\n';
this.copyrights.jsCss = `${pad}/*\n${copyright}\n*/`;
this.copyrights.html = `${pad}<!-- \n${copyright}\n-->`;
Expand Down
18 changes: 9 additions & 9 deletions packages/bazel/test/ng_package/example_package.golden
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Hello

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -165,7 +165,7 @@ Hello

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example/secondary",["exports","@angular/core"],t):t((e.example=e.example||{},e.example.secondary={}),e.ng.core)}(this,function(e,t){"use strict";
Expand All @@ -190,7 +190,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})});

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -262,7 +262,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})});

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example",["exports","@angular/core"],t):t(e.example={},e.ng.core)}(this,function(e,t){"use strict";
Expand Down Expand Up @@ -502,7 +502,7 @@ export * from './index';

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -537,7 +537,7 @@ export { SecondaryModule, a };

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -570,7 +570,7 @@ export { MyModule };

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -614,7 +614,7 @@ export { SecondaryModule, a };

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down Expand Up @@ -749,7 +749,7 @@ export declare const a = 1;

/**
* @license Angular v0.0.0
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/language-service/bundles/banner.js.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license Angular v0.0.0-PLACEHOLDER
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/license-banner.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v0.0.0-PLACEHOLDER
* (c) 2010-2018 Google, Inc. https://angular.io/
* (c) 2010-2019 Google LLC. https://angular.io/
* License: MIT
*/
21 changes: 0 additions & 21 deletions packages/router/LICENSE

This file was deleted.

18 changes: 1 addition & 17 deletions packages/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,5 @@ Managing state transitions is one of the hardest parts of building applications.

The Angular router is designed to solve these problems. Using the router, you can declaratively specify application state, manage state transitions while taking care of the URL, and load components on demand.

## Overview
Read the overview of the Router [here](https://vsavkin.com/angular-2-router-d9e30599f9ea).

## Guide
Read the dev guide [here](https://angular.io/docs/ts/latest/guide/router.html).

## Local development

```
# keep @angular/router fresh
$ ./scripts/karma.sh

# keep @angular/core fresh
$ ../../../node_modules/.bin/tsc -p modules --emitDecoratorMetadata -w

# start karma
$ ./scripts/karma.sh
```
Read the dev guide [here](https://angular.io/guide/router).