tfix license and readme - gph-poll - a dynamic poll for geomyidae(8)
 (HTM) git clone git://src.adamsgaard.dk/gph-poll
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 452744abd8987be107c971961c4ac0e96a2adbec
 (DIR) parent a77256463a2060474346442797c8acb504e09141
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  8 Apr 2021 14:04:19 +0200
       
       fix license and readme
       
       Diffstat:
         M LICENSE                             |       1 -
         A README                              |       3 +++
         M index.dcgi                          |       3 ++-
       
       3 files changed, 5 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/LICENSE b/LICENSE
       t@@ -1,7 +1,6 @@
        ISC License
        
        Copyright (c) 2021 Anders Damsgaard <anders@adamsgaard.dk>
       -Copyright (c) 2021 Christoph Lohmann <20h@r-36.net>
        
        Permission to use, copy, modify, and/or distribute this software for any
        purpose with or without fee is hereby granted, provided that the above
 (DIR) diff --git a/README b/README
       t@@ -0,0 +1,3 @@
       +A simple open poll for geomyidae(8).
       +
       +Requires geomyidae commit 3401df4 or later.
 (DIR) diff --git a/index.dcgi b/index.dcgi
       t@@ -22,10 +22,11 @@ printf '\n'
        
        if [ -r "$polldescription" ]; then
                cat "$polldescription"
       +        printf '\n'
        fi
        
        if [ -r "$polldb" ]; then
       -        printf '\nRanking:\n\n'
       +        printf 'Ranking:\n\n'
                sort "${polldb}" \
                        | uniq -ci \
                        | sort -nr \