From patchwork Fri Jan 10 17:42:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 1221334 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47vVfx3GhDz9sR0; Sat, 11 Jan 2020 04:42:16 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ipyIX-0000lN-EB; Fri, 10 Jan 2020 17:42:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ipyIL-0000kI-BR for fwts-devel@lists.ubuntu.com; Fri, 10 Jan 2020 17:42:01 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ipyIK-0006CF-TJ; Fri, 10 Jan 2020 17:42:01 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] Update copyright year to 2020 Date: Fri, 10 Jan 2020 17:42:00 +0000 Message-Id: <20200110174200.505245-1-colin.king@canonical.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" From: Colin Ian King Simple replacement of copyright year to 2020. No functional change. Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- Makefile.am | 2 +- auto-packager/mkpackage.sh | 2 +- auto-packager/mktar.sh | 2 +- cppcheck.sh | 2 +- data/Makefile.am | 2 +- debian/copyright | 12 ++++++------ efi_runtime/Makefile | 2 +- efi_runtime/efi_runtime.c | 2 +- efi_runtime/efi_runtime.h | 2 +- live-image/fwts-frontend-text | 2 +- make_orig_tarball.sh | 2 +- scripts/bash-completion/fwts | 2 +- scripts/fwts-collect | 2 +- smatchify.sh | 2 +- src/acpi/ac_adapter/ac_adapter.c | 2 +- src/acpi/acpidump/acpidump.c | 2 +- src/acpi/acpiinfo/acpiinfo.c | 2 +- src/acpi/acpitables/acpitables.c | 2 +- src/acpi/apicinstance/apicinstance.c | 2 +- src/acpi/asf/asf.c | 2 +- src/acpi/aspt/aspt.c | 2 +- src/acpi/battery/battery.c | 2 +- src/acpi/bert/bert.c | 2 +- src/acpi/bgrt/bgrt.c | 2 +- src/acpi/boot/boot.c | 2 +- src/acpi/brightness/autobrightness.c | 2 +- src/acpi/brightness/brightness-helper.c | 2 +- src/acpi/brightness/brightness-helper.h | 2 +- src/acpi/brightness/brightness.c | 2 +- src/acpi/checksum/checksum.c | 2 +- src/acpi/cpep/cpep.c | 2 +- src/acpi/crsdump/crsdump.c | 2 +- src/acpi/crsdump/crsdump.h | 2 +- src/acpi/crsdump/prsdump.c | 2 +- src/acpi/csrt/csrt.c | 2 +- src/acpi/cstates/cstates.c | 2 +- src/acpi/dbg2/dbg2.c | 2 +- src/acpi/dbgp/dbgp.c | 2 +- src/acpi/devices/ac_adapter/ac.c | 2 +- src/acpi/devices/battery/battery.c | 2 +- src/acpi/devices/battery/smart_battery.c | 2 +- src/acpi/devices/buttons/power_button.c | 2 +- src/acpi/devices/buttons/sleep_button.c | 2 +- src/acpi/devices/ec/ec.c | 2 +- src/acpi/devices/lid/lid.c | 2 +- src/acpi/devices/sensor/als.c | 2 +- src/acpi/devices/time/time.c | 2 +- src/acpi/devices/wpc/wpc.c | 2 +- src/acpi/dmar/dmar.c | 2 +- src/acpi/dppt/dppt.c | 2 +- src/acpi/drtm/drtm.c | 2 +- src/acpi/dsddump/dsddump.c | 2 +- src/acpi/ecdt/ecdt.c | 2 +- src/acpi/einj/einj.c | 2 +- src/acpi/erst/erst.c | 2 +- src/acpi/facs/facs.c | 2 +- src/acpi/fadt/fadt.c | 2 +- src/acpi/fan/fan.c | 2 +- src/acpi/fpdt/fpdt.c | 2 +- src/acpi/gpedump/gpedump.c | 2 +- src/acpi/gtdt/gtdt.c | 2 +- src/acpi/hest/hest.c | 2 +- src/acpi/hmat/hmat.c | 2 +- src/acpi/hpet/hpet.c | 2 +- src/acpi/iort/iort.c | 2 +- src/acpi/lid/lid.c | 2 +- src/acpi/lpit/lpit.c | 2 +- src/acpi/madt/madt.c | 2 +- src/acpi/mcfg/mcfg.c | 2 +- src/acpi/mchi/mchi.c | 2 +- src/acpi/method/method.c | 2 +- src/acpi/mpst/mpst.c | 2 +- src/acpi/msct/msct.c | 2 +- src/acpi/msdm/msdm.c | 2 +- src/acpi/nfit/nfit.c | 2 +- src/acpi/osilinux/osilinux.c | 2 +- src/acpi/pcc/pcc.c | 2 +- src/acpi/pcct/pcct.c | 2 +- src/acpi/pdtt/pdtt.c | 2 +- src/acpi/plddump/plddump.c | 2 +- src/acpi/pmtt/pmtt.c | 2 +- src/acpi/powerbutton/powerbutton.c | 2 +- src/acpi/pptt/pptt.c | 2 +- src/acpi/rasf/rasf.c | 2 +- src/acpi/rsdp/rsdp.c | 2 +- src/acpi/rsdt/rsdt.c | 2 +- src/acpi/s3/s3.c | 2 +- src/acpi/s3power/s3power.c | 2 +- src/acpi/s4/s4.c | 2 +- src/acpi/sbst/sbst.c | 2 +- src/acpi/sdei/sdei.c | 2 +- src/acpi/sdev/sdev.c | 2 +- src/acpi/slic/slic.c | 2 +- src/acpi/slit/slit.c | 2 +- src/acpi/spcr/spcr.c | 2 +- src/acpi/spmi/spmi.c | 2 +- src/acpi/srat/srat.c | 2 +- src/acpi/stao/stao.c | 2 +- src/acpi/syntaxcheck/syntaxcheck.c | 2 +- src/acpi/tcpa/tcpa.c | 2 +- src/acpi/tpm2/tpm2.c | 2 +- src/acpi/uefi/uefi.c | 2 +- src/acpi/waet/waet.c | 2 +- src/acpi/wakealarm/wakealarm.c | 2 +- src/acpi/wdat/wdat.c | 2 +- src/acpi/wmi/wmi.c | 2 +- src/acpi/wpbt/wpbt.c | 2 +- src/acpi/wsmt/wsmt.c | 2 +- src/acpi/xenv/xenv.c | 2 +- src/acpi/xsdt/xsdt.c | 2 +- src/apic/apicedge/apicedge.c | 2 +- src/bios/bios32/bios32.c | 2 +- src/bios/bios_info/bios_info.c | 2 +- src/bios/ebda_region/ebda_region.c | 2 +- src/bios/ebdadump/ebdadump.c | 2 +- src/bios/hdaaudio/hdaaudio.c | 2 +- src/bios/memmapdump/memmapdump.c | 2 +- src/bios/mtrr/mtrr.c | 2 +- src/bios/multiproc/mpcheck.c | 2 +- src/bios/multiproc/mpdump.c | 2 +- src/bios/pciirq/pciirq.c | 2 +- src/bios/pnp/pnp.c | 2 +- src/bios/romdump/romdump.c | 2 +- src/cmos/cmosdump/cmosdump.c | 2 +- src/coreboot/clog/clog.c | 4 ++-- src/cpu/cpufreq/cpufreq.c | 2 +- src/cpu/maxfreq/maxfreq.c | 2 +- src/cpu/microcode/microcode.c | 2 +- src/cpu/msr/msr.c | 2 +- src/cpu/nx/nx.c | 2 +- src/cpu/virt/virt.c | 2 +- src/cpu/virt/virt.h | 2 +- src/cpu/virt/virt_svm.c | 2 +- src/cpu/virt/virt_vmx.c | 2 +- src/devicetree/dt_base/dt_base.c | 2 +- src/devicetree/dt_sysinfo/dt_sysinfo.c | 2 +- src/dmi/dmicheck/dmicheck.c | 2 +- src/example/blank/blank.c | 2 +- src/hotkey/hotkey/hotkey.c | 2 +- src/ipmi/bmc/bmc_info.c | 4 ++-- src/kernel/klog/klog.c | 2 +- src/kernel/olog/olog.c | 4 ++-- src/kernel/oops/oops.c | 2 +- src/kernel/version/version.c | 2 +- src/lib/Makefile.am | 2 +- src/lib/include/fwts.h | 4 ++-- src/lib/include/fwts_ac_adapter.h | 2 +- src/lib/include/fwts_acpi.h | 2 +- src/lib/include/fwts_acpi_object_eval.h | 2 +- src/lib/include/fwts_acpi_tables.h | 2 +- src/lib/include/fwts_acpica.h | 2 +- src/lib/include/fwts_acpica_mode.h | 2 +- src/lib/include/fwts_acpid.h | 2 +- src/lib/include/fwts_alloc.h | 2 +- src/lib/include/fwts_arch.h | 2 +- src/lib/include/fwts_args.h | 2 +- src/lib/include/fwts_backtrace.h | 2 +- src/lib/include/fwts_battery.h | 2 +- src/lib/include/fwts_binpaths.h | 2 +- src/lib/include/fwts_button.h | 2 +- src/lib/include/fwts_checkeuid.h | 2 +- src/lib/include/fwts_checksum.h | 2 +- src/lib/include/fwts_clog.h | 4 ++-- src/lib/include/fwts_cmos.h | 2 +- src/lib/include/fwts_coreboot.h | 6 +++--- src/lib/include/fwts_cpu.h | 2 +- src/lib/include/fwts_devicetree.h | 2 +- src/lib/include/fwts_dump.h | 2 +- src/lib/include/fwts_dump_data.h | 2 +- src/lib/include/fwts_ebda.h | 2 +- src/lib/include/fwts_efi_module.h | 2 +- src/lib/include/fwts_efi_runtime.h | 2 +- src/lib/include/fwts_fileio.h | 2 +- src/lib/include/fwts_firmware.h | 2 +- src/lib/include/fwts_formatting.h | 2 +- src/lib/include/fwts_framework.h | 4 ++-- src/lib/include/fwts_get.h | 2 +- src/lib/include/fwts_gpe.h | 2 +- src/lib/include/fwts_guid.h | 2 +- src/lib/include/fwts_helpers.h | 2 +- src/lib/include/fwts_hwinfo.h | 2 +- src/lib/include/fwts_iasl.h | 2 +- src/lib/include/fwts_interactive.h | 2 +- src/lib/include/fwts_ioport.h | 2 +- src/lib/include/fwts_ipmi.h | 4 ++-- src/lib/include/fwts_json.h | 2 +- src/lib/include/fwts_keymap.h | 2 +- src/lib/include/fwts_klog.h | 2 +- src/lib/include/fwts_list.h | 2 +- src/lib/include/fwts_log.h | 2 +- src/lib/include/fwts_log_scan.h | 2 +- src/lib/include/fwts_memorymap.h | 2 +- src/lib/include/fwts_mmap.h | 2 +- src/lib/include/fwts_modprobe.h | 2 +- src/lib/include/fwts_multiproc.h | 2 +- src/lib/include/fwts_olog.h | 4 ++-- src/lib/include/fwts_oops.h | 2 +- src/lib/include/fwts_pci.h | 2 +- src/lib/include/fwts_pipeio.h | 2 +- src/lib/include/fwts_pm_debug.h | 2 +- src/lib/include/fwts_pm_method.h | 2 +- src/lib/include/fwts_release.h | 2 +- src/lib/include/fwts_safe_mem.h | 2 +- src/lib/include/fwts_scan_efi_systab.h | 2 +- src/lib/include/fwts_set.h | 2 +- src/lib/include/fwts_smbios.h | 2 +- src/lib/include/fwts_stringextras.h | 2 +- src/lib/include/fwts_summary.h | 2 +- src/lib/include/fwts_text_list.h | 2 +- src/lib/include/fwts_tty.h | 2 +- src/lib/include/fwts_types.h | 2 +- src/lib/include/fwts_uefi.h | 2 +- src/lib/include/fwts_version.h | 2 +- src/lib/include/fwts_wakealarm.h | 2 +- src/lib/src/Makefile.am | 2 +- src/lib/src/fwts_ac_adapter.c | 2 +- src/lib/src/fwts_acpi.c | 2 +- src/lib/src/fwts_acpi_object_eval.c | 2 +- src/lib/src/fwts_acpi_tables.c | 2 +- src/lib/src/fwts_acpid.c | 2 +- src/lib/src/fwts_alloc.c | 2 +- src/lib/src/fwts_arch.c | 2 +- src/lib/src/fwts_args.c | 4 ++-- src/lib/src/fwts_backtrace.c | 2 +- src/lib/src/fwts_battery.c | 2 +- src/lib/src/fwts_binpaths.c | 2 +- src/lib/src/fwts_button.c | 2 +- src/lib/src/fwts_checkeuid.c | 2 +- src/lib/src/fwts_checksum.c | 2 +- src/lib/src/fwts_clog.c | 4 ++-- src/lib/src/fwts_cmos.c | 2 +- src/lib/src/fwts_coreboot.c | 6 +++--- src/lib/src/fwts_coreboot_cbmem.c | 6 +++--- src/lib/src/fwts_cpu.c | 2 +- src/lib/src/fwts_devicetree.c | 2 +- src/lib/src/fwts_dump.c | 2 +- src/lib/src/fwts_dump_data.c | 2 +- src/lib/src/fwts_ebda.c | 2 +- src/lib/src/fwts_efi_module.c | 2 +- src/lib/src/fwts_fileio.c | 2 +- src/lib/src/fwts_firmware.c | 2 +- src/lib/src/fwts_formatting.c | 2 +- src/lib/src/fwts_framework.c | 12 ++++++------ src/lib/src/fwts_get.c | 2 +- src/lib/src/fwts_gpe.c | 2 +- src/lib/src/fwts_guid.c | 2 +- src/lib/src/fwts_hwinfo.c | 2 +- src/lib/src/fwts_iasl.c | 2 +- src/lib/src/fwts_interactive.c | 2 +- src/lib/src/fwts_ioport.c | 2 +- src/lib/src/fwts_ipmi.c | 4 ++-- src/lib/src/fwts_keymap.c | 2 +- src/lib/src/fwts_klog.c | 2 +- src/lib/src/fwts_list.c | 2 +- src/lib/src/fwts_log.c | 2 +- src/lib/src/fwts_log_html.c | 2 +- src/lib/src/fwts_log_json.c | 2 +- src/lib/src/fwts_log_plaintext.c | 2 +- src/lib/src/fwts_log_scan.c | 2 +- src/lib/src/fwts_log_xml.c | 2 +- src/lib/src/fwts_memorymap.c | 2 +- src/lib/src/fwts_mmap.c | 2 +- src/lib/src/fwts_modprobe.c | 2 +- src/lib/src/fwts_multiproc.c | 2 +- src/lib/src/fwts_olog.c | 4 ++-- src/lib/src/fwts_oops.c | 2 +- src/lib/src/fwts_pci.c | 2 +- src/lib/src/fwts_pipeio.c | 2 +- src/lib/src/fwts_pm_debug.c | 2 +- src/lib/src/fwts_pm_method.c | 2 +- src/lib/src/fwts_release.c | 2 +- src/lib/src/fwts_safe_mem.c | 2 +- src/lib/src/fwts_scan_efi_systab.c | 2 +- src/lib/src/fwts_set.c | 2 +- src/lib/src/fwts_smbios.c | 2 +- src/lib/src/fwts_stringextras.c | 2 +- src/lib/src/fwts_summary.c | 2 +- src/lib/src/fwts_text_list.c | 2 +- src/lib/src/fwts_tty.c | 2 +- src/lib/src/fwts_uefi.c | 2 +- src/lib/src/fwts_wakealarm.c | 2 +- src/libfwtsacpica/Makefile.am | 2 +- src/libfwtsiasl/Makefile.am | 2 +- src/opal/cpu_info.c | 4 ++-- src/opal/mem_info.c | 4 ++-- src/opal/mtd_info.c | 4 ++-- src/opal/pci_info.c | 4 ++-- src/opal/power_mgmt_info.c | 4 ++-- src/opal/prd_info.c | 4 ++-- src/opal/reserv_mem.c | 4 ++-- src/pci/aspm/aspm.c | 2 +- src/pci/crs/crs.c | 2 +- src/pci/maxreadreq/maxreadreq.c | 2 +- src/sbbr/acpitables/acpitables.c | 4 ++-- src/sbbr/fadt/fadt.c | 4 ++-- src/sbbr/rsdp/rsdp.c | 4 ++-- src/uefi/csm/csm.c | 2 +- src/uefi/esrt/esrt.c | 2 +- src/uefi/esrtdump/esrtdump.c | 2 +- src/uefi/securebootcert/sbkeydefs.h | 2 +- src/uefi/securebootcert/securebootcert.c | 2 +- src/uefi/uefibootpath/uefibootpath.c | 2 +- src/uefi/uefidump/uefidump.c | 2 +- src/uefi/uefirtauthvar/authvardefs.h | 2 +- src/uefi/uefirtauthvar/uefirtauthvar.c | 2 +- src/uefi/uefirtmisc/uefirtmisc.c | 2 +- src/uefi/uefirttime/uefirttime.c | 2 +- src/uefi/uefirtvariable/uefirtvariable.c | 2 +- src/uefi/uefivarinfo/uefivarinfo.c | 2 +- src/utilities/Makefile.am | 2 +- src/utilities/kernelscan.c | 2 +- src/utilities/kernelscan.sh | 2 +- update_version.sh | 2 +- 313 files changed, 351 insertions(+), 351 deletions(-) diff --git a/Makefile.am b/Makefile.am index 48430813..5c0aebde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2019 Canonical, Ltd. +# Copyright (C) 2010-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index 4dc4cb66..a589a43c 100755 --- a/auto-packager/mkpackage.sh +++ b/auto-packager/mkpackage.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2010-2019 Canonical +# Copyright (C) 2010-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/auto-packager/mktar.sh b/auto-packager/mktar.sh index b01c7db7..389e848a 100755 --- a/auto-packager/mktar.sh +++ b/auto-packager/mktar.sh @@ -1,7 +1,7 @@ #!/bin/bash # -# Copyright (C) 2010-2019 Canonical +# Copyright (C) 2010-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/cppcheck.sh b/cppcheck.sh index ae301abb..df6044bb 100755 --- a/cppcheck.sh +++ b/cppcheck.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2016-2019 Canonical +# Copyright (C) 2016-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/data/Makefile.am b/data/Makefile.am index 8a78daf3..2b564725 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Canonical, Ltd. +# Copyright (C) 2012-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/debian/copyright b/debian/copyright index 7fb87b51..f7f9cc57 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ Source: git://kernel.ubuntu.com/hwe/fwts Files: * src/acpica/source/compiler/fwts_iasl_interface.c src/acpica/source/compiler/fwts_iasl_interface.h -Copyright: 2010-2019, Canonical Ltd +Copyright: 2010-2020, Canonical Ltd License: GPL-2 Files: src/acpi/acpiinfo/acpiinfo.c @@ -24,27 +24,27 @@ Files: src/acpi/acpiinfo/acpiinfo.c src/lib/include/fwts_e820.h src/lib/src/e820.c src/pci/maxreadreq/maxreadreq.c -Copyright: 2010-2019, Canonical Ltd +Copyright: 2010-2020, Canonical Ltd 2006, Intel Corporation License: GPL-2 Files: src/cpu/virt/virt.c src/lib/include/fwts_virt.h src/lib/src/virt.c -Copyright: 2010-2019, Canonical Ltd +Copyright: 2010-2020, Canonical Ltd 2007, AMD Inc 2006, Intel Corporation License: GPL-2 Files: src/lib/src/fwts_pipeio.c src/lib/src/fwts_stringextras.c -Copyright: 2010-2019, Canonical Ltd +Copyright: 2010-2020, Canonical Ltd 2010, Lennart Poettering License: GPL-2 Files: src/cpu/virt/virt_svm.c src/cpu/virt/virt_vmx.c -Copyright: 2010-2019, Canonical Ltd +Copyright: 2010-2020, Canonical Ltd 2007, AMD Inc 2006, Intel Corporation License: LGPL @@ -52,7 +52,7 @@ License: LGPL License can be found in `/usr/share/common-licenses/LGPL'. Files: src/acpica/source/* -Copyright: Copyright (c) 1999 - 2019, Intel Corp. +Copyright: Copyright (c) 1999 - 2020, Intel Corp. License: other 2. License . diff --git a/efi_runtime/Makefile b/efi_runtime/Makefile index 6ba369ce..6efc3f12 100644 --- a/efi_runtime/Makefile +++ b/efi_runtime/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Canonical, Ltd. +# Copyright (C) 2012-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/efi_runtime/efi_runtime.c b/efi_runtime/efi_runtime.c index 5dfa089e..5a308c31 100644 --- a/efi_runtime/efi_runtime.c +++ b/efi_runtime/efi_runtime.c @@ -1,7 +1,7 @@ /* * EFI Runtime driver * - * Copyright(C) 2012-2019 Canonical Ltd. + * Copyright(C) 2012-2020 Canonical Ltd. * * 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 diff --git a/efi_runtime/efi_runtime.h b/efi_runtime/efi_runtime.h index 1d9936b1..2b2ad8dc 100644 --- a/efi_runtime/efi_runtime.h +++ b/efi_runtime/efi_runtime.h @@ -1,7 +1,7 @@ /* * EFI Runtime driver * - * Copyright(C) 2012-2019 Canonical Ltd. + * Copyright(C) 2012-2020 Canonical Ltd. * * 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 diff --git a/live-image/fwts-frontend-text b/live-image/fwts-frontend-text index 7cada22b..c7922aa4 100755 --- a/live-image/fwts-frontend-text +++ b/live-image/fwts-frontend-text @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2010-2019 Canonical +# Copyright (C) 2010-2020 Canonical # Some of this work - Copyright (C) 2017-2019 IBM # # This program is free software; you can redistribute it and/or diff --git a/make_orig_tarball.sh b/make_orig_tarball.sh index 6d510883..b45a62c0 100755 --- a/make_orig_tarball.sh +++ b/make_orig_tarball.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2016-2019 Canonical +# Copyright (C) 2016-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/bash-completion/fwts b/scripts/bash-completion/fwts index c18a5f7f..2af8599a 100644 --- a/scripts/bash-completion/fwts +++ b/scripts/bash-completion/fwts @@ -2,7 +2,7 @@ # # FWTS tab completion for bash. # -# Copyright (C) 2017-2019 Canonical +# Copyright (C) 2017-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/scripts/fwts-collect b/scripts/fwts-collect index 250aa740..4a3798f0 100755 --- a/scripts/fwts-collect +++ b/scripts/fwts-collect @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2012-2019 Canonical +# Copyright (C) 2012-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/smatchify.sh b/smatchify.sh index 65d6540b..956fc1d0 100755 --- a/smatchify.sh +++ b/smatchify.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2012-2019 Canonical +# Copyright (C) 2012-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/acpi/ac_adapter/ac_adapter.c b/src/acpi/ac_adapter/ac_adapter.c index fd4a275b..35e047a1 100644 --- a/src/acpi/ac_adapter/ac_adapter.c +++ b/src/acpi/ac_adapter/ac_adapter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/acpidump/acpidump.c b/src/acpi/acpidump/acpidump.c index decd554a..08600d31 100644 --- a/src/acpi/acpidump/acpidump.c +++ b/src/acpi/acpidump/acpidump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/acpiinfo/acpiinfo.c b/src/acpi/acpiinfo/acpiinfo.c index b80020ef..fdd847cf 100644 --- a/src/acpi/acpiinfo/acpiinfo.c +++ b/src/acpi/acpiinfo/acpiinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/acpitables/acpitables.c b/src/acpi/acpitables/acpitables.c index 20da5134..e2511e15 100644 --- a/src/acpi/acpitables/acpitables.c +++ b/src/acpi/acpitables/acpitables.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/apicinstance/apicinstance.c b/src/acpi/apicinstance/apicinstance.c index f4c7e3d9..2b94c6ff 100644 --- a/src/acpi/apicinstance/apicinstance.c +++ b/src/acpi/apicinstance/apicinstance.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/asf/asf.c b/src/acpi/asf/asf.c index 89fa23e3..0f0d9173 100644 --- a/src/acpi/asf/asf.c +++ b/src/acpi/asf/asf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/aspt/aspt.c b/src/acpi/aspt/aspt.c index 7e64e06a..ca3fd268 100644 --- a/src/acpi/aspt/aspt.c +++ b/src/acpi/aspt/aspt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/battery/battery.c b/src/acpi/battery/battery.c index 64582a0b..7444f5e8 100644 --- a/src/acpi/battery/battery.c +++ b/src/acpi/battery/battery.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/bert/bert.c b/src/acpi/bert/bert.c index 94088081..5895f742 100644 --- a/src/acpi/bert/bert.c +++ b/src/acpi/bert/bert.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/bgrt/bgrt.c b/src/acpi/bgrt/bgrt.c index 662354bc..d988a85f 100644 --- a/src/acpi/bgrt/bgrt.c +++ b/src/acpi/bgrt/bgrt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/boot/boot.c b/src/acpi/boot/boot.c index c1ea810c..339619cc 100644 --- a/src/acpi/boot/boot.c +++ b/src/acpi/boot/boot.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/brightness/autobrightness.c b/src/acpi/brightness/autobrightness.c index e1a3bbc4..e7cbb2ca 100644 --- a/src/acpi/brightness/autobrightness.c +++ b/src/acpi/brightness/autobrightness.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/brightness/brightness-helper.c b/src/acpi/brightness/brightness-helper.c index e0795ca7..8d0147ae 100644 --- a/src/acpi/brightness/brightness-helper.c +++ b/src/acpi/brightness/brightness-helper.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/brightness/brightness-helper.h b/src/acpi/brightness/brightness-helper.h index 4c598074..1aba959c 100644 --- a/src/acpi/brightness/brightness-helper.h +++ b/src/acpi/brightness/brightness-helper.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/brightness/brightness.c b/src/acpi/brightness/brightness.c index aede4bbe..a852bad8 100644 --- a/src/acpi/brightness/brightness.c +++ b/src/acpi/brightness/brightness.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/checksum/checksum.c b/src/acpi/checksum/checksum.c index d34d394a..175f2630 100644 --- a/src/acpi/checksum/checksum.c +++ b/src/acpi/checksum/checksum.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/cpep/cpep.c b/src/acpi/cpep/cpep.c index aa4bf861..ebd2beb3 100644 --- a/src/acpi/cpep/cpep.c +++ b/src/acpi/cpep/cpep.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/crsdump/crsdump.c b/src/acpi/crsdump/crsdump.c index 667424e4..39212338 100644 --- a/src/acpi/crsdump/crsdump.c +++ b/src/acpi/crsdump/crsdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/crsdump/crsdump.h b/src/acpi/crsdump/crsdump.h index 75c4cdca..da3241b1 100644 --- a/src/acpi/crsdump/crsdump.h +++ b/src/acpi/crsdump/crsdump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/crsdump/prsdump.c b/src/acpi/crsdump/prsdump.c index ca958f73..c52c0d4c 100644 --- a/src/acpi/crsdump/prsdump.c +++ b/src/acpi/crsdump/prsdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/csrt/csrt.c b/src/acpi/csrt/csrt.c index c1c430b7..5d69feed 100644 --- a/src/acpi/csrt/csrt.c +++ b/src/acpi/csrt/csrt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/cstates/cstates.c b/src/acpi/cstates/cstates.c index 7ff32bcb..e892347a 100644 --- a/src/acpi/cstates/cstates.c +++ b/src/acpi/cstates/cstates.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file is was originally from the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/dbg2/dbg2.c b/src/acpi/dbg2/dbg2.c index 48e82601..d904620d 100644 --- a/src/acpi/dbg2/dbg2.c +++ b/src/acpi/dbg2/dbg2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/dbgp/dbgp.c b/src/acpi/dbgp/dbgp.c index 41e6bb2b..fffa4762 100644 --- a/src/acpi/dbgp/dbgp.c +++ b/src/acpi/dbgp/dbgp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/ac_adapter/ac.c b/src/acpi/devices/ac_adapter/ac.c index 75428724..2a07c313 100644 --- a/src/acpi/devices/ac_adapter/ac.c +++ b/src/acpi/devices/ac_adapter/ac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/battery/battery.c b/src/acpi/devices/battery/battery.c index c1c426f3..630c07f1 100644 --- a/src/acpi/devices/battery/battery.c +++ b/src/acpi/devices/battery/battery.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/battery/smart_battery.c b/src/acpi/devices/battery/smart_battery.c index bad5d2fe..bf3f4043 100644 --- a/src/acpi/devices/battery/smart_battery.c +++ b/src/acpi/devices/battery/smart_battery.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/buttons/power_button.c b/src/acpi/devices/buttons/power_button.c index a4735c96..d69a1a12 100644 --- a/src/acpi/devices/buttons/power_button.c +++ b/src/acpi/devices/buttons/power_button.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/buttons/sleep_button.c b/src/acpi/devices/buttons/sleep_button.c index f405cc05..39a7d558 100644 --- a/src/acpi/devices/buttons/sleep_button.c +++ b/src/acpi/devices/buttons/sleep_button.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/ec/ec.c b/src/acpi/devices/ec/ec.c index 8a68584e..1db1d8a5 100644 --- a/src/acpi/devices/ec/ec.c +++ b/src/acpi/devices/ec/ec.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/lid/lid.c b/src/acpi/devices/lid/lid.c index e0810263..e76914cc 100644 --- a/src/acpi/devices/lid/lid.c +++ b/src/acpi/devices/lid/lid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/sensor/als.c b/src/acpi/devices/sensor/als.c index 0487af66..5cb712bf 100644 --- a/src/acpi/devices/sensor/als.c +++ b/src/acpi/devices/sensor/als.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/time/time.c b/src/acpi/devices/time/time.c index 1da41f99..14c1d3bd 100644 --- a/src/acpi/devices/time/time.c +++ b/src/acpi/devices/time/time.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/devices/wpc/wpc.c b/src/acpi/devices/wpc/wpc.c index 2513d080..516ce970 100644 --- a/src/acpi/devices/wpc/wpc.c +++ b/src/acpi/devices/wpc/wpc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/dmar/dmar.c b/src/acpi/dmar/dmar.c index 055d8bd2..8734f00b 100644 --- a/src/acpi/dmar/dmar.c +++ b/src/acpi/dmar/dmar.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/dppt/dppt.c b/src/acpi/dppt/dppt.c index f815a81e..7ed53512 100644 --- a/src/acpi/dppt/dppt.c +++ b/src/acpi/dppt/dppt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/drtm/drtm.c b/src/acpi/drtm/drtm.c index 5a37786a..c587c364 100644 --- a/src/acpi/drtm/drtm.c +++ b/src/acpi/drtm/drtm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/dsddump/dsddump.c b/src/acpi/dsddump/dsddump.c index c60ba20e..3c727035 100644 --- a/src/acpi/dsddump/dsddump.c +++ b/src/acpi/dsddump/dsddump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Canonical + * Copyright (C) 2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/ecdt/ecdt.c b/src/acpi/ecdt/ecdt.c index e2c7acc1..4e001b5f 100644 --- a/src/acpi/ecdt/ecdt.c +++ b/src/acpi/ecdt/ecdt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/einj/einj.c b/src/acpi/einj/einj.c index b44bd86b..02dd4e15 100644 --- a/src/acpi/einj/einj.c +++ b/src/acpi/einj/einj.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/erst/erst.c b/src/acpi/erst/erst.c index 837259d4..eb379e27 100644 --- a/src/acpi/erst/erst.c +++ b/src/acpi/erst/erst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/facs/facs.c b/src/acpi/facs/facs.c index 7378a6e8..7dcffc3f 100644 --- a/src/acpi/facs/facs.c +++ b/src/acpi/facs/facs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/fadt/fadt.c b/src/acpi/fadt/fadt.c index 47373e67..af93a156 100644 --- a/src/acpi/fadt/fadt.c +++ b/src/acpi/fadt/fadt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * Portions of this code original from the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/fan/fan.c b/src/acpi/fan/fan.c index 35f5c754..a42ad673 100644 --- a/src/acpi/fan/fan.c +++ b/src/acpi/fan/fan.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/fpdt/fpdt.c b/src/acpi/fpdt/fpdt.c index a4924e3a..a96341b2 100644 --- a/src/acpi/fpdt/fpdt.c +++ b/src/acpi/fpdt/fpdt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/gpedump/gpedump.c b/src/acpi/gpedump/gpedump.c index 19af7895..38e03149 100644 --- a/src/acpi/gpedump/gpedump.c +++ b/src/acpi/gpedump/gpedump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/gtdt/gtdt.c b/src/acpi/gtdt/gtdt.c index 983e07d5..1d874740 100644 --- a/src/acpi/gtdt/gtdt.c +++ b/src/acpi/gtdt/gtdt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/hest/hest.c b/src/acpi/hest/hest.c index c6da557d..96314136 100644 --- a/src/acpi/hest/hest.c +++ b/src/acpi/hest/hest.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/hmat/hmat.c b/src/acpi/hmat/hmat.c index d8615351..dbfc3f6e 100644 --- a/src/acpi/hmat/hmat.c +++ b/src/acpi/hmat/hmat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/hpet/hpet.c b/src/acpi/hpet/hpet.c index 4c138fae..48a998da 100644 --- a/src/acpi/hpet/hpet.c +++ b/src/acpi/hpet/hpet.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/acpi/iort/iort.c b/src/acpi/iort/iort.c index ce830663..03eba04d 100644 --- a/src/acpi/iort/iort.c +++ b/src/acpi/iort/iort.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/lid/lid.c b/src/acpi/lid/lid.c index 71a47a38..7d2be0d9 100644 --- a/src/acpi/lid/lid.c +++ b/src/acpi/lid/lid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/lpit/lpit.c b/src/acpi/lpit/lpit.c index d153a0d4..5b146f78 100644 --- a/src/acpi/lpit/lpit.c +++ b/src/acpi/lpit/lpit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/madt/madt.c b/src/acpi/madt/madt.c index dc51760d..784a9b02 100644 --- a/src/acpi/madt/madt.c +++ b/src/acpi/madt/madt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * Portions added (c) 2015, Al Stone * * This program is free software; you can redistribute it and/or diff --git a/src/acpi/mcfg/mcfg.c b/src/acpi/mcfg/mcfg.c index 2ad0dd05..33a14e43 100644 --- a/src/acpi/mcfg/mcfg.c +++ b/src/acpi/mcfg/mcfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/mchi/mchi.c b/src/acpi/mchi/mchi.c index 120c6f4f..0f1fe085 100644 --- a/src/acpi/mchi/mchi.c +++ b/src/acpi/mchi/mchi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c index 37f6068d..48001d7b 100644 --- a/src/acpi/method/method.c +++ b/src/acpi/method/method.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/mpst/mpst.c b/src/acpi/mpst/mpst.c index 322f7069..e9632414 100644 --- a/src/acpi/mpst/mpst.c +++ b/src/acpi/mpst/mpst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/msct/msct.c b/src/acpi/msct/msct.c index 0885edc8..b0d50c4e 100644 --- a/src/acpi/msct/msct.c +++ b/src/acpi/msct/msct.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/msdm/msdm.c b/src/acpi/msdm/msdm.c index fb7bb771..377e9d71 100644 --- a/src/acpi/msdm/msdm.c +++ b/src/acpi/msdm/msdm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/nfit/nfit.c b/src/acpi/nfit/nfit.c index 729875f8..809313ab 100644 --- a/src/acpi/nfit/nfit.c +++ b/src/acpi/nfit/nfit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/osilinux/osilinux.c b/src/acpi/osilinux/osilinux.c index 8ff93211..a2660b83 100644 --- a/src/acpi/osilinux/osilinux.c +++ b/src/acpi/osilinux/osilinux.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/pcc/pcc.c b/src/acpi/pcc/pcc.c index ea820d6f..04666e6b 100644 --- a/src/acpi/pcc/pcc.c +++ b/src/acpi/pcc/pcc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/pcct/pcct.c b/src/acpi/pcct/pcct.c index 57cff5bf..544a28e5 100644 --- a/src/acpi/pcct/pcct.c +++ b/src/acpi/pcct/pcct.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/pdtt/pdtt.c b/src/acpi/pdtt/pdtt.c index b538cab3..da60612f 100644 --- a/src/acpi/pdtt/pdtt.c +++ b/src/acpi/pdtt/pdtt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/plddump/plddump.c b/src/acpi/plddump/plddump.c index 2547c791..592d66af 100644 --- a/src/acpi/plddump/plddump.c +++ b/src/acpi/plddump/plddump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/pmtt/pmtt.c b/src/acpi/pmtt/pmtt.c index f82808da..78c5156d 100644 --- a/src/acpi/pmtt/pmtt.c +++ b/src/acpi/pmtt/pmtt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/powerbutton/powerbutton.c b/src/acpi/powerbutton/powerbutton.c index ab4cf49f..06987dc2 100644 --- a/src/acpi/powerbutton/powerbutton.c +++ b/src/acpi/powerbutton/powerbutton.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/pptt/pptt.c b/src/acpi/pptt/pptt.c index 2a399522..4fdd005b 100644 --- a/src/acpi/pptt/pptt.c +++ b/src/acpi/pptt/pptt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/rasf/rasf.c b/src/acpi/rasf/rasf.c index 9df5ba37..99192cbc 100644 --- a/src/acpi/rasf/rasf.c +++ b/src/acpi/rasf/rasf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/rsdp/rsdp.c b/src/acpi/rsdp/rsdp.c index c4bad953..c7985cdf 100644 --- a/src/acpi/rsdp/rsdp.c +++ b/src/acpi/rsdp/rsdp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/rsdt/rsdt.c b/src/acpi/rsdt/rsdt.c index b319d8b3..21162e59 100644 --- a/src/acpi/rsdt/rsdt.c +++ b/src/acpi/rsdt/rsdt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/s3/s3.c b/src/acpi/s3/s3.c index f0582152..45a1e6e2 100644 --- a/src/acpi/s3/s3.c +++ b/src/acpi/s3/s3.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/s3power/s3power.c b/src/acpi/s3power/s3power.c index 4f1d651b..d5b7bb63 100644 --- a/src/acpi/s3power/s3power.c +++ b/src/acpi/s3power/s3power.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/s4/s4.c b/src/acpi/s4/s4.c index 34b6f7b5..c883aa15 100644 --- a/src/acpi/s4/s4.c +++ b/src/acpi/s4/s4.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/sbst/sbst.c b/src/acpi/sbst/sbst.c index 76dbf2c2..189bc77b 100644 --- a/src/acpi/sbst/sbst.c +++ b/src/acpi/sbst/sbst.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/sdei/sdei.c b/src/acpi/sdei/sdei.c index 7fd48464..6713d635 100644 --- a/src/acpi/sdei/sdei.c +++ b/src/acpi/sdei/sdei.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/sdev/sdev.c b/src/acpi/sdev/sdev.c index 8f04039f..bcb652ca 100644 --- a/src/acpi/sdev/sdev.c +++ b/src/acpi/sdev/sdev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/slic/slic.c b/src/acpi/slic/slic.c index 4c947694..bc408616 100644 --- a/src/acpi/slic/slic.c +++ b/src/acpi/slic/slic.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/slit/slit.c b/src/acpi/slit/slit.c index ef84a807..3b380142 100644 --- a/src/acpi/slit/slit.c +++ b/src/acpi/slit/slit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/spcr/spcr.c b/src/acpi/spcr/spcr.c index 51892170..bde4ec9c 100644 --- a/src/acpi/spcr/spcr.c +++ b/src/acpi/spcr/spcr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/spmi/spmi.c b/src/acpi/spmi/spmi.c index 5ee2d2ac..2dce7e06 100644 --- a/src/acpi/spmi/spmi.c +++ b/src/acpi/spmi/spmi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/srat/srat.c b/src/acpi/srat/srat.c index 7adc9a78..135f7be2 100644 --- a/src/acpi/srat/srat.c +++ b/src/acpi/srat/srat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/stao/stao.c b/src/acpi/stao/stao.c index d2b48ae5..72dbefce 100644 --- a/src/acpi/stao/stao.c +++ b/src/acpi/stao/stao.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/syntaxcheck/syntaxcheck.c b/src/acpi/syntaxcheck/syntaxcheck.c index 8ba1dc2f..b1ada05d 100644 --- a/src/acpi/syntaxcheck/syntaxcheck.c +++ b/src/acpi/syntaxcheck/syntaxcheck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/tcpa/tcpa.c b/src/acpi/tcpa/tcpa.c index b662a854..f8d07b7e 100644 --- a/src/acpi/tcpa/tcpa.c +++ b/src/acpi/tcpa/tcpa.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/tpm2/tpm2.c b/src/acpi/tpm2/tpm2.c index c6c8da64..bca5cb8a 100644 --- a/src/acpi/tpm2/tpm2.c +++ b/src/acpi/tpm2/tpm2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/uefi/uefi.c b/src/acpi/uefi/uefi.c index 0569af3f..d196d62e 100644 --- a/src/acpi/uefi/uefi.c +++ b/src/acpi/uefi/uefi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/waet/waet.c b/src/acpi/waet/waet.c index 81002e6a..985138c5 100644 --- a/src/acpi/waet/waet.c +++ b/src/acpi/waet/waet.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/wakealarm/wakealarm.c b/src/acpi/wakealarm/wakealarm.c index 33424b9d..f318b70b 100644 --- a/src/acpi/wakealarm/wakealarm.c +++ b/src/acpi/wakealarm/wakealarm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/wdat/wdat.c b/src/acpi/wdat/wdat.c index 7c56de2d..8149faa7 100644 --- a/src/acpi/wdat/wdat.c +++ b/src/acpi/wdat/wdat.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/wmi/wmi.c b/src/acpi/wmi/wmi.c index 961d15bb..c9b3483b 100644 --- a/src/acpi/wmi/wmi.c +++ b/src/acpi/wmi/wmi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/wpbt/wpbt.c b/src/acpi/wpbt/wpbt.c index 31d2d9f3..00f45196 100644 --- a/src/acpi/wpbt/wpbt.c +++ b/src/acpi/wpbt/wpbt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/wsmt/wsmt.c b/src/acpi/wsmt/wsmt.c index f333a41f..b584af6b 100644 --- a/src/acpi/wsmt/wsmt.c +++ b/src/acpi/wsmt/wsmt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Canonical + * Copyright (C) 2017-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/xenv/xenv.c b/src/acpi/xenv/xenv.c index 73320e11..6ac19ffd 100644 --- a/src/acpi/xenv/xenv.c +++ b/src/acpi/xenv/xenv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/acpi/xsdt/xsdt.c b/src/acpi/xsdt/xsdt.c index 3d44e18b..c9141ec9 100644 --- a/src/acpi/xsdt/xsdt.c +++ b/src/acpi/xsdt/xsdt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Canonical + * Copyright (C) 2015-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/apic/apicedge/apicedge.c b/src/apic/apicedge/apicedge.c index 4abf011b..6894fef9 100644 --- a/src/apic/apicedge/apicedge.c +++ b/src/apic/apicedge/apicedge.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/bios/bios32/bios32.c b/src/bios/bios32/bios32.c index 25730d39..a564de6a 100644 --- a/src/bios/bios32/bios32.c +++ b/src/bios/bios32/bios32.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/bios_info/bios_info.c b/src/bios/bios_info/bios_info.c index 0b127c2b..c2de9f95 100644 --- a/src/bios/bios_info/bios_info.c +++ b/src/bios/bios_info/bios_info.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/ebda_region/ebda_region.c b/src/bios/ebda_region/ebda_region.c index af03fee2..3f92e0ab 100644 --- a/src/bios/ebda_region/ebda_region.c +++ b/src/bios/ebda_region/ebda_region.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/bios/ebdadump/ebdadump.c b/src/bios/ebdadump/ebdadump.c index fa10ae5f..38ad49a5 100644 --- a/src/bios/ebdadump/ebdadump.c +++ b/src/bios/ebdadump/ebdadump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/hdaaudio/hdaaudio.c b/src/bios/hdaaudio/hdaaudio.c index e8618df8..1cf1794f 100644 --- a/src/bios/hdaaudio/hdaaudio.c +++ b/src/bios/hdaaudio/hdaaudio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/memmapdump/memmapdump.c b/src/bios/memmapdump/memmapdump.c index a76471db..c65ba988 100644 --- a/src/bios/memmapdump/memmapdump.c +++ b/src/bios/memmapdump/memmapdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c index 6aa11a24..e064f9c4 100644 --- a/src/bios/mtrr/mtrr.c +++ b/src/bios/mtrr/mtrr.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/bios/multiproc/mpcheck.c b/src/bios/multiproc/mpcheck.c index c991f5c6..7aef18ce 100644 --- a/src/bios/multiproc/mpcheck.c +++ b/src/bios/multiproc/mpcheck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/multiproc/mpdump.c b/src/bios/multiproc/mpdump.c index 0ed27105..876eb06c 100644 --- a/src/bios/multiproc/mpdump.c +++ b/src/bios/multiproc/mpdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/pciirq/pciirq.c b/src/bios/pciirq/pciirq.c index eb19ae05..24e7e419 100644 --- a/src/bios/pciirq/pciirq.c +++ b/src/bios/pciirq/pciirq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/pnp/pnp.c b/src/bios/pnp/pnp.c index 51957309..de313109 100644 --- a/src/bios/pnp/pnp.c +++ b/src/bios/pnp/pnp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/bios/romdump/romdump.c b/src/bios/romdump/romdump.c index e30f0355..c3500c34 100644 --- a/src/bios/romdump/romdump.c +++ b/src/bios/romdump/romdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cmos/cmosdump/cmosdump.c b/src/cmos/cmosdump/cmosdump.c index 6fe5157a..6a728603 100644 --- a/src/cmos/cmosdump/cmosdump.c +++ b/src/cmos/cmosdump/cmosdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/coreboot/clog/clog.c b/src/coreboot/clog/clog.c index 772302ef..4bfc461d 100644 --- a/src/coreboot/clog/clog.c +++ b/src/coreboot/clog/clog.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cpu/cpufreq/cpufreq.c b/src/cpu/cpufreq/cpufreq.c index 8c8870c0..8682e1dc 100644 --- a/src/cpu/cpufreq/cpufreq.c +++ b/src/cpu/cpufreq/cpufreq.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/cpu/maxfreq/maxfreq.c b/src/cpu/maxfreq/maxfreq.c index 8d9ecd35..a44c639a 100644 --- a/src/cpu/maxfreq/maxfreq.c +++ b/src/cpu/maxfreq/maxfreq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cpu/microcode/microcode.c b/src/cpu/microcode/microcode.c index 65abe50a..827a54da 100644 --- a/src/cpu/microcode/microcode.c +++ b/src/cpu/microcode/microcode.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was derived from part of the Linux-ready Firmware Developer Kit, * however, it has been completely re-written. diff --git a/src/cpu/msr/msr.c b/src/cpu/msr/msr.c index 96f20145..17864c0b 100644 --- a/src/cpu/msr/msr.c +++ b/src/cpu/msr/msr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cpu/nx/nx.c b/src/cpu/nx/nx.c index 63bbd963..1238aac2 100644 --- a/src/cpu/nx/nx.c +++ b/src/cpu/nx/nx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * from ideas in check-bios-nx * diff --git a/src/cpu/virt/virt.c b/src/cpu/virt/virt.c index 9a5759c6..a5a35ad1 100644 --- a/src/cpu/virt/virt.c +++ b/src/cpu/virt/virt.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This code was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/cpu/virt/virt.h b/src/cpu/virt/virt.h index f92e266b..2bcc9ddd 100644 --- a/src/cpu/virt/virt.h +++ b/src/cpu/virt/virt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/cpu/virt/virt_svm.c b/src/cpu/virt/virt_svm.c index fe967f9d..847d23a6 100644 --- a/src/cpu/virt/virt_svm.c +++ b/src/cpu/virt/virt_svm.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corp * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/cpu/virt/virt_vmx.c b/src/cpu/virt/virt_vmx.c index 7917f85e..74146353 100644 --- a/src/cpu/virt/virt_vmx.c +++ b/src/cpu/virt/virt_vmx.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2006, Intel Corporation * Copyright (C) 2007, AMD Inc - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/devicetree/dt_base/dt_base.c b/src/devicetree/dt_base/dt_base.c index 014afade..f9324d1b 100644 --- a/src/devicetree/dt_base/dt_base.c +++ b/src/devicetree/dt_base/dt_base.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Jeremy Kerr + * Copyright (C) 2014-2020 Jeremy Kerr * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/devicetree/dt_sysinfo/dt_sysinfo.c b/src/devicetree/dt_sysinfo/dt_sysinfo.c index 7e236ee6..3dce4c2c 100644 --- a/src/devicetree/dt_sysinfo/dt_sysinfo.c +++ b/src/devicetree/dt_sysinfo/dt_sysinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015-2019 Jeremy Kerr + * Copyright (C) 2015-2020 Jeremy Kerr * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c index 38f7f25c..feac3693 100644 --- a/src/dmi/dmicheck/dmicheck.c +++ b/src/dmi/dmicheck/dmicheck.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/example/blank/blank.c b/src/example/blank/blank.c index 78a8189a..6eb1e231 100644 --- a/src/example/blank/blank.c +++ b/src/example/blank/blank.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/hotkey/hotkey/hotkey.c b/src/hotkey/hotkey/hotkey.c index 13940e03..a2797497 100644 --- a/src/hotkey/hotkey/hotkey.c +++ b/src/hotkey/hotkey/hotkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/ipmi/bmc/bmc_info.c b/src/ipmi/bmc/bmc_info.c index 9960cd4a..31fb46dc 100644 --- a/src/ipmi/bmc/bmc_info.c +++ b/src/ipmi/bmc/bmc_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/kernel/klog/klog.c b/src/kernel/klog/klog.c index 61b9f8c0..c72feac3 100644 --- a/src/kernel/klog/klog.c +++ b/src/kernel/klog/klog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/kernel/olog/olog.c b/src/kernel/olog/olog.c index 595c543d..05aabf4a 100644 --- a/src/kernel/olog/olog.c +++ b/src/kernel/olog/olog.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/kernel/oops/oops.c b/src/kernel/oops/oops.c index 5413a99e..4be6f875 100644 --- a/src/kernel/oops/oops.c +++ b/src/kernel/oops/oops.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/kernel/version/version.c b/src/kernel/version/version.c index 316711e5..a71c723d 100644 --- a/src/kernel/version/version.c +++ b/src/kernel/version/version.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 6f6855d3..81da0a37 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2019 Canonical, Ltd. +# Copyright (C) 2010-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts.h b/src/lib/include/fwts.h index 6963ff32..7a05befc 100644 --- a/src/lib/include/fwts.h +++ b/src/lib/include/fwts.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_ac_adapter.h b/src/lib/include/fwts_ac_adapter.h index 010db118..1b09b3bb 100644 --- a/src/lib/include/fwts_ac_adapter.h +++ b/src/lib/include/fwts_ac_adapter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpi.h b/src/lib/include/fwts_acpi.h index 6676116d..efa988f2 100644 --- a/src/lib/include/fwts_acpi.h +++ b/src/lib/include/fwts_acpi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpi_object_eval.h b/src/lib/include/fwts_acpi_object_eval.h index 565af728..d8ac7e7f 100644 --- a/src/lib/include/fwts_acpi_object_eval.h +++ b/src/lib/include/fwts_acpi_object_eval.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpi_tables.h b/src/lib/include/fwts_acpi_tables.h index de51a4bc..b557ae3a 100644 --- a/src/lib/include/fwts_acpi_tables.h +++ b/src/lib/include/fwts_acpi_tables.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpica.h b/src/lib/include/fwts_acpica.h index 88ce2e44..a286a7b5 100644 --- a/src/lib/include/fwts_acpica.h +++ b/src/lib/include/fwts_acpica.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpica_mode.h b/src/lib/include/fwts_acpica_mode.h index dfb56604..8e9a2ae3 100644 --- a/src/lib/include/fwts_acpica_mode.h +++ b/src/lib/include/fwts_acpica_mode.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_acpid.h b/src/lib/include/fwts_acpid.h index 75ec8a7c..41dfb782 100644 --- a/src/lib/include/fwts_acpid.h +++ b/src/lib/include/fwts_acpid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_alloc.h b/src/lib/include/fwts_alloc.h index 8f2aa37f..787551f2 100644 --- a/src/lib/include/fwts_alloc.h +++ b/src/lib/include/fwts_alloc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_arch.h b/src/lib/include/fwts_arch.h index bceed9d0..55f1110b 100644 --- a/src/lib/include/fwts_arch.h +++ b/src/lib/include/fwts_arch.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019, Al Stone + * Copyright (C) 2016-2020, Al Stone * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_args.h b/src/lib/include/fwts_args.h index ae2f00c2..01305c53 100644 --- a/src/lib/include/fwts_args.h +++ b/src/lib/include/fwts_args.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_backtrace.h b/src/lib/include/fwts_backtrace.h index 88e753ba..181613e4 100644 --- a/src/lib/include/fwts_backtrace.h +++ b/src/lib/include/fwts_backtrace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_battery.h b/src/lib/include/fwts_battery.h index 08beca7f..800432f2 100644 --- a/src/lib/include/fwts_battery.h +++ b/src/lib/include/fwts_battery.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_binpaths.h b/src/lib/include/fwts_binpaths.h index 4c20e799..203424f1 100644 --- a/src/lib/include/fwts_binpaths.h +++ b/src/lib/include/fwts_binpaths.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_button.h b/src/lib/include/fwts_button.h index 81a850de..9a9d9403 100644 --- a/src/lib/include/fwts_button.h +++ b/src/lib/include/fwts_button.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_checkeuid.h b/src/lib/include/fwts_checkeuid.h index 0ebf14e5..0bd26067 100644 --- a/src/lib/include/fwts_checkeuid.h +++ b/src/lib/include/fwts_checkeuid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_checksum.h b/src/lib/include/fwts_checksum.h index bb3891a6..eb3d88eb 100644 --- a/src/lib/include/fwts_checksum.h +++ b/src/lib/include/fwts_checksum.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_clog.h b/src/lib/include/fwts_clog.h index 62e67e60..698ce413 100644 --- a/src/lib/include/fwts_clog.h +++ b/src/lib/include/fwts_clog.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_cmos.h b/src/lib/include/fwts_cmos.h index 09ca9d5c..caf2b8d8 100644 --- a/src/lib/include/fwts_cmos.h +++ b/src/lib/include/fwts_cmos.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_coreboot.h b/src/lib/include/fwts_coreboot.h index 90c8ea5a..563cbfcf 100644 --- a/src/lib/include/fwts_coreboot.h +++ b/src/lib/include/fwts_coreboot.h @@ -1,7 +1,7 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2017-2019 Google Inc. - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2017-2020 Google Inc. + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_cpu.h b/src/lib/include/fwts_cpu.h index ead5a92c..fb7c644f 100644 --- a/src/lib/include/fwts_cpu.h +++ b/src/lib/include/fwts_cpu.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_devicetree.h b/src/lib/include/fwts_devicetree.h index 73361bee..a145daaf 100644 --- a/src/lib/include/fwts_devicetree.h +++ b/src/lib/include/fwts_devicetree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 IBM Corporation + * Copyright (C) 2016-2020 IBM Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_dump.h b/src/lib/include/fwts_dump.h index 6ebe699d..be733bf8 100644 --- a/src/lib/include/fwts_dump.h +++ b/src/lib/include/fwts_dump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_dump_data.h b/src/lib/include/fwts_dump_data.h index 9ada3eeb..ab9da7ba 100644 --- a/src/lib/include/fwts_dump_data.h +++ b/src/lib/include/fwts_dump_data.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_ebda.h b/src/lib/include/fwts_ebda.h index df739f72..ad49001c 100644 --- a/src/lib/include/fwts_ebda.h +++ b/src/lib/include/fwts_ebda.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_efi_module.h b/src/lib/include/fwts_efi_module.h index bb9e6362..c086dc3e 100644 --- a/src/lib/include/fwts_efi_module.h +++ b/src/lib/include/fwts_efi_module.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_efi_runtime.h b/src/lib/include/fwts_efi_runtime.h index 5e525f02..51783ab2 100644 --- a/src/lib/include/fwts_efi_runtime.h +++ b/src/lib/include/fwts_efi_runtime.h @@ -1,5 +1,5 @@ /* - * Copyright(C) 2016-2019 Canonical Ltd. + * Copyright(C) 2016-2020 Canonical Ltd. * * 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 diff --git a/src/lib/include/fwts_fileio.h b/src/lib/include/fwts_fileio.h index 180e08d0..28466240 100644 --- a/src/lib/include/fwts_fileio.h +++ b/src/lib/include/fwts_fileio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_firmware.h b/src/lib/include/fwts_firmware.h index c23132ac..d0b95880 100644 --- a/src/lib/include/fwts_firmware.h +++ b/src/lib/include/fwts_firmware.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_formatting.h b/src/lib/include/fwts_formatting.h index 0eb61885..03ad1e01 100644 --- a/src/lib/include/fwts_formatting.h +++ b/src/lib/include/fwts_formatting.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_framework.h b/src/lib/include/fwts_framework.h index 808bcd62..dddc2fda 100644 --- a/src/lib/include/fwts_framework.h +++ b/src/lib/include/fwts_framework.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_get.h b/src/lib/include/fwts_get.h index 875d0e43..13de2b77 100644 --- a/src/lib/include/fwts_get.h +++ b/src/lib/include/fwts_get.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_gpe.h b/src/lib/include/fwts_gpe.h index ff7aeee7..b98d167e 100644 --- a/src/lib/include/fwts_gpe.h +++ b/src/lib/include/fwts_gpe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_guid.h b/src/lib/include/fwts_guid.h index a5c9f373..c500a522 100644 --- a/src/lib/include/fwts_guid.h +++ b/src/lib/include/fwts_guid.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_helpers.h b/src/lib/include/fwts_helpers.h index bc986e14..7dba73c3 100644 --- a/src/lib/include/fwts_helpers.h +++ b/src/lib/include/fwts_helpers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_hwinfo.h b/src/lib/include/fwts_hwinfo.h index 0301fa30..0ac1d7a2 100644 --- a/src/lib/include/fwts_hwinfo.h +++ b/src/lib/include/fwts_hwinfo.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_iasl.h b/src/lib/include/fwts_iasl.h index 264453b3..9eddefb8 100644 --- a/src/lib/include/fwts_iasl.h +++ b/src/lib/include/fwts_iasl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_interactive.h b/src/lib/include/fwts_interactive.h index 7114b213..70ab3def 100644 --- a/src/lib/include/fwts_interactive.h +++ b/src/lib/include/fwts_interactive.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_ioport.h b/src/lib/include/fwts_ioport.h index 3c547b5f..35f4e209 100644 --- a/src/lib/include/fwts_ioport.h +++ b/src/lib/include/fwts_ioport.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_ipmi.h b/src/lib/include/fwts_ipmi.h index 12c18ec2..c3a09608 100644 --- a/src/lib/include/fwts_ipmi.h +++ b/src/lib/include/fwts_ipmi.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_json.h b/src/lib/include/fwts_json.h index 0dba86cd..747c4bdb 100644 --- a/src/lib/include/fwts_json.h +++ b/src/lib/include/fwts_json.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_keymap.h b/src/lib/include/fwts_keymap.h index 5d6366ad..ce1cb97b 100644 --- a/src/lib/include/fwts_keymap.h +++ b/src/lib/include/fwts_keymap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_klog.h b/src/lib/include/fwts_klog.h index 09a976c2..be3d02ee 100644 --- a/src/lib/include/fwts_klog.h +++ b/src/lib/include/fwts_klog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_list.h b/src/lib/include/fwts_list.h index a77be0b0..d3809173 100644 --- a/src/lib/include/fwts_list.h +++ b/src/lib/include/fwts_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_log.h b/src/lib/include/fwts_log.h index 016ec6f2..aa060ca8 100644 --- a/src/lib/include/fwts_log.h +++ b/src/lib/include/fwts_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_log_scan.h b/src/lib/include/fwts_log_scan.h index ffd293ba..52b15b35 100644 --- a/src/lib/include/fwts_log_scan.h +++ b/src/lib/include/fwts_log_scan.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_memorymap.h b/src/lib/include/fwts_memorymap.h index 021e071c..e4ae938b 100644 --- a/src/lib/include/fwts_memorymap.h +++ b/src/lib/include/fwts_memorymap.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/lib/include/fwts_mmap.h b/src/lib/include/fwts_mmap.h index f01d8855..1146dfeb 100644 --- a/src/lib/include/fwts_mmap.h +++ b/src/lib/include/fwts_mmap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_modprobe.h b/src/lib/include/fwts_modprobe.h index 585ef896..5e8e8f77 100644 --- a/src/lib/include/fwts_modprobe.h +++ b/src/lib/include/fwts_modprobe.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Canonical + * Copyright (C) 2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_multiproc.h b/src/lib/include/fwts_multiproc.h index c0eba1a3..a3ee0fe3 100644 --- a/src/lib/include/fwts_multiproc.h +++ b/src/lib/include/fwts_multiproc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_olog.h b/src/lib/include/fwts_olog.h index b7b43013..a98dc0d4 100644 --- a/src/lib/include/fwts_olog.h +++ b/src/lib/include/fwts_olog.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_oops.h b/src/lib/include/fwts_oops.h index d01d46a1..3960d541 100644 --- a/src/lib/include/fwts_oops.h +++ b/src/lib/include/fwts_oops.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_pci.h b/src/lib/include/fwts_pci.h index 9fa70755..8aaa2b66 100644 --- a/src/lib/include/fwts_pci.h +++ b/src/lib/include/fwts_pci.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_pipeio.h b/src/lib/include/fwts_pipeio.h index e739c60e..eb535fa5 100644 --- a/src/lib/include/fwts_pipeio.h +++ b/src/lib/include/fwts_pipeio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_pm_debug.h b/src/lib/include/fwts_pm_debug.h index f2750c85..4e73f2b5 100644 --- a/src/lib/include/fwts_pm_debug.h +++ b/src/lib/include/fwts_pm_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_pm_method.h b/src/lib/include/fwts_pm_method.h index 75d57e8c..e731f9f4 100644 --- a/src/lib/include/fwts_pm_method.h +++ b/src/lib/include/fwts_pm_method.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_release.h b/src/lib/include/fwts_release.h index ccaf64f0..df67f274 100644 --- a/src/lib/include/fwts_release.h +++ b/src/lib/include/fwts_release.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_safe_mem.h b/src/lib/include/fwts_safe_mem.h index 5eb982a9..27829b1f 100644 --- a/src/lib/include/fwts_safe_mem.h +++ b/src/lib/include/fwts_safe_mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_scan_efi_systab.h b/src/lib/include/fwts_scan_efi_systab.h index ce0930b2..33a8c055 100644 --- a/src/lib/include/fwts_scan_efi_systab.h +++ b/src/lib/include/fwts_scan_efi_systab.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_set.h b/src/lib/include/fwts_set.h index f72ad9ca..1d182f15 100644 --- a/src/lib/include/fwts_set.h +++ b/src/lib/include/fwts_set.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_smbios.h b/src/lib/include/fwts_smbios.h index 54d0dbf8..31a3dfa3 100644 --- a/src/lib/include/fwts_smbios.h +++ b/src/lib/include/fwts_smbios.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_stringextras.h b/src/lib/include/fwts_stringextras.h index df4e26cd..b1d72912 100644 --- a/src/lib/include/fwts_stringextras.h +++ b/src/lib/include/fwts_stringextras.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_summary.h b/src/lib/include/fwts_summary.h index 5be963cf..6461edb8 100644 --- a/src/lib/include/fwts_summary.h +++ b/src/lib/include/fwts_summary.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_text_list.h b/src/lib/include/fwts_text_list.h index d1c67f2f..a9db0b88 100644 --- a/src/lib/include/fwts_text_list.h +++ b/src/lib/include/fwts_text_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_tty.h b/src/lib/include/fwts_tty.h index e8525532..3f8ee395 100644 --- a/src/lib/include/fwts_tty.h +++ b/src/lib/include/fwts_tty.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_types.h b/src/lib/include/fwts_types.h index dd7d31e7..7ed4852b 100644 --- a/src/lib/include/fwts_types.h +++ b/src/lib/include/fwts_types.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_uefi.h b/src/lib/include/fwts_uefi.h index dd8799d1..36cd5824 100644 --- a/src/lib/include/fwts_uefi.h +++ b/src/lib/include/fwts_uefi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_version.h b/src/lib/include/fwts_version.h index a3e34a31..98ce4987 100644 --- a/src/lib/include/fwts_version.h +++ b/src/lib/include/fwts_version.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/include/fwts_wakealarm.h b/src/lib/include/fwts_wakealarm.h index c3db5767..0409646e 100644 --- a/src/lib/include/fwts_wakealarm.h +++ b/src/lib/include/fwts_wakealarm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/Makefile.am b/src/lib/src/Makefile.am index 299f9c09..706b18e6 100644 --- a/src/lib/src/Makefile.am +++ b/src/lib/src/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2019 Canonical, Ltd. +# Copyright (C) 2010-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_ac_adapter.c b/src/lib/src/fwts_ac_adapter.c index 2b1eef04..32a6575a 100644 --- a/src/lib/src/fwts_ac_adapter.c +++ b/src/lib/src/fwts_ac_adapter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_acpi.c b/src/lib/src/fwts_acpi.c index 379c0083..55ac50bc 100644 --- a/src/lib/src/fwts_acpi.c +++ b/src/lib/src/fwts_acpi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_acpi_object_eval.c b/src/lib/src/fwts_acpi_object_eval.c index a749fb01..692e4ec0 100644 --- a/src/lib/src/fwts_acpi_object_eval.c +++ b/src/lib/src/fwts_acpi_object_eval.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_acpi_tables.c b/src/lib/src/fwts_acpi_tables.c index a7144f76..fe07edd5 100644 --- a/src/lib/src/fwts_acpi_tables.c +++ b/src/lib/src/fwts_acpi_tables.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_acpid.c b/src/lib/src/fwts_acpid.c index 6cfb2915..86363d72 100644 --- a/src/lib/src/fwts_acpid.c +++ b/src/lib/src/fwts_acpid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_alloc.c b/src/lib/src/fwts_alloc.c index 18317ca8..e84f64dd 100644 --- a/src/lib/src/fwts_alloc.c +++ b/src/lib/src/fwts_alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_arch.c b/src/lib/src/fwts_arch.c index e1591046..27fce6b0 100644 --- a/src/lib/src/fwts_arch.c +++ b/src/lib/src/fwts_arch.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019, Al Stone + * Copyright (C) 2016-2020, Al Stone * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_args.c b/src/lib/src/fwts_args.c index ccdcac51..60d50f0d 100644 --- a/src/lib/src/fwts_args.c +++ b/src/lib/src/fwts_args.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2011-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2011-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_backtrace.c b/src/lib/src/fwts_backtrace.c index d866d85c..2dcff660 100644 --- a/src/lib/src/fwts_backtrace.c +++ b/src/lib/src/fwts_backtrace.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_battery.c b/src/lib/src/fwts_battery.c index 10bac252..26fa0dab 100644 --- a/src/lib/src/fwts_battery.c +++ b/src/lib/src/fwts_battery.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_binpaths.c b/src/lib/src/fwts_binpaths.c index 710a629a..05e9a3a7 100644 --- a/src/lib/src/fwts_binpaths.c +++ b/src/lib/src/fwts_binpaths.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_button.c b/src/lib/src/fwts_button.c index f4953da4..b2be77f7 100644 --- a/src/lib/src/fwts_button.c +++ b/src/lib/src/fwts_button.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_checkeuid.c b/src/lib/src/fwts_checkeuid.c index fd33137a..8b415ba5 100644 --- a/src/lib/src/fwts_checkeuid.c +++ b/src/lib/src/fwts_checkeuid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_checksum.c b/src/lib/src/fwts_checksum.c index ba92f605..ee1a5415 100644 --- a/src/lib/src/fwts_checksum.c +++ b/src/lib/src/fwts_checksum.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_clog.c b/src/lib/src/fwts_clog.c index ff26b133..e6b690d2 100644 --- a/src/lib/src/fwts_clog.c +++ b/src/lib/src/fwts_clog.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_cmos.c b/src/lib/src/fwts_cmos.c index 1e496d1e..b40c8100 100644 --- a/src/lib/src/fwts_cmos.c +++ b/src/lib/src/fwts_cmos.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_coreboot.c b/src/lib/src/fwts_coreboot.c index f3ddb24a..246bd37f 100644 --- a/src/lib/src/fwts_coreboot.c +++ b/src/lib/src/fwts_coreboot.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2017-2019 Google Inc. - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2017-2020 Google Inc. + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_coreboot_cbmem.c b/src/lib/src/fwts_coreboot_cbmem.c index cd81cd52..13099c04 100644 --- a/src/lib/src/fwts_coreboot_cbmem.c +++ b/src/lib/src/fwts_coreboot_cbmem.c @@ -1,7 +1,7 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2017-2019 Google Inc. - * Copyright (C) 2018-2019 9elements Cyber Security + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2017-2020 Google Inc. + * Copyright (C) 2018-2020 9elements Cyber Security * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_cpu.c b/src/lib/src/fwts_cpu.c index 71e0e877..dc603468 100644 --- a/src/lib/src/fwts_cpu.c +++ b/src/lib/src/fwts_cpu.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_devicetree.c b/src/lib/src/fwts_devicetree.c index 937bd751..27bde542 100644 --- a/src/lib/src/fwts_devicetree.c +++ b/src/lib/src/fwts_devicetree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 IBM Corporation + * Copyright (C) 2016-2020 IBM Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_dump.c b/src/lib/src/fwts_dump.c index 175962af..48a6ccaa 100644 --- a/src/lib/src/fwts_dump.c +++ b/src/lib/src/fwts_dump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_dump_data.c b/src/lib/src/fwts_dump_data.c index 80ebf5a7..c9576fda 100644 --- a/src/lib/src/fwts_dump_data.c +++ b/src/lib/src/fwts_dump_data.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_ebda.c b/src/lib/src/fwts_ebda.c index 4edc5d75..6e6d8667 100644 --- a/src/lib/src/fwts_ebda.c +++ b/src/lib/src/fwts_ebda.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_efi_module.c b/src/lib/src/fwts_efi_module.c index 950ce632..d49f20b0 100644 --- a/src/lib/src/fwts_efi_module.c +++ b/src/lib/src/fwts_efi_module.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_fileio.c b/src/lib/src/fwts_fileio.c index 893f6666..6e7399ba 100644 --- a/src/lib/src/fwts_fileio.c +++ b/src/lib/src/fwts_fileio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_firmware.c b/src/lib/src/fwts_firmware.c index 4175ad23..408bf330 100644 --- a/src/lib/src/fwts_firmware.c +++ b/src/lib/src/fwts_firmware.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_formatting.c b/src/lib/src/fwts_formatting.c index aee19388..6dd65e6b 100644 --- a/src/lib/src/fwts_formatting.c +++ b/src/lib/src/fwts_formatting.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_framework.c b/src/lib/src/fwts_framework.c index 3f4761dc..dc1e3642 100644 --- a/src/lib/src/fwts_framework.c +++ b/src/lib/src/fwts_framework.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -145,10 +145,10 @@ static fwts_option fwts_framework_options[] = { static fwts_list fwts_framework_test_list = FWTS_LIST_INIT; static const char *fwts_copyright[] = { - "Some of this work - Copyright (c) 1999 - 2019, Intel Corp. All rights reserved.", - "Some of this work - Copyright (c) 2010 - 2019, Canonical.", - "Some of this work - Copyright (c) 2016 - 2019, IBM.", - "Some of this work - Copyright (c) 2017 - 2019, ARM Ltd.", + "Some of this work - Copyright (c) 1999 - 2020, Intel Corp. All rights reserved.", + "Some of this work - Copyright (c) 2010 - 2020, Canonical.", + "Some of this work - Copyright (c) 2016 - 2020, IBM.", + "Some of this work - Copyright (c) 2017 - 2020, ARM Ltd.", NULL }; diff --git a/src/lib/src/fwts_get.c b/src/lib/src/fwts_get.c index 1bd30f51..840827ca 100644 --- a/src/lib/src/fwts_get.c +++ b/src/lib/src/fwts_get.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_gpe.c b/src/lib/src/fwts_gpe.c index a441c0d5..7ebe9bef 100644 --- a/src/lib/src/fwts_gpe.c +++ b/src/lib/src/fwts_gpe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_guid.c b/src/lib/src/fwts_guid.c index 9d9788e7..c8f0fc44 100644 --- a/src/lib/src/fwts_guid.c +++ b/src/lib/src/fwts_guid.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_hwinfo.c b/src/lib/src/fwts_hwinfo.c index 49a86b20..93a4ecd0 100644 --- a/src/lib/src/fwts_hwinfo.c +++ b/src/lib/src/fwts_hwinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_iasl.c b/src/lib/src/fwts_iasl.c index 0a1164e6..6291757e 100644 --- a/src/lib/src/fwts_iasl.c +++ b/src/lib/src/fwts_iasl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_interactive.c b/src/lib/src/fwts_interactive.c index bcde2591..2917aa0d 100644 --- a/src/lib/src/fwts_interactive.c +++ b/src/lib/src/fwts_interactive.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_ioport.c b/src/lib/src/fwts_ioport.c index 843b3de7..398d2c12 100644 --- a/src/lib/src/fwts_ioport.c +++ b/src/lib/src/fwts_ioport.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_ipmi.c b/src/lib/src/fwts_ipmi.c index 6d46befd..f2ebd2c9 100644 --- a/src/lib/src/fwts_ipmi.c +++ b/src/lib/src/fwts_ipmi.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_keymap.c b/src/lib/src/fwts_keymap.c index 1dc5f138..987c6da8 100644 --- a/src/lib/src/fwts_keymap.c +++ b/src/lib/src/fwts_keymap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_klog.c b/src/lib/src/fwts_klog.c index cefc3655..e81b8e3a 100644 --- a/src/lib/src/fwts_klog.c +++ b/src/lib/src/fwts_klog.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_list.c b/src/lib/src/fwts_list.c index e6a2ccfa..9f1ddc5b 100644 --- a/src/lib/src/fwts_list.c +++ b/src/lib/src/fwts_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log.c b/src/lib/src/fwts_log.c index cc0b8251..37539cb9 100644 --- a/src/lib/src/fwts_log.c +++ b/src/lib/src/fwts_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log_html.c b/src/lib/src/fwts_log_html.c index 342f0e6c..a9d26ae4 100644 --- a/src/lib/src/fwts_log_html.c +++ b/src/lib/src/fwts_log_html.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log_json.c b/src/lib/src/fwts_log_json.c index 6a8bc2ab..1a917e63 100644 --- a/src/lib/src/fwts_log_json.c +++ b/src/lib/src/fwts_log_json.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log_plaintext.c b/src/lib/src/fwts_log_plaintext.c index a8cbfb53..10254fc2 100644 --- a/src/lib/src/fwts_log_plaintext.c +++ b/src/lib/src/fwts_log_plaintext.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log_scan.c b/src/lib/src/fwts_log_scan.c index c1d15d9c..69b2b7a2 100644 --- a/src/lib/src/fwts_log_scan.c +++ b/src/lib/src/fwts_log_scan.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_log_xml.c b/src/lib/src/fwts_log_xml.c index 3ceeb08c..d620c6cf 100644 --- a/src/lib/src/fwts_log_xml.c +++ b/src/lib/src/fwts_log_xml.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_memorymap.c b/src/lib/src/fwts_memorymap.c index 78119c09..bbf8d57c 100644 --- a/src/lib/src/fwts_memorymap.c +++ b/src/lib/src/fwts_memorymap.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was originally part of the Linux-ready Firmware Developer Kit * diff --git a/src/lib/src/fwts_mmap.c b/src/lib/src/fwts_mmap.c index 9d98b5c1..3428ed6d 100644 --- a/src/lib/src/fwts_mmap.c +++ b/src/lib/src/fwts_mmap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_modprobe.c b/src/lib/src/fwts_modprobe.c index a05a581f..ace2f50c 100644 --- a/src/lib/src/fwts_modprobe.c +++ b/src/lib/src/fwts_modprobe.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Canonical + * Copyright (C) 2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_multiproc.c b/src/lib/src/fwts_multiproc.c index a30cd20d..1402c1a7 100644 --- a/src/lib/src/fwts_multiproc.c +++ b/src/lib/src/fwts_multiproc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_olog.c b/src/lib/src/fwts_olog.c index 54118d57..acd44d5d 100644 --- a/src/lib/src/fwts_olog.c +++ b/src/lib/src/fwts_olog.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_oops.c b/src/lib/src/fwts_oops.c index d6a02a4f..cb7d047d 100644 --- a/src/lib/src/fwts_oops.c +++ b/src/lib/src/fwts_oops.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_pci.c b/src/lib/src/fwts_pci.c index f23fc4de..59e06d93 100644 --- a/src/lib/src/fwts_pci.c +++ b/src/lib/src/fwts_pci.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_pipeio.c b/src/lib/src/fwts_pipeio.c index afd4b431..3b69b198 100644 --- a/src/lib/src/fwts_pipeio.c +++ b/src/lib/src/fwts_pipeio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * The following functions are derivative work from systemd, and * are covered by Copyright 2010 Lennart Poettering: diff --git a/src/lib/src/fwts_pm_debug.c b/src/lib/src/fwts_pm_debug.c index 88b9f4ff..08349c2b 100644 --- a/src/lib/src/fwts_pm_debug.c +++ b/src/lib/src/fwts_pm_debug.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Canonical + * Copyright (C) 2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_pm_method.c b/src/lib/src/fwts_pm_method.c index 7d30a7d2..a7939abc 100644 --- a/src/lib/src/fwts_pm_method.c +++ b/src/lib/src/fwts_pm_method.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_release.c b/src/lib/src/fwts_release.c index 8b7cf8e1..61f57571 100644 --- a/src/lib/src/fwts_release.c +++ b/src/lib/src/fwts_release.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_safe_mem.c b/src/lib/src/fwts_safe_mem.c index fe1f6313..2121d73c 100644 --- a/src/lib/src/fwts_safe_mem.c +++ b/src/lib/src/fwts_safe_mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_scan_efi_systab.c b/src/lib/src/fwts_scan_efi_systab.c index 31efff68..9c8f663a 100644 --- a/src/lib/src/fwts_scan_efi_systab.c +++ b/src/lib/src/fwts_scan_efi_systab.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_set.c b/src/lib/src/fwts_set.c index 29845575..0c1b5a78 100644 --- a/src/lib/src/fwts_set.c +++ b/src/lib/src/fwts_set.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_smbios.c b/src/lib/src/fwts_smbios.c index a247f81a..db2a8e02 100644 --- a/src/lib/src/fwts_smbios.c +++ b/src/lib/src/fwts_smbios.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_stringextras.c b/src/lib/src/fwts_stringextras.c index a72251b1..e4a322ac 100644 --- a/src/lib/src/fwts_stringextras.c +++ b/src/lib/src/fwts_stringextras.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * The following functions are derivative work from systemd, and * are covered by Copyright 2010 Lennart Poettering: diff --git a/src/lib/src/fwts_summary.c b/src/lib/src/fwts_summary.c index 19725647..0836665c 100644 --- a/src/lib/src/fwts_summary.c +++ b/src/lib/src/fwts_summary.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_text_list.c b/src/lib/src/fwts_text_list.c index e1ab575d..0f4839f1 100644 --- a/src/lib/src/fwts_text_list.c +++ b/src/lib/src/fwts_text_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_tty.c b/src/lib/src/fwts_tty.c index 853d4e73..1ed881dc 100644 --- a/src/lib/src/fwts_tty.c +++ b/src/lib/src/fwts_tty.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_uefi.c b/src/lib/src/fwts_uefi.c index 02b16da0..0fb6b799 100644 --- a/src/lib/src/fwts_uefi.c +++ b/src/lib/src/fwts_uefi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/lib/src/fwts_wakealarm.c b/src/lib/src/fwts_wakealarm.c index 273e4020..43718707 100644 --- a/src/lib/src/fwts_wakealarm.c +++ b/src/lib/src/fwts_wakealarm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/libfwtsacpica/Makefile.am b/src/libfwtsacpica/Makefile.am index fc84302d..3f039fcf 100644 --- a/src/libfwtsacpica/Makefile.am +++ b/src/libfwtsacpica/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2019 Canonical, Ltd. +# Copyright (C) 2010-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/libfwtsiasl/Makefile.am b/src/libfwtsiasl/Makefile.am index 9aa5523c..751b5bb7 100644 --- a/src/libfwtsiasl/Makefile.am +++ b/src/libfwtsiasl/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2011-2019 Canonical, Ltd. +# Copyright (C) 2011-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/opal/cpu_info.c b/src/opal/cpu_info.c index 5939a980..422caf05 100644 --- a/src/opal/cpu_info.c +++ b/src/opal/cpu_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/mem_info.c b/src/opal/mem_info.c index 1051d366..b9082041 100644 --- a/src/opal/mem_info.c +++ b/src/opal/mem_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/mtd_info.c b/src/opal/mtd_info.c index 42dc6802..b9473edf 100644 --- a/src/opal/mtd_info.c +++ b/src/opal/mtd_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/pci_info.c b/src/opal/pci_info.c index ba0eb860..21f44d8b 100644 --- a/src/opal/pci_info.c +++ b/src/opal/pci_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/power_mgmt_info.c b/src/opal/power_mgmt_info.c index 1175278c..276d0c0b 100644 --- a/src/opal/power_mgmt_info.c +++ b/src/opal/power_mgmt_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/prd_info.c b/src/opal/prd_info.c index d85d7927..2d3a0dbb 100644 --- a/src/opal/prd_info.c +++ b/src/opal/prd_info.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/opal/reserv_mem.c b/src/opal/reserv_mem.c index 8708295e..f243fb2e 100644 --- a/src/opal/reserv_mem.c +++ b/src/opal/reserv_mem.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Some of this work - Copyright (C) 2016-2019 IBM + * Copyright (C) 2010-2020 Canonical + * Some of this work - Copyright (C) 2016-2020 IBM * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/pci/aspm/aspm.c b/src/pci/aspm/aspm.c index 9f341873..0da73c1b 100644 --- a/src/pci/aspm/aspm.c +++ b/src/pci/aspm/aspm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/pci/crs/crs.c b/src/pci/crs/crs.c index 639a7dce..68a24e54 100644 --- a/src/pci/crs/crs.c +++ b/src/pci/crs/crs.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/pci/maxreadreq/maxreadreq.c b/src/pci/maxreadreq/maxreadreq.c index e443d86f..a54a343f 100644 --- a/src/pci/maxreadreq/maxreadreq.c +++ b/src/pci/maxreadreq/maxreadreq.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006, Intel Corporation - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This file was original part of the Linux-ready Firmware Developer Kit * diff --git a/src/sbbr/acpitables/acpitables.c b/src/sbbr/acpitables/acpitables.c index af91bbfe..89dad2c9 100644 --- a/src/sbbr/acpitables/acpitables.c +++ b/src/sbbr/acpitables/acpitables.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2017-2019 ARM Ltd + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2017-2020 ARM Ltd * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/sbbr/fadt/fadt.c b/src/sbbr/fadt/fadt.c index 23ca1a03..2d81e9c5 100644 --- a/src/sbbr/fadt/fadt.c +++ b/src/sbbr/fadt/fadt.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2010-2019 Canonical - * Copyright (C) 2017-2019 ARM Ltd + * Copyright (C) 2010-2020 Canonical + * Copyright (C) 2017-2020 ARM Ltd * Portions of this code original from the Linux-ready Firmware Developer Kit * * This program is free software; you can redistribute it and/or diff --git a/src/sbbr/rsdp/rsdp.c b/src/sbbr/rsdp/rsdp.c index 9ba237d1..452f3011 100644 --- a/src/sbbr/rsdp/rsdp.c +++ b/src/sbbr/rsdp/rsdp.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2015-2019 Canonical - * Copyright (C) 2017-2019 ARM Ltd + * Copyright (C) 2015-2020 Canonical + * Copyright (C) 2017-2020 ARM Ltd * * Portions of this code original from the Linux-ready Firmware Developer Kit * diff --git a/src/uefi/csm/csm.c b/src/uefi/csm/csm.c index afffd897..66b8ecd5 100644 --- a/src/uefi/csm/csm.c +++ b/src/uefi/csm/csm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2019 Canonical + * Copyright (C) 2011-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/esrt/esrt.c b/src/uefi/esrt/esrt.c index d791d05b..658d89dd 100644 --- a/src/uefi/esrt/esrt.c +++ b/src/uefi/esrt/esrt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/esrtdump/esrtdump.c b/src/uefi/esrtdump/esrtdump.c index e2d00bf6..e16ffab1 100644 --- a/src/uefi/esrtdump/esrtdump.c +++ b/src/uefi/esrtdump/esrtdump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 Canonical + * Copyright (C) 2016-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/securebootcert/sbkeydefs.h b/src/uefi/securebootcert/sbkeydefs.h index 5c2f40e3..1a8982e6 100644 --- a/src/uefi/securebootcert/sbkeydefs.h +++ b/src/uefi/securebootcert/sbkeydefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/securebootcert/securebootcert.c b/src/uefi/securebootcert/securebootcert.c index 14e636e5..93efe894 100644 --- a/src/uefi/securebootcert/securebootcert.c +++ b/src/uefi/securebootcert/securebootcert.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefibootpath/uefibootpath.c b/src/uefi/uefibootpath/uefibootpath.c index 33757f02..87629484 100644 --- a/src/uefi/uefibootpath/uefibootpath.c +++ b/src/uefi/uefibootpath/uefibootpath.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefidump/uefidump.c b/src/uefi/uefidump/uefidump.c index 21aa7633..93555587 100644 --- a/src/uefi/uefidump/uefidump.c +++ b/src/uefi/uefidump/uefidump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefirtauthvar/authvardefs.h b/src/uefi/uefirtauthvar/authvardefs.h index 95100101..d87f68ff 100644 --- a/src/uefi/uefirtauthvar/authvardefs.h +++ b/src/uefi/uefirtauthvar/authvardefs.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefirtauthvar/uefirtauthvar.c b/src/uefi/uefirtauthvar/uefirtauthvar.c index 2eb21135..4b1ebe08 100644 --- a/src/uefi/uefirtauthvar/uefirtauthvar.c +++ b/src/uefi/uefirtauthvar/uefirtauthvar.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014-2019 Canonical + * Copyright (C) 2014-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefirtmisc/uefirtmisc.c b/src/uefi/uefirtmisc/uefirtmisc.c index 0b14aa8a..5031bc48 100644 --- a/src/uefi/uefirtmisc/uefirtmisc.c +++ b/src/uefi/uefirtmisc/uefirtmisc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefirttime/uefirttime.c b/src/uefi/uefirttime/uefirttime.c index 163080e4..e316c0ab 100644 --- a/src/uefi/uefirttime/uefirttime.c +++ b/src/uefi/uefirttime/uefirttime.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefirtvariable/uefirtvariable.c b/src/uefi/uefirtvariable/uefirtvariable.c index 51aabfd5..a1bf9cc8 100644 --- a/src/uefi/uefirtvariable/uefirtvariable.c +++ b/src/uefi/uefirtvariable/uefirtvariable.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/uefi/uefivarinfo/uefivarinfo.c b/src/uefi/uefivarinfo/uefivarinfo.c index f14adc99..79672b8e 100644 --- a/src/uefi/uefivarinfo/uefivarinfo.c +++ b/src/uefi/uefivarinfo/uefivarinfo.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013-2019 Canonical + * Copyright (C) 2013-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/utilities/Makefile.am b/src/utilities/Makefile.am index 21f969e4..0e840d36 100644 --- a/src/utilities/Makefile.am +++ b/src/utilities/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Canonical, Ltd. +# Copyright (C) 2012-2020 Canonical, Ltd. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/src/utilities/kernelscan.c b/src/utilities/kernelscan.c index c275fee9..2e68ef33 100644 --- a/src/utilities/kernelscan.c +++ b/src/utilities/kernelscan.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2019 Canonical + * Copyright (C) 2012-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/utilities/kernelscan.sh b/src/utilities/kernelscan.sh index a5d29d79..ac75cf5c 100755 --- a/src/utilities/kernelscan.sh +++ b/src/utilities/kernelscan.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2010-2019 Canonical +# Copyright (C) 2010-2020 Canonical # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/update_version.sh b/update_version.sh index e262b5eb..8e24a3ab 100755 --- a/update_version.sh +++ b/update_version.sh @@ -8,7 +8,7 @@ fi version=$1 cat << EOF > src/lib/include/fwts_version.h /* - * Copyright (C) 2010-2019 Canonical + * Copyright (C) 2010-2020 Canonical * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License