[elbe-devel] [PATCH v1] elbepack: dosunix

Bastian Germann bage at linutronix.de
Fri Aug 19 19:46:53 CEST 2022


Am 19.08.22 um 17:17 schrieb Viraj Shah:
> Based on the project license, and author of git commits
> Add corresponding license and copyright to this file.
> 
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>
> ---
>   elbepack/dosunix.py | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/elbepack/dosunix.py b/elbepack/dosunix.py
> index 3e94b26ad..bec7d4b81 100644
> --- a/elbepack/dosunix.py
> +++ b/elbepack/dosunix.py
> @@ -1,3 +1,6 @@
> +# SPDX-License-Identifier: GPL-3.0-or-later
> +# Copyright (c) 2015-2017 Manuel Traut <manut at linutronix.de>
> +# Copyright (c) 2018-2022 Linutronix GmbH <info at linutronix.de>

Authorship != Copyright. In this case, please merge the two to Copyright lines to:

SPDX-FileCopyrightText: 2015-2022 Linutronix GmbH <info at linutronix.de>

We do not have SPDX-FileCopyrightText in the existing files but this is the SPDX verb for it and should be used for new 
copyright statements.

>   def dos2unix_str(d):
>       return d.replace('\r\n', '\n')
>   


More information about the elbe-devel mailing list