Updated license and copyright.

Updated classes with bottom indexing notes related to copyright and license.
This commit is contained in:
2014-09-30 10:46:12 +02:00
parent 19dbbf89e7
commit 82f832a556
19 changed files with 65 additions and 11 deletions

View File

@@ -1,8 +1,8 @@
note
description: "Parse serialized JSON data"
author: "jvelilla"
date: "2008/08/24"
revision: "Revision 0.1"
author: "$Author$"
date: "$Date$"
revision: "$Revision$"
class
JSON_PARSER
@@ -637,4 +637,7 @@ feature {NONE} -- Constants
null_id: STRING = "null"
note
copyright: "2010-2014, Javier Velilla and others https://github.com/eiffelhub/json."
license: "https://github.com/eiffelhub/json/blob/master/License.txt"
end