Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit 30e44ad

Browse files
wKozawardbell
authored andcommitted
chore: update copyrights in docs to 2017 (#3067)
1 parent 48fb6ad commit 30e44ad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2016 Google, Inc.
3+
Copyright (c) 2017 Google, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ gulp install-example-angular
152152

153153

154154
## 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/).
156156

157157
[travis-badge]: https://travis-ci.org/angular/angular.io.svg?branch=master
158158
[travis-badge-url]: https://travis-ci.org/angular/angular.io

public/_includes/_footer.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ div(class="main-footer" data-swiftype-index="false")
5252
li <a href="https://angular.cn/">中文版</a>
5353

5454
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>.
5656
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
5757
span.icon-favorite

public/license.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright (c) 2014-2016 Google, Inc.
3+
Copyright (c) 2014-2017 Google, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

tools/plunker-builder/plunkerBuilder.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
buildCopyrightStrings();
2222

2323
function buildCopyrightStrings() {
24-
var COPYRIGHT = 'Copyright 2016 Google Inc. All Rights Reserved.\n'
24+
var COPYRIGHT = 'Copyright 2017 Google Inc. All Rights Reserved.\n'
2525
+ 'Use of this source code is governed by an MIT-style license that\n'
2626
+ 'can be found in the LICENSE file at http://angular.io/license';
2727
var pad = '\n\n';

0 commit comments

Comments
 (0)