Skip to content

Commit 90ddbad

Browse files
committed
2019
1 parent 4edbe9b commit 90ddbad

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013-2018 Thibaut Courouble and other contributors
1+
Copyright 2013-2019 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
@@ -134,7 +134,7 @@ DevDocs's own documentation is available on the [wiki](https://github.com/freeCo
134134

135135
## Copyright / License
136136

137-
Copyright 2013-2018 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors)
137+
Copyright 2013-2019 Thibaut Courouble and [other contributors](https://github.com/freeCodeCamp/devdocs/graphs/contributors)
138138

139139
This software is licensed under the terms of the Mozilla Public License v2.0. See the [COPYRIGHT](https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT) and [LICENSE](https://github.com/freeCodeCamp/devdocs/blob/master/LICENSE) files.
140140

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-2018 Thibaut Courouble and other contributors
2+
* Copyright 2013-2019 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;2018 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
25+
<strong>Copyright 2013&ndash;2019 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
@@ -4,7 +4,7 @@
44
//= depend_on docs-2@2x.png
55

66
/*!
7-
* Copyright 2013-2018 Thibaut Courouble and other contributors
7+
* Copyright 2013-2019 Thibaut Courouble and other contributors
88
*
99
* This source code is licensed under the terms of the Mozilla
1010
* Public License, v. 2.0, a copy of which may be obtained at:

0 commit comments

Comments
 (0)