Re: meson.build files are missing copyright/license headers

2020-08-25 Thread Daniel P . Berrangé
On Tue, Aug 25, 2020 at 03:04:57PM +0100, Peter Maydell wrote: > On Tue, 25 Aug 2020 at 14:58, Thomas Huth wrote: > > On 25/08/2020 11.53, Peter Maydell wrote: > > > * decide what our plan is for 3rd-party code (libvixl, etc) > > >[where any SPDX line we add will be lost again next time > > >

Re: meson.build files are missing copyright/license headers

2020-08-25 Thread Peter Maydell
On Tue, 25 Aug 2020 at 14:58, Thomas Huth wrote: > On 25/08/2020 11.53, Peter Maydell wrote: > > * decide what our plan is for 3rd-party code (libvixl, etc) > >[where any SPDX line we add will be lost again next time > >we resync our copy of the code] > > For things like libvixl, I wonder

Re: meson.build files are missing copyright/license headers

2020-08-25 Thread Thomas Huth
On 25/08/2020 11.53, Peter Maydell wrote: > On Tue, 25 Aug 2020 at 06:57, Thomas Huth wrote: >> >> On 24/08/2020 20.46, Peter Maydell wrote: >>> We don't mandate SPDX[*], >>> but it will do the job if you want to use it. >>> >>> [*] Mostly because nobody's cared enough to say "we should >>> standa

Re: meson.build files are missing copyright/license headers

2020-08-25 Thread Peter Maydell
On Tue, 25 Aug 2020 at 06:57, Thomas Huth wrote: > > On 24/08/2020 20.46, Peter Maydell wrote: > > We don't mandate SPDX[*], > > but it will do the job if you want to use it. > > > > [*] Mostly because nobody's cared enough to say "we should > > standardize on this and convert existing files and a

Re: meson.build files are missing copyright/license headers

2020-08-24 Thread Thomas Huth
On 24/08/2020 20.46, Peter Maydell wrote: On Mon, 24 Aug 2020 at 19:29, Marc-André Lureau wrote: On Mon, Aug 24, 2020 at 1:44 PM Peter Maydell wrote: It looks like the new meson.build files are missing the usual copyright-and-license header comment. Could somebody add them, please? scripts

Re: meson.build files are missing copyright/license headers

2020-08-24 Thread Peter Maydell
On Mon, 24 Aug 2020 at 19:29, Marc-André Lureau wrote: > On Mon, Aug 24, 2020 at 1:44 PM Peter Maydell > wrote: >> It looks like the new meson.build files are missing the usual >> copyright-and-license header comment. Could somebody add them, >> please? >> >> scripts/ninjatool.py does have a co

Re: meson.build files are missing copyright/license headers

2020-08-24 Thread Marc-André Lureau
Hi On Mon, Aug 24, 2020 at 1:44 PM Peter Maydell wrote: > It looks like the new meson.build files are missing the usual > copyright-and-license header comment. Could somebody add them, > please? > > scripts/ninjatool.py does have a copyright line but is missing > the license statement. > > Afai