This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2016 Google, Inc.
3
+ Copyright (c) 2017 Google, Inc.
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-io-v42 " ,
2
+ "name" : " material- angular-io" ,
3
3
"version" : " 0.0.0" ,
4
4
"license" : " MIT" ,
5
5
"angular-cli" : {},
28
28
"@angular/router" : " ~4.0.0" ,
29
29
"core-js" : " ^2.4.1" ,
30
30
"rxjs" : " ^5.1.0" ,
31
- "zone.js" : " ^0.7.7 "
31
+ "zone.js" : " ^0.8.4 "
32
32
},
33
33
"devDependencies" : {
34
34
"@angular/cli" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 13
13
</ div >
14
14
15
15
< div class ="docs-footer-copyright ">
16
- < p > Powered by Google ©2010-2016 . Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.</ p >
16
+ < p > Powered by Google ©2010-2017 . Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.</ p >
17
17
</ div >
18
18
</ div >
19
19
</ footer >
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ describe('PlunkerWriter', () => {
45
45
it ( 'should append correct copyright' , ( ) => {
46
46
expect ( plunkerWriter . _appendCopyright ( 'test.ts' , 'NoContent' ) ) . toBe ( `NoContent
47
47
48
- /** Copyright 2016 Google Inc. All Rights Reserved.
48
+ /** Copyright 2017 Google Inc. All Rights Reserved.
49
49
Use of this source code is governed by an MIT-style license that
50
50
can be found in the LICENSE file at http://angular.io/license */` ) ;
51
51
52
52
expect ( plunkerWriter . _appendCopyright ( 'test.html' , 'NoContent' ) ) . toBe ( `NoContent
53
53
54
- <!-- Copyright 2016 Google Inc. All Rights Reserved.
54
+ <!-- Copyright 2017 Google Inc. All Rights Reserved.
55
55
Use of this source code is governed by an MIT-style license that
56
56
can be found in the LICENSE file at http://angular.io/license -->` ) ;
57
57
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'rxjs/add/operator/toPromise';
6
6
const PLUNKER_URL = 'https://plnkr.co/edit/?p=preview' ;
7
7
8
8
const COPYRIGHT =
9
- `Copyright 2016 Google Inc. All Rights Reserved.
9
+ `Copyright 2017 Google Inc. All Rights Reserved.
10
10
Use of this source code is governed by an MIT-style license that
11
11
can be found in the LICENSE file at http://angular.io/license` ;
12
12
You can’t perform that action at this time.
0 commit comments