Просмотр исходного кода

urg: fix license

The urg.mk file mentions a LGPLv3+ license. However, none of the
source code in the urg package carries a copyright notice that
indicates the "v3 or later". The only license information we have is
the COPYING file, that contains the text of the LGPLv3
license. Therefore, we should probably assume that the code is under
LGPLv3 only.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas Petazzoni 12 лет назад
Родитель
Сommit
ffa779564e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/urg/urg.mk

+ 1 - 1
package/urg/urg.mk

@@ -7,7 +7,7 @@
 URG_VERSION = 0.8.18
 URG_VERSION = 0.8.18
 URG_SITE = http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/
 URG_SITE = http://www.hokuyo-aut.jp/02sensor/07scanner/download/urg_programs_en/
 URG_SOURCE = urg-$(URG_VERSION).zip
 URG_SOURCE = urg-$(URG_VERSION).zip
-URG_LICENSE = LGPLv3+
+URG_LICENSE = LGPLv3
 URG_LICENSE_FILES = COPYING
 URG_LICENSE_FILES = COPYING
 
 
 URG_INSTALL_STAGING = YES
 URG_INSTALL_STAGING = YES