Remove erroneous comment re: MDN copyright
In fact, the code samples we have copied from MDN are declared to be public domain (see link below): "Code samples added on or after August 20, 2010 are in the public domain." https://developer.mozilla.org/en-US/docs/MDN/About#Copyrights_and_licenses AFAICT we're using code from this page, last updated 10/4/14: https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* START CRAP TO BE DELETED */
|
||||
//Stolen from MDN (TODO: replace with something else so we arent infringing their copyright)
|
||||
function b64ToUint6 (nChr) {
|
||||
|
||||
return nChr > 64 && nChr < 91 ?
|
||||
@@ -90,7 +88,6 @@ function base64EncArr (aBytes) {
|
||||
|
||||
}
|
||||
|
||||
/* END CRAP TO BE DELETED */
|
||||
|
||||
window.textsecure = window.textsecure || {};
|
||||
|
||||
|
Reference in New Issue
Block a user