[AppDB] Split freeware licence in two

Alexander Nicolaysen Sørnes alex at thehandofagony.com
Sun Jan 6 06:22:46 CST 2008


'Free to use' & 'Free to use and share'.


Necessary SQL:

ALTER TABLE `appVersion` CHANGE `license` `license` ENUM( 'Retail', 'Open 
Source', 'Freeware', 'Demo', 'Shareware', 'Free to use', 'Free to use and 
share' ) NULL DEFAULT NULL

UPDATE appVersion SET license = 'Free to use' WHERE license = 'Freeware'

ALTER TABLE `appVersion` CHANGE `license` `license` ENUM( 'Retail', 'Open 
Source', 'Demo', 'Shareware', 'Free to use', 'Free to use and share' ) NULL 
DEFAULT NULL



Alexander N. Sørnes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Split-freeware-licence-in-two.patch
Type: text/x-diff
Size: 2724 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080106/758e7304/attachment-0001.patch 


More information about the wine-patches mailing list