Update LICENSE and website to acknowledge individual copyrights as well (#2106)

* Update LICENSE to acknowledge individual copyrights as well

* Update copyright year

* Update website to acknowledge individual copyrights as well

* Update LICENSE

* Update siteConfig.js
This commit is contained in:
ylemkimon
2019-11-02 01:25:41 +09:00
committed by Kevin Barabash
parent 194b0064bc
commit b14197d9c9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2013-2018 Khan Academy
Copyright (c) 2013-2019 Khan Academy and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -168,7 +168,7 @@ const siteConfig = {
copyright:
'Copyright © ' +
new Date().getFullYear() +
' Khan Academy',
' Khan Academy and other contributors',
highlight: {
// Highlight.js theme to use for syntax highlighting in code blocks