[elbe-devel] [PATCH v1] elbepack: dosunix
Viraj Shah
viraj.shah at linutronix.de
Fri Aug 19 17:17:45 CEST 2022
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>
def dos2unix_str(d):
return d.replace('\r\n', '\n')
--
2.30.2
More information about the elbe-devel
mailing list