Table of Contents

surrealisme

licence

Debian script to tell licence of package

#! /bin/sh
p=$1
l=$(wget -O- http://packages.qa.debian.org/$1 2> /dev/null | grep '">Copyright</a></li>' | sed -e 's|.*<a href=\"\(.*\).*\">Copyright</a></li>|\1|g')
wget -O- "$l" 2>/dev/null

more

copyright.txt · Last modified: 2022/04/16 12:22 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki