aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 93063ad4..a44cdb0c 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -4,7 +4,7 @@
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, version 2.
+ * the Free Software Foundation, version 2 or later.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -896,7 +896,7 @@ const ModuleAbout *hi_module_get_about(void)
.author = "L. A. F. Pereira",
.description = N_("Gathers information about hardware devices"),
.version = VERSION,
- .license = "GNU GPL version 2",
+ .license = "GNU GPL version 2 or later.",
};
return &ma;