diff --git a/AUTHORS.txt b/AUTHORS.txt index e0bb650fba7ae756a307073933f8141852c28663..9f74490026a0199b8c50423972e9a2582cc94e08 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 3f86af14ec24009af18830ae5598aca48c313c8c..1f80c5a2436ed287b8093e0d30e80b5bbba1cf51 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 ea6d03e887ed75c43d9069158c5cf03179fbc2b8..ed488ef46773d22c66b4698c81228fea59efd5af 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 4701459964ed3f82885bc20f9e305b37a0617979..ada6a854983377b7f9bc20700ec0d57a3a6f952e 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) -------------------------------------------------------------------------------