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 18:34:06 +0000 (10:34 -0800)
commit60b2f79fbbd3ed45d754a909917dea77c90b5e7d
treebf98e97f4096690bd2c890f3b0cbe31ac083e5b3
parent0437aeb9e78f911043f3bd0a15ba0b6888b6ee6d
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