From ab28c37a8a7a2877a43e91f2e7bdce128dbe3dcb Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 3 Jan 2019 11:19:45 +0100 Subject: [PATCH] copyright: Extend to 2019 Change-Id: I73e35e5caa53544c7f3bcb0097f2ad79fb0e2122 Signed-off-by: Ronald Cron --- Makefile | 2 +- arch/src/Makefile | 2 +- arch/src/arm_main.c | 2 +- arch/src/arm_mm.c | 2 +- arch/src/arm_nvic.c | 2 +- arch/src/armv7-m/exceptions.c | 2 +- arch/src/armv7-m/ld.S | 2 +- arch/src/armv7-m/scatter.S | 2 +- arch/src/armv7-m/scatter.h | 2 +- arch/src/host.c | 2 +- arch/src/host_interrupt.c | 2 +- arch/src/host_thread.c | 2 +- doc/Makefile | 2 +- doc/config.dxy | 2 +- doc/template/device.h | 2 +- framework/include/fwk_align.h | 2 +- framework/include/fwk_arch.h | 2 +- framework/include/fwk_assert.h | 2 +- framework/include/fwk_banner.h | 2 +- framework/include/fwk_dlist.h | 2 +- framework/include/fwk_element.h | 2 +- framework/include/fwk_errno.h | 2 +- framework/include/fwk_event.h | 2 +- framework/include/fwk_host.h | 2 +- framework/include/fwk_id.h | 2 +- framework/include/fwk_interrupt.h | 2 +- framework/include/fwk_list.h | 2 +- framework/include/fwk_macros.h | 2 +- framework/include/fwk_math.h | 2 +- framework/include/fwk_mm.h | 2 +- framework/include/fwk_module.h | 2 +- framework/include/fwk_multi_thread.h | 2 +- framework/include/fwk_noreturn.h | 2 +- framework/include/fwk_notification.h | 2 +- framework/include/fwk_slist.h | 2 +- framework/include/fwk_thread.h | 2 +- framework/include/internal/fwk_id.h | 2 +- framework/include/internal/fwk_module.h | 2 +- framework/include/internal/fwk_multi_thread.h | 2 +- framework/include/internal/fwk_notification.h | 2 +- framework/include/internal/fwk_single_thread.h | 2 +- framework/include/internal/fwk_thread.h | 2 +- framework/src/Makefile | 2 +- framework/src/fwk_arch.c | 2 +- framework/src/fwk_assert.c | 2 +- framework/src/fwk_dlist.c | 2 +- framework/src/fwk_id.c | 2 +- framework/src/fwk_interrupt.c | 2 +- framework/src/fwk_mm.c | 2 +- framework/src/fwk_module.c | 2 +- framework/src/fwk_multi_thread.c | 2 +- framework/src/fwk_notification.c | 2 +- framework/src/fwk_slist.c | 2 +- framework/src/fwk_thread.c | 2 +- framework/test/Makefile | 2 +- framework/test/fwk_test.c | 2 +- framework/test/fwk_test.h | 2 +- framework/test/test_fwk_arch.c | 2 +- framework/test/test_fwk_id_build.c | 2 +- framework/test/test_fwk_id_equality.c | 2 +- framework/test/test_fwk_id_format.c | 2 +- framework/test/test_fwk_id_get_idx.c | 2 +- framework/test/test_fwk_id_type.c | 2 +- framework/test/test_fwk_interrupt.c | 2 +- framework/test/test_fwk_list_contains.c | 2 +- framework/test/test_fwk_list_empty.c | 2 +- framework/test/test_fwk_list_get.c | 2 +- framework/test/test_fwk_list_head.c | 2 +- framework/test/test_fwk_list_init.c | 2 +- framework/test/test_fwk_list_insert.c | 2 +- framework/test/test_fwk_list_next.c | 2 +- framework/test/test_fwk_list_pop.c | 2 +- framework/test/test_fwk_list_push.c | 2 +- framework/test/test_fwk_list_remove.c | 2 +- framework/test/test_fwk_macros.c | 2 +- framework/test/test_fwk_math.c | 2 +- framework/test/test_fwk_mm.c | 2 +- framework/test/test_fwk_module.c | 2 +- framework/test/test_fwk_multi_thread_common_thread.c | 2 +- framework/test/test_fwk_multi_thread_create.c | 2 +- framework/test/test_fwk_multi_thread_init.c | 2 +- framework/test/test_fwk_multi_thread_put_event.c | 2 +- framework/test/test_fwk_multi_thread_util.c | 2 +- framework/test/test_fwk_notification.c | 2 +- framework/test/test_fwk_thread.c | 2 +- framework/test/test_version.c | 2 +- license.md | 2 +- module/apcontext/include/mod_apcontext.h | 2 +- module/apcontext/src/Makefile | 2 +- module/apcontext/src/mod_apcontext.c | 2 +- module/armv7m_mpu/include/mod_armv7m_mpu.h | 2 +- module/armv7m_mpu/src/Makefile | 2 +- module/armv7m_mpu/src/mod_armv7m_mpu.c | 2 +- module/bootloader/include/mod_bootloader.h | 2 +- module/bootloader/src/Makefile | 2 +- module/bootloader/src/mod_bootloader.c | 2 +- module/clock/include/mod_clock.h | 2 +- module/clock/src/Makefile | 2 +- module/clock/src/mod_clock.c | 2 +- module/cmn600/include/mod_cmn600.h | 2 +- module/cmn600/src/Makefile | 2 +- module/cmn600/src/cmn600.c | 2 +- module/cmn600/src/cmn600.h | 2 +- module/cmn600/src/mod_cmn600.c | 2 +- module/css_clock/include/mod_css_clock.h | 2 +- module/css_clock/src/Makefile | 2 +- module/css_clock/src/mod_css_clock.c | 2 +- module/ddr_phy500/include/mod_ddr_phy500.h | 2 +- module/ddr_phy500/src/Makefile | 2 +- module/ddr_phy500/src/mod_ddr_phy500.c | 2 +- module/dmc500/include/mod_dmc500.h | 2 +- module/dmc500/src/Makefile | 2 +- module/dmc500/src/mod_dmc500.c | 2 +- module/dmc620/include/mod_dmc620.h | 2 +- module/dmc620/src/Makefile | 2 +- module/dmc620/src/mod_dmc620.c | 2 +- module/dvfs/include/mod_dvfs.h | 2 +- module/dvfs/src/Makefile | 2 +- module/dvfs/src/mod_dvfs_domain_api.c | 2 +- module/dvfs/src/mod_dvfs_domain_api_private.h | 2 +- module/dvfs/src/mod_dvfs_event.c | 2 +- module/dvfs/src/mod_dvfs_event_private.h | 2 +- module/dvfs/src/mod_dvfs_module.c | 2 +- module/dvfs/src/mod_dvfs_module_private.h | 2 +- module/dvfs/src/mod_dvfs_private.h | 2 +- module/dvfs/src/mod_dvfs_util.c | 2 +- module/dvfs/src/mod_dvfs_util_private.h | 2 +- module/gtimer/include/mod_gtimer.h | 2 +- module/gtimer/src/Makefile | 2 +- module/gtimer/src/gtimer_reg.h | 2 +- module/gtimer/src/mod_gtimer.c | 2 +- module/host_console/src/Makefile | 2 +- module/host_console/src/mod_host_console.c | 2 +- module/log/include/mod_log.h | 2 +- module/log/src/Makefile | 2 +- module/log/src/mod_log.c | 2 +- module/mhu/include/internal/mhu.h | 2 +- module/mhu/include/mod_mhu.h | 2 +- module/mhu/src/Makefile | 2 +- module/mhu/src/mod_mhu.c | 2 +- module/mock_psu/include/mod_mock_psu.h | 2 +- module/mock_psu/src/Makefile | 2 +- module/mock_psu/src/mod_mock_psu_module.c | 2 +- module/mock_psu/src/mod_mock_psu_module_private.h | 2 +- module/mock_psu/src/mod_mock_psu_private.h | 2 +- module/mock_psu/src/mod_mock_psu_psu_driver_api.c | 2 +- module/mock_psu/src/mod_mock_psu_psu_driver_api_private.h | 2 +- module/msys_rom/include/mod_msys_rom.h | 2 +- module/msys_rom/src/Makefile | 2 +- module/msys_rom/src/mod_msys_rom.c | 2 +- module/pik_clock/include/mod_pik_clock.h | 2 +- module/pik_clock/src/Makefile | 2 +- module/pik_clock/src/mod_pik_clock.c | 2 +- module/pl011/include/mod_pl011.h | 2 +- module/pl011/src/Makefile | 2 +- module/pl011/src/mod_pl011.c | 2 +- module/pl011/src/pl011.h | 2 +- module/power_domain/include/mod_power_domain.h | 2 +- module/power_domain/src/Makefile | 2 +- module/power_domain/src/mod_power_domain.c | 2 +- module/ppu_v0/include/mod_ppu_v0.h | 2 +- module/ppu_v0/src/Makefile | 2 +- module/ppu_v0/src/mod_ppu_v0.c | 2 +- module/ppu_v0/src/ppu_v0.c | 2 +- module/ppu_v0/src/ppu_v0.h | 2 +- module/ppu_v1/include/mod_ppu_v1.h | 2 +- module/ppu_v1/src/Makefile | 2 +- module/ppu_v1/src/mod_ppu_v1.c | 2 +- module/ppu_v1/src/ppu_v1.c | 2 +- module/ppu_v1/src/ppu_v1.h | 2 +- module/psu/include/mod_psu.h | 2 +- module/psu/src/Makefile | 2 +- module/psu/src/mod_psu_device_api.c | 2 +- module/psu/src/mod_psu_device_api_private.h | 2 +- module/psu/src/mod_psu_event.c | 2 +- module/psu/src/mod_psu_event_private.h | 2 +- module/psu/src/mod_psu_module.c | 2 +- module/psu/src/mod_psu_module_private.h | 2 +- module/psu/src/mod_psu_private.h | 2 +- module/reg_sensor/include/mod_reg_sensor.h | 2 +- module/reg_sensor/src/Makefile | 2 +- module/reg_sensor/src/mod_reg_sensor.c | 2 +- module/scmi/include/internal/mod_scmi.h | 2 +- module/scmi/include/internal/scmi.h | 2 +- module/scmi/include/internal/scmi_base.h | 2 +- module/scmi/include/mod_scmi.h | 2 +- module/scmi/src/Makefile | 2 +- module/scmi/src/mod_scmi.c | 2 +- module/scmi_apcore/include/internal/scmi_apcore.h | 2 +- module/scmi_apcore/include/mod_scmi_apcore.h | 2 +- module/scmi_apcore/src/Makefile | 2 +- module/scmi_apcore/src/mod_scmi_apcore.c | 2 +- module/scmi_clock/include/internal/scmi_clock.h | 2 +- module/scmi_clock/include/mod_scmi_clock.h | 2 +- module/scmi_clock/src/Makefile | 2 +- module/scmi_clock/src/mod_scmi_clock.c | 2 +- module/scmi_perf/include/internal/scmi_perf.h | 2 +- module/scmi_perf/include/mod_scmi_perf.h | 2 +- module/scmi_perf/src/Makefile | 2 +- module/scmi_perf/src/mod_scmi_perf.c | 2 +- module/scmi_power_domain/include/internal/scmi_power_domain.h | 2 +- module/scmi_power_domain/src/Makefile | 2 +- module/scmi_power_domain/src/mod_scmi_power_domain.c | 2 +- module/scmi_sensor/include/internal/scmi_sensor.h | 2 +- module/scmi_sensor/src/Makefile | 2 +- module/scmi_sensor/src/mod_scmi_sensor.c | 2 +- module/scmi_system_power/include/internal/scmi_system_power.h | 2 +- module/scmi_system_power/include/mod_scmi_system_power.h | 2 +- module/scmi_system_power/src/Makefile | 2 +- module/scmi_system_power/src/mod_scmi_system_power.c | 2 +- module/sds/include/mod_sds.h | 2 +- module/sds/src/Makefile | 2 +- module/sds/src/mod_sds.c | 2 +- module/sensor/include/mod_sensor.h | 2 +- module/sensor/src/Makefile | 2 +- module/sensor/src/mod_sensor.c | 2 +- module/smt/include/internal/smt.h | 2 +- module/smt/include/mod_smt.h | 2 +- module/smt/src/Makefile | 2 +- module/smt/src/mod_smt.c | 2 +- module/system_pll/include/mod_system_pll.h | 2 +- module/system_pll/src/Makefile | 2 +- module/system_pll/src/mod_system_pll.c | 2 +- module/system_power/include/mod_system_power.h | 2 +- module/system_power/src/Makefile | 2 +- module/system_power/src/mod_system_power.c | 2 +- module/timer/include/mod_timer.h | 2 +- module/timer/src/Makefile | 2 +- module/timer/src/mod_timer.c | 2 +- product/host/fw/config_log.c | 2 +- product/host/fw/firmware.mk | 2 +- product/host/product.mk | 2 +- product/n1sdp/include/fmw_cmsis.h | 2 +- product/n1sdp/include/n1sdp_core.h | 2 +- product/n1sdp/include/n1sdp_mcp_irq.h | 2 +- product/n1sdp/include/n1sdp_mcp_mhu.h | 2 +- product/n1sdp/include/n1sdp_mcp_mmap.h | 2 +- product/n1sdp/include/n1sdp_mcp_pik.h | 2 +- product/n1sdp/include/n1sdp_mcp_scmi.h | 2 +- product/n1sdp/include/n1sdp_mcp_software_mmap.h | 2 +- product/n1sdp/include/n1sdp_mcp_system_mmap.h | 2 +- product/n1sdp/include/n1sdp_pik_cpu.h | 2 +- product/n1sdp/include/n1sdp_pik_debug.h | 2 +- product/n1sdp/include/n1sdp_pik_mcp.h | 2 +- product/n1sdp/include/n1sdp_pik_scp.h | 2 +- product/n1sdp/include/n1sdp_pik_system.h | 2 +- product/n1sdp/include/n1sdp_power_domain.h | 2 +- product/n1sdp/include/n1sdp_scc_reg.h | 2 +- product/n1sdp/include/n1sdp_scp_irq.h | 2 +- product/n1sdp/include/n1sdp_scp_mhu.h | 2 +- product/n1sdp/include/n1sdp_scp_mmap.h | 2 +- product/n1sdp/include/n1sdp_scp_pik.h | 2 +- product/n1sdp/include/n1sdp_scp_scmi.h | 2 +- product/n1sdp/include/n1sdp_scp_software_mmap.h | 2 +- product/n1sdp/include/n1sdp_scp_system_mmap.h | 2 +- product/n1sdp/include/n1sdp_sds.h | 2 +- product/n1sdp/include/n1sdp_ssc.h | 2 +- product/n1sdp/include/n1sdp_system_clock.h | 2 +- product/n1sdp/mcp_ramfw/RTX_Config.h | 2 +- product/n1sdp/mcp_ramfw/config_armv7m_mpu.c | 2 +- product/n1sdp/mcp_ramfw/config_clock.c | 2 +- product/n1sdp/mcp_ramfw/config_clock.h | 2 +- product/n1sdp/mcp_ramfw/config_log.c | 2 +- product/n1sdp/mcp_ramfw/config_mhu.c | 2 +- product/n1sdp/mcp_ramfw/config_pik_clock.c | 2 +- product/n1sdp/mcp_ramfw/config_scmi_agent.c | 2 +- product/n1sdp/mcp_ramfw/config_smt.c | 2 +- product/n1sdp/mcp_ramfw/firmware.mk | 2 +- product/n1sdp/mcp_ramfw/fmw_memory.ld.S | 2 +- product/n1sdp/mcp_ramfw/rtx_config.c | 2 +- product/n1sdp/mcp_romfw/config_clock.c | 2 +- product/n1sdp/mcp_romfw/config_log.c | 2 +- product/n1sdp/mcp_romfw/config_n1sdp_flash.c | 2 +- product/n1sdp/mcp_romfw/config_n1sdp_rom.c | 2 +- product/n1sdp/mcp_romfw/firmware.mk | 2 +- product/n1sdp/mcp_romfw/fmw_memory.ld.S | 2 +- .../module/n1sdp_flash/include/internal/n1sdp_flash_layout.h | 2 +- product/n1sdp/module/n1sdp_flash/include/internal/uuid.h | 2 +- product/n1sdp/module/n1sdp_flash/include/mod_n1sdp_flash.h | 2 +- product/n1sdp/module/n1sdp_flash/src/Makefile | 2 +- product/n1sdp/module/n1sdp_flash/src/mod_n1sdp_flash.c | 2 +- .../module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h | 2 +- product/n1sdp/module/n1sdp_mcp_system/src/Makefile | 2 +- .../n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c | 2 +- product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h | 2 +- product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h | 2 +- product/n1sdp/module/n1sdp_mhu/src/Makefile | 2 +- product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c | 2 +- .../module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h | 2 +- product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h | 2 +- product/n1sdp/module/n1sdp_pcie/src/Makefile | 2 +- product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c | 2 +- product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c | 2 +- product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h | 2 +- product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h | 2 +- product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h | 2 +- product/n1sdp/module/n1sdp_pll/src/Makefile | 2 +- product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c | 2 +- product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h | 2 +- product/n1sdp/module/n1sdp_rom/src/Makefile | 2 +- product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c | 2 +- product/n1sdp/module/n1sdp_smt/include/internal/smt.h | 2 +- product/n1sdp/module/n1sdp_smt/include/mod_smt.h | 2 +- product/n1sdp/module/n1sdp_smt/src/Makefile | 2 +- product/n1sdp/module/n1sdp_smt/src/mod_smt.c | 2 +- product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h | 2 +- product/n1sdp/module/n1sdp_system/src/Makefile | 2 +- product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c | 2 +- product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h | 2 +- product/n1sdp/module/scmi_agent/src/Makefile | 2 +- product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c | 2 +- .../n1sdp/module/scmi_management/include/mod_scmi_management.h | 2 +- product/n1sdp/module/scmi_management/src/Makefile | 2 +- product/n1sdp/module/scmi_management/src/mod_scmi_management.c | 2 +- product/n1sdp/product.mk | 2 +- product/n1sdp/scp_ramfw/RTX_Config.h | 2 +- product/n1sdp/scp_ramfw/config_apcontext.c | 2 +- product/n1sdp/scp_ramfw/config_armv7m_mpu.c | 2 +- product/n1sdp/scp_ramfw/config_clock.c | 2 +- product/n1sdp/scp_ramfw/config_clock.h | 2 +- product/n1sdp/scp_ramfw/config_cmn600.c | 2 +- product/n1sdp/scp_ramfw/config_css_clock.c | 2 +- product/n1sdp/scp_ramfw/config_ddr_phy500.c | 2 +- product/n1sdp/scp_ramfw/config_dmc620.c | 2 +- product/n1sdp/scp_ramfw/config_log.c | 2 +- product/n1sdp/scp_ramfw/config_mhu.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_flash.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_pcie.c | 2 +- product/n1sdp/scp_ramfw/config_n1sdp_pll.c | 2 +- product/n1sdp/scp_ramfw/config_pik_clock.c | 2 +- product/n1sdp/scp_ramfw/config_power_domain.c | 2 +- product/n1sdp/scp_ramfw/config_power_domain.h | 2 +- product/n1sdp/scp_ramfw/config_ppu_v0.c | 2 +- product/n1sdp/scp_ramfw/config_ppu_v0.h | 2 +- product/n1sdp/scp_ramfw/config_ppu_v1.c | 2 +- product/n1sdp/scp_ramfw/config_scmi.c | 2 +- product/n1sdp/scp_ramfw/config_scmi_system_power.c | 2 +- product/n1sdp/scp_ramfw/config_sds.c | 2 +- product/n1sdp/scp_ramfw/config_smt.c | 2 +- product/n1sdp/scp_ramfw/config_system_power.c | 2 +- product/n1sdp/scp_ramfw/config_timer.c | 2 +- product/n1sdp/scp_ramfw/firmware.mk | 2 +- product/n1sdp/scp_ramfw/fmw_memory.ld.S | 2 +- product/n1sdp/scp_ramfw/rtx_config.c | 2 +- product/n1sdp/scp_romfw/config_clock.c | 2 +- product/n1sdp/scp_romfw/config_log.c | 2 +- product/n1sdp/scp_romfw/config_n1sdp_flash.c | 2 +- product/n1sdp/scp_romfw/config_n1sdp_rom.c | 2 +- product/n1sdp/scp_romfw/firmware.mk | 2 +- product/n1sdp/scp_romfw/fmw_memory.ld.S | 2 +- product/n1sdp/src/n1sdp_core.c | 2 +- product/sgi575/include/fmw_cmsis.h | 2 +- product/sgi575/include/mcp_sgi575_irq.h | 2 +- product/sgi575/include/mcp_sgi575_mmap.h | 2 +- product/sgi575/include/mcp_sgi575_mmap_mcp.h | 2 +- product/sgi575/include/mcp_system_mmap_mcp.h | 2 +- product/sgi575/include/scp_sgi575_irq.h | 2 +- product/sgi575/include/scp_sgi575_mhu.h | 2 +- product/sgi575/include/scp_sgi575_mmap.h | 2 +- product/sgi575/include/scp_sgi575_mmap_scp.h | 2 +- product/sgi575/include/scp_sgi575_pik.h | 2 +- product/sgi575/include/scp_sgi575_scmi.h | 2 +- product/sgi575/include/scp_software_mmap.h | 2 +- product/sgi575/include/scp_system_mmap.h | 2 +- product/sgi575/include/scp_system_mmap_scp.h | 2 +- product/sgi575/include/sgi575_core.h | 2 +- product/sgi575/include/sgi575_pik_cpu.h | 2 +- product/sgi575/include/sgi575_pik_debug.h | 2 +- product/sgi575/include/sgi575_pik_scp.h | 2 +- product/sgi575/include/sgi575_pik_system.h | 2 +- product/sgi575/include/sgi575_power_domain.h | 2 +- product/sgi575/include/sgi575_sds.h | 2 +- product/sgi575/include/sgi575_ssc.h | 2 +- product/sgi575/include/system_clock.h | 2 +- product/sgi575/mcp_romfw/config_clock.c | 2 +- product/sgi575/mcp_romfw/config_log.c | 2 +- product/sgi575/mcp_romfw/config_sgi575_rom.c | 2 +- product/sgi575/mcp_romfw/firmware.mk | 2 +- product/sgi575/mcp_romfw/fmw_memory.ld.S | 2 +- product/sgi575/module/sgi575_rom/include/mod_sgi575_rom.h | 2 +- product/sgi575/module/sgi575_rom/src/Makefile | 2 +- product/sgi575/module/sgi575_rom/src/mod_sgi575_rom.c | 2 +- product/sgi575/module/sgi575_system/include/mod_sgi575_system.h | 2 +- product/sgi575/module/sgi575_system/src/Makefile | 2 +- product/sgi575/module/sgi575_system/src/mod_sgi575_system.c | 2 +- product/sgi575/product.mk | 2 +- product/sgi575/scp_ramfw/RTX_Config.h | 2 +- product/sgi575/scp_ramfw/config_apcontext.c | 2 +- product/sgi575/scp_ramfw/config_armv7m_mpu.c | 2 +- product/sgi575/scp_ramfw/config_clock.c | 2 +- product/sgi575/scp_ramfw/config_clock.h | 2 +- product/sgi575/scp_ramfw/config_cmn600.c | 2 +- product/sgi575/scp_ramfw/config_css_clock.c | 2 +- product/sgi575/scp_ramfw/config_ddr_phy500.c | 2 +- product/sgi575/scp_ramfw/config_dmc620.c | 2 +- product/sgi575/scp_ramfw/config_dvfs.c | 2 +- product/sgi575/scp_ramfw/config_log.c | 2 +- product/sgi575/scp_ramfw/config_mhu.c | 2 +- product/sgi575/scp_ramfw/config_mock_psu.c | 2 +- product/sgi575/scp_ramfw/config_pik_clock.c | 2 +- product/sgi575/scp_ramfw/config_power_domain.c | 2 +- product/sgi575/scp_ramfw/config_power_domain.h | 2 +- product/sgi575/scp_ramfw/config_ppu_v0.c | 2 +- product/sgi575/scp_ramfw/config_ppu_v0.h | 2 +- product/sgi575/scp_ramfw/config_ppu_v1.c | 2 +- product/sgi575/scp_ramfw/config_psu.c | 2 +- product/sgi575/scp_ramfw/config_scmi.c | 2 +- product/sgi575/scp_ramfw/config_scmi_apcore.c | 2 +- product/sgi575/scp_ramfw/config_scmi_perf.c | 2 +- product/sgi575/scp_ramfw/config_scmi_system_power.c | 2 +- product/sgi575/scp_ramfw/config_sds.c | 2 +- product/sgi575/scp_ramfw/config_sensor.c | 2 +- product/sgi575/scp_ramfw/config_smt.c | 2 +- product/sgi575/scp_ramfw/config_system_pll.c | 2 +- product/sgi575/scp_ramfw/config_system_power.c | 2 +- product/sgi575/scp_ramfw/config_timer.c | 2 +- product/sgi575/scp_ramfw/firmware.mk | 2 +- product/sgi575/scp_ramfw/fmw_memory.ld.S | 2 +- product/sgi575/scp_ramfw/rtx_config.c | 2 +- product/sgi575/scp_romfw/config_clock.c | 2 +- product/sgi575/scp_romfw/config_gtimer.c | 2 +- product/sgi575/scp_romfw/config_log.c | 2 +- product/sgi575/scp_romfw/config_sgi575_rom.c | 2 +- product/sgi575/scp_romfw/firmware.mk | 2 +- product/sgi575/scp_romfw/fmw_memory.ld.S | 2 +- product/sgm775/include/fmw_cmsis.h | 2 +- product/sgm775/include/sgm775_core.h | 2 +- product/sgm775/include/sgm775_irq.h | 2 +- product/sgm775/include/sgm775_mhu.h | 2 +- product/sgm775/include/sgm775_mmap.h | 2 +- product/sgm775/include/sgm775_mmap_scp.h | 2 +- product/sgm775/include/sgm775_pik.h | 2 +- product/sgm775/include/sgm775_pik_cpu.h | 2 +- product/sgm775/include/sgm775_pik_debug.h | 2 +- product/sgm775/include/sgm775_pik_dpu.h | 2 +- product/sgm775/include/sgm775_pik_gpu.h | 2 +- product/sgm775/include/sgm775_pik_scp.h | 2 +- product/sgm775/include/sgm775_pik_system.h | 2 +- product/sgm775/include/sgm775_pik_vpu.h | 2 +- product/sgm775/include/sgm775_scmi.h | 2 +- product/sgm775/include/sgm775_sds.h | 2 +- product/sgm775/include/sgm775_ssc.h | 2 +- product/sgm775/include/software_mmap.h | 2 +- product/sgm775/include/system_clock.h | 2 +- product/sgm775/include/system_mmap.h | 2 +- product/sgm775/include/system_mmap_scp.h | 2 +- product/sgm775/module/sgm775_system/include/mod_sgm775_system.h | 2 +- product/sgm775/module/sgm775_system/src/Makefile | 2 +- product/sgm775/module/sgm775_system/src/mod_sgm775_system.c | 2 +- product/sgm775/product.mk | 2 +- product/sgm775/scp_ramfw/RTX_Config.h | 2 +- product/sgm775/scp_ramfw/clock_devices.h | 2 +- product/sgm775/scp_ramfw/config_clock.c | 2 +- product/sgm775/scp_ramfw/config_css_clock.c | 2 +- product/sgm775/scp_ramfw/config_ddr_phy500.c | 2 +- product/sgm775/scp_ramfw/config_dmc500.c | 2 +- product/sgm775/scp_ramfw/config_dvfs.c | 2 +- product/sgm775/scp_ramfw/config_dvfs.h | 2 +- product/sgm775/scp_ramfw/config_log.c | 2 +- product/sgm775/scp_ramfw/config_mhu.c | 2 +- product/sgm775/scp_ramfw/config_mock_psu.c | 2 +- product/sgm775/scp_ramfw/config_pik_clock.c | 2 +- product/sgm775/scp_ramfw/config_power_domain.c | 2 +- product/sgm775/scp_ramfw/config_power_domain.h | 2 +- product/sgm775/scp_ramfw/config_ppu_v0.c | 2 +- product/sgm775/scp_ramfw/config_ppu_v0.h | 2 +- product/sgm775/scp_ramfw/config_ppu_v1.c | 2 +- product/sgm775/scp_ramfw/config_psu.c | 2 +- product/sgm775/scp_ramfw/config_scmi.c | 2 +- product/sgm775/scp_ramfw/config_scmi_apcore.c | 2 +- product/sgm775/scp_ramfw/config_scmi_clock.c | 2 +- product/sgm775/scp_ramfw/config_scmi_perf.c | 2 +- product/sgm775/scp_ramfw/config_scmi_system_power.c | 2 +- product/sgm775/scp_ramfw/config_sds.c | 2 +- product/sgm775/scp_ramfw/config_sensor.c | 2 +- product/sgm775/scp_ramfw/config_smt.c | 2 +- product/sgm775/scp_ramfw/config_system_pll.c | 2 +- product/sgm775/scp_ramfw/config_system_power.c | 2 +- product/sgm775/scp_ramfw/config_timer.c | 2 +- product/sgm775/scp_ramfw/firmware.mk | 2 +- product/sgm775/scp_ramfw/fmw_memory.ld.S | 2 +- product/sgm775/scp_ramfw/rtx_config.c | 2 +- product/sgm775/scp_romfw/clock_devices.h | 2 +- product/sgm775/scp_romfw/config_bootloader.c | 2 +- product/sgm775/scp_romfw/config_clock.c | 2 +- product/sgm775/scp_romfw/config_css_clock.c | 2 +- product/sgm775/scp_romfw/config_log.c | 2 +- product/sgm775/scp_romfw/config_msys_rom.c | 2 +- product/sgm775/scp_romfw/config_pik_clock.c | 2 +- product/sgm775/scp_romfw/config_ppu_v0.c | 2 +- product/sgm775/scp_romfw/config_ppu_v1.c | 2 +- product/sgm775/scp_romfw/config_sds.c | 2 +- product/sgm775/scp_romfw/config_system_pll.c | 2 +- product/sgm775/scp_romfw/config_timer.c | 2 +- product/sgm775/scp_romfw/firmware.mk | 2 +- product/sgm775/scp_romfw/fmw_memory.ld.S | 2 +- product/sgm775/src/sgm775_core.c | 2 +- readme.md | 2 +- tools/build_string.py | 2 +- tools/build_system/cpu.mk | 2 +- tools/build_system/defs.mk | 2 +- tools/build_system/firmware.mk | 2 +- tools/build_system/lib.mk | 2 +- tools/build_system/rules.mk | 2 +- tools/build_system/test.mk | 2 +- tools/build_system/toolchain.mk | 2 +- tools/check_copyright.py | 2 +- tools/check_doc.py | 2 +- tools/check_spacing.py | 2 +- tools/check_style.py | 2 +- tools/check_tabs.py | 2 +- tools/ci.py | 2 +- tools/gen_module_code.py | 2 +- 513 files changed, 513 insertions(+), 513 deletions(-) diff --git a/Makefile b/Makefile index f68d15e80..613782a6d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/src/Makefile b/arch/src/Makefile index 3ef76ef32..8966592a4 100644 --- a/arch/src/Makefile +++ b/arch/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/arch/src/arm_main.c b/arch/src/arm_main.c index e6faaf524..d30ef7857 100644 --- a/arch/src/arm_main.c +++ b/arch/src/arm_main.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/src/arm_mm.c b/arch/src/arm_mm.c index 66144706f..169555335 100644 --- a/arch/src/arm_mm.c +++ b/arch/src/arm_mm.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/arm_nvic.c b/arch/src/arm_nvic.c index 9fb270134..c087ea758 100644 --- a/arch/src/arm_nvic.c +++ b/arch/src/arm_nvic.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/armv7-m/exceptions.c b/arch/src/armv7-m/exceptions.c index 143f63c67..46469e660 100644 --- a/arch/src/armv7-m/exceptions.c +++ b/arch/src/armv7-m/exceptions.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/armv7-m/ld.S b/arch/src/armv7-m/ld.S index 7d54f89d3..9b051e966 100644 --- a/arch/src/armv7-m/ld.S +++ b/arch/src/armv7-m/ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/armv7-m/scatter.S b/arch/src/armv7-m/scatter.S index 0e90df2e9..3bc7ee3c0 100644 --- a/arch/src/armv7-m/scatter.S +++ b/arch/src/armv7-m/scatter.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/armv7-m/scatter.h b/arch/src/armv7-m/scatter.h index 8afa8979a..7e4a9e949 100644 --- a/arch/src/armv7-m/scatter.h +++ b/arch/src/armv7-m/scatter.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/host.c b/arch/src/host.c index 05391c261..52f301151 100644 --- a/arch/src/host.c +++ b/arch/src/host.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/arch/src/host_interrupt.c b/arch/src/host_interrupt.c index 8f868ab8a..c53ce0c32 100644 --- a/arch/src/host_interrupt.c +++ b/arch/src/host_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/arch/src/host_thread.c b/arch/src/host_thread.c index 58a935a55..135bc3cd4 100644 --- a/arch/src/host_thread.c +++ b/arch/src/host_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/doc/Makefile b/doc/Makefile index 596e5cec2..76afa0919 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/doc/config.dxy b/doc/config.dxy index baf4513fe..a03d07279 100644 --- a/doc/config.dxy +++ b/doc/config.dxy @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/doc/template/device.h b/doc/template/device.h index 05d3913ad..81d550caa 100644 --- a/doc/template/device.h +++ b/doc/template/device.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_align.h b/framework/include/fwk_align.h index 9c909ebe4..52d7e3a07 100644 --- a/framework/include/fwk_align.h +++ b/framework/include/fwk_align.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_arch.h b/framework/include/fwk_arch.h index 126da6475..f168d1e83 100644 --- a/framework/include/fwk_arch.h +++ b/framework/include/fwk_arch.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_assert.h b/framework/include/fwk_assert.h index 8655049d6..0580280f2 100644 --- a/framework/include/fwk_assert.h +++ b/framework/include/fwk_assert.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_banner.h b/framework/include/fwk_banner.h index 1a1c33534..fad110742 100644 --- a/framework/include/fwk_banner.h +++ b/framework/include/fwk_banner.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_dlist.h b/framework/include/fwk_dlist.h index 21fa7ed31..ef6261ca2 100644 --- a/framework/include/fwk_dlist.h +++ b/framework/include/fwk_dlist.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_element.h b/framework/include/fwk_element.h index fc33463ae..0832c417e 100644 --- a/framework/include/fwk_element.h +++ b/framework/include/fwk_element.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_errno.h b/framework/include/fwk_errno.h index bec8770bd..7f75778bb 100644 --- a/framework/include/fwk_errno.h +++ b/framework/include/fwk_errno.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_event.h b/framework/include/fwk_event.h index 6737635af..87921fe6f 100644 --- a/framework/include/fwk_event.h +++ b/framework/include/fwk_event.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_host.h b/framework/include/fwk_host.h index b9c8b6931..8cb210a0a 100644 --- a/framework/include/fwk_host.h +++ b/framework/include/fwk_host.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_id.h b/framework/include/fwk_id.h index b12450743..b97b00c3d 100644 --- a/framework/include/fwk_id.h +++ b/framework/include/fwk_id.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_interrupt.h b/framework/include/fwk_interrupt.h index b4afe2c5f..a6ecfb7ce 100644 --- a/framework/include/fwk_interrupt.h +++ b/framework/include/fwk_interrupt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_list.h b/framework/include/fwk_list.h index 0ccef8047..cd0157dbf 100644 --- a/framework/include/fwk_list.h +++ b/framework/include/fwk_list.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_macros.h b/framework/include/fwk_macros.h index 8ffcc64b0..a51e4f851 100644 --- a/framework/include/fwk_macros.h +++ b/framework/include/fwk_macros.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_math.h b/framework/include/fwk_math.h index f6c9bb3fc..1bee2207c 100644 --- a/framework/include/fwk_math.h +++ b/framework/include/fwk_math.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_mm.h b/framework/include/fwk_mm.h index 9ee7909dc..d9c6f4f32 100644 --- a/framework/include/fwk_mm.h +++ b/framework/include/fwk_mm.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_module.h b/framework/include/fwk_module.h index b207191ec..a8de0ba3a 100644 --- a/framework/include/fwk_module.h +++ b/framework/include/fwk_module.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_multi_thread.h b/framework/include/fwk_multi_thread.h index fc449412f..8933acb13 100644 --- a/framework/include/fwk_multi_thread.h +++ b/framework/include/fwk_multi_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/fwk_noreturn.h b/framework/include/fwk_noreturn.h index 0e80b3f99..c13bb2187 100644 --- a/framework/include/fwk_noreturn.h +++ b/framework/include/fwk_noreturn.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_notification.h b/framework/include/fwk_notification.h index 023c02b03..1c01b22e1 100644 --- a/framework/include/fwk_notification.h +++ b/framework/include/fwk_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_slist.h b/framework/include/fwk_slist.h index 0f9da55db..5e262b259 100644 --- a/framework/include/fwk_slist.h +++ b/framework/include/fwk_slist.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/fwk_thread.h b/framework/include/fwk_thread.h index 1c9bc8893..f55b62b8a 100644 --- a/framework/include/fwk_thread.h +++ b/framework/include/fwk_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/internal/fwk_id.h b/framework/include/internal/fwk_id.h index 998dcc618..e20338ef4 100644 --- a/framework/include/internal/fwk_id.h +++ b/framework/include/internal/fwk_id.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_module.h b/framework/include/internal/fwk_module.h index 644f80405..e2db9eab1 100644 --- a/framework/include/internal/fwk_module.h +++ b/framework/include/internal/fwk_module.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/include/internal/fwk_multi_thread.h b/framework/include/internal/fwk_multi_thread.h index e640a0338..366e6a023 100644 --- a/framework/include/internal/fwk_multi_thread.h +++ b/framework/include/internal/fwk_multi_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_notification.h b/framework/include/internal/fwk_notification.h index b083eeead..49fa81848 100644 --- a/framework/include/internal/fwk_notification.h +++ b/framework/include/internal/fwk_notification.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_single_thread.h b/framework/include/internal/fwk_single_thread.h index 0212083f1..90cbf0d54 100644 --- a/framework/include/internal/fwk_single_thread.h +++ b/framework/include/internal/fwk_single_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/include/internal/fwk_thread.h b/framework/include/internal/fwk_thread.h index 6dd5e44e2..09988a558 100644 --- a/framework/include/internal/fwk_thread.h +++ b/framework/include/internal/fwk_thread.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/Makefile b/framework/src/Makefile index ab76bd5aa..91ec78b2c 100644 --- a/framework/src/Makefile +++ b/framework/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/framework/src/fwk_arch.c b/framework/src/fwk_arch.c index eea8f7cc8..95f5cbf2d 100644 --- a/framework/src/fwk_arch.c +++ b/framework/src/fwk_arch.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_assert.c b/framework/src/fwk_assert.c index 3d93fcacf..e4834c518 100644 --- a/framework/src/fwk_assert.c +++ b/framework/src/fwk_assert.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_dlist.c b/framework/src/fwk_dlist.c index b18603e38..020d076a0 100644 --- a/framework/src/fwk_dlist.c +++ b/framework/src/fwk_dlist.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_id.c b/framework/src/fwk_id.c index ce979b37f..56a219739 100644 --- a/framework/src/fwk_id.c +++ b/framework/src/fwk_id.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_interrupt.c b/framework/src/fwk_interrupt.c index 6a27c5961..7f3ecb029 100644 --- a/framework/src/fwk_interrupt.c +++ b/framework/src/fwk_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_mm.c b/framework/src/fwk_mm.c index 283e1cbe4..e2b5b6876 100644 --- a/framework/src/fwk_mm.c +++ b/framework/src/fwk_mm.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_module.c b/framework/src/fwk_module.c index cfff4ceb2..60fc32a2d 100644 --- a/framework/src/fwk_module.c +++ b/framework/src/fwk_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_multi_thread.c b/framework/src/fwk_multi_thread.c index a73361d87..155d95c1c 100644 --- a/framework/src/fwk_multi_thread.c +++ b/framework/src/fwk_multi_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/src/fwk_notification.c b/framework/src/fwk_notification.c index 105fe5bb3..bfbac97cb 100644 --- a/framework/src/fwk_notification.c +++ b/framework/src/fwk_notification.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_slist.c b/framework/src/fwk_slist.c index 62df8972f..1787756eb 100644 --- a/framework/src/fwk_slist.c +++ b/framework/src/fwk_slist.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/src/fwk_thread.c b/framework/src/fwk_thread.c index 0def3f2f3..d8a89a7bb 100644 --- a/framework/src/fwk_thread.c +++ b/framework/src/fwk_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/framework/test/Makefile b/framework/test/Makefile index 7f6041458..fef860acc 100644 --- a/framework/test/Makefile +++ b/framework/test/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/framework/test/fwk_test.c b/framework/test/fwk_test.c index a74882f28..f21d93a04 100644 --- a/framework/test/fwk_test.c +++ b/framework/test/fwk_test.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/fwk_test.h b/framework/test/fwk_test.h index a9fb41224..f07d5baa3 100644 --- a/framework/test/fwk_test.h +++ b/framework/test/fwk_test.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_arch.c b/framework/test/test_fwk_arch.c index eea0ae520..e1e930e1a 100644 --- a/framework/test/test_fwk_arch.c +++ b/framework/test/test_fwk_arch.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_build.c b/framework/test/test_fwk_id_build.c index a23accbdc..7fd7e8d3a 100644 --- a/framework/test/test_fwk_id_build.c +++ b/framework/test/test_fwk_id_build.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_equality.c b/framework/test/test_fwk_id_equality.c index 7bd837807..65e1b8322 100644 --- a/framework/test/test_fwk_id_equality.c +++ b/framework/test/test_fwk_id_equality.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_format.c b/framework/test/test_fwk_id_format.c index d002811b6..7ae66f3d7 100644 --- a/framework/test/test_fwk_id_format.c +++ b/framework/test/test_fwk_id_format.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_get_idx.c b/framework/test/test_fwk_id_get_idx.c index 8f232a769..1e2dd02e2 100644 --- a/framework/test/test_fwk_id_get_idx.c +++ b/framework/test/test_fwk_id_get_idx.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_id_type.c b/framework/test/test_fwk_id_type.c index afb019f5b..c8e7cf9f0 100644 --- a/framework/test/test_fwk_id_type.c +++ b/framework/test/test_fwk_id_type.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_interrupt.c b/framework/test/test_fwk_interrupt.c index f464c8029..d1e97f237 100644 --- a/framework/test/test_fwk_interrupt.c +++ b/framework/test/test_fwk_interrupt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_contains.c b/framework/test/test_fwk_list_contains.c index 06f40e26c..d3431a3e1 100644 --- a/framework/test/test_fwk_list_contains.c +++ b/framework/test/test_fwk_list_contains.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_empty.c b/framework/test/test_fwk_list_empty.c index c28483bb4..8c986ed36 100644 --- a/framework/test/test_fwk_list_empty.c +++ b/framework/test/test_fwk_list_empty.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_get.c b/framework/test/test_fwk_list_get.c index b7b08923a..3e55090c4 100644 --- a/framework/test/test_fwk_list_get.c +++ b/framework/test/test_fwk_list_get.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_head.c b/framework/test/test_fwk_list_head.c index 88d10539d..f56a91eb9 100644 --- a/framework/test/test_fwk_list_head.c +++ b/framework/test/test_fwk_list_head.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_init.c b/framework/test/test_fwk_list_init.c index 962a79113..d45d4fc23 100644 --- a/framework/test/test_fwk_list_init.c +++ b/framework/test/test_fwk_list_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_insert.c b/framework/test/test_fwk_list_insert.c index 1b695ed68..092ae92d0 100644 --- a/framework/test/test_fwk_list_insert.c +++ b/framework/test/test_fwk_list_insert.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_next.c b/framework/test/test_fwk_list_next.c index c9b374be3..34729ece1 100644 --- a/framework/test/test_fwk_list_next.c +++ b/framework/test/test_fwk_list_next.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_pop.c b/framework/test/test_fwk_list_pop.c index f530e1584..982ddc91f 100644 --- a/framework/test/test_fwk_list_pop.c +++ b/framework/test/test_fwk_list_pop.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_push.c b/framework/test/test_fwk_list_push.c index 9d7e6f1c1..c27867b76 100644 --- a/framework/test/test_fwk_list_push.c +++ b/framework/test/test_fwk_list_push.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_list_remove.c b/framework/test/test_fwk_list_remove.c index 367fe5e22..54bd88374 100644 --- a/framework/test/test_fwk_list_remove.c +++ b/framework/test/test_fwk_list_remove.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_macros.c b/framework/test/test_fwk_macros.c index 5021e0d00..6c67b8722 100644 --- a/framework/test/test_fwk_macros.c +++ b/framework/test/test_fwk_macros.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_math.c b/framework/test/test_fwk_math.c index 816f94608..d1e879ab3 100644 --- a/framework/test/test_fwk_math.c +++ b/framework/test/test_fwk_math.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_mm.c b/framework/test/test_fwk_mm.c index 21d6f4275..f23846c79 100644 --- a/framework/test/test_fwk_mm.c +++ b/framework/test/test_fwk_mm.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_module.c b/framework/test/test_fwk_module.c index b31f72984..113cf1b13 100644 --- a/framework/test/test_fwk_module.c +++ b/framework/test/test_fwk_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_common_thread.c b/framework/test/test_fwk_multi_thread_common_thread.c index 00daab633..486d1fb20 100644 --- a/framework/test/test_fwk_multi_thread_common_thread.c +++ b/framework/test/test_fwk_multi_thread_common_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_create.c b/framework/test/test_fwk_multi_thread_create.c index 996f2b920..6e31aa06b 100644 --- a/framework/test/test_fwk_multi_thread_create.c +++ b/framework/test/test_fwk_multi_thread_create.c @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_init.c b/framework/test/test_fwk_multi_thread_init.c index e8e4b7f13..d0e24cd97 100644 --- a/framework/test/test_fwk_multi_thread_init.c +++ b/framework/test/test_fwk_multi_thread_init.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_put_event.c b/framework/test/test_fwk_multi_thread_put_event.c index 632af105e..078d5c108 100644 --- a/framework/test/test_fwk_multi_thread_put_event.c +++ b/framework/test/test_fwk_multi_thread_put_event.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_multi_thread_util.c b/framework/test/test_fwk_multi_thread_util.c index 11a118448..c5d3fb5cd 100644 --- a/framework/test/test_fwk_multi_thread_util.c +++ b/framework/test/test_fwk_multi_thread_util.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_notification.c b/framework/test/test_fwk_notification.c index c07febc85..53a26ea9c 100644 --- a/framework/test/test_fwk_notification.c +++ b/framework/test/test_fwk_notification.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_fwk_thread.c b/framework/test/test_fwk_thread.c index 5c361fb22..875ca944d 100644 --- a/framework/test/test_fwk_thread.c +++ b/framework/test/test_fwk_thread.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/framework/test/test_version.c b/framework/test/test_version.c index 4c87057fd..329299bd8 100644 --- a/framework/test/test_version.c +++ b/framework/test/test_version.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/license.md b/license.md index afcb6ddf5..23d9b5045 100644 --- a/license.md +++ b/license.md @@ -1,7 +1,7 @@ License ======= -Copyright (c) 2011-2017, Arm Limited. All rights reserved. +Copyright (c) 2011-2019, Arm Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/module/apcontext/include/mod_apcontext.h b/module/apcontext/include/mod_apcontext.h index ba6dc0756..1a21a99ae 100644 --- a/module/apcontext/include/mod_apcontext.h +++ b/module/apcontext/include/mod_apcontext.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/apcontext/src/Makefile b/module/apcontext/src/Makefile index f7598edf0..9718f88ed 100644 --- a/module/apcontext/src/Makefile +++ b/module/apcontext/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/apcontext/src/mod_apcontext.c b/module/apcontext/src/mod_apcontext.c index 4d0217bf2..098b33117 100644 --- a/module/apcontext/src/mod_apcontext.c +++ b/module/apcontext/src/mod_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/armv7m_mpu/include/mod_armv7m_mpu.h b/module/armv7m_mpu/include/mod_armv7m_mpu.h index 9801bb7c3..b4ed67e7b 100644 --- a/module/armv7m_mpu/include/mod_armv7m_mpu.h +++ b/module/armv7m_mpu/include/mod_armv7m_mpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/armv7m_mpu/src/Makefile b/module/armv7m_mpu/src/Makefile index f9722396c..0c18d836b 100644 --- a/module/armv7m_mpu/src/Makefile +++ b/module/armv7m_mpu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/armv7m_mpu/src/mod_armv7m_mpu.c b/module/armv7m_mpu/src/mod_armv7m_mpu.c index 065224775..d92573c80 100644 --- a/module/armv7m_mpu/src/mod_armv7m_mpu.c +++ b/module/armv7m_mpu/src/mod_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/bootloader/include/mod_bootloader.h b/module/bootloader/include/mod_bootloader.h index 47d225757..df83f6301 100644 --- a/module/bootloader/include/mod_bootloader.h +++ b/module/bootloader/include/mod_bootloader.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/bootloader/src/Makefile b/module/bootloader/src/Makefile index effaca482..2e30041e5 100644 --- a/module/bootloader/src/Makefile +++ b/module/bootloader/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/bootloader/src/mod_bootloader.c b/module/bootloader/src/mod_bootloader.c index f2d34113e..e69bfb22b 100644 --- a/module/bootloader/src/mod_bootloader.c +++ b/module/bootloader/src/mod_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/clock/include/mod_clock.h b/module/clock/include/mod_clock.h index 1e3e5dc9a..08a12ceb2 100644 --- a/module/clock/include/mod_clock.h +++ b/module/clock/include/mod_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/clock/src/Makefile b/module/clock/src/Makefile index fd66eff25..5dd93ac70 100644 --- a/module/clock/src/Makefile +++ b/module/clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/clock/src/mod_clock.c b/module/clock/src/mod_clock.c index 967050a89..8efd6e891 100644 --- a/module/clock/src/mod_clock.c +++ b/module/clock/src/mod_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/include/mod_cmn600.h b/module/cmn600/include/mod_cmn600.h index 18ded1216..3e527ce50 100644 --- a/module/cmn600/include/mod_cmn600.h +++ b/module/cmn600/include/mod_cmn600.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/src/Makefile b/module/cmn600/src/Makefile index 08c5fb064..a8407315c 100644 --- a/module/cmn600/src/Makefile +++ b/module/cmn600/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/cmn600/src/cmn600.c b/module/cmn600/src/cmn600.c index 32da64b25..1703c7295 100644 --- a/module/cmn600/src/cmn600.c +++ b/module/cmn600/src/cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/cmn600/src/cmn600.h b/module/cmn600/src/cmn600.h index 0705cbb47..9a86cff37 100644 --- a/module/cmn600/src/cmn600.h +++ b/module/cmn600/src/cmn600.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/cmn600/src/mod_cmn600.c b/module/cmn600/src/mod_cmn600.c index d96a08130..f8d01d9f3 100644 --- a/module/cmn600/src/mod_cmn600.c +++ b/module/cmn600/src/mod_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/css_clock/include/mod_css_clock.h b/module/css_clock/include/mod_css_clock.h index 057362c50..413408ed9 100644 --- a/module/css_clock/include/mod_css_clock.h +++ b/module/css_clock/include/mod_css_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/css_clock/src/Makefile b/module/css_clock/src/Makefile index 2cc84f99b..fce20eac4 100644 --- a/module/css_clock/src/Makefile +++ b/module/css_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/css_clock/src/mod_css_clock.c b/module/css_clock/src/mod_css_clock.c index 6d9efa93f..9f1b110cf 100644 --- a/module/css_clock/src/mod_css_clock.c +++ b/module/css_clock/src/mod_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ddr_phy500/include/mod_ddr_phy500.h b/module/ddr_phy500/include/mod_ddr_phy500.h index 4bb8bc58a..7d1421b2d 100644 --- a/module/ddr_phy500/include/mod_ddr_phy500.h +++ b/module/ddr_phy500/include/mod_ddr_phy500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ddr_phy500/src/Makefile b/module/ddr_phy500/src/Makefile index d5f606a7e..2c113f967 100644 --- a/module/ddr_phy500/src/Makefile +++ b/module/ddr_phy500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ddr_phy500/src/mod_ddr_phy500.c b/module/ddr_phy500/src/mod_ddr_phy500.c index 9971464f2..c250e3d62 100644 --- a/module/ddr_phy500/src/mod_ddr_phy500.c +++ b/module/ddr_phy500/src/mod_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc500/include/mod_dmc500.h b/module/dmc500/include/mod_dmc500.h index 8bd686004..1beb77010 100644 --- a/module/dmc500/include/mod_dmc500.h +++ b/module/dmc500/include/mod_dmc500.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc500/src/Makefile b/module/dmc500/src/Makefile index fd08ee048..15fda399d 100644 --- a/module/dmc500/src/Makefile +++ b/module/dmc500/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dmc500/src/mod_dmc500.c b/module/dmc500/src/mod_dmc500.c index 664faf693..3bb9245b3 100644 --- a/module/dmc500/src/mod_dmc500.c +++ b/module/dmc500/src/mod_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc620/include/mod_dmc620.h b/module/dmc620/include/mod_dmc620.h index 9b93c6671..36d12712a 100644 --- a/module/dmc620/include/mod_dmc620.h +++ b/module/dmc620/include/mod_dmc620.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dmc620/src/Makefile b/module/dmc620/src/Makefile index 9530b95dd..e351c9bb0 100644 --- a/module/dmc620/src/Makefile +++ b/module/dmc620/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dmc620/src/mod_dmc620.c b/module/dmc620/src/mod_dmc620.c index 2b547a10a..0fd5329c5 100644 --- a/module/dmc620/src/mod_dmc620.c +++ b/module/dmc620/src/mod_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/dvfs/include/mod_dvfs.h b/module/dvfs/include/mod_dvfs.h index 9b54b0871..2c4a672ec 100644 --- a/module/dvfs/include/mod_dvfs.h +++ b/module/dvfs/include/mod_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/Makefile b/module/dvfs/src/Makefile index 2f62d7377..433bbcc31 100644 --- a/module/dvfs/src/Makefile +++ b/module/dvfs/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/dvfs/src/mod_dvfs_domain_api.c b/module/dvfs/src/mod_dvfs_domain_api.c index c2dd885ac..7e7644235 100644 --- a/module/dvfs/src/mod_dvfs_domain_api.c +++ b/module/dvfs/src/mod_dvfs_domain_api.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_domain_api_private.h b/module/dvfs/src/mod_dvfs_domain_api_private.h index 5efd88671..5c1b28187 100644 --- a/module/dvfs/src/mod_dvfs_domain_api_private.h +++ b/module/dvfs/src/mod_dvfs_domain_api_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_event.c b/module/dvfs/src/mod_dvfs_event.c index ff702ef11..f0224d99e 100644 --- a/module/dvfs/src/mod_dvfs_event.c +++ b/module/dvfs/src/mod_dvfs_event.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_event_private.h b/module/dvfs/src/mod_dvfs_event_private.h index b2ff90b08..cb6c30c94 100644 --- a/module/dvfs/src/mod_dvfs_event_private.h +++ b/module/dvfs/src/mod_dvfs_event_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_module.c b/module/dvfs/src/mod_dvfs_module.c index 37e65fef5..13de319e9 100644 --- a/module/dvfs/src/mod_dvfs_module.c +++ b/module/dvfs/src/mod_dvfs_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_module_private.h b/module/dvfs/src/mod_dvfs_module_private.h index 5c441c0c9..6dc39ed83 100644 --- a/module/dvfs/src/mod_dvfs_module_private.h +++ b/module/dvfs/src/mod_dvfs_module_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_private.h b/module/dvfs/src/mod_dvfs_private.h index 1db8b2c8c..bdd6ceb0b 100644 --- a/module/dvfs/src/mod_dvfs_private.h +++ b/module/dvfs/src/mod_dvfs_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_util.c b/module/dvfs/src/mod_dvfs_util.c index e073a766a..a9982dffb 100644 --- a/module/dvfs/src/mod_dvfs_util.c +++ b/module/dvfs/src/mod_dvfs_util.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/dvfs/src/mod_dvfs_util_private.h b/module/dvfs/src/mod_dvfs_util_private.h index 9b530a202..7d8d37d0e 100644 --- a/module/dvfs/src/mod_dvfs_util_private.h +++ b/module/dvfs/src/mod_dvfs_util_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/gtimer/include/mod_gtimer.h b/module/gtimer/include/mod_gtimer.h index 69215e2e4..996d5bc8b 100644 --- a/module/gtimer/include/mod_gtimer.h +++ b/module/gtimer/include/mod_gtimer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/gtimer/src/Makefile b/module/gtimer/src/Makefile index 39c8d5911..1291d4abb 100644 --- a/module/gtimer/src/Makefile +++ b/module/gtimer/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/gtimer/src/gtimer_reg.h b/module/gtimer/src/gtimer_reg.h index 29427565b..ca9e0eeb4 100644 --- a/module/gtimer/src/gtimer_reg.h +++ b/module/gtimer/src/gtimer_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/gtimer/src/mod_gtimer.c b/module/gtimer/src/mod_gtimer.c index dc195d236..759032827 100644 --- a/module/gtimer/src/mod_gtimer.c +++ b/module/gtimer/src/mod_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/host_console/src/Makefile b/module/host_console/src/Makefile index dca65b128..f4702af60 100644 --- a/module/host_console/src/Makefile +++ b/module/host_console/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/host_console/src/mod_host_console.c b/module/host_console/src/mod_host_console.c index 26186a253..f10b49137 100644 --- a/module/host_console/src/mod_host_console.c +++ b/module/host_console/src/mod_host_console.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/log/include/mod_log.h b/module/log/include/mod_log.h index 4f3128af9..1df66d0ba 100644 --- a/module/log/include/mod_log.h +++ b/module/log/include/mod_log.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/log/src/Makefile b/module/log/src/Makefile index 5363805df..14dca612f 100644 --- a/module/log/src/Makefile +++ b/module/log/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/log/src/mod_log.c b/module/log/src/mod_log.c index 577248900..8451c654a 100644 --- a/module/log/src/mod_log.c +++ b/module/log/src/mod_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mhu/include/internal/mhu.h b/module/mhu/include/internal/mhu.h index b77a027be..3b04725fa 100644 --- a/module/mhu/include/internal/mhu.h +++ b/module/mhu/include/internal/mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mhu/include/mod_mhu.h b/module/mhu/include/mod_mhu.h index feec6596f..4dd394e93 100644 --- a/module/mhu/include/mod_mhu.h +++ b/module/mhu/include/mod_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mhu/src/Makefile b/module/mhu/src/Makefile index 959a1cf69..e2edf2cdb 100644 --- a/module/mhu/src/Makefile +++ b/module/mhu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mhu/src/mod_mhu.c b/module/mhu/src/mod_mhu.c index 761d719ae..71fdb5e1d 100644 --- a/module/mhu/src/mod_mhu.c +++ b/module/mhu/src/mod_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/mock_psu/include/mod_mock_psu.h b/module/mock_psu/include/mod_mock_psu.h index f1d6ae4a5..ef0bf24aa 100644 --- a/module/mock_psu/include/mod_mock_psu.h +++ b/module/mock_psu/include/mod_mock_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/Makefile b/module/mock_psu/src/Makefile index 5ab1db026..bc6e53f1f 100644 --- a/module/mock_psu/src/Makefile +++ b/module/mock_psu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/mock_psu/src/mod_mock_psu_module.c b/module/mock_psu/src/mod_mock_psu_module.c index e50f2e8f4..f9f3a2f42 100644 --- a/module/mock_psu/src/mod_mock_psu_module.c +++ b/module/mock_psu/src/mod_mock_psu_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/mod_mock_psu_module_private.h b/module/mock_psu/src/mod_mock_psu_module_private.h index 25f73fc70..88d1401e8 100644 --- a/module/mock_psu/src/mod_mock_psu_module_private.h +++ b/module/mock_psu/src/mod_mock_psu_module_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/mod_mock_psu_private.h b/module/mock_psu/src/mod_mock_psu_private.h index a80a54a89..ce5d5097f 100644 --- a/module/mock_psu/src/mod_mock_psu_private.h +++ b/module/mock_psu/src/mod_mock_psu_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/mod_mock_psu_psu_driver_api.c b/module/mock_psu/src/mod_mock_psu_psu_driver_api.c index fa510536a..5c1720d66 100644 --- a/module/mock_psu/src/mod_mock_psu_psu_driver_api.c +++ b/module/mock_psu/src/mod_mock_psu_psu_driver_api.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/mock_psu/src/mod_mock_psu_psu_driver_api_private.h b/module/mock_psu/src/mod_mock_psu_psu_driver_api_private.h index 397b7052c..3bfa23c69 100644 --- a/module/mock_psu/src/mod_mock_psu_psu_driver_api_private.h +++ b/module/mock_psu/src/mod_mock_psu_psu_driver_api_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/msys_rom/include/mod_msys_rom.h b/module/msys_rom/include/mod_msys_rom.h index 82ca90f95..20dcd83ab 100644 --- a/module/msys_rom/include/mod_msys_rom.h +++ b/module/msys_rom/include/mod_msys_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/msys_rom/src/Makefile b/module/msys_rom/src/Makefile index 416e8c418..172dc90e4 100644 --- a/module/msys_rom/src/Makefile +++ b/module/msys_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/msys_rom/src/mod_msys_rom.c b/module/msys_rom/src/mod_msys_rom.c index 76a213345..d12170fdc 100644 --- a/module/msys_rom/src/mod_msys_rom.c +++ b/module/msys_rom/src/mod_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/pik_clock/include/mod_pik_clock.h b/module/pik_clock/include/mod_pik_clock.h index 16bc0f8cf..c2e0efb1a 100644 --- a/module/pik_clock/include/mod_pik_clock.h +++ b/module/pik_clock/include/mod_pik_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pik_clock/src/Makefile b/module/pik_clock/src/Makefile index 0437f00d7..444bb1978 100644 --- a/module/pik_clock/src/Makefile +++ b/module/pik_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/pik_clock/src/mod_pik_clock.c b/module/pik_clock/src/mod_pik_clock.c index 136f314dd..7ecf4f726 100644 --- a/module/pik_clock/src/mod_pik_clock.c +++ b/module/pik_clock/src/mod_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/include/mod_pl011.h b/module/pl011/include/mod_pl011.h index 6c96bac59..7c14ad8a0 100644 --- a/module/pl011/include/mod_pl011.h +++ b/module/pl011/include/mod_pl011.h @@ -1,7 +1,7 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/src/Makefile b/module/pl011/src/Makefile index d4bec75c4..6f4503678 100644 --- a/module/pl011/src/Makefile +++ b/module/pl011/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/pl011/src/mod_pl011.c b/module/pl011/src/mod_pl011.c index 1979e62eb..c257877d9 100644 --- a/module/pl011/src/mod_pl011.c +++ b/module/pl011/src/mod_pl011.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/pl011/src/pl011.h b/module/pl011/src/pl011.h index 00f6f8e51..fc5b43c90 100644 --- a/module/pl011/src/pl011.h +++ b/module/pl011/src/pl011.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/include/mod_power_domain.h b/module/power_domain/include/mod_power_domain.h index e4123d728..8cfffb011 100644 --- a/module/power_domain/include/mod_power_domain.h +++ b/module/power_domain/include/mod_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/power_domain/src/Makefile b/module/power_domain/src/Makefile index 1c4c5fe8f..063ad3875 100644 --- a/module/power_domain/src/Makefile +++ b/module/power_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/power_domain/src/mod_power_domain.c b/module/power_domain/src/mod_power_domain.c index 185a9e907..35787ecab 100644 --- a/module/power_domain/src/mod_power_domain.c +++ b/module/power_domain/src/mod_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/include/mod_ppu_v0.h b/module/ppu_v0/include/mod_ppu_v0.h index d18aa4434..ae614e143 100644 --- a/module/ppu_v0/include/mod_ppu_v0.h +++ b/module/ppu_v0/include/mod_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/src/Makefile b/module/ppu_v0/src/Makefile index c958e9262..0db8f9e01 100644 --- a/module/ppu_v0/src/Makefile +++ b/module/ppu_v0/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ppu_v0/src/mod_ppu_v0.c b/module/ppu_v0/src/mod_ppu_v0.c index 6b02981a8..c2b9a59df 100644 --- a/module/ppu_v0/src/mod_ppu_v0.c +++ b/module/ppu_v0/src/mod_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v0/src/ppu_v0.c b/module/ppu_v0/src/ppu_v0.c index 2a13ee9e1..bd3535116 100644 --- a/module/ppu_v0/src/ppu_v0.c +++ b/module/ppu_v0/src/ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v0/src/ppu_v0.h b/module/ppu_v0/src/ppu_v0.h index b9e034cba..d6aeabf89 100644 --- a/module/ppu_v0/src/ppu_v0.h +++ b/module/ppu_v0/src/ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v1/include/mod_ppu_v1.h b/module/ppu_v1/include/mod_ppu_v1.h index 6966101e8..021742023 100644 --- a/module/ppu_v1/include/mod_ppu_v1.h +++ b/module/ppu_v1/include/mod_ppu_v1.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v1/src/Makefile b/module/ppu_v1/src/Makefile index 8d3a52270..ef51f5ba4 100644 --- a/module/ppu_v1/src/Makefile +++ b/module/ppu_v1/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/ppu_v1/src/mod_ppu_v1.c b/module/ppu_v1/src/mod_ppu_v1.c index 525b78f18..116c22a5d 100644 --- a/module/ppu_v1/src/mod_ppu_v1.c +++ b/module/ppu_v1/src/mod_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/ppu_v1/src/ppu_v1.c b/module/ppu_v1/src/ppu_v1.c index 8e2dfa83f..9fbbc3d42 100644 --- a/module/ppu_v1/src/ppu_v1.c +++ b/module/ppu_v1/src/ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/ppu_v1/src/ppu_v1.h b/module/ppu_v1/src/ppu_v1.h index a4e376474..de545378a 100644 --- a/module/ppu_v1/src/ppu_v1.h +++ b/module/ppu_v1/src/ppu_v1.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/include/mod_psu.h b/module/psu/include/mod_psu.h index 026a22215..7e67c939e 100644 --- a/module/psu/include/mod_psu.h +++ b/module/psu/include/mod_psu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/Makefile b/module/psu/src/Makefile index da0701133..5d02fdc63 100644 --- a/module/psu/src/Makefile +++ b/module/psu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/psu/src/mod_psu_device_api.c b/module/psu/src/mod_psu_device_api.c index 63f74b337..8b1a09ed2 100644 --- a/module/psu/src/mod_psu_device_api.c +++ b/module/psu/src/mod_psu_device_api.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_device_api_private.h b/module/psu/src/mod_psu_device_api_private.h index 6959f594c..3151781ed 100644 --- a/module/psu/src/mod_psu_device_api_private.h +++ b/module/psu/src/mod_psu_device_api_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_event.c b/module/psu/src/mod_psu_event.c index a72fed38e..b989b16b7 100644 --- a/module/psu/src/mod_psu_event.c +++ b/module/psu/src/mod_psu_event.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_event_private.h b/module/psu/src/mod_psu_event_private.h index e451c8aca..8640002cf 100644 --- a/module/psu/src/mod_psu_event_private.h +++ b/module/psu/src/mod_psu_event_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_module.c b/module/psu/src/mod_psu_module.c index 09134692a..ace8059fb 100644 --- a/module/psu/src/mod_psu_module.c +++ b/module/psu/src/mod_psu_module.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_module_private.h b/module/psu/src/mod_psu_module_private.h index adf01784c..cf8cf65ce 100644 --- a/module/psu/src/mod_psu_module_private.h +++ b/module/psu/src/mod_psu_module_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/psu/src/mod_psu_private.h b/module/psu/src/mod_psu_private.h index 446e9f634..5a46246e8 100644 --- a/module/psu/src/mod_psu_private.h +++ b/module/psu/src/mod_psu_private.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/reg_sensor/include/mod_reg_sensor.h b/module/reg_sensor/include/mod_reg_sensor.h index 73ba9156f..40cda55a8 100644 --- a/module/reg_sensor/include/mod_reg_sensor.h +++ b/module/reg_sensor/include/mod_reg_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/reg_sensor/src/Makefile b/module/reg_sensor/src/Makefile index 817a1efe0..6ed91f063 100644 --- a/module/reg_sensor/src/Makefile +++ b/module/reg_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/reg_sensor/src/mod_reg_sensor.c b/module/reg_sensor/src/mod_reg_sensor.c index b8635364c..8347179c2 100644 --- a/module/reg_sensor/src/mod_reg_sensor.c +++ b/module/reg_sensor/src/mod_reg_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi/include/internal/mod_scmi.h b/module/scmi/include/internal/mod_scmi.h index 822e196bf..6403d84c1 100644 --- a/module/scmi/include/internal/mod_scmi.h +++ b/module/scmi/include/internal/mod_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/internal/scmi.h b/module/scmi/include/internal/scmi.h index ae910a7c3..2482855f9 100644 --- a/module/scmi/include/internal/scmi.h +++ b/module/scmi/include/internal/scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/internal/scmi_base.h b/module/scmi/include/internal/scmi_base.h index 4e5c255b3..ab03e4989 100644 --- a/module/scmi/include/internal/scmi_base.h +++ b/module/scmi/include/internal/scmi_base.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/include/mod_scmi.h b/module/scmi/include/mod_scmi.h index 852d0438f..78322b101 100644 --- a/module/scmi/include/mod_scmi.h +++ b/module/scmi/include/mod_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi/src/Makefile b/module/scmi/src/Makefile index ae55ccc9e..a0d0a7af6 100644 --- a/module/scmi/src/Makefile +++ b/module/scmi/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi/src/mod_scmi.c b/module/scmi/src/mod_scmi.c index d036cb928..583c57374 100644 --- a/module/scmi/src/mod_scmi.c +++ b/module/scmi/src/mod_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/include/internal/scmi_apcore.h b/module/scmi_apcore/include/internal/scmi_apcore.h index d55e676b4..8a7a80952 100644 --- a/module/scmi_apcore/include/internal/scmi_apcore.h +++ b/module/scmi_apcore/include/internal/scmi_apcore.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/include/mod_scmi_apcore.h b/module/scmi_apcore/include/mod_scmi_apcore.h index 82fe61d62..a73c3a5ae 100644 --- a/module/scmi_apcore/include/mod_scmi_apcore.h +++ b/module/scmi_apcore/include/mod_scmi_apcore.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_apcore/src/Makefile b/module/scmi_apcore/src/Makefile index c5cf70791..0b2955344 100644 --- a/module/scmi_apcore/src/Makefile +++ b/module/scmi_apcore/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_apcore/src/mod_scmi_apcore.c b/module/scmi_apcore/src/mod_scmi_apcore.c index b6d431962..dac63dcd7 100644 --- a/module/scmi_apcore/src/mod_scmi_apcore.c +++ b/module/scmi_apcore/src/mod_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/include/internal/scmi_clock.h b/module/scmi_clock/include/internal/scmi_clock.h index 50d65d998..d6f18c4d7 100644 --- a/module/scmi_clock/include/internal/scmi_clock.h +++ b/module/scmi_clock/include/internal/scmi_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/include/mod_scmi_clock.h b/module/scmi_clock/include/mod_scmi_clock.h index 82874510b..3842ea62b 100644 --- a/module/scmi_clock/include/mod_scmi_clock.h +++ b/module/scmi_clock/include/mod_scmi_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_clock/src/Makefile b/module/scmi_clock/src/Makefile index 3b814d07b..ad9f6a777 100644 --- a/module/scmi_clock/src/Makefile +++ b/module/scmi_clock/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_clock/src/mod_scmi_clock.c b/module/scmi_clock/src/mod_scmi_clock.c index 664578158..b0beb0a3c 100644 --- a/module/scmi_clock/src/mod_scmi_clock.c +++ b/module/scmi_clock/src/mod_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/include/internal/scmi_perf.h b/module/scmi_perf/include/internal/scmi_perf.h index b3690997f..34c705bb9 100644 --- a/module/scmi_perf/include/internal/scmi_perf.h +++ b/module/scmi_perf/include/internal/scmi_perf.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/include/mod_scmi_perf.h b/module/scmi_perf/include/mod_scmi_perf.h index b95101061..ca9783d20 100644 --- a/module/scmi_perf/include/mod_scmi_perf.h +++ b/module/scmi_perf/include/mod_scmi_perf.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_perf/src/Makefile b/module/scmi_perf/src/Makefile index 4c57efdd4..b17c2320c 100644 --- a/module/scmi_perf/src/Makefile +++ b/module/scmi_perf/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_perf/src/mod_scmi_perf.c b/module/scmi_perf/src/mod_scmi_perf.c index bd0d00d11..f9395a64c 100644 --- a/module/scmi_perf/src/mod_scmi_perf.c +++ b/module/scmi_perf/src/mod_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_power_domain/include/internal/scmi_power_domain.h b/module/scmi_power_domain/include/internal/scmi_power_domain.h index 61595f737..7283aa912 100644 --- a/module/scmi_power_domain/include/internal/scmi_power_domain.h +++ b/module/scmi_power_domain/include/internal/scmi_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_power_domain/src/Makefile b/module/scmi_power_domain/src/Makefile index 727fa169f..8b71cc3f0 100644 --- a/module/scmi_power_domain/src/Makefile +++ b/module/scmi_power_domain/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_power_domain/src/mod_scmi_power_domain.c b/module/scmi_power_domain/src/mod_scmi_power_domain.c index 751162293..1556afdd0 100644 --- a/module/scmi_power_domain/src/mod_scmi_power_domain.c +++ b/module/scmi_power_domain/src/mod_scmi_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_sensor/include/internal/scmi_sensor.h b/module/scmi_sensor/include/internal/scmi_sensor.h index d89e3ff00..5bf1c20e8 100644 --- a/module/scmi_sensor/include/internal/scmi_sensor.h +++ b/module/scmi_sensor/include/internal/scmi_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_sensor/src/Makefile b/module/scmi_sensor/src/Makefile index a177d28e1..69b82fe6c 100644 --- a/module/scmi_sensor/src/Makefile +++ b/module/scmi_sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_sensor/src/mod_scmi_sensor.c b/module/scmi_sensor/src/mod_scmi_sensor.c index be0cbb848..4ec50f690 100644 --- a/module/scmi_sensor/src/mod_scmi_sensor.c +++ b/module/scmi_sensor/src/mod_scmi_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/scmi_system_power/include/internal/scmi_system_power.h b/module/scmi_system_power/include/internal/scmi_system_power.h index bcb5b2786..d00b88791 100644 --- a/module/scmi_system_power/include/internal/scmi_system_power.h +++ b/module/scmi_system_power/include/internal/scmi_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi_system_power/include/mod_scmi_system_power.h b/module/scmi_system_power/include/mod_scmi_system_power.h index ff8157d9c..d914265f0 100644 --- a/module/scmi_system_power/include/mod_scmi_system_power.h +++ b/module/scmi_system_power/include/mod_scmi_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/scmi_system_power/src/Makefile b/module/scmi_system_power/src/Makefile index de13c1757..658fbbe6b 100644 --- a/module/scmi_system_power/src/Makefile +++ b/module/scmi_system_power/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/scmi_system_power/src/mod_scmi_system_power.c b/module/scmi_system_power/src/mod_scmi_system_power.c index 4126769d1..9374ea8f5 100644 --- a/module/scmi_system_power/src/mod_scmi_system_power.c +++ b/module/scmi_system_power/src/mod_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sds/include/mod_sds.h b/module/sds/include/mod_sds.h index cd75a3969..edbd0fb18 100644 --- a/module/sds/include/mod_sds.h +++ b/module/sds/include/mod_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sds/src/Makefile b/module/sds/src/Makefile index e813dc5b0..b2c2aa27d 100644 --- a/module/sds/src/Makefile +++ b/module/sds/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/sds/src/mod_sds.c b/module/sds/src/mod_sds.c index de3f14329..dc16aa983 100644 --- a/module/sds/src/mod_sds.c +++ b/module/sds/src/mod_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sensor/include/mod_sensor.h b/module/sensor/include/mod_sensor.h index 4420fed81..6eac2b45e 100644 --- a/module/sensor/include/mod_sensor.h +++ b/module/sensor/include/mod_sensor.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/sensor/src/Makefile b/module/sensor/src/Makefile index c6eeef7f7..165869ebc 100644 --- a/module/sensor/src/Makefile +++ b/module/sensor/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/sensor/src/mod_sensor.c b/module/sensor/src/mod_sensor.c index e301a4fd1..1f5bba484 100644 --- a/module/sensor/src/mod_sensor.c +++ b/module/sensor/src/mod_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/include/internal/smt.h b/module/smt/include/internal/smt.h index 2582d26a2..c82206739 100644 --- a/module/smt/include/internal/smt.h +++ b/module/smt/include/internal/smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/include/mod_smt.h b/module/smt/include/mod_smt.h index 700aa5d5b..2291b5f69 100644 --- a/module/smt/include/mod_smt.h +++ b/module/smt/include/mod_smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/smt/src/Makefile b/module/smt/src/Makefile index 4d9d6b95e..30af68dc1 100644 --- a/module/smt/src/Makefile +++ b/module/smt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/smt/src/mod_smt.c b/module/smt/src/mod_smt.c index 6f926d52f..5505a84a8 100644 --- a/module/smt/src/mod_smt.c +++ b/module/smt/src/mod_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_pll/include/mod_system_pll.h b/module/system_pll/include/mod_system_pll.h index 0806e3853..1130e0bca 100644 --- a/module/system_pll/include/mod_system_pll.h +++ b/module/system_pll/include/mod_system_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_pll/src/Makefile b/module/system_pll/src/Makefile index 5f5e4f07e..9ba449281 100644 --- a/module/system_pll/src/Makefile +++ b/module/system_pll/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/system_pll/src/mod_system_pll.c b/module/system_pll/src/mod_system_pll.c index 842828dc3..2735c7bc9 100644 --- a/module/system_pll/src/mod_system_pll.c +++ b/module/system_pll/src/mod_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/module/system_power/include/mod_system_power.h b/module/system_power/include/mod_system_power.h index c2251e33c..8d114b680 100644 --- a/module/system_power/include/mod_system_power.h +++ b/module/system_power/include/mod_system_power.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/system_power/src/Makefile b/module/system_power/src/Makefile index 45a6acb66..0f6bb5b66 100644 --- a/module/system_power/src/Makefile +++ b/module/system_power/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/system_power/src/mod_system_power.c b/module/system_power/src/mod_system_power.c index b00cdfd38..21f618cfa 100644 --- a/module/system_power/src/mod_system_power.c +++ b/module/system_power/src/mod_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/timer/include/mod_timer.h b/module/timer/include/mod_timer.h index 34c522c69..d7fe20f29 100644 --- a/module/timer/include/mod_timer.h +++ b/module/timer/include/mod_timer.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/module/timer/src/Makefile b/module/timer/src/Makefile index a89d8a968..978ee2208 100644 --- a/module/timer/src/Makefile +++ b/module/timer/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/module/timer/src/mod_timer.c b/module/timer/src/mod_timer.c index a41832765..00a4ba925 100644 --- a/module/timer/src/mod_timer.c +++ b/module/timer/src/mod_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/host/fw/config_log.c b/product/host/fw/config_log.c index 68bf9539e..f27f33101 100644 --- a/product/host/fw/config_log.c +++ b/product/host/fw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/host/fw/firmware.mk b/product/host/fw/firmware.mk index 0d45a2460..6395ada84 100644 --- a/product/host/fw/firmware.mk +++ b/product/host/fw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/host/product.mk b/product/host/product.mk index a6cb07030..c309bc500 100644 --- a/product/host/product.mk +++ b/product/host/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/include/fmw_cmsis.h b/product/n1sdp/include/fmw_cmsis.h index c5a80626e..8df61eb81 100644 --- a/product/n1sdp/include/fmw_cmsis.h +++ b/product/n1sdp/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_core.h b/product/n1sdp/include/n1sdp_core.h index 6b504ca09..649076062 100644 --- a/product/n1sdp/include/n1sdp_core.h +++ b/product/n1sdp/include/n1sdp_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_irq.h b/product/n1sdp/include/n1sdp_mcp_irq.h index 2416cf403..9e3191013 100644 --- a/product/n1sdp/include/n1sdp_mcp_irq.h +++ b/product/n1sdp/include/n1sdp_mcp_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_mhu.h b/product/n1sdp/include/n1sdp_mcp_mhu.h index 22b39980a..d06590a93 100644 --- a/product/n1sdp/include/n1sdp_mcp_mhu.h +++ b/product/n1sdp/include/n1sdp_mcp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_mmap.h b/product/n1sdp/include/n1sdp_mcp_mmap.h index 60004c2e3..e963b987d 100644 --- a/product/n1sdp/include/n1sdp_mcp_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_pik.h b/product/n1sdp/include/n1sdp_mcp_pik.h index f76f3b15e..75994970a 100644 --- a/product/n1sdp/include/n1sdp_mcp_pik.h +++ b/product/n1sdp/include/n1sdp_mcp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_scmi.h b/product/n1sdp/include/n1sdp_mcp_scmi.h index 3e38bef86..bde61ad7c 100644 --- a/product/n1sdp/include/n1sdp_mcp_scmi.h +++ b/product/n1sdp/include/n1sdp_mcp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_mcp_software_mmap.h b/product/n1sdp/include/n1sdp_mcp_software_mmap.h index a64aecd15..f865f8a0d 100644 --- a/product/n1sdp/include/n1sdp_mcp_software_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_mcp_system_mmap.h b/product/n1sdp/include/n1sdp_mcp_system_mmap.h index 93aaf1fe3..55fcfe3d6 100644 --- a/product/n1sdp/include/n1sdp_mcp_system_mmap.h +++ b/product/n1sdp/include/n1sdp_mcp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_cpu.h b/product/n1sdp/include/n1sdp_pik_cpu.h index 9d2369744..285762f55 100644 --- a/product/n1sdp/include/n1sdp_pik_cpu.h +++ b/product/n1sdp/include/n1sdp_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_debug.h b/product/n1sdp/include/n1sdp_pik_debug.h index f84df2bd3..66022da7e 100644 --- a/product/n1sdp/include/n1sdp_pik_debug.h +++ b/product/n1sdp/include/n1sdp_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_pik_mcp.h b/product/n1sdp/include/n1sdp_pik_mcp.h index 7be5086ae..233c59a24 100644 --- a/product/n1sdp/include/n1sdp_pik_mcp.h +++ b/product/n1sdp/include/n1sdp_pik_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_pik_scp.h b/product/n1sdp/include/n1sdp_pik_scp.h index b636eb8d0..a1cd5283e 100644 --- a/product/n1sdp/include/n1sdp_pik_scp.h +++ b/product/n1sdp/include/n1sdp_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_pik_system.h b/product/n1sdp/include/n1sdp_pik_system.h index cbe196c07..7b7c26289 100644 --- a/product/n1sdp/include/n1sdp_pik_system.h +++ b/product/n1sdp/include/n1sdp_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_power_domain.h b/product/n1sdp/include/n1sdp_power_domain.h index fcff2a0c9..2ac6638eb 100644 --- a/product/n1sdp/include/n1sdp_power_domain.h +++ b/product/n1sdp/include/n1sdp_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scc_reg.h b/product/n1sdp/include/n1sdp_scc_reg.h index 531b882ec..1d7420555 100644 --- a/product/n1sdp/include/n1sdp_scc_reg.h +++ b/product/n1sdp/include/n1sdp_scc_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_irq.h b/product/n1sdp/include/n1sdp_scp_irq.h index ad256a462..85b2a75f0 100644 --- a/product/n1sdp/include/n1sdp_scp_irq.h +++ b/product/n1sdp/include/n1sdp_scp_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_scp_mhu.h b/product/n1sdp/include/n1sdp_scp_mhu.h index 79b9aadf0..32ca240ee 100644 --- a/product/n1sdp/include/n1sdp_scp_mhu.h +++ b/product/n1sdp/include/n1sdp_scp_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_mmap.h b/product/n1sdp/include/n1sdp_scp_mmap.h index cd458a3a4..94ce3dcbd 100644 --- a/product/n1sdp/include/n1sdp_scp_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_scp_pik.h b/product/n1sdp/include/n1sdp_scp_pik.h index d6a850e8e..b114ace49 100644 --- a/product/n1sdp/include/n1sdp_scp_pik.h +++ b/product/n1sdp/include/n1sdp_scp_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_scp_scmi.h b/product/n1sdp/include/n1sdp_scp_scmi.h index 1ee01f702..d2120e079 100644 --- a/product/n1sdp/include/n1sdp_scp_scmi.h +++ b/product/n1sdp/include/n1sdp_scp_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_software_mmap.h b/product/n1sdp/include/n1sdp_scp_software_mmap.h index aa3a5391d..996fe2d0e 100644 --- a/product/n1sdp/include/n1sdp_scp_software_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/include/n1sdp_scp_system_mmap.h b/product/n1sdp/include/n1sdp_scp_system_mmap.h index a65ad9dcc..9f77fd372 100644 --- a/product/n1sdp/include/n1sdp_scp_system_mmap.h +++ b/product/n1sdp/include/n1sdp_scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_sds.h b/product/n1sdp/include/n1sdp_sds.h index 6ca0b78a5..ca192f26a 100644 --- a/product/n1sdp/include/n1sdp_sds.h +++ b/product/n1sdp/include/n1sdp_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_ssc.h b/product/n1sdp/include/n1sdp_ssc.h index cebbfc32f..fcd1b24a1 100644 --- a/product/n1sdp/include/n1sdp_ssc.h +++ b/product/n1sdp/include/n1sdp_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/include/n1sdp_system_clock.h b/product/n1sdp/include/n1sdp_system_clock.h index e56bd417c..92b501de0 100644 --- a/product/n1sdp/include/n1sdp_system_clock.h +++ b/product/n1sdp/include/n1sdp_system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/RTX_Config.h b/product/n1sdp/mcp_ramfw/RTX_Config.h index 7fa9f64e8..4f4ccd1c2 100644 --- a/product/n1sdp/mcp_ramfw/RTX_Config.h +++ b/product/n1sdp/mcp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c b/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c index 9d08e6326..10e420041 100644 --- a/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c +++ b/product/n1sdp/mcp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_clock.c b/product/n1sdp/mcp_ramfw/config_clock.c index f1b03e643..b32a2fad2 100644 --- a/product/n1sdp/mcp_ramfw/config_clock.c +++ b/product/n1sdp/mcp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_clock.h b/product/n1sdp/mcp_ramfw/config_clock.h index bb02958a2..9c132f8ee 100644 --- a/product/n1sdp/mcp_ramfw/config_clock.h +++ b/product/n1sdp/mcp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_log.c b/product/n1sdp/mcp_ramfw/config_log.c index e8bd4d1ac..e73eebc23 100644 --- a/product/n1sdp/mcp_ramfw/config_log.c +++ b/product/n1sdp/mcp_ramfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_mhu.c b/product/n1sdp/mcp_ramfw/config_mhu.c index 8466a4784..b9ac48578 100644 --- a/product/n1sdp/mcp_ramfw/config_mhu.c +++ b/product/n1sdp/mcp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_pik_clock.c b/product/n1sdp/mcp_ramfw/config_pik_clock.c index 35018aae1..721c5a80f 100644 --- a/product/n1sdp/mcp_ramfw/config_pik_clock.c +++ b/product/n1sdp/mcp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_scmi_agent.c b/product/n1sdp/mcp_ramfw/config_scmi_agent.c index 28a08bb64..5b40e2024 100644 --- a/product/n1sdp/mcp_ramfw/config_scmi_agent.c +++ b/product/n1sdp/mcp_ramfw/config_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/config_smt.c b/product/n1sdp/mcp_ramfw/config_smt.c index d3ae55ef4..d21219d64 100644 --- a/product/n1sdp/mcp_ramfw/config_smt.c +++ b/product/n1sdp/mcp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_ramfw/firmware.mk b/product/n1sdp/mcp_ramfw/firmware.mk index d900f9b07..c8b7c932b 100644 --- a/product/n1sdp/mcp_ramfw/firmware.mk +++ b/product/n1sdp/mcp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/mcp_ramfw/fmw_memory.ld.S b/product/n1sdp/mcp_ramfw/fmw_memory.ld.S index 7099e3704..3da744941 100644 --- a/product/n1sdp/mcp_ramfw/fmw_memory.ld.S +++ b/product/n1sdp/mcp_ramfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/mcp_ramfw/rtx_config.c b/product/n1sdp/mcp_ramfw/rtx_config.c index 3d54e676a..18ac6174c 100644 --- a/product/n1sdp/mcp_ramfw/rtx_config.c +++ b/product/n1sdp/mcp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_clock.c b/product/n1sdp/mcp_romfw/config_clock.c index 6e8e33098..8e7817626 100644 --- a/product/n1sdp/mcp_romfw/config_clock.c +++ b/product/n1sdp/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_log.c b/product/n1sdp/mcp_romfw/config_log.c index 8ccff88af..78e315fe6 100644 --- a/product/n1sdp/mcp_romfw/config_log.c +++ b/product/n1sdp/mcp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_n1sdp_flash.c b/product/n1sdp/mcp_romfw/config_n1sdp_flash.c index 565572472..5f42f3b61 100644 --- a/product/n1sdp/mcp_romfw/config_n1sdp_flash.c +++ b/product/n1sdp/mcp_romfw/config_n1sdp_flash.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/config_n1sdp_rom.c b/product/n1sdp/mcp_romfw/config_n1sdp_rom.c index dde2913a1..9d793e6d7 100644 --- a/product/n1sdp/mcp_romfw/config_n1sdp_rom.c +++ b/product/n1sdp/mcp_romfw/config_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/mcp_romfw/firmware.mk b/product/n1sdp/mcp_romfw/firmware.mk index a44fe955e..551e5b250 100644 --- a/product/n1sdp/mcp_romfw/firmware.mk +++ b/product/n1sdp/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/mcp_romfw/fmw_memory.ld.S b/product/n1sdp/mcp_romfw/fmw_memory.ld.S index fe56a29d2..caa0bb545 100644 --- a/product/n1sdp/mcp_romfw/fmw_memory.ld.S +++ b/product/n1sdp/mcp_romfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_flash/include/internal/n1sdp_flash_layout.h b/product/n1sdp/module/n1sdp_flash/include/internal/n1sdp_flash_layout.h index 0c92c5da0..099bdfde0 100644 --- a/product/n1sdp/module/n1sdp_flash/include/internal/n1sdp_flash_layout.h +++ b/product/n1sdp/module/n1sdp_flash/include/internal/n1sdp_flash_layout.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_flash/include/internal/uuid.h b/product/n1sdp/module/n1sdp_flash/include/internal/uuid.h index fd5ad9b34..c572bd860 100644 --- a/product/n1sdp/module/n1sdp_flash/include/internal/uuid.h +++ b/product/n1sdp/module/n1sdp_flash/include/internal/uuid.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_flash/include/mod_n1sdp_flash.h b/product/n1sdp/module/n1sdp_flash/include/mod_n1sdp_flash.h index c5b896254..3d8f44147 100644 --- a/product/n1sdp/module/n1sdp_flash/include/mod_n1sdp_flash.h +++ b/product/n1sdp/module/n1sdp_flash/include/mod_n1sdp_flash.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_flash/src/Makefile b/product/n1sdp/module/n1sdp_flash/src/Makefile index e1c354a73..123ae7939 100644 --- a/product/n1sdp/module/n1sdp_flash/src/Makefile +++ b/product/n1sdp/module/n1sdp_flash/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_flash/src/mod_n1sdp_flash.c b/product/n1sdp/module/n1sdp_flash/src/mod_n1sdp_flash.c index 33a16c30c..05a8f1d03 100644 --- a/product/n1sdp/module/n1sdp_flash/src/mod_n1sdp_flash.c +++ b/product/n1sdp/module/n1sdp_flash/src/mod_n1sdp_flash.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h b/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h index 4bcc91949..5804dd4ea 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h +++ b/product/n1sdp/module/n1sdp_mcp_system/include/mod_n1sdp_mcp_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mcp_system/src/Makefile b/product/n1sdp/module/n1sdp_mcp_system/src/Makefile index 6362849b4..411c691b8 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/src/Makefile +++ b/product/n1sdp/module/n1sdp_mcp_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c b/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c index 08b523fc2..eef1e8849 100644 --- a/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c +++ b/product/n1sdp/module/n1sdp_mcp_system/src/mod_n1sdp_mcp_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h b/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h index b77a027be..3b04725fa 100644 --- a/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h +++ b/product/n1sdp/module/n1sdp_mhu/include/internal/mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h b/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h index 6652e634f..748024948 100644 --- a/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h +++ b/product/n1sdp/module/n1sdp_mhu/include/mod_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_mhu/src/Makefile b/product/n1sdp/module/n1sdp_mhu/src/Makefile index 4d924cd8f..10b6913aa 100644 --- a/product/n1sdp/module/n1sdp_mhu/src/Makefile +++ b/product/n1sdp/module/n1sdp_mhu/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c b/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c index 9a4eefd3e..95be1c97c 100644 --- a/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c +++ b/product/n1sdp/module/n1sdp_mhu/src/mod_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h b/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h index 9db4be9f0..493d6b9c5 100644 --- a/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h +++ b/product/n1sdp/module/n1sdp_pcie/include/internal/pcie_ctrl_apb_reg.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h b/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h index 65d868218..3b38e6e13 100644 --- a/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h +++ b/product/n1sdp/module/n1sdp_pcie/include/mod_n1sdp_pcie.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/Makefile b/product/n1sdp/module/n1sdp_pcie/src/Makefile index 7b9fb6ddc..d3b06f29b 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/Makefile +++ b/product/n1sdp/module/n1sdp_pcie/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c b/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c index 238c7339f..5d85548d3 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c +++ b/product/n1sdp/module/n1sdp_pcie/src/mod_n1sdp_pcie.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c index 4e8fce071..15f0806dd 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c +++ b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h index 01ff91257..2d6ad80de 100644 --- a/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h +++ b/product/n1sdp/module/n1sdp_pcie/src/n1sdp_pcie.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h b/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h index 308a4f068..3af7d546f 100644 --- a/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h +++ b/product/n1sdp/module/n1sdp_pll/include/internal/n1sdp_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h b/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h index f66c12ed1..ce713eb33 100644 --- a/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h +++ b/product/n1sdp/module/n1sdp_pll/include/mod_n1sdp_pll.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_pll/src/Makefile b/product/n1sdp/module/n1sdp_pll/src/Makefile index 2cd5c478a..4a50ee978 100644 --- a/product/n1sdp/module/n1sdp_pll/src/Makefile +++ b/product/n1sdp/module/n1sdp_pll/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c b/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c index 5cd232fd6..415ab58ba 100644 --- a/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c +++ b/product/n1sdp/module/n1sdp_pll/src/mod_n1sdp_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h b/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h index b27932896..696391664 100644 --- a/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h +++ b/product/n1sdp/module/n1sdp_rom/include/mod_n1sdp_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_rom/src/Makefile b/product/n1sdp/module/n1sdp_rom/src/Makefile index 343170f81..5860d8768 100644 --- a/product/n1sdp/module/n1sdp_rom/src/Makefile +++ b/product/n1sdp/module/n1sdp_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c b/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c index f7a198d38..c24cbac53 100644 --- a/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c +++ b/product/n1sdp/module/n1sdp_rom/src/mod_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/include/internal/smt.h b/product/n1sdp/module/n1sdp_smt/include/internal/smt.h index 98bf73b64..e6b664609 100644 --- a/product/n1sdp/module/n1sdp_smt/include/internal/smt.h +++ b/product/n1sdp/module/n1sdp_smt/include/internal/smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/include/mod_smt.h b/product/n1sdp/module/n1sdp_smt/include/mod_smt.h index c43e01181..233925406 100644 --- a/product/n1sdp/module/n1sdp_smt/include/mod_smt.h +++ b/product/n1sdp/module/n1sdp_smt/include/mod_smt.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_smt/src/Makefile b/product/n1sdp/module/n1sdp_smt/src/Makefile index 980bfc7a9..159450c47 100644 --- a/product/n1sdp/module/n1sdp_smt/src/Makefile +++ b/product/n1sdp/module/n1sdp_smt/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_smt/src/mod_smt.c b/product/n1sdp/module/n1sdp_smt/src/mod_smt.c index 90c77407c..b30c70800 100644 --- a/product/n1sdp/module/n1sdp_smt/src/mod_smt.c +++ b/product/n1sdp/module/n1sdp_smt/src/mod_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h b/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h index 1830132d4..70e727904 100644 --- a/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h +++ b/product/n1sdp/module/n1sdp_system/include/mod_n1sdp_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/n1sdp_system/src/Makefile b/product/n1sdp/module/n1sdp_system/src/Makefile index e0519a7e7..62e3c3f73 100644 --- a/product/n1sdp/module/n1sdp_system/src/Makefile +++ b/product/n1sdp/module/n1sdp_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c b/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c index 6f9d82565..61ba9f187 100644 --- a/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c +++ b/product/n1sdp/module/n1sdp_system/src/mod_n1sdp_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h b/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h index a9b87e873..e8dbf7ec8 100644 --- a/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h +++ b/product/n1sdp/module/scmi_agent/include/mod_scmi_agent.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_agent/src/Makefile b/product/n1sdp/module/scmi_agent/src/Makefile index a42f74ba6..c99c19605 100644 --- a/product/n1sdp/module/scmi_agent/src/Makefile +++ b/product/n1sdp/module/scmi_agent/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c b/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c index c2f5763b5..4b6e7a233 100644 --- a/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c +++ b/product/n1sdp/module/scmi_agent/src/mod_scmi_agent.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_management/include/mod_scmi_management.h b/product/n1sdp/module/scmi_management/include/mod_scmi_management.h index 6756fa20d..9a0a59e43 100644 --- a/product/n1sdp/module/scmi_management/include/mod_scmi_management.h +++ b/product/n1sdp/module/scmi_management/include/mod_scmi_management.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/module/scmi_management/src/Makefile b/product/n1sdp/module/scmi_management/src/Makefile index f5a72ea75..3c20556b1 100644 --- a/product/n1sdp/module/scmi_management/src/Makefile +++ b/product/n1sdp/module/scmi_management/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/module/scmi_management/src/mod_scmi_management.c b/product/n1sdp/module/scmi_management/src/mod_scmi_management.c index 016b44ccc..329adba8f 100644 --- a/product/n1sdp/module/scmi_management/src/mod_scmi_management.c +++ b/product/n1sdp/module/scmi_management/src/mod_scmi_management.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/product.mk b/product/n1sdp/product.mk index 65ea86e75..37935e63a 100644 --- a/product/n1sdp/product.mk +++ b/product/n1sdp/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_ramfw/RTX_Config.h b/product/n1sdp/scp_ramfw/RTX_Config.h index 7fa9f64e8..4f4ccd1c2 100644 --- a/product/n1sdp/scp_ramfw/RTX_Config.h +++ b/product/n1sdp/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/scp_ramfw/config_apcontext.c b/product/n1sdp/scp_ramfw/config_apcontext.c index b7ee9f1c9..1a8352900 100644 --- a/product/n1sdp/scp_ramfw/config_apcontext.c +++ b/product/n1sdp/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_armv7m_mpu.c b/product/n1sdp/scp_ramfw/config_armv7m_mpu.c index 4149b1971..53581d165 100644 --- a/product/n1sdp/scp_ramfw/config_armv7m_mpu.c +++ b/product/n1sdp/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_clock.c b/product/n1sdp/scp_ramfw/config_clock.c index 60638fb7a..65365ec39 100644 --- a/product/n1sdp/scp_ramfw/config_clock.c +++ b/product/n1sdp/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_clock.h b/product/n1sdp/scp_ramfw/config_clock.h index d4ec8c502..08ef1408a 100644 --- a/product/n1sdp/scp_ramfw/config_clock.h +++ b/product/n1sdp/scp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_cmn600.c b/product/n1sdp/scp_ramfw/config_cmn600.c index c1b298965..9eec674c0 100644 --- a/product/n1sdp/scp_ramfw/config_cmn600.c +++ b/product/n1sdp/scp_ramfw/config_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_css_clock.c b/product/n1sdp/scp_ramfw/config_css_clock.c index a586c246e..6efc4e427 100644 --- a/product/n1sdp/scp_ramfw/config_css_clock.c +++ b/product/n1sdp/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_ddr_phy500.c b/product/n1sdp/scp_ramfw/config_ddr_phy500.c index 0589f0a74..07d94dc45 100644 --- a/product/n1sdp/scp_ramfw/config_ddr_phy500.c +++ b/product/n1sdp/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_dmc620.c b/product/n1sdp/scp_ramfw/config_dmc620.c index feb7b82a3..9a0db8727 100644 --- a/product/n1sdp/scp_ramfw/config_dmc620.c +++ b/product/n1sdp/scp_ramfw/config_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_log.c b/product/n1sdp/scp_ramfw/config_log.c index e01a91836..5c474d7ee 100644 --- a/product/n1sdp/scp_ramfw/config_log.c +++ b/product/n1sdp/scp_ramfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_mhu.c b/product/n1sdp/scp_ramfw/config_mhu.c index d63ad5389..81ca44743 100644 --- a/product/n1sdp/scp_ramfw/config_mhu.c +++ b/product/n1sdp/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_flash.c b/product/n1sdp/scp_ramfw/config_n1sdp_flash.c index 8ac8e7147..835df73be 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_flash.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_flash.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c b/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c index 96ab773f6..5f9c2947f 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_pcie.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_n1sdp_pll.c b/product/n1sdp/scp_ramfw/config_n1sdp_pll.c index e3dd94890..6a87cd1d1 100644 --- a/product/n1sdp/scp_ramfw/config_n1sdp_pll.c +++ b/product/n1sdp/scp_ramfw/config_n1sdp_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_pik_clock.c b/product/n1sdp/scp_ramfw/config_pik_clock.c index cb12865b1..e4449ecac 100644 --- a/product/n1sdp/scp_ramfw/config_pik_clock.c +++ b/product/n1sdp/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_power_domain.c b/product/n1sdp/scp_ramfw/config_power_domain.c index 6c697f17a..3a6afa8e5 100644 --- a/product/n1sdp/scp_ramfw/config_power_domain.c +++ b/product/n1sdp/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_power_domain.h b/product/n1sdp/scp_ramfw/config_power_domain.h index b656cdfae..2eae63846 100644 --- a/product/n1sdp/scp_ramfw/config_power_domain.h +++ b/product/n1sdp/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_ppu_v0.c b/product/n1sdp/scp_ramfw/config_ppu_v0.c index 8ae80ef0b..dec49951a 100644 --- a/product/n1sdp/scp_ramfw/config_ppu_v0.c +++ b/product/n1sdp/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_ppu_v0.h b/product/n1sdp/scp_ramfw/config_ppu_v0.h index ec0c88df6..cca5fc439 100644 --- a/product/n1sdp/scp_ramfw/config_ppu_v0.h +++ b/product/n1sdp/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_ppu_v1.c b/product/n1sdp/scp_ramfw/config_ppu_v1.c index 1edfd2e37..738218d11 100644 --- a/product/n1sdp/scp_ramfw/config_ppu_v1.c +++ b/product/n1sdp/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_scmi.c b/product/n1sdp/scp_ramfw/config_scmi.c index b9b1a9d36..d68e1da4f 100644 --- a/product/n1sdp/scp_ramfw/config_scmi.c +++ b/product/n1sdp/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_scmi_system_power.c b/product/n1sdp/scp_ramfw/config_scmi_system_power.c index 30408ae78..a81abed24 100644 --- a/product/n1sdp/scp_ramfw/config_scmi_system_power.c +++ b/product/n1sdp/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_sds.c b/product/n1sdp/scp_ramfw/config_sds.c index d8832eb42..ac28f7da6 100644 --- a/product/n1sdp/scp_ramfw/config_sds.c +++ b/product/n1sdp/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_smt.c b/product/n1sdp/scp_ramfw/config_smt.c index 48663d948..c6b0028cd 100644 --- a/product/n1sdp/scp_ramfw/config_smt.c +++ b/product/n1sdp/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_system_power.c b/product/n1sdp/scp_ramfw/config_system_power.c index ce13c1d8a..7b9360f52 100644 --- a/product/n1sdp/scp_ramfw/config_system_power.c +++ b/product/n1sdp/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/config_timer.c b/product/n1sdp/scp_ramfw/config_timer.c index 510783ca2..be9c8e150 100644 --- a/product/n1sdp/scp_ramfw/config_timer.c +++ b/product/n1sdp/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_ramfw/firmware.mk b/product/n1sdp/scp_ramfw/firmware.mk index 75e9277f7..989bfba6b 100644 --- a/product/n1sdp/scp_ramfw/firmware.mk +++ b/product/n1sdp/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_ramfw/fmw_memory.ld.S b/product/n1sdp/scp_ramfw/fmw_memory.ld.S index f9cff7042..790be1ff9 100644 --- a/product/n1sdp/scp_ramfw/fmw_memory.ld.S +++ b/product/n1sdp/scp_ramfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/scp_ramfw/rtx_config.c b/product/n1sdp/scp_ramfw/rtx_config.c index be19e9db1..23ddee584 100644 --- a/product/n1sdp/scp_ramfw/rtx_config.c +++ b/product/n1sdp/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_clock.c b/product/n1sdp/scp_romfw/config_clock.c index 6e8e33098..8e7817626 100644 --- a/product/n1sdp/scp_romfw/config_clock.c +++ b/product/n1sdp/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_log.c b/product/n1sdp/scp_romfw/config_log.c index 3f9f9e791..25f377888 100644 --- a/product/n1sdp/scp_romfw/config_log.c +++ b/product/n1sdp/scp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_n1sdp_flash.c b/product/n1sdp/scp_romfw/config_n1sdp_flash.c index 8ac8e7147..835df73be 100644 --- a/product/n1sdp/scp_romfw/config_n1sdp_flash.c +++ b/product/n1sdp/scp_romfw/config_n1sdp_flash.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/config_n1sdp_rom.c b/product/n1sdp/scp_romfw/config_n1sdp_rom.c index 8d1a2283b..2a6f89bf3 100644 --- a/product/n1sdp/scp_romfw/config_n1sdp_rom.c +++ b/product/n1sdp/scp_romfw/config_n1sdp_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/n1sdp/scp_romfw/firmware.mk b/product/n1sdp/scp_romfw/firmware.mk index a44fe955e..551e5b250 100644 --- a/product/n1sdp/scp_romfw/firmware.mk +++ b/product/n1sdp/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/n1sdp/scp_romfw/fmw_memory.ld.S b/product/n1sdp/scp_romfw/fmw_memory.ld.S index b8b3ec064..46450c618 100644 --- a/product/n1sdp/scp_romfw/fmw_memory.ld.S +++ b/product/n1sdp/scp_romfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/n1sdp/src/n1sdp_core.c b/product/n1sdp/src/n1sdp_core.c index 0631fe065..d48a6e307 100644 --- a/product/n1sdp/src/n1sdp_core.c +++ b/product/n1sdp/src/n1sdp_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/fmw_cmsis.h b/product/sgi575/include/fmw_cmsis.h index c5a80626e..8df61eb81 100644 --- a/product/sgi575/include/fmw_cmsis.h +++ b/product/sgi575/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_sgi575_irq.h b/product/sgi575/include/mcp_sgi575_irq.h index 492b25e23..1b4386859 100644 --- a/product/sgi575/include/mcp_sgi575_irq.h +++ b/product/sgi575/include/mcp_sgi575_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_sgi575_mmap.h b/product/sgi575/include/mcp_sgi575_mmap.h index deef5112f..ce3ab496f 100644 --- a/product/sgi575/include/mcp_sgi575_mmap.h +++ b/product/sgi575/include/mcp_sgi575_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_sgi575_mmap_mcp.h b/product/sgi575/include/mcp_sgi575_mmap_mcp.h index cab90ffa3..a700c286e 100644 --- a/product/sgi575/include/mcp_sgi575_mmap_mcp.h +++ b/product/sgi575/include/mcp_sgi575_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/mcp_system_mmap_mcp.h b/product/sgi575/include/mcp_system_mmap_mcp.h index 628aaa267..1221fba91 100644 --- a/product/sgi575/include/mcp_system_mmap_mcp.h +++ b/product/sgi575/include/mcp_system_mmap_mcp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_irq.h b/product/sgi575/include/scp_sgi575_irq.h index 27ebd69b8..fe8c17042 100644 --- a/product/sgi575/include/scp_sgi575_irq.h +++ b/product/sgi575/include/scp_sgi575_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_mhu.h b/product/sgi575/include/scp_sgi575_mhu.h index dd48684ee..c53cb104f 100644 --- a/product/sgi575/include/scp_sgi575_mhu.h +++ b/product/sgi575/include/scp_sgi575_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_sgi575_mmap.h b/product/sgi575/include/scp_sgi575_mmap.h index b908c1c18..8ae22c34d 100644 --- a/product/sgi575/include/scp_sgi575_mmap.h +++ b/product/sgi575/include/scp_sgi575_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_mmap_scp.h b/product/sgi575/include/scp_sgi575_mmap_scp.h index 3da4e644a..76ff9b474 100644 --- a/product/sgi575/include/scp_sgi575_mmap_scp.h +++ b/product/sgi575/include/scp_sgi575_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_pik.h b/product/sgi575/include/scp_sgi575_pik.h index 2abd1f78c..2aa221dd3 100644 --- a/product/sgi575/include/scp_sgi575_pik.h +++ b/product/sgi575/include/scp_sgi575_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_sgi575_scmi.h b/product/sgi575/include/scp_sgi575_scmi.h index 5324729b2..38d530122 100644 --- a/product/sgi575/include/scp_sgi575_scmi.h +++ b/product/sgi575/include/scp_sgi575_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_software_mmap.h b/product/sgi575/include/scp_software_mmap.h index d9340a1b7..acf6c7bcb 100644 --- a/product/sgi575/include/scp_software_mmap.h +++ b/product/sgi575/include/scp_software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/scp_system_mmap.h b/product/sgi575/include/scp_system_mmap.h index 9f16bce9c..5a8745367 100644 --- a/product/sgi575/include/scp_system_mmap.h +++ b/product/sgi575/include/scp_system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/scp_system_mmap_scp.h b/product/sgi575/include/scp_system_mmap_scp.h index b22b41958..014fd870d 100644 --- a/product/sgi575/include/scp_system_mmap_scp.h +++ b/product/sgi575/include/scp_system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_core.h b/product/sgi575/include/sgi575_core.h index afe2ae090..515fd8922 100644 --- a/product/sgi575/include/sgi575_core.h +++ b/product/sgi575/include/sgi575_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_cpu.h b/product/sgi575/include/sgi575_pik_cpu.h index 7e2330e7f..e5372d106 100644 --- a/product/sgi575/include/sgi575_pik_cpu.h +++ b/product/sgi575/include/sgi575_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_debug.h b/product/sgi575/include/sgi575_pik_debug.h index a8f667e23..507e3278b 100644 --- a/product/sgi575/include/sgi575_pik_debug.h +++ b/product/sgi575/include/sgi575_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_pik_scp.h b/product/sgi575/include/sgi575_pik_scp.h index 14e429102..f846bd28d 100644 --- a/product/sgi575/include/sgi575_pik_scp.h +++ b/product/sgi575/include/sgi575_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/sgi575_pik_system.h b/product/sgi575/include/sgi575_pik_system.h index 47f225482..e67e84e5c 100644 --- a/product/sgi575/include/sgi575_pik_system.h +++ b/product/sgi575/include/sgi575_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_power_domain.h b/product/sgi575/include/sgi575_power_domain.h index f0d0c2116..f763f9cac 100644 --- a/product/sgi575/include/sgi575_power_domain.h +++ b/product/sgi575/include/sgi575_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/include/sgi575_sds.h b/product/sgi575/include/sgi575_sds.h index 098814141..b6e72f63f 100644 --- a/product/sgi575/include/sgi575_sds.h +++ b/product/sgi575/include/sgi575_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/sgi575_ssc.h b/product/sgi575/include/sgi575_ssc.h index 683428ba3..79d6cb09b 100644 --- a/product/sgi575/include/sgi575_ssc.h +++ b/product/sgi575/include/sgi575_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/include/system_clock.h b/product/sgi575/include/system_clock.h index 73c66ba8a..7ea12458d 100644 --- a/product/sgi575/include/system_clock.h +++ b/product/sgi575/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_clock.c b/product/sgi575/mcp_romfw/config_clock.c index 6e8e33098..8e7817626 100644 --- a/product/sgi575/mcp_romfw/config_clock.c +++ b/product/sgi575/mcp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_log.c b/product/sgi575/mcp_romfw/config_log.c index f33e364a3..78c9f5ec0 100644 --- a/product/sgi575/mcp_romfw/config_log.c +++ b/product/sgi575/mcp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/config_sgi575_rom.c b/product/sgi575/mcp_romfw/config_sgi575_rom.c index 7666bc7a7..93da6eabc 100644 --- a/product/sgi575/mcp_romfw/config_sgi575_rom.c +++ b/product/sgi575/mcp_romfw/config_sgi575_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/mcp_romfw/firmware.mk b/product/sgi575/mcp_romfw/firmware.mk index ce2a741f8..c3cd4a93c 100644 --- a/product/sgi575/mcp_romfw/firmware.mk +++ b/product/sgi575/mcp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/mcp_romfw/fmw_memory.ld.S b/product/sgi575/mcp_romfw/fmw_memory.ld.S index 1f6d4c29e..5c51be5a8 100644 --- a/product/sgi575/mcp_romfw/fmw_memory.ld.S +++ b/product/sgi575/mcp_romfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/module/sgi575_rom/include/mod_sgi575_rom.h b/product/sgi575/module/sgi575_rom/include/mod_sgi575_rom.h index cd4a0661c..aa6b8a644 100644 --- a/product/sgi575/module/sgi575_rom/include/mod_sgi575_rom.h +++ b/product/sgi575/module/sgi575_rom/include/mod_sgi575_rom.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/module/sgi575_rom/src/Makefile b/product/sgi575/module/sgi575_rom/src/Makefile index 4e1226e49..4c3185b8d 100644 --- a/product/sgi575/module/sgi575_rom/src/Makefile +++ b/product/sgi575/module/sgi575_rom/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/module/sgi575_rom/src/mod_sgi575_rom.c b/product/sgi575/module/sgi575_rom/src/mod_sgi575_rom.c index 8375b9c49..fde512265 100644 --- a/product/sgi575/module/sgi575_rom/src/mod_sgi575_rom.c +++ b/product/sgi575/module/sgi575_rom/src/mod_sgi575_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h b/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h index a5cb374f7..ff782326c 100644 --- a/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h +++ b/product/sgi575/module/sgi575_system/include/mod_sgi575_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/module/sgi575_system/src/Makefile b/product/sgi575/module/sgi575_system/src/Makefile index f2769a6c0..34525f604 100644 --- a/product/sgi575/module/sgi575_system/src/Makefile +++ b/product/sgi575/module/sgi575_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c b/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c index ddb77e363..861f529ce 100644 --- a/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c +++ b/product/sgi575/module/sgi575_system/src/mod_sgi575_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/product.mk b/product/sgi575/product.mk index c734f1803..261b7888d 100644 --- a/product/sgi575/product.mk +++ b/product/sgi575/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_ramfw/RTX_Config.h b/product/sgi575/scp_ramfw/RTX_Config.h index fa9dbda80..724657b4a 100644 --- a/product/sgi575/scp_ramfw/RTX_Config.h +++ b/product/sgi575/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/scp_ramfw/config_apcontext.c b/product/sgi575/scp_ramfw/config_apcontext.c index 12818b9d4..250d5209b 100644 --- a/product/sgi575/scp_ramfw/config_apcontext.c +++ b/product/sgi575/scp_ramfw/config_apcontext.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_armv7m_mpu.c b/product/sgi575/scp_ramfw/config_armv7m_mpu.c index 515cce4f2..746d3730c 100644 --- a/product/sgi575/scp_ramfw/config_armv7m_mpu.c +++ b/product/sgi575/scp_ramfw/config_armv7m_mpu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_clock.c b/product/sgi575/scp_ramfw/config_clock.c index b719c1104..848976f2d 100644 --- a/product/sgi575/scp_ramfw/config_clock.c +++ b/product/sgi575/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_clock.h b/product/sgi575/scp_ramfw/config_clock.h index 2f65ff55e..2f66c42b6 100644 --- a/product/sgi575/scp_ramfw/config_clock.h +++ b/product/sgi575/scp_ramfw/config_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_cmn600.c b/product/sgi575/scp_ramfw/config_cmn600.c index 56c6f0d1d..6fd914e21 100644 --- a/product/sgi575/scp_ramfw/config_cmn600.c +++ b/product/sgi575/scp_ramfw/config_cmn600.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_css_clock.c b/product/sgi575/scp_ramfw/config_css_clock.c index e895fbcdb..d75fc9e04 100644 --- a/product/sgi575/scp_ramfw/config_css_clock.c +++ b/product/sgi575/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ddr_phy500.c b/product/sgi575/scp_ramfw/config_ddr_phy500.c index 3ea38caa7..64efeaa28 100644 --- a/product/sgi575/scp_ramfw/config_ddr_phy500.c +++ b/product/sgi575/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_dmc620.c b/product/sgi575/scp_ramfw/config_dmc620.c index 6775b5d9d..85c9a8d1d 100644 --- a/product/sgi575/scp_ramfw/config_dmc620.c +++ b/product/sgi575/scp_ramfw/config_dmc620.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_dvfs.c b/product/sgi575/scp_ramfw/config_dvfs.c index a4f20070a..ec5b37003 100644 --- a/product/sgi575/scp_ramfw/config_dvfs.c +++ b/product/sgi575/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_log.c b/product/sgi575/scp_ramfw/config_log.c index a989beaef..d591d28fa 100644 --- a/product/sgi575/scp_ramfw/config_log.c +++ b/product/sgi575/scp_ramfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_mhu.c b/product/sgi575/scp_ramfw/config_mhu.c index 4ac8b5337..a339334db 100644 --- a/product/sgi575/scp_ramfw/config_mhu.c +++ b/product/sgi575/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_mock_psu.c b/product/sgi575/scp_ramfw/config_mock_psu.c index 453f6273a..614c6b66a 100644 --- a/product/sgi575/scp_ramfw/config_mock_psu.c +++ b/product/sgi575/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_pik_clock.c b/product/sgi575/scp_ramfw/config_pik_clock.c index d4447edea..6bdfa1ca8 100644 --- a/product/sgi575/scp_ramfw/config_pik_clock.c +++ b/product/sgi575/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_power_domain.c b/product/sgi575/scp_ramfw/config_power_domain.c index d2d448297..c532c889f 100644 --- a/product/sgi575/scp_ramfw/config_power_domain.c +++ b/product/sgi575/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_power_domain.h b/product/sgi575/scp_ramfw/config_power_domain.h index b428c1488..ae199d1d8 100644 --- a/product/sgi575/scp_ramfw/config_power_domain.h +++ b/product/sgi575/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v0.c b/product/sgi575/scp_ramfw/config_ppu_v0.c index 1acf54bb4..da8eca00d 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v0.c +++ b/product/sgi575/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v0.h b/product/sgi575/scp_ramfw/config_ppu_v0.h index ec0c88df6..cca5fc439 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v0.h +++ b/product/sgi575/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_ppu_v1.c b/product/sgi575/scp_ramfw/config_ppu_v1.c index b32c87cf1..43136e62d 100644 --- a/product/sgi575/scp_ramfw/config_ppu_v1.c +++ b/product/sgi575/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_psu.c b/product/sgi575/scp_ramfw/config_psu.c index 5a8654a91..ea4fa1262 100644 --- a/product/sgi575/scp_ramfw/config_psu.c +++ b/product/sgi575/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi.c b/product/sgi575/scp_ramfw/config_scmi.c index 35311ec6f..3ceb79300 100644 --- a/product/sgi575/scp_ramfw/config_scmi.c +++ b/product/sgi575/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_apcore.c b/product/sgi575/scp_ramfw/config_scmi_apcore.c index 072ae4253..31a3cb0f3 100644 --- a/product/sgi575/scp_ramfw/config_scmi_apcore.c +++ b/product/sgi575/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_perf.c b/product/sgi575/scp_ramfw/config_scmi_perf.c index e5d25f2f3..58ca0bfa9 100644 --- a/product/sgi575/scp_ramfw/config_scmi_perf.c +++ b/product/sgi575/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_scmi_system_power.c b/product/sgi575/scp_ramfw/config_scmi_system_power.c index 30408ae78..a81abed24 100644 --- a/product/sgi575/scp_ramfw/config_scmi_system_power.c +++ b/product/sgi575/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_sds.c b/product/sgi575/scp_ramfw/config_sds.c index 84c63a479..d0dc4c1a3 100644 --- a/product/sgi575/scp_ramfw/config_sds.c +++ b/product/sgi575/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_sensor.c b/product/sgi575/scp_ramfw/config_sensor.c index c3af12841..63a218040 100644 --- a/product/sgi575/scp_ramfw/config_sensor.c +++ b/product/sgi575/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_smt.c b/product/sgi575/scp_ramfw/config_smt.c index 4127418fd..3b0970cc5 100644 --- a/product/sgi575/scp_ramfw/config_smt.c +++ b/product/sgi575/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_system_pll.c b/product/sgi575/scp_ramfw/config_system_pll.c index fbec538e7..17c7a5d2c 100644 --- a/product/sgi575/scp_ramfw/config_system_pll.c +++ b/product/sgi575/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_system_power.c b/product/sgi575/scp_ramfw/config_system_power.c index 173ad0e27..95a2bb277 100644 --- a/product/sgi575/scp_ramfw/config_system_power.c +++ b/product/sgi575/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/config_timer.c b/product/sgi575/scp_ramfw/config_timer.c index 64c6bd1cf..88a50ffc8 100644 --- a/product/sgi575/scp_ramfw/config_timer.c +++ b/product/sgi575/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_ramfw/firmware.mk b/product/sgi575/scp_ramfw/firmware.mk index 1a3371114..27691d888 100644 --- a/product/sgi575/scp_ramfw/firmware.mk +++ b/product/sgi575/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_ramfw/fmw_memory.ld.S b/product/sgi575/scp_ramfw/fmw_memory.ld.S index c87a448f8..2ab226afd 100644 --- a/product/sgi575/scp_ramfw/fmw_memory.ld.S +++ b/product/sgi575/scp_ramfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgi575/scp_ramfw/rtx_config.c b/product/sgi575/scp_ramfw/rtx_config.c index bce3ba4bb..42cce583c 100644 --- a/product/sgi575/scp_ramfw/rtx_config.c +++ b/product/sgi575/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_clock.c b/product/sgi575/scp_romfw/config_clock.c index 6e8e33098..8e7817626 100644 --- a/product/sgi575/scp_romfw/config_clock.c +++ b/product/sgi575/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_gtimer.c b/product/sgi575/scp_romfw/config_gtimer.c index bd1eca4af..e662a677e 100644 --- a/product/sgi575/scp_romfw/config_gtimer.c +++ b/product/sgi575/scp_romfw/config_gtimer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_log.c b/product/sgi575/scp_romfw/config_log.c index b0dee0cfb..88d989112 100644 --- a/product/sgi575/scp_romfw/config_log.c +++ b/product/sgi575/scp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/config_sgi575_rom.c b/product/sgi575/scp_romfw/config_sgi575_rom.c index 411560ffd..85f6a9b0f 100644 --- a/product/sgi575/scp_romfw/config_sgi575_rom.c +++ b/product/sgi575/scp_romfw/config_sgi575_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgi575/scp_romfw/firmware.mk b/product/sgi575/scp_romfw/firmware.mk index 6368507fa..9fbaa55bf 100644 --- a/product/sgi575/scp_romfw/firmware.mk +++ b/product/sgi575/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgi575/scp_romfw/fmw_memory.ld.S b/product/sgi575/scp_romfw/fmw_memory.ld.S index fd0bc9882..40354a8d8 100644 --- a/product/sgi575/scp_romfw/fmw_memory.ld.S +++ b/product/sgi575/scp_romfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/fmw_cmsis.h b/product/sgm775/include/fmw_cmsis.h index 8cf22ddd1..6c88c5edf 100644 --- a/product/sgm775/include/fmw_cmsis.h +++ b/product/sgm775/include/fmw_cmsis.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_core.h b/product/sgm775/include/sgm775_core.h index afa59509a..270d79f15 100644 --- a/product/sgm775/include/sgm775_core.h +++ b/product/sgm775/include/sgm775_core.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_irq.h b/product/sgm775/include/sgm775_irq.h index fbbe92e70..46658796f 100644 --- a/product/sgm775/include/sgm775_irq.h +++ b/product/sgm775/include/sgm775_irq.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_mhu.h b/product/sgm775/include/sgm775_mhu.h index 8cdc4dd0c..f598ad7c6 100644 --- a/product/sgm775/include/sgm775_mhu.h +++ b/product/sgm775/include/sgm775_mhu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_mmap.h b/product/sgm775/include/sgm775_mmap.h index 166267601..3b7851004 100644 --- a/product/sgm775/include/sgm775_mmap.h +++ b/product/sgm775/include/sgm775_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_mmap_scp.h b/product/sgm775/include/sgm775_mmap_scp.h index a4ceb5b93..238ae45b4 100644 --- a/product/sgm775/include/sgm775_mmap_scp.h +++ b/product/sgm775/include/sgm775_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_pik.h b/product/sgm775/include/sgm775_pik.h index 7d0ac12b7..5b34641d5 100644 --- a/product/sgm775/include/sgm775_pik.h +++ b/product/sgm775/include/sgm775_pik.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_cpu.h b/product/sgm775/include/sgm775_pik_cpu.h index 5c7cc646f..05e923834 100644 --- a/product/sgm775/include/sgm775_pik_cpu.h +++ b/product/sgm775/include/sgm775_pik_cpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_debug.h b/product/sgm775/include/sgm775_pik_debug.h index 3a7f5fee3..d8b4c4f88 100644 --- a/product/sgm775/include/sgm775_pik_debug.h +++ b/product/sgm775/include/sgm775_pik_debug.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_dpu.h b/product/sgm775/include/sgm775_pik_dpu.h index e9c5292ff..afe0f10b7 100644 --- a/product/sgm775/include/sgm775_pik_dpu.h +++ b/product/sgm775/include/sgm775_pik_dpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_gpu.h b/product/sgm775/include/sgm775_pik_gpu.h index c92a3e949..04ea42d28 100644 --- a/product/sgm775/include/sgm775_pik_gpu.h +++ b/product/sgm775/include/sgm775_pik_gpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_scp.h b/product/sgm775/include/sgm775_pik_scp.h index dce3a371a..5e36aa111 100644 --- a/product/sgm775/include/sgm775_pik_scp.h +++ b/product/sgm775/include/sgm775_pik_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_system.h b/product/sgm775/include/sgm775_pik_system.h index 3e3dccdbc..9be60163d 100644 --- a/product/sgm775/include/sgm775_pik_system.h +++ b/product/sgm775/include/sgm775_pik_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_pik_vpu.h b/product/sgm775/include/sgm775_pik_vpu.h index a2742bb9e..0317913ff 100644 --- a/product/sgm775/include/sgm775_pik_vpu.h +++ b/product/sgm775/include/sgm775_pik_vpu.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_scmi.h b/product/sgm775/include/sgm775_scmi.h index a920c09fb..7e9afa9ec 100644 --- a/product/sgm775/include/sgm775_scmi.h +++ b/product/sgm775/include/sgm775_scmi.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/sgm775_sds.h b/product/sgm775/include/sgm775_sds.h index 943cfa7fd..88c0c0205 100644 --- a/product/sgm775/include/sgm775_sds.h +++ b/product/sgm775/include/sgm775_sds.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/sgm775_ssc.h b/product/sgm775/include/sgm775_ssc.h index 9b514a11e..938d1d469 100644 --- a/product/sgm775/include/sgm775_ssc.h +++ b/product/sgm775/include/sgm775_ssc.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/software_mmap.h b/product/sgm775/include/software_mmap.h index e0ce772f9..7b7f3ebb4 100644 --- a/product/sgm775/include/software_mmap.h +++ b/product/sgm775/include/software_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/include/system_clock.h b/product/sgm775/include/system_clock.h index c3f5a76c0..09c61f06a 100644 --- a/product/sgm775/include/system_clock.h +++ b/product/sgm775/include/system_clock.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/system_mmap.h b/product/sgm775/include/system_mmap.h index 697f78117..e5ed74795 100644 --- a/product/sgm775/include/system_mmap.h +++ b/product/sgm775/include/system_mmap.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/include/system_mmap_scp.h b/product/sgm775/include/system_mmap_scp.h index 097e43163..b34096b97 100644 --- a/product/sgm775/include/system_mmap_scp.h +++ b/product/sgm775/include/system_mmap_scp.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h b/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h index c3cfb4982..76d41ebf4 100644 --- a/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h +++ b/product/sgm775/module/sgm775_system/include/mod_sgm775_system.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/module/sgm775_system/src/Makefile b/product/sgm775/module/sgm775_system/src/Makefile index 77ad18c15..cd1fae0fd 100644 --- a/product/sgm775/module/sgm775_system/src/Makefile +++ b/product/sgm775/module/sgm775_system/src/Makefile @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c b/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c index 136feed27..10d6bbe6d 100644 --- a/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c +++ b/product/sgm775/module/sgm775_system/src/mod_sgm775_system.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/product.mk b/product/sgm775/product.mk index 0572bdc32..3af21e5b4 100644 --- a/product/sgm775/product.mk +++ b/product/sgm775/product.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_ramfw/RTX_Config.h b/product/sgm775/scp_ramfw/RTX_Config.h index 25621f848..688d384f1 100644 --- a/product/sgm775/scp_ramfw/RTX_Config.h +++ b/product/sgm775/scp_ramfw/RTX_Config.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/scp_ramfw/clock_devices.h b/product/sgm775/scp_ramfw/clock_devices.h index c1eed2ef1..053a12955 100644 --- a/product/sgm775/scp_ramfw/clock_devices.h +++ b/product/sgm775/scp_ramfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_clock.c b/product/sgm775/scp_ramfw/config_clock.c index 2b40bd85e..a4ba7ded8 100644 --- a/product/sgm775/scp_ramfw/config_clock.c +++ b/product/sgm775/scp_ramfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_css_clock.c b/product/sgm775/scp_ramfw/config_css_clock.c index 1bda7489b..14beb8bf9 100644 --- a/product/sgm775/scp_ramfw/config_css_clock.c +++ b/product/sgm775/scp_ramfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ddr_phy500.c b/product/sgm775/scp_ramfw/config_ddr_phy500.c index a6ad948de..27311d502 100644 --- a/product/sgm775/scp_ramfw/config_ddr_phy500.c +++ b/product/sgm775/scp_ramfw/config_ddr_phy500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_dmc500.c b/product/sgm775/scp_ramfw/config_dmc500.c index 643d32ad9..9a4fb003c 100644 --- a/product/sgm775/scp_ramfw/config_dmc500.c +++ b/product/sgm775/scp_ramfw/config_dmc500.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_dvfs.c b/product/sgm775/scp_ramfw/config_dvfs.c index 1b0782299..669e02faa 100644 --- a/product/sgm775/scp_ramfw/config_dvfs.c +++ b/product/sgm775/scp_ramfw/config_dvfs.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_dvfs.h b/product/sgm775/scp_ramfw/config_dvfs.h index 365cc1cd6..dbb9da1e2 100644 --- a/product/sgm775/scp_ramfw/config_dvfs.h +++ b/product/sgm775/scp_ramfw/config_dvfs.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_log.c b/product/sgm775/scp_ramfw/config_log.c index 92564a4ee..cacb63023 100644 --- a/product/sgm775/scp_ramfw/config_log.c +++ b/product/sgm775/scp_ramfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_mhu.c b/product/sgm775/scp_ramfw/config_mhu.c index 0c465eaf0..e7fa22096 100644 --- a/product/sgm775/scp_ramfw/config_mhu.c +++ b/product/sgm775/scp_ramfw/config_mhu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_mock_psu.c b/product/sgm775/scp_ramfw/config_mock_psu.c index 52bfbcd73..60a0e632b 100644 --- a/product/sgm775/scp_ramfw/config_mock_psu.c +++ b/product/sgm775/scp_ramfw/config_mock_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_pik_clock.c b/product/sgm775/scp_ramfw/config_pik_clock.c index e22ac470a..fcc9751ae 100644 --- a/product/sgm775/scp_ramfw/config_pik_clock.c +++ b/product/sgm775/scp_ramfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_power_domain.c b/product/sgm775/scp_ramfw/config_power_domain.c index 01eda7345..cfd11e36e 100644 --- a/product/sgm775/scp_ramfw/config_power_domain.c +++ b/product/sgm775/scp_ramfw/config_power_domain.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_power_domain.h b/product/sgm775/scp_ramfw/config_power_domain.h index 10a40a470..a77c1e421 100644 --- a/product/sgm775/scp_ramfw/config_power_domain.h +++ b/product/sgm775/scp_ramfw/config_power_domain.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v0.c b/product/sgm775/scp_ramfw/config_ppu_v0.c index 199472975..36e1b15c0 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v0.c +++ b/product/sgm775/scp_ramfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v0.h b/product/sgm775/scp_ramfw/config_ppu_v0.h index 802600519..11a4b1717 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v0.h +++ b/product/sgm775/scp_ramfw/config_ppu_v0.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_ppu_v1.c b/product/sgm775/scp_ramfw/config_ppu_v1.c index 3f90ccdbe..7ab0aa5da 100644 --- a/product/sgm775/scp_ramfw/config_ppu_v1.c +++ b/product/sgm775/scp_ramfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_psu.c b/product/sgm775/scp_ramfw/config_psu.c index 756003820..4e982347a 100644 --- a/product/sgm775/scp_ramfw/config_psu.c +++ b/product/sgm775/scp_ramfw/config_psu.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi.c b/product/sgm775/scp_ramfw/config_scmi.c index 2a42bc0b2..4269586df 100644 --- a/product/sgm775/scp_ramfw/config_scmi.c +++ b/product/sgm775/scp_ramfw/config_scmi.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_apcore.c b/product/sgm775/scp_ramfw/config_scmi_apcore.c index 689ddaf74..6c9b64f37 100644 --- a/product/sgm775/scp_ramfw/config_scmi_apcore.c +++ b/product/sgm775/scp_ramfw/config_scmi_apcore.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_clock.c b/product/sgm775/scp_ramfw/config_scmi_clock.c index bc8411c3e..2664cb413 100644 --- a/product/sgm775/scp_ramfw/config_scmi_clock.c +++ b/product/sgm775/scp_ramfw/config_scmi_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_perf.c b/product/sgm775/scp_ramfw/config_scmi_perf.c index c4f7e1408..3e6169b09 100644 --- a/product/sgm775/scp_ramfw/config_scmi_perf.c +++ b/product/sgm775/scp_ramfw/config_scmi_perf.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_scmi_system_power.c b/product/sgm775/scp_ramfw/config_scmi_system_power.c index 5bbc074cd..f315e99f1 100644 --- a/product/sgm775/scp_ramfw/config_scmi_system_power.c +++ b/product/sgm775/scp_ramfw/config_scmi_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sds.c b/product/sgm775/scp_ramfw/config_sds.c index d0f445b9d..fff3734d9 100644 --- a/product/sgm775/scp_ramfw/config_sds.c +++ b/product/sgm775/scp_ramfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_sensor.c b/product/sgm775/scp_ramfw/config_sensor.c index 52aa8fe60..a8efc06e9 100644 --- a/product/sgm775/scp_ramfw/config_sensor.c +++ b/product/sgm775/scp_ramfw/config_sensor.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_smt.c b/product/sgm775/scp_ramfw/config_smt.c index 227c01ce9..d51cf5663 100644 --- a/product/sgm775/scp_ramfw/config_smt.c +++ b/product/sgm775/scp_ramfw/config_smt.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_system_pll.c b/product/sgm775/scp_ramfw/config_system_pll.c index 3b54f5f56..024205c28 100644 --- a/product/sgm775/scp_ramfw/config_system_pll.c +++ b/product/sgm775/scp_ramfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_system_power.c b/product/sgm775/scp_ramfw/config_system_power.c index 37498086a..0823ffd18 100644 --- a/product/sgm775/scp_ramfw/config_system_power.c +++ b/product/sgm775/scp_ramfw/config_system_power.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/config_timer.c b/product/sgm775/scp_ramfw/config_timer.c index a3f027ff4..84b9225b5 100644 --- a/product/sgm775/scp_ramfw/config_timer.c +++ b/product/sgm775/scp_ramfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/firmware.mk b/product/sgm775/scp_ramfw/firmware.mk index 0949b4828..eb70ff9ab 100644 --- a/product/sgm775/scp_ramfw/firmware.mk +++ b/product/sgm775/scp_ramfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_ramfw/fmw_memory.ld.S b/product/sgm775/scp_ramfw/fmw_memory.ld.S index 93d6bcfd3..18da25990 100644 --- a/product/sgm775/scp_ramfw/fmw_memory.ld.S +++ b/product/sgm775/scp_ramfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_ramfw/rtx_config.c b/product/sgm775/scp_ramfw/rtx_config.c index c3c10bfe8..4a0ded6c9 100644 --- a/product/sgm775/scp_ramfw/rtx_config.c +++ b/product/sgm775/scp_ramfw/rtx_config.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/clock_devices.h b/product/sgm775/scp_romfw/clock_devices.h index 31fe8b1c7..0cac89627 100644 --- a/product/sgm775/scp_romfw/clock_devices.h +++ b/product/sgm775/scp_romfw/clock_devices.h @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_bootloader.c b/product/sgm775/scp_romfw/config_bootloader.c index 39db37e2e..068cf3b5c 100644 --- a/product/sgm775/scp_romfw/config_bootloader.c +++ b/product/sgm775/scp_romfw/config_bootloader.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_clock.c b/product/sgm775/scp_romfw/config_clock.c index 29e211a09..0f9c42c3b 100644 --- a/product/sgm775/scp_romfw/config_clock.c +++ b/product/sgm775/scp_romfw/config_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_css_clock.c b/product/sgm775/scp_romfw/config_css_clock.c index 05c882e54..e0140ceb5 100644 --- a/product/sgm775/scp_romfw/config_css_clock.c +++ b/product/sgm775/scp_romfw/config_css_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_log.c b/product/sgm775/scp_romfw/config_log.c index d194ececa..bd169eba7 100644 --- a/product/sgm775/scp_romfw/config_log.c +++ b/product/sgm775/scp_romfw/config_log.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_msys_rom.c b/product/sgm775/scp_romfw/config_msys_rom.c index 12bb5b35a..a63c187ff 100644 --- a/product/sgm775/scp_romfw/config_msys_rom.c +++ b/product/sgm775/scp_romfw/config_msys_rom.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_pik_clock.c b/product/sgm775/scp_romfw/config_pik_clock.c index e2cbfdbd9..f702d6ac6 100644 --- a/product/sgm775/scp_romfw/config_pik_clock.c +++ b/product/sgm775/scp_romfw/config_pik_clock.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_ppu_v0.c b/product/sgm775/scp_romfw/config_ppu_v0.c index 012d4ef7a..0a8bb43ee 100644 --- a/product/sgm775/scp_romfw/config_ppu_v0.c +++ b/product/sgm775/scp_romfw/config_ppu_v0.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_ppu_v1.c b/product/sgm775/scp_romfw/config_ppu_v1.c index bf20c4b51..c711ada30 100644 --- a/product/sgm775/scp_romfw/config_ppu_v1.c +++ b/product/sgm775/scp_romfw/config_ppu_v1.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_sds.c b/product/sgm775/scp_romfw/config_sds.c index 72a5f69a0..b55091f44 100644 --- a/product/sgm775/scp_romfw/config_sds.c +++ b/product/sgm775/scp_romfw/config_sds.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_system_pll.c b/product/sgm775/scp_romfw/config_system_pll.c index a62a198e5..9455cc25c 100644 --- a/product/sgm775/scp_romfw/config_system_pll.c +++ b/product/sgm775/scp_romfw/config_system_pll.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/config_timer.c b/product/sgm775/scp_romfw/config_timer.c index 0b34496b6..a98346efa 100644 --- a/product/sgm775/scp_romfw/config_timer.c +++ b/product/sgm775/scp_romfw/config_timer.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/product/sgm775/scp_romfw/firmware.mk b/product/sgm775/scp_romfw/firmware.mk index 899f7ce1f..5caea8719 100644 --- a/product/sgm775/scp_romfw/firmware.mk +++ b/product/sgm775/scp_romfw/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/product/sgm775/scp_romfw/fmw_memory.ld.S b/product/sgm775/scp_romfw/fmw_memory.ld.S index b9154e079..a1082d6d5 100644 --- a/product/sgm775/scp_romfw/fmw_memory.ld.S +++ b/product/sgm775/scp_romfw/fmw_memory.ld.S @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause * diff --git a/product/sgm775/src/sgm775_core.c b/product/sgm775/src/sgm775_core.c index 750f18a05..de730b8c9 100644 --- a/product/sgm775/src/sgm775_core.c +++ b/product/sgm775/src/sgm775_core.c @@ -1,6 +1,6 @@ /* * Arm SCP/MCP Software - * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved. + * Copyright (c) 2017-2019, Arm Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ diff --git a/readme.md b/readme.md index a95dd9505..4e5b4b7e2 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ SCP-firmware - version 2.4 ========================== -Copyright (c) 2011-2018, Arm Limited. All rights reserved. +Copyright (c) 2011-2019, Arm Limited. All rights reserved. References ---------- diff --git a/tools/build_string.py b/tools/build_string.py index 7a3732f81..b4674a2f1 100755 --- a/tools/build_string.py +++ b/tools/build_string.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/cpu.mk b/tools/build_system/cpu.mk index 640787a8f..006702f17 100644 --- a/tools/build_system/cpu.mk +++ b/tools/build_system/cpu.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/defs.mk b/tools/build_system/defs.mk index 25c637f29..feedeb4fc 100644 --- a/tools/build_system/defs.mk +++ b/tools/build_system/defs.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/firmware.mk b/tools/build_system/firmware.mk index af10c9f8a..c430510b0 100644 --- a/tools/build_system/firmware.mk +++ b/tools/build_system/firmware.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/lib.mk b/tools/build_system/lib.mk index 1c2c8a795..a333a737e 100644 --- a/tools/build_system/lib.mk +++ b/tools/build_system/lib.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/rules.mk b/tools/build_system/rules.mk index 2567b0ec1..f919ce6b7 100644 --- a/tools/build_system/rules.mk +++ b/tools/build_system/rules.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/test.mk b/tools/build_system/test.mk index e1f67b1e0..5731d9722 100644 --- a/tools/build_system/test.mk +++ b/tools/build_system/test.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/build_system/toolchain.mk b/tools/build_system/toolchain.mk index 998ac3e47..795054e58 100644 --- a/tools/build_system/toolchain.mk +++ b/tools/build_system/toolchain.mk @@ -1,6 +1,6 @@ # # Arm SCP/MCP Software -# Copyright (c) 2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_copyright.py b/tools/check_copyright.py index 584bbbcb5..b4400a6ab 100755 --- a/tools/check_copyright.py +++ b/tools/check_copyright.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_doc.py b/tools/check_doc.py index 6066275b2..173864571 100755 --- a/tools/check_doc.py +++ b/tools/check_doc.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause diff --git a/tools/check_spacing.py b/tools/check_spacing.py index 1eb38cbb0..9e5b9de74 100755 --- a/tools/check_spacing.py +++ b/tools/check_spacing.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_style.py b/tools/check_style.py index caebae5ac..9a4865b9f 100755 --- a/tools/check_style.py +++ b/tools/check_style.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/check_tabs.py b/tools/check_tabs.py index 38c612373..4d9765607 100755 --- a/tools/check_tabs.py +++ b/tools/check_tabs.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/ci.py b/tools/ci.py index de53e69d7..807880bfd 100755 --- a/tools/ci.py +++ b/tools/ci.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/gen_module_code.py b/tools/gen_module_code.py index f43c5aeb4..32af51124 100755 --- a/tools/gen_module_code.py +++ b/tools/gen_module_code.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Arm SCP/MCP Software -# Copyright (c) 2015-2018, Arm Limited and Contributors. All rights reserved. +# Copyright (c) 2015-2019, Arm Limited and Contributors. All rights reserved. # # SPDX-License-Identifier: BSD-3-Clause # -- GitLab