diff -Naur /home/douglas/projetos/archlinux/svn/aur_src/web/lib/pkgfuncs.inc lib/pkgfuncs.inc --- /home/douglas/projetos/archlinux/svn/aur_src/web/lib/pkgfuncs.inc 2006-06-08 00:33:47.000000000 +0000 +++ lib/pkgfuncs.inc 2006-06-10 23:20:17.000000000 +0000 @@ -328,6 +328,16 @@ print $maintainer . ""; } print "\n"; + + # In case of wanting to put a custom message + # Added by: dsa + $msg = ""; + $license = $row["License"] == "" ? $msg : $row["License"]; + + print "\n"; + print "
License: ".$license; + print "\n"; + print "\n"; print "\n"; print " ";