From f9deb8e477463cab5801fd7e4228680f090c4357 Mon Sep 17 00:00:00 2001
From: "Herbert J. Bernstein" <yayahjb@gmail.com>
Date: Tue, 3 Nov 2020 07:03:09 -0500
Subject: [PATCH] Update README

Add LGPL 2.1 license notices
---
 README | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 0aa5321..3897254 100644
--- a/README
+++ b/README
@@ -2,6 +2,12 @@ The folder contains two main python files for color-coded data analysis.
 - Ellipsoid.py generates the dendrogram and coordinate variation ellipsoid
 - Cellcluster.py generates scatter plot for cell-based cluster visuallization
 
+author: "Thu Nguyen"
+copyright: "Copyright (C) 2020 Thu Nguyen"
+license: "LGPL 2.1"
+version: "1.0"
+
 The files: cctable.dat, CLUSTERS.txt, manual_coordinate_146.txt are inputs of ellipsoid.py. Here we use height cutoff at 1.0 to get the output of the paper
 The files: cell_base.cvs is the input of cellcluster.py
-The program runs with python 3.8
\ No newline at end of file
+The program runs with python 3.8
+