From b14197d9c9052d937dc789e1ac492bcdcdde5599 Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Sat, 2 Nov 2019 01:25:41 +0900 Subject: [PATCH] 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 --- LICENSE | 2 +- website/siteConfig.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e2ae27da..d74917b6 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/website/siteConfig.js b/website/siteConfig.js index db36385f..a5bf8442 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -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