Skip to content

Commit dfed09b

Browse files
committed
It's 2021
1 parent 2427ed5 commit dfed09b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2020 Thibaut Courouble and other contributors
1+
Copyright 2013-2021 Thibaut Courouble and other contributors
22

33
This Source Code Form is subject to the terms of the Mozilla Public
44
License, v. 2.0. If a copy of the MPL was not distributed with this

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Made something cool? Feel free to open a PR to add a new row to this table!
166166

167167
## Copyright / License
168168

169-
Copyright 2013-2020 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors)
169+
Copyright 2013–2021 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors)
170170

171171
This software is licensed under the terms of the Mozilla Public License v2.0. See the [COPYRIGHT](./COPYRIGHT) and [LICENSE](./LICENSE) files.
172172

assets/javascripts/lib/license.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
* Copyright 2013-2020 Thibaut Courouble and other contributors
2+
* Copyright 2013-2021 Thibaut Courouble and other contributors
33
*
44
* This source code is licensed under the terms of the Mozilla
55
* Public License, v. 2.0, a copy of which may be obtained at:

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.templates.aboutPage = -> """
2222
2323
<h2 class="_block-heading" id="copyright">Copyright and License</h2>
2424
<p class="_note">
25-
<strong>Copyright 2013&ndash;2020 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
25+
<strong>Copyright 2013&ndash;2021 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
2626
This software is licensed under the terms of the Mozilla Public License v2.0.<br>
2727
You may obtain a copy of the source code at <a href="https://github.com/freeCodeCamp/devdocs">github.com/freeCodeCamp/devdocs</a>.<br>
2828
For more information, see the <a href="https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>

assets/stylesheets/application.css.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//= depend_on sprites/docs.json
44

55
/*!
6-
* Copyright 2013-2020 Thibaut Courouble and other contributors
6+
* Copyright 2013-2021 Thibaut Courouble and other contributors
77
*
88
* This source code is licensed under the terms of the Mozilla
99
* Public License, v. 2.0, a copy of which may be obtained at:

0 commit comments

Comments
 (0)