diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-27 20:26:11 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-06 13:20:45 -0700 |
commit | 5241c2d14486c49756bd287d0b9ba28fcf621437 (patch) | |
tree | 4daf4a6862669f48033df8b6667b4a87ab29b65a /recipes/samba | |
parent | f2d6fbd50803745221f48ab575f4cd87f515e638 (diff) |
samba: 3.2.8 and newer is GPLv3
Diffstat (limited to 'recipes/samba')
-rw-r--r-- | recipes/samba/samba-ads_3.2.8.bb | 1 | ||||
-rw-r--r-- | recipes/samba/samba-ads_3.3.0.bb | 1 | ||||
-rw-r--r-- | recipes/samba/samba_3.2.8.bb | 1 | ||||
-rw-r--r-- | recipes/samba/samba_3.3.0.bb | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes/samba/samba-ads_3.2.8.bb b/recipes/samba/samba-ads_3.2.8.bb index 95f09c16cb..e643292dd4 100644 --- a/recipes/samba/samba-ads_3.2.8.bb +++ b/recipes/samba/samba-ads_3.2.8.bb @@ -1,5 +1,6 @@ require samba.inc require samba-ads.inc +LICENSE = "GPLv3" PR = "r2" SRC_URI += "file://config-lfs.patch;patch=1 \ diff --git a/recipes/samba/samba-ads_3.3.0.bb b/recipes/samba/samba-ads_3.3.0.bb index 9fd4303143..e5184cfecd 100644 --- a/recipes/samba/samba-ads_3.3.0.bb +++ b/recipes/samba/samba-ads_3.3.0.bb @@ -1,5 +1,6 @@ require samba.inc require samba-ads.inc +LICENSE = "GPLv3" PR = "r3" SRC_URI += "file://config-lfs.patch;patch=1 \ diff --git a/recipes/samba/samba_3.2.8.bb b/recipes/samba/samba_3.2.8.bb index 2e2cb959f8..16dcd3160a 100644 --- a/recipes/samba/samba_3.2.8.bb +++ b/recipes/samba/samba_3.2.8.bb @@ -1,5 +1,6 @@ require samba.inc require samba-basic.inc +LICENSE = "GPLv3" SRC_URI += "file://configure-3.2.8.patch;patch=1 \ file://config-h.patch;patch=1 \ diff --git a/recipes/samba/samba_3.3.0.bb b/recipes/samba/samba_3.3.0.bb index 6270c8c0d7..c561d95524 100644 --- a/recipes/samba/samba_3.3.0.bb +++ b/recipes/samba/samba_3.3.0.bb @@ -1,5 +1,6 @@ require samba.inc require samba-basic.inc +LICENSE = "GPLv3" # 3.3.0 and newer will upgrade your tdb database to a # new version that you can not downgrade to use with older |