Skip to content

Commit 676208e

Browse files
committed
Update mail address in sources
Signed-off-by: Stefano Babic <[email protected]>
1 parent 123383e commit 676208e

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
1+
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic [email protected].
22
#
33
# SPDX-License-Identifier: LGPL-2.1-or-later
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
2+
SPDX-FileCopyrightText: 2019-2024 Stefano Babic <[email protected]>
33
44
SPDX-License-Identifier: LGPL-2.1-or-later
55
-->

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
1+
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
22
#
33
# SPDX-License-Identifier: LGPL-2.1-or-later
44
cmake_minimum_required (VERSION 2.6)

src/fw_printenv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* (C) Copyright 2019
3-
* Stefano Babic, DENX Software Engineering, [email protected].
3+
* Stefano Babic, <[email protected]>
44
*
55
* SPDX-License-Identifier: LGPL-2.1-or-later
66
*/

src/libuboot.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* (C) Copyright 2019
3-
* Stefano Babic, DENX Software Engineering, [email protected].
3+
* Stefano Babic, <[email protected]>
44
*
55
* SPDX-License-Identifier: LGPL-2.1-or-later
66
*/

src/libubootenv.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
1+
# SPDX-FileCopyrightText: 2019-2021 Stefano Babic <[email protected]>
22
#
33
# SPDX-License-Identifier: LGPL-2.1-or-later
44

src/uboot_env.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* (C) Copyright 2019
3-
* Stefano Babic, DENX Software Engineering, [email protected].
3+
* Stefano Babic, <[email protected]>
44
*
55
* SPDX-License-Identifier: LGPL-2.1-or-later
66
*/

src/uboot_mtd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* (C) Copyright 2023
3-
* Stefano Babic, [email protected]
3+
* Stefano Babic, <[email protected]>
44
*
55
* SPDX-License-Identifier: LGPL-2.1-or-later
66
*/

src/uboot_private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* (C) Copyright 2019
3-
* Stefano Babic, DENX Software Engineering, [email protected].
3+
* Stefano Babic, <[email protected]>
44
*
55
* SPDX-License-Identifier: LGPL-2.1-or-later
66
*/

0 commit comments

Comments
 (0)