@ -22,7 +22,7 @@ app.templates.aboutPage = -> """
< h2 class = " _block-heading " id = " copyright " > Copyright and License < / h2 >
< h2 class = " _block-heading " id = " copyright " > Copyright and License < / h2 >
< p class = " _note " >
< p class = " _note " >
< strong > Copyright 2013 & ndash ; 20 19 Thibaut Courouble and < a href = " https://github.com/freeCodeCamp/devdocs/graphs/contributors " > other contributors < / a > < / strong > < br >
< strong > Copyright 2013 & ndash ; 20 20 Thibaut Courouble and < a href = " https://github.com/freeCodeCamp/devdocs/graphs/contributors " > other contributors < / a > < / strong > < br >
This software is licensed under the terms of the Mozilla Public License v2 . 0 . < br >
This software is licensed under the terms of the Mozilla Public License v2 . 0 . < br >
You may obtain a copy of the source code at < a href = " https://github.com/freeCodeCamp/devdocs " > github . com / freeCodeCamp / devdocs < / a > . < br >
You may obtain a copy of the source code at < a href = " https://github.com/freeCodeCamp/devdocs " > github . com / freeCodeCamp / devdocs < / a > . < br >
For more information , see the < a href = " https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT " > COPYRIGHT < / a >
For more information , see the < a href = " https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT " > COPYRIGHT < / a >
@ -82,8 +82,13 @@ app.templates.aboutPage = -> """
"""
"""
credits = [
credits = [
[ ' Angular<br>Angular.js ' ,
[ ' Angular.js ' ,
' 2010-2019 Google, Inc. ' ,
' 2010-2020 Google, Inc. ' ,
' CC BY 3.0 ' ,
' https://creativecommons.org/licenses/by/3.0/ '
] , [
' Angular ' ,
' 2010-2020 Google, Inc. ' ,
' CC BY ' ,
' CC BY ' ,
' https://creativecommons.org/licenses/by/4.0/ '
' https://creativecommons.org/licenses/by/4.0/ '
] , [
] , [
@ -378,7 +383,7 @@ credits = [
' https://raw.githubusercontent.com/jekyll/jekyll/master/LICENSE '
' https://raw.githubusercontent.com/jekyll/jekyll/master/LICENSE '
] , [
] , [
' Jest ' ,
' Jest ' ,
' Facebook, Inc. and its affiliates .' ,
' 2020 Facebook, Inc.' ,
' MIT ' ,
' MIT ' ,
' https://raw.githubusercontent.com/facebook/jest/master/LICENSE '
' https://raw.githubusercontent.com/facebook/jest/master/LICENSE '
] , [
] , [
@ -448,7 +453,7 @@ credits = [
' https://raw.githubusercontent.com/lodash/lodash/master/LICENSE '
' https://raw.githubusercontent.com/lodash/lodash/master/LICENSE '
] , [
] , [
' Lua ' ,
' Lua ' ,
' 1994– 20 17 Lua.org, PUC-Rio' ,
' 1994– 20 20 Lua.org, PUC-Rio' ,
' MIT ' ,
' MIT ' ,
' http://www.lua.org/license.html '
' http://www.lua.org/license.html '
] , [
] , [
@ -508,7 +513,7 @@ credits = [
' https://github.com/LearnBoost/mongoose/blob/master/README.md # license '
' https://github.com/LearnBoost/mongoose/blob/master/README.md # license '
] , [
] , [
' nginx ' ,
' nginx ' ,
' 2002-20 19 Igor Sysoev<br>© 2011-2019 Nginx, Inc.' ,
' 2002-20 20 Igor Sysoev<br>© 2011-2020 Nginx, Inc.' ,
' BSD ' ,
' BSD ' ,
' http://nginx.org/LICENSE '
' http://nginx.org/LICENSE '
] , [
] , [
@ -548,7 +553,7 @@ credits = [
' https://octave.org/doc/interpreter/ '
' https://octave.org/doc/interpreter/ '
] , [
] , [
' OpenJDK ' ,
' OpenJDK ' ,
' 1993 -2017 , Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.' ,
' 1993 , 2020 , Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.' ,
' GPLv2 ' ,
' GPLv2 ' ,
' http://openjdk.java.net/legal/gplv2+ce.html '
' http://openjdk.java.net/legal/gplv2+ce.html '
] , [
] , [
@ -603,7 +608,7 @@ credits = [
' https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE '
' https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE '
] , [
] , [
' PostgreSQL ' ,
' PostgreSQL ' ,
' 1996-20 19 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of California' ,
' 1996-20 20 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of California' ,
' PostgreSQL ' ,
' PostgreSQL ' ,
' https://www.postgresql.org/about/licence/ '
' https://www.postgresql.org/about/licence/ '
] , [
] , [