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

Bastian Germann bage at linutronix.de
Mon Aug 22 22:58:27 CEST 2022


Am 22.08.22 um 22:57 schrieb Viraj Shah:
> Add license and copyright to this file based on the project license.
> 
> Signed-off-by: Viraj Shah <viraj.shah at linutronix.de>

Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>   elbepack/dosunix.py | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/elbepack/dosunix.py b/elbepack/dosunix.py
> index 3e94b26ad..5a56e3727 100644
> --- a/elbepack/dosunix.py
> +++ b/elbepack/dosunix.py
> @@ -1,3 +1,5 @@
> +# SPDX-License-Identifier: GPL-3.0-or-later
> +# SPDX-FileCopyrightText: 2015-2022 Linutronix GmbH <info at linutronix.de>
>   def dos2unix_str(d):
>       return d.replace('\r\n', '\n')
>   


More information about the elbe-devel mailing list