From aa75be48752a22fc8e18c99c33cc4b0c1244c844 Mon Sep 17 00:00:00 2001 From: "Christopher N. Hesse" Date: Mon, 16 Jan 2017 22:47:59 +0100 Subject: [PATCH] power: Update module author Change-Id: I4ec64beb57729f5dd299ae04a68770e4f5943c61 --- power/power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/power/power.c b/power/power.c index 09a36d8c..32bc028f 100644 --- a/power/power.c +++ b/power/power.c @@ -444,7 +444,7 @@ struct samsung_power_module HAL_MODULE_INFO_SYM = { .hal_api_version = HARDWARE_HAL_API_VERSION, .id = POWER_HARDWARE_MODULE_ID, .name = "Samsung Power HAL", - .author = "The CyanogenMod Project", + .author = "The LineageOS Project", .methods = &power_module_methods, },