diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:33:19 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:33:19 -0400 |
commit | 3017a22545c1cc0558b84cfc69fef3f9cadf6fd9 (patch) | |
tree | dbf92c91faca70663af7b015292f9477f89adb23 /recipes/module-init-tools | |
parent | 10ef228567ab4846af74cf3e93cd180dee0ed56c (diff) |
module-init-tools: update LICENSE to more specific GPLv2
Diffstat (limited to 'recipes/module-init-tools')
-rw-r--r-- | recipes/module-init-tools/module-init-tools.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/module-init-tools/module-init-tools.inc b/recipes/module-init-tools/module-init-tools.inc index 59e93d4533..9ad925f82b 100644 --- a/recipes/module-init-tools/module-init-tools.inc +++ b/recipes/module-init-tools/module-init-tools.inc @@ -1,7 +1,7 @@ DESCRIPTION = "This package contains a set of programs for loading, inserting, and \ removing kernel modules for Linux (versions 2.5.48 and above). It serves \ the same function that the modutils package serves for Linux 2.4." -LICENSE = "GPL" +LICENSE = "GPLv2" SECTION = "base" PR = "r5" |