From 4193dbb96c9c751db604ec05e2750527bd170f37 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 24 Dec 2019 02:33:24 +0300 Subject: [PATCH] Now that somebody found this repo, I'm adding a license notice :) --- JSONStream.php | 4 ++++ README.md | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/JSONStream.php b/JSONStream.php index 2372f7b..433dd1e 100644 --- a/JSONStream.php +++ b/JSONStream.php @@ -1,5 +1,9 @@ isEnded()) $json->exitArray(); fclose($fp); ``` + +## Author and license + +Author: Vitaliy Filippov, 2018+ + +License: GNU LGPL 3.0 or MPL (file-level copyleft) + +As usual, the software is provided "as is", without the warranty of any kind.