Re: [PATCH v1 1/1] media: atomisp: Remove License information boilerplate
From: Andy Shevchenko
Date: Mon Sep 23 2024 - 07:08:22 EST
On Mon, Sep 23, 2024 at 01:53:06PM +0300, Andy Shevchenko wrote:
> We have the respective SPDX identifiers that are already being applied
> to the files in question. Remove the License information boilerplate.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> ---
>
> Here to fix one of the missed TODO item before moving from staging.
> This depends on 20240923085652.3457117-1-andriy.shevchenko@xxxxxxxxxxxxxxx.
> But can be applied before that (it's trivial to adjust).
Also worth to mention that this reduces a burden with all scripts running over
the driver code base, besides the improving the build performance (when it
makes files dropped by page size boundary, meaning one less page to map during
compilation) and reduced all Git operations for the developers.
--
With Best Regards,
Andy Shevchenko