diff --git a/Makefile.am b/Makefile.am index c165569..a08460d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,20 @@ -# Copyright (c) 2018 Joachim Nilsson +# Copyright (c) 2018-2019 Joachim Nilsson # -# This file is part of the sysklogd package, a kernel and system log daemon. +# This file is part of the sysklogd package, a kernel and system log daemon. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. SUBDIRS = man src test doc_DATA = README.md ChangeLog.md syslog.conf diff --git a/configure.ac b/configure.ac index 4d1ee15..e818c9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,20 +1,20 @@ -# Copyright (c) 2018 Joachim Nilsson +# Copyright (c) 2018-2019 Joachim Nilsson # -# This file is part of the sysklogd package, a kernel and system log daemon. +# This file is part of the sysklogd package, a kernel and system log daemon. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. AC_INIT([sysklogd], [2.0-beta1], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) diff --git a/src/Makefile.am b/src/Makefile.am index 4ec1cd9..41a7b7c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,20 +1,20 @@ -# Copyright (c) 2018 Joachim Nilsson +# Copyright (c) 2018-2019 Joachim Nilsson # -# This file is part of the sysklogd package, a kernel and system log daemon. +# This file is part of the sysklogd package, a kernel and system log daemon. # -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. # -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. bin_PROGRAMS = logger sbin_PROGRAMS = syslogd klogd diff --git a/src/klogd.c b/src/klogd.c index 6b03ffb..913d3d5 100644 --- a/src/klogd.c +++ b/src/klogd.c @@ -2,9 +2,8 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * klogd.c - main program for Linux kernel log daemon. - * Copyright (c) 1995 Dr. G.W. Wettstein * - * This file is part of the sysklogd package, a kernel and system log daemon. + * Copyright (c) 1995 Dr. G.W. Wettstein * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,10 +15,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" diff --git a/src/klogd.h b/src/klogd.h index c47df52..1dc85d6 100644 --- a/src/klogd.h +++ b/src/klogd.h @@ -2,9 +2,8 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * klogd.h - main header file for Linux kernel log daemon. - * Copyright (c) 1995 Dr. G.W. Wettstein * - * This file is part of the sysklogd package, a kernel and system log daemon. + * Copyright (c) 1995 Dr. G.W. Wettstein * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,10 +15,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef SYSKLOGD_KLOGD_H_ diff --git a/src/ksym.c b/src/ksym.c index a3aa488..b818ee0 100644 --- a/src/ksym.c +++ b/src/ksym.c @@ -2,12 +2,11 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * ksym.c - functions for kernel address->symbol translation + * * Copyright (c) 1995, 1996 Dr. G.W. Wettstein * Copyright (c) 1996 Enjellic Systems Development * Copyright (c) 1997-2007 Martin Schulze * - * This file is part of the sysklogd package, a kernel and system log daemon. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,10 +17,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* diff --git a/src/ksym_mod.c b/src/ksym_mod.c index 1e72aeb..dda9374 100644 --- a/src/ksym_mod.c +++ b/src/ksym_mod.c @@ -2,12 +2,11 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * ksym_mod.c - functions for building symbol lookup tables for klogd + * * Copyright (c) 1995, 1996 Dr. G.W. Wettstein * Copyright (c) 1996 Enjellic Systems Development * Copyright (c) 1998-2007 Martin Schulze * - * This file is part of the sysklogd package, a kernel and system log daemon. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -18,10 +17,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ /* diff --git a/src/ksyms.h b/src/ksyms.h index a15f435..6157ad6 100644 --- a/src/ksyms.h +++ b/src/ksyms.h @@ -2,11 +2,10 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * ksym.h - Definitions for symbol table utilities. + * * Copyright (c) 1995, 1996 Dr. G.W. Wettstein * Copyright (c) 1996 Enjellic Systems Development * - * This file is part of the sysklogd package, a kernel and system log daemon. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -17,10 +16,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef SYSKLOGD_KSYMS_H_ diff --git a/src/module.h b/src/module.h index ee666ce..11b23a3 100644 --- a/src/module.h +++ b/src/module.h @@ -2,11 +2,10 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * module.h - Miscellaneous module definitions + * * Copyright (c) 1996 Richard Henderson * Copyright (c) 2004-7 Martin Schulze * - * This file is part of the sysklogd package. - * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -17,10 +16,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef SYSKLOGD_MODULE_H_ diff --git a/src/oops.c b/src/oops.c index 8060ad5..313f1db 100644 --- a/src/oops.c +++ b/src/oops.c @@ -2,9 +2,8 @@ * SPDX-License-Identifier: GPL-2.0-or-later * * oops.c - Dummy loadable module for testing klogd. - * Copyright (c) 2007 Martin Schulze * - * This file is part of the sysklogd package, a kernel and system log daemon. + * Copyright (c) 2007 Martin Schulze * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,11 +15,12 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU General Public License - * along with this file; see the file COPYING. If not, write to the - * Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, - * MA 02110-1301, USA. - * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +/* * Helpful documentation: http://www.tldp.org/LDP/lkmpg/2.6/html/ * * SYNOPSIS