On Wed, Nov 02, 2022 at 02:09:08PM +0100, Jan Beulich wrote: > On 02.11.2022 12:28, Anthony PERARD wrote: > > --- /dev/null > > +++ b/tools/include/xen/COPYING > > @@ -0,0 +1,26 @@ > > +XEN NOTICE > > +========== > > + > > +This licence applies to all files within this subdirectory > > ("/usr/include/xen") > > +with the exception of "sys/" which may include an header under public > > domain or > > +BSD-2 licence. > > Nit: s/an header/headers/ ? And perhaps better to not name the two licenses > here but instead keep this more generic so it wouldn't need changing if a > header with yet another license appeared?
I guess I can make the text more generic without to much issue. As long as the exception is for the "sys/" headers, we would probably be fine. New change would be: +with the exception of "sys/" which may include headers under different +licences. > > +===================================================================== > > + > > +Permission is hereby granted, free of charge, to any person obtaining a > > copy > > +of this software and associated documentation files (the "Software"), to > > +deal in the Software without restriction, including without limitation the > > I understand you've simply copied this from ./COPYING, but shouldn't it be > "limitation of" or "limiting"? The text match the text at https://spdx.org/licenses/MIT.html, so I'm not going to change it. Thanks, -- Anthony PERARD