VirtualBox

Ignore:
Timestamp:
Mar 16, 2009 2:23:42 PM (16 years ago)
Author:
vboxsync
Message:

proper module license even in dummy mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vboxvideo_drm.c

    r17935 r17938  
    5656#include <linux/autoconf.h>
    5757#include <linux/version.h>
     58#include <linux/module.h>
    5859
    5960#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27)
     
    108109MODULE_AUTHOR(DRIVER_AUTHOR);
    109110MODULE_DESCRIPTION(DRIVER_DESC);
    110 MODULE_LICENSE("GPL and additional rights");
    111111
    112112#endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 27) */
     113
     114MODULE_LICENSE("GPL and additional rights");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette