From 839d3a18164ac88ccd6720f6c2164d3cad86a697 Mon Sep 17 00:00:00 2001 From: Vihar Date: Sun, 14 Jun 2015 10:59:21 +0100 Subject: [PATCH] Updated brief, detail descriptions\; Updated copyright line --- hddtempnc.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/hddtempnc.py b/hddtempnc.py index d065530..c3e437a 100644 --- a/hddtempnc.py +++ b/hddtempnc.py @@ -2,15 +2,18 @@ ## @package HDDtempNC # \author Vihar Malviya -# \version 01.02.01 -# \date 2015-02-15 -# \brief Program to provide numeric string output of HDD temperature using netcat, -# so non-root user can query HDD temperature -# \details Depends on //hddtemp// running as daemon on known port (default 7634) on known target host (default localhost) -# \copyright BSD 3-Clause License (see LICENSE or http://opensource.org/licenses/BSD-3-Clause) - +# \version 01.02.02 +# \date 2015-06-15 +# \brief Storage disk temperature querying tool via TCP. +# \details Program to provide numeric string output of HDD temperature +# using netcat so non-root user can query HDD temperature +# Depends on //hddtemp// running as daemon on known port +# (default 7634) on known target host (default localhost) +# \copyright Copyright (C) 2015, Vihar Malviya; under BSD 3-Clause License +# (see LICENSE or http://opensource.org/licenses/BSD-3-Clause) +## Description of variable prefixes # st__ : String variable # nm__ : Numeric (integer or float) variable # ar__ : Array variable (associative arrays are dictionaries, non-associative are lists or tuples )