From 9f1e40b76ad10d03d73623b537dfe8bbfb2024ef Mon Sep 17 00:00:00 2001 From: William Summers Date: Wed, 30 Sep 2015 15:27:36 -0600 Subject: [PATCH] License update --- lib/xmlToJSON.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/xmlToJSON.js b/lib/xmlToJSON.js index 78665d5..2d99620 100644 --- a/lib/xmlToJSON.js +++ b/lib/xmlToJSON.js @@ -1,11 +1,11 @@ -/* Copyright 2013 William Summers, metaTribal LLC +/* Copyright 2015 William Summers, MetaTribal LLC * adapted from https://developer.mozilla.org/en-US/docs/JXON * - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the MIT License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://opensource.org/licenses/MIT * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,