diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-06 17:40:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-06 17:40:34 +0000 |
commit | ebdbaa2772ce61e6ebbfd99d7eb49e46c1f597c4 (patch) | |
tree | bb923bdb57daef427c47809193f9946c4a655bea /packages/upslug | |
parent | 2b755fd1472d2ad0412e841713100690f61600ce (diff) |
upslug2: correct the LICENSE setting
Diffstat (limited to 'packages/upslug')
-rw-r--r-- | packages/upslug/upslug2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/upslug/upslug2.inc b/packages/upslug/upslug2.inc index 0be0883cc9..3c93852424 100644 --- a/packages/upslug/upslug2.inc +++ b/packages/upslug/upslug2.inc @@ -6,7 +6,7 @@ HOMEPAGE = "http://www.nslu2-linux.org/wiki/Main/UpSlug2" MAINTAINER = "NSLU2 Linux <nslu2-linux@yahoogroups.com>" SECTION = "console/network" PRIORITY = "optional" -LICENSE = "GPL-2" +LICENSE = "MIT" # On Linux libpcap does not work. Using libpcap is sub-optimal - it # is intended for packet capture not management of a new protocol |