From b0edae14e8660b80ffe0384354038a9f62e2978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pi=C4=85tkowski?= Date: Tue, 16 May 2023 15:23:38 +0200 Subject: [PATCH] Release 0.97 (#140) Ledmon 0.97 release. Signed-off-by: Pawel Piatkowski --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ Makefile.am | 2 +- README.md | 4 ++-- config/config.h | 2 +- configure.ac | 4 ++-- doc/Makefile.am | 2 +- doc/ledmon.conf.pod | 2 +- doc/ledmon.pod | 2 +- src/Makefile.am | 2 +- src/ahci.c | 2 +- src/ahci.h | 2 +- src/amd.c | 2 +- src/amd.h | 2 +- src/amd_ipmi.c | 2 +- src/amd_ipmi.h | 2 +- src/amd_sgpio.c | 2 +- src/amd_sgpio.h | 2 +- src/block.c | 2 +- src/block.h | 2 +- src/cntrl.c | 2 +- src/cntrl.h | 2 +- src/config_file.c | 2 +- src/config_file.h | 2 +- src/dellssd.c | 2 +- src/dellssd.h | 2 +- src/enclosure.c | 2 +- src/enclosure.h | 2 +- src/ibpi.h | 2 +- src/ipmi.c | 2 +- src/ledctl.c | 2 +- src/ledmon.c | 2 +- src/list.c | 2 +- src/list.h | 2 +- src/npem.c | 2 +- src/npem.h | 2 +- src/pci_slot.c | 2 +- src/pci_slot.h | 2 +- src/pidfile.c | 2 +- src/pidfile.h | 2 +- src/raid.c | 2 +- src/raid.h | 2 +- src/scsi.c | 2 +- src/scsi.h | 2 +- src/ses.c | 2 +- src/ses.h | 2 +- src/slave.c | 2 +- src/slave.h | 2 +- src/smp.c | 2 +- src/smp.h | 2 +- src/status.h | 2 +- src/sysfs.h | 2 +- src/udev.c | 2 +- src/udev.h | 2 +- src/utils.h | 2 +- src/vmdssd.c | 2 +- src/vmdssd.h | 2 +- systemd/Makefile.am | 2 +- 57 files changed, 84 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04774f1f..e1e0cff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +### v0.97 / 2023-05-16 + +[Commit list](https://github.com/intel/ledmon/compare/v0.96...v0.97) + +Enhancements + +* ledctl: add support to empty slots blinking +* ledmon license change to LGPLv2 +* ledctl: Add SES get/set/list slot support +* Update NPEM wait command +* Remove exclusionary language +* ledmon: Define ONESHOT_NORMAL for VMD + +Bug fixes + +* ipmi: avoid error messages on non-dell platforms +* vmdssd: define normal pattern +* ledctl: clear unsupported params from config +* block.c: get_block_device_from_sysfs_path modification +* fix ibpi_value lists getter +* amd_ipmi: Allow to _enable_smbus_control +* ledmon.c: allocate memory for ignore +* sysfs: add only vmd devices to slots_list +* Rename --controller parameter +* Slots list implementations and fixes + ### v0.96 / 2022-05-26 [Commit list](https://github.com/intel/ledmon/compare/v0.95...v0.96) diff --git a/Makefile.am b/Makefile.am index d2b6f3a5..ddcd200d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2022 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, diff --git a/README.md b/README.md index 9217e022..7960db26 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# This package contains the Enclosure LED Utilities, version 0.96 +# This package contains the Enclosure LED Utilities, version 0.97 -Copyright (C) 2009-2022 Intel Corporation. +Copyright (C) 2009-2023 Intel Corporation. All files in this package can be freely distributed and used according to the terms of the GNU General Public License, version 2. diff --git a/config/config.h b/config/config.h index 3c8b1de9..53f2f495 100644 --- a/config/config.h +++ b/config/config.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/configure.ac b/configure.ac index 001a0493..05baa628 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.69]) -AC_INIT([ledmon], [0.96]) +AC_INIT([ledmon], [0.97]) AC_CONFIG_MACRO_DIR([m4]) -AC_SUBST([PACKAGE_DATE], "May 2022") +AC_SUBST([PACKAGE_DATE], "May 2023") AM_INIT_AUTOMAKE([-Wall -Werror foreign]) # Checks for programs. diff --git a/doc/Makefile.am b/doc/Makefile.am index 84d203d6..7a73d528 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2022 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, diff --git a/doc/ledmon.conf.pod b/doc/ledmon.conf.pod index 9f7d6bce..dfbd4c8a 100644 --- a/doc/ledmon.conf.pod +++ b/doc/ledmon.conf.pod @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2017 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, diff --git a/doc/ledmon.pod b/doc/ledmon.pod index de128950..59cd656a 100644 --- a/doc/ledmon.pod +++ b/doc/ledmon.pod @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2022 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, diff --git a/src/Makefile.am b/src/Makefile.am index dd2fd0c1..8a0d7897 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2022 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License, diff --git a/src/ahci.c b/src/ahci.c index 34f11f3d..026ee699 100644 --- a/src/ahci.c +++ b/src/ahci.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ahci.h b/src/ahci.h index 28e6acac..a4b730bb 100644 --- a/src/ahci.h +++ b/src/ahci.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd.c b/src/amd.c index ebebbdfe..82bf837e 100644 --- a/src/amd.c +++ b/src/amd.c @@ -1,6 +1,6 @@ /* * AMD LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd.h b/src/amd.h index e4ccaa56..9fc085ea 100644 --- a/src/amd.h +++ b/src/amd.h @@ -1,6 +1,6 @@ /* * AMD LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd_ipmi.c b/src/amd_ipmi.c index d69a82cc..726f77d5 100644 --- a/src/amd_ipmi.c +++ b/src/amd_ipmi.c @@ -1,6 +1,6 @@ /* * AMD IPMI LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd_ipmi.h b/src/amd_ipmi.h index f4b12f04..89949c38 100644 --- a/src/amd_ipmi.h +++ b/src/amd_ipmi.h @@ -1,6 +1,6 @@ /* * AMD IPMI LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd_sgpio.c b/src/amd_sgpio.c index f1075246..03ed47f8 100644 --- a/src/amd_sgpio.c +++ b/src/amd_sgpio.c @@ -1,6 +1,6 @@ /* * AMD SGPIO LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/amd_sgpio.h b/src/amd_sgpio.h index 28466dfc..6473b670 100644 --- a/src/amd_sgpio.h +++ b/src/amd_sgpio.h @@ -1,6 +1,6 @@ /* * AMD SGPIO LED control - * Copyright (C) 2022, Advanced Micro Devices, Inc. + * Copyright (C) 2023, Advanced Micro Devices, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/block.c b/src/block.c index a038cfc0..90b6d1b8 100644 --- a/src/block.c +++ b/src/block.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/block.h b/src/block.h index ed460145..4b5d741e 100644 --- a/src/block.h +++ b/src/block.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/cntrl.c b/src/cntrl.c index 259a8c60..2354672a 100644 --- a/src/cntrl.c +++ b/src/cntrl.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/cntrl.h b/src/cntrl.h index e3e01f92..41b74b0b 100644 --- a/src/cntrl.h +++ b/src/cntrl.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/config_file.c b/src/config_file.c index 4cc1692f..4a469e2f 100644 --- a/src/config_file.c +++ b/src/config_file.c @@ -1,7 +1,7 @@ /* * Intel(R) Enclosure LED Utilities * - * Copyright (C) 2017-2022 Intel Corporation. + * Copyright (C) 2017-2023 Intel Corporation. * Copyright (C) 2009 Karel Zak * * SPDX-License-Identifier: GPL-2.0 diff --git a/src/config_file.h b/src/config_file.h index b9038743..0594ab5a 100644 --- a/src/config_file.h +++ b/src/config_file.h @@ -1,7 +1,7 @@ /* * Intel(R) Enclosure LED Utilities * - * Copyright (C) 2017-2019 Intel Corporation. + * Copyright (C) 2017-2023 Intel Corporation. * Copyright (C) 2009 Karel Zak * * SPDX-License-Identifier: GPL-2.0 diff --git a/src/dellssd.c b/src/dellssd.c index 1ba48151..1d959939 100644 --- a/src/dellssd.c +++ b/src/dellssd.c @@ -1,6 +1,6 @@ /* * Dell Backplane LED control - * Copyright (C) 2022, Dell Inc. + * Copyright (C) 2023, Dell Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/dellssd.h b/src/dellssd.h index 87eb7e10..d383faee 100644 --- a/src/dellssd.h +++ b/src/dellssd.h @@ -1,6 +1,6 @@ /* * Dell Backplane LED control - * Copyright (C) 2022, Dell Inc. + * Copyright (C) 2023, Dell Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/enclosure.c b/src/enclosure.c index 593b31a4..f2d904dc 100644 --- a/src/enclosure.c +++ b/src/enclosure.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/enclosure.h b/src/enclosure.h index f910ce8d..517350fd 100644 --- a/src/enclosure.h +++ b/src/enclosure.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ibpi.h b/src/ibpi.h index 7f9bdf43..9ab3fdae 100644 --- a/src/ibpi.h +++ b/src/ibpi.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ipmi.c b/src/ipmi.c index d7d9e896..69130c49 100644 --- a/src/ipmi.c +++ b/src/ipmi.c @@ -1,6 +1,6 @@ /* * Generic IPMI Interface - * Copyright (C) 2022, Dell Inc. + * Copyright (C) 2023, Dell Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ledctl.c b/src/ledctl.c index 7ecfed06..7a89a246 100644 --- a/src/ledctl.c +++ b/src/ledctl.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2009-2022 Intel Corporation. + * Copyright (C) 2009-2023 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/src/ledmon.c b/src/ledmon.c index cacb681c..6f52fd60 100644 --- a/src/ledmon.c +++ b/src/ledmon.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2009-2022 Intel Corporation. + * Copyright (C) 2009-2023 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/src/list.c b/src/list.c index 0a9e6b8c..7fbd3ad7 100644 --- a/src/list.c +++ b/src/list.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/list.h b/src/list.h index d0b21be0..8f678d3c 100644 --- a/src/list.h +++ b/src/list.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/npem.c b/src/npem.c index d10d8e07..c21276db 100644 --- a/src/npem.c +++ b/src/npem.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/npem.h b/src/npem.h index 47142324..b60bcbb8 100644 --- a/src/npem.h +++ b/src/npem.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/pci_slot.c b/src/pci_slot.c index 9aea610e..15646fc2 100644 --- a/src/pci_slot.c +++ b/src/pci_slot.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/pci_slot.h b/src/pci_slot.h index b8c3dded..d5e8f12d 100644 --- a/src/pci_slot.h +++ b/src/pci_slot.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/pidfile.c b/src/pidfile.c index ec4348ba..d2a5622e 100644 --- a/src/pidfile.c +++ b/src/pidfile.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2009-2022 Intel Corporation. + * Copyright (C) 2009-2023 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/src/pidfile.h b/src/pidfile.h index 802c4367..b5a7e19a 100644 --- a/src/pidfile.h +++ b/src/pidfile.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2009-2017 Intel Corporation. + * Copyright (C) 2009-2023 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, diff --git a/src/raid.c b/src/raid.c index 33718f5e..f76a19fe 100644 --- a/src/raid.c +++ b/src/raid.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/raid.h b/src/raid.h index b644ae91..13468dac 100644 --- a/src/raid.h +++ b/src/raid.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/scsi.c b/src/scsi.c index a155ad33..360f7e2d 100644 --- a/src/scsi.c +++ b/src/scsi.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/scsi.h b/src/scsi.h index 7edb040f..a4da6aee 100644 --- a/src/scsi.h +++ b/src/scsi.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ses.c b/src/ses.c index 6c5ceaff..b9a2840a 100644 --- a/src/ses.c +++ b/src/ses.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/ses.h b/src/ses.h index e624809a..9eb852eb 100644 --- a/src/ses.h +++ b/src/ses.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/slave.c b/src/slave.c index 474cd56c..21931597 100644 --- a/src/slave.c +++ b/src/slave.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/slave.h b/src/slave.h index 9f25b7e4..bdf04638 100644 --- a/src/slave.h +++ b/src/slave.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/smp.c b/src/smp.c index f6ca7f0e..d0c746fb 100644 --- a/src/smp.c +++ b/src/smp.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/smp.h b/src/smp.h index ceb2ca13..c850857e 100644 --- a/src/smp.h +++ b/src/smp.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/status.h b/src/status.h index 4660efbe..05dca83c 100644 --- a/src/status.h +++ b/src/status.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/sysfs.h b/src/sysfs.h index 75b94fb8..7d579b07 100644 --- a/src/sysfs.h +++ b/src/sysfs.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/udev.c b/src/udev.c index b3c5306e..6084d4db 100644 --- a/src/udev.c +++ b/src/udev.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/udev.h b/src/udev.h index 520590e1..bccfa92d 100644 --- a/src/udev.h +++ b/src/udev.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/utils.h b/src/utils.h index c708501b..5d590b9b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (C) 2022-2022 Intel Corporation. + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/vmdssd.c b/src/vmdssd.c index aada35ad..51af5918 100644 --- a/src/vmdssd.c +++ b/src/vmdssd.c @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (c) 2022-2022, Intel Corporation + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/vmdssd.h b/src/vmdssd.h index d1251627..5699770a 100644 --- a/src/vmdssd.h +++ b/src/vmdssd.h @@ -1,6 +1,6 @@ /* * Intel(R) Enclosure LED Utilities - * Copyright (c) 2022-2022, Intel Corporation + * Copyright (C) 2022-2023 Intel Corporation. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/systemd/Makefile.am b/systemd/Makefile.am index 962b1222..fb7e0ec4 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am @@ -1,6 +1,6 @@ # # Intel(R) Enclosure LED Utilities -# Copyright (C) 2009-2019 Intel Corporation. +# Copyright (C) 2009-2023 Intel Corporation. # # This program is free software; you can redistribute it and/or modify it # under the terms and conditions of the GNU General Public License,