From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Mon, 22 Jun 2015 16:09:13 +0200 Subject: [Buildroot] [PATCH] openvmtools: fix legal info In-Reply-To: <5588160E.3050602@zacarias.com.ar> References: <1434885903-22713-1-git-send-email-gustavo@zacarias.com.ar> <5586A95F.4010501@zacarias.com.ar> <558815B4.5010208@lucaceresoli.net> <5588160E.3050602@zacarias.com.ar> Message-ID: <55881709.6040601@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Gustavo, Gustavo Zacarias wrote: > > > On 22/06/15 11:03, Luca Ceresoli wrote: > >> ...we have them! :( Here's a couple examples: >> >> $ git grep -E '_(LICENSE_FILES|SUBDIR) =' -- package/samba >> package/berkeleydb/ >> package/berkeleydb/berkeleydb.mk:BERKELEYDB_SUBDIR = build_unix >> package/berkeleydb/berkeleydb.mk:BERKELEYDB_LICENSE_FILES = LICENSE >> package/samba/samba.mk:SAMBA_SUBDIR = source3 >> package/samba/samba.mk:SAMBA_LICENSE_FILES = COPYING >> $ >> >> Setting SAMBA_LICENSE_FILES to ../COPYING does not look very nice to me. > > D'oh! > Samba is going away, it's already deprecated in favour of samba4, but it > still leaves berkeleydb. These are the first two examples I found. Most likely there are more. -- Luca