From 244ffa4681817531d8eecef7126ff65a7f22e170 Mon Sep 17 00:00:00 2001 From: Mark Gurevich Date: Thu, 21 May 2020 09:03:08 -0400 Subject: [PATCH] Add licence file for Ubuntu --- dirty-debuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dirty-debuild b/dirty-debuild index 6d579bc..ed898ad 100755 --- a/dirty-debuild +++ b/dirty-debuild @@ -93,9 +93,9 @@ sed -i -e 's/^Architecture: .*$/Architecture: '"${ARCH}"'/' \ "${EXTRACT_DIR}/debian/control" cat <<-EOF >>"${EXTRACT_DIR}/debian/control" Description: Independent tool to provide terminal session service. - goconserver is written in golang and is a part of microservice of xcat3. It + goconserver is written in golang and is a part of microservice of xCAT. It can work as a independent tool to provide the terminal session service. - Terminal session could run in the background and help logging the terminal + Terminal session could run in the background and help log the terminal content. EOF