Update copyright years and author last name
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
a719f66bdd
commit
30842595d5
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2018-2019 Joachim Nilsson <troglobit@gmail.com>
|
# Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -172,7 +172,7 @@ Origin & References
|
|||||||
This is the continuation of the original sysklogd by Dr. G.W. Wettstein
|
This is the continuation of the original sysklogd by Dr. G.W. Wettstein
|
||||||
and [Martin Schulze][]. Currently maintained, and almost completely
|
and [Martin Schulze][]. Currently maintained, and almost completely
|
||||||
rewritten with the latest DNA strands from NetBSD and FreeBSD, by
|
rewritten with the latest DNA strands from NetBSD and FreeBSD, by
|
||||||
[Joachim Nilsson][]. Please file bug reports, or send pull requests for
|
[Joachim Wiberg][]. Please file bug reports, or send pull requests for
|
||||||
bug fixes and proposed extensions at [GitHub][].
|
bug fixes and proposed extensions at [GitHub][].
|
||||||
|
|
||||||
The project was previously licensed under the GNU GPL, since the removal
|
The project was previously licensed under the GNU GPL, since the removal
|
||||||
@ -181,12 +181,12 @@ of `klogd` the project is now [3-clause BSD][BSD License] licensed.
|
|||||||
[RFC3164]: https://tools.ietf.org/html/rfc3164
|
[RFC3164]: https://tools.ietf.org/html/rfc3164
|
||||||
[RFC5424]: https://tools.ietf.org/html/rfc5424
|
[RFC5424]: https://tools.ietf.org/html/rfc5424
|
||||||
[Martin Schulze]: http://www.infodrom.org/projects/sysklogd/
|
[Martin Schulze]: http://www.infodrom.org/projects/sysklogd/
|
||||||
[Joachim Nilsson]: http://troglobit.com
|
[Joachim Wiberg]: https://troglobit.com
|
||||||
[Finit]: https://github.com/troglobit/finit
|
[Finit]: https://github.com/troglobit/finit
|
||||||
[GitHub]: https://github.com/troglobit/sysklogd
|
[GitHub]: https://github.com/troglobit/sysklogd
|
||||||
[example]: https://github.com/troglobit/sysklogd/tree/master/example
|
[example]: https://github.com/troglobit/sysklogd/tree/master/example
|
||||||
[buildsystem]: https://airs.com/ian/configure/
|
[buildsystem]: https://airs.com/ian/configure/
|
||||||
[BSD License]: http://en.wikipedia.org/wiki/BSD_licenses
|
[BSD License]: https://en.wikipedia.org/wiki/BSD_licenses
|
||||||
[BSD Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
|
[BSD Badge]: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
|
||||||
[Travis]: https://travis-ci.org/troglobit/sysklogd
|
[Travis]: https://travis-ci.org/troglobit/sysklogd
|
||||||
[Travis Status]: https://travis-ci.org/troglobit/sysklogd.png?branch=master
|
[Travis Status]: https://travis-ci.org/troglobit/sysklogd.png?branch=master
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2018-2019 Joachim Nilsson <troglobit@gmail.com>
|
# Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Replacement in case utimensat(2) is missing
|
/* Replacement in case utimensat(2) is missing
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2018 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (C) 2017-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2018-2019 Joachim Nilsson <troglobit@gmail.com>
|
# Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\" Copyright (c) 2018, 2019 Joachim Nilsson <troglobit@gmail.com>
|
.\" Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" Redistribution and use in source and binary forms, with or without
|
.\" Redistribution and use in source and binary forms, with or without
|
||||||
@ -25,7 +25,7 @@
|
|||||||
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.Dd Dec 7, 2019
|
.Dd Aug 31, 2020
|
||||||
.Dt LOGGER 1
|
.Dt LOGGER 1
|
||||||
.Os sysklogd v2.1
|
.Os sysklogd v2.1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -159,7 +159,7 @@ is used.
|
|||||||
.Xr syslogd 8
|
.Xr syslogd 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Nm
|
.Nm
|
||||||
was originally written by Joachim Nilsson to be a part of the
|
was originally written by Joachim Wiberg to be a part of the
|
||||||
.Xr finit 1
|
.Xr finit 1
|
||||||
system monitor (PID 1), where it is called
|
system monitor (PID 1), where it is called
|
||||||
.Nm logit .
|
.Nm logit .
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
|
.\" @(#)syslogd.8 8.1 (Berkeley) 6/6/93
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd December 9, 2019
|
.Dd Aug 31, 2020
|
||||||
.Dt SYSLOGD 8
|
.Dt SYSLOGD 8
|
||||||
.Os sysklogd v2.1
|
.Os sysklogd v2.1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -491,7 +491,7 @@ with
|
|||||||
the project was abandoned.
|
the project was abandoned.
|
||||||
.Pp
|
.Pp
|
||||||
In 2018
|
In 2018
|
||||||
.An Joachim Nilsson Aq Mt troglobit@gmail.com
|
.An Joachim Wiberg Aq Mt troglobit@gmail.com
|
||||||
picked up maintenance. In 2019 the project was revived with fresh DNA
|
picked up maintenance. In 2019 the project was revived with fresh DNA
|
||||||
strands from both
|
strands from both
|
||||||
.Fx
|
.Fx
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (c) 2018-2019 Joachim Nilsson <troglobit@gmail.com>
|
# Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use in source and binary forms, with or without
|
# Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*
|
*
|
||||||
* Copyright (c) 2018, 2019 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (c) 2018-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2019 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (C) 2017-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2019 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (C) 2017-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2019 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (C) 2017-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*-
|
/*-
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017-2019 Joachim Nilsson <troglobit@gmail.com>
|
* Copyright (C) 2017-2020 Joachim Wiberg <troglobit@gmail.com>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user