mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 11:18:39 +00:00
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:
committed by
Kevin Barabash
parent
194b0064bc
commit
b14197d9c9
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@@ -168,7 +168,7 @@ const siteConfig = {
|
|||||||
copyright:
|
copyright:
|
||||||
'Copyright © ' +
|
'Copyright © ' +
|
||||||
new Date().getFullYear() +
|
new Date().getFullYear() +
|
||||||
' Khan Academy',
|
' Khan Academy and other contributors',
|
||||||
|
|
||||||
highlight: {
|
highlight: {
|
||||||
// Highlight.js theme to use for syntax highlighting in code blocks
|
// Highlight.js theme to use for syntax highlighting in code blocks
|
||||||
|
Reference in New Issue
Block a user