Properly add the GPL license
commit2861384cf2b4c7c3af5c119c05b254cc12515aa5
authorDavid Planella <david.planella@gmail.com>
Sun, 20 Jul 2008 10:31:55 +0000 (20 12:31 +0200)
committerDavid Planella <david.planella@gmail.com>
Sun, 20 Jul 2008 10:31:55 +0000 (20 12:31 +0200)
tree6dd7f5b110e9824a2d3958f389bfaae267cd787c
parent22b549b39f18bdf445a5b189660cfe3d75001d03
Properly add the GPL license

The original code was released under a dual GPL/MPL license. The MPL
license was removed on commit 75fbf0f7b217673cd0b7b76a5761fa8d0683c19e.

In the current commit, the copyright notice and the copying permission
statement have been added as per
http://www.gnu.org/licenses/gpl-howto.html. Notice that also the COPYING
file, which contains a copy of the GPL2 license has been added. For
in-tree drivers, it is probably not required, since there is a copy in
the kernel tree itself. But since the driver is currently not included
in mainline kernel, we should probably distribute this file.

Another question is whether we want the MPL license back. The removal on
the above mentioned commit was carried out without prior consultation to
the acx100-devel list.
12 files changed:
COPYING [new file with mode: 0644]
acx.h
acx_commands.h
acx_config.h
acx_firmware.h
acx_func.h
acx_ie.h
acx_mac80211.h
acx_struct.h
common.c
pci.c
usb.c