debian: Correct licensing information for user/kernel shared header files.
authorBen Pfaff <blp@nicira.com>
Mon, 12 Dec 2011 17:37:34 +0000 (09:37 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Dec 2011 17:37:34 +0000 (09:37 -0800)
commit2330dc6eade483149d8ef69348b557ee0a05b794
tree643aacd61833f1d4113cea9fe437840c28d8103c
parent7dd32dffd770a9a3107890836096cfecc9854e01
debian: Correct licensing information for user/kernel shared header files.

The intent is to license all shared user/kernel header files under both
GPLv2 and Apache v2.  The license statement here said GPLv3 instead of
GPLv2, so this commit fixes that problem.

Also, include/openvswitch used to be where all the shared user/kernel
header files were located, but this is no longer true, and now there is a
userspace-only header file also in include/openvswitch, so this commit now
lists all of the user/kernel header files explicitly.

Signed-off-by: Ben Pfaff <blp@nicira.com>
debian/copyright.in