6b1a38a Licensing fixes

Authored and Committed by churchyard 3 years ago
    Licensing fixes
    
     - the license tag
     - the LICENSE files
    
    See https://github.com/thoth-station/micropipenv/commit/b61217fb
    
    Before:
    
        $ rpm -qvlp micropipenv-0.2.0-1.fc33.noarch.rpm | grep LICENSE
        lrwxrwxrwx 1 root root    12 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE -> LICENSE-LGPL
    
        $ rpmlint ./micropipenv-0.2.0-1.fc33.noarch.rpm
        micropipenv.noarch: W: dangling-relative-symlink /usr/share/licenses/micropipenv/LICENSE LICENSE-LGPL
    
    After:
    
        $ rpm -qvlp .micropipenv-0.2.0-2.fc33.noarch.rpm | grep LICENSE
        lrwxrwxrwx 1 root root    12 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE -> LICENSE-LGPL
        -rw-r--r-- 1 root root 35149 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE-GPL
        -rw-r--r-- 1 root root  7652 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE-LGPL
    
        
file modified
+7 -3