This repository was archived by the owner on Mar 20, 2024. It is now read-only.
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
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 @@ -152,7 +152,7 @@ gulp install-example-angular
152
152
153
153
154
154
## License
155
- Powered by Google ©2010-2016 . Code licensed under an [ MIT-style License] ( https://github.com/angular.io/blob/master/LICENSE ) . Documentation licensed under [ CC BY 4.0] ( http://creativecommons.org/licenses/by/4.0/ ) .
155
+ Powered by Google ©2010-2017 . Code licensed under an [ MIT-style License] ( https://github.com/angular.io/blob/master/LICENSE ) . Documentation licensed under [ CC BY 4.0] ( http://creativecommons.org/licenses/by/4.0/ ) .
156
156
157
157
[ travis-badge ] : https://travis-ci.org/angular/angular.io.svg?branch=master
158
158
[ travis-badge-url ] : https://travis-ci.org/angular/angular.io
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ div(class="main-footer" data-swiftype-index="false")
52
52
li <a href =" https://angular.cn/" >中文版</a >
53
53
54
54
footer( class ="background-midnight" )
55
- small.text-caption Powered by Google ©2010-2016 . Code licensed under an <a href =" /license" >MIT-style License</a >. Documentation licensed under <a href =" http://creativecommons.org/licenses/by/4.0/" >CC BY 4.0</a >.
55
+ small.text-caption Powered by Google ©2010-2017 . Code licensed under an <a href =" /license" >MIT-style License</a >. Documentation licensed under <a href =" http://creativecommons.org/licenses/by/4.0/" >CC BY 4.0</a >.
56
56
a( aria-label ="View Style Guide" href =styleguide title ="Style Guide" class ="styleguide-trigger" )
57
57
span.icon-favorite
Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- Copyright (c) 2014-2016 Google, Inc.
3
+ Copyright (c) 2014-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 @@ -21,7 +21,7 @@ module.exports = {
21
21
buildCopyrightStrings ( ) ;
22
22
23
23
function buildCopyrightStrings ( ) {
24
- var COPYRIGHT = 'Copyright 2016 Google Inc. All Rights Reserved.\n'
24
+ var COPYRIGHT = 'Copyright 2017 Google Inc. All Rights Reserved.\n'
25
25
+ 'Use of this source code is governed by an MIT-style license that\n'
26
26
+ 'can be found in the LICENSE file at http://angular.io/license' ;
27
27
var pad = '\n\n' ;
You can’t perform that action at this time.
0 commit comments