From 03a6c25722edb33f477f13c64c45a28b229517e2 Mon Sep 17 00:00:00 2001 From: Qianqian Fang <fangqq@gmail.com> Date: Thu, 12 Jul 2018 14:00:13 -0400 Subject: [PATCH] update documentation, bump version to 1.8, tag Nominus --- AUTHORS.txt | 3 +++ LICENSE_BSD.txt | 2 +- LICENSE_GPLv3.txt | 2 +- README.txt | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index e0bb650..9f74490 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -51,3 +51,6 @@ This toolbox contains patches submitted by the following contributors: - Sertan Senturk <contact at sertansenturk.com> (Pull#10,#11) Feature: Added matlab object saving to savejson and saveubjson + +- Paul Koprowski <https://github.com/pjkoprowski> + (Issue#29) Feature: Added support to save MATLAB tables to json. \ No newline at end of file diff --git a/LICENSE_BSD.txt b/LICENSE_BSD.txt index 3f86af1..1f80c5a 100644 --- a/LICENSE_BSD.txt +++ b/LICENSE_BSD.txt @@ -1,4 +1,4 @@ -Copyright 2011-2017 Qianqian Fang <q.fang <at> neu.edu>. All rights reserved. +Copyright 2011-2018 Qianqian Fang <q.fang <at> neu.edu>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/LICENSE_GPLv3.txt b/LICENSE_GPLv3.txt index ea6d03e..ed488ef 100644 --- a/LICENSE_GPLv3.txt +++ b/LICENSE_GPLv3.txt @@ -3,7 +3,7 @@ = An open-source MATLAB/Octave JSON encoder and decoder = =============================================================================== -Copyright (C) 2011-2017 Qianqian Fang <q.fang <at> neu.edu> +Copyright (C) 2011-2018 Qianqian Fang <q.fang <at> neu.edu> ------------------------------------------------------------------------------- diff --git a/README.txt b/README.txt index 4701459..ada6a85 100644 --- a/README.txt +++ b/README.txt @@ -3,9 +3,9 @@ = An open-source MATLAB/Octave JSON encoder and decoder = =============================================================================== -*Copyright (C) 2011-2017 Qianqian Fang <q.fang at neu.edu> +*Copyright (C) 2011-2018 Qianqian Fang <q.fang at neu.edu> *License: BSD or GNU General Public License version 3 (GPL v3), see License*.txt -*Version: 1.5 (Nominus - alpha) +*Version: 1.8 (Nominus) ------------------------------------------------------------------------------- -- GitLab