Commit 6e88ed1c authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] License updates.

These drivers 'inherited' the license of the old agpgart code, which was
licensed as 'and additional rights' even though those rights were never
publically documented anywhere to my knowledge.
This was a hangover from the days when agpgart maintainence was done primarily
in the X tree, where GPL code cannot live without 'additional rights'.

These days, agpgart maintainence happens in the kernel tree, so these
'additional rights' mean nothing.  Remove them from some drivers.
(More to follow).
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 7eb82461
......@@ -675,4 +675,4 @@ module_exit(agp_amd64_cleanup);
MODULE_AUTHOR("Dave Jones <davej@codemonkey.org.uk>, Andi Kleen");
MODULE_PARM(agp_try_unsupported, "1i");
MODULE_LICENSE("GPL and additional rights");
MODULE_LICENSE("GPL");
......@@ -633,5 +633,5 @@ module_init(agp_intelmch_init);
module_exit(agp_intelmch_cleanup);
MODULE_AUTHOR("Dave Jones <davej@codemonkey.org.uk>");
MODULE_LICENSE("GPL and additional rights");
MODULE_LICENSE("GPL");
......@@ -503,5 +503,5 @@ static void __exit agp_via_cleanup(void)
module_init(agp_via_init);
module_exit(agp_via_cleanup);
MODULE_LICENSE("GPL and additional rights");
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Dave Jones <davej@codemonkey.org.uk>");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment