Skip to content

Commit f926039

Browse files
committed
Update copyright years
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent ae15ee1 commit f926039

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2021 Joachim Wiberg <[email protected]>
1+
# Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2021 Joachim Wiberg <[email protected]>
1+
# Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

lib/utimensat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Replacement in case utimensat(2) is missing
22
*
3-
* Copyright (C) 2017-2021 Joachim Wiberg <[email protected]>
3+
* Copyright (C) 2017-2023 Joachim Wiberg <[email protected]>
44
*
55
* Permission to use, copy, modify, and/or distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above

man/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2021 Joachim Wiberg <[email protected]>
1+
# Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

man/logger.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" -*- nroff -*-
2-
.\" Copyright (c) 2018-2022 Joachim Wiberg <[email protected]>
2+
.\" Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
33
.\" All rights reserved.
44
.\"
55
.\" Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
2525
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2626
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2727
.\" SUCH DAMAGE.
28-
.Dd August 1, 2022
28+
.Dd April 30, 2023
2929
.Dt LOGGER 1
3030
.Os sysklogd
3131
.Sh NAME

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2021 Joachim Wiberg <[email protected]>
1+
# Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

src/logger.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* SPDX-License-Identifier: BSD-3-Clause
33
*
4-
* Copyright (c) 2018-2021 Joachim Wiberg <[email protected]>
4+
* Copyright (c) 2018-2023 Joachim Wiberg <[email protected]>
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

src/socket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* SPDX-License-Identifier: BSD-3-Clause
33
*
4-
* Copyright (C) 2017-2021 Joachim Wiberg <[email protected]>
4+
* Copyright (C) 2017-2023 Joachim Wiberg <[email protected]>
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions

src/socket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* SPDX-License-Identifier: BSD-3-Clause
33
*
4-
* Copyright (C) 2017-2021 Joachim Wiberg <[email protected]>
4+
* Copyright (C) 2017-2023 Joachim Wiberg <[email protected]>
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions

src/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*-
22
* SPDX-License-Identifier: BSD-3-Clause
33
*
4-
* Copyright (C) 2017-2021 Joachim Wiberg <[email protected]>
4+
* Copyright (C) 2017-2023 Joachim Wiberg <[email protected]>
55
*
66
* Redistribution and use in source and binary forms, with or without
77
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)