aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BoardConfig.mk1
-rw-r--r--XOS.mk3
-rw-r--r--device.mk1
3 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 11a5384..90c2992 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -1,5 +1,6 @@
# Copyright (C) 2013-2016, The CyanogenMod Project
# Copyright (C) 2017, The LineageOS Project
+# Copyright (C) 2017 The halogenOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/XOS.mk b/XOS.mk
index 7b3265f..ad07096 100644
--- a/XOS.mk
+++ b/XOS.mk
@@ -1,5 +1,6 @@
# Copyright (C) 2013-2016, The CyanogenMod Project
# Copyright (C) 2017, The LineageOS Project
+# Copyright (C) 2017 The halogenOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,7 +21,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from z2_plus device
$(call inherit-product, device/zuk/z2_plus/device.mk)
-# Inherit some common AOSP-OMS stuff.
+# Inherit some common halogenOS stuff.
$(call inherit-product, vendor/xos/config/common.mk)
PRODUCT_NAME := XOS_z2_plus
diff --git a/device.mk b/device.mk
index 0cd7547..97bba06 100644
--- a/device.mk
+++ b/device.mk
@@ -1,5 +1,6 @@
# Copyright (C) 2013-2016, The CyanogenMod Project
# Copyright (C) 2017, The LineageOS Project
+# Copyright (C) 2017 The halogenOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.