diff options
author | OrdenKrieger <OrdenKriegerEDR@googlemail.com> | 2017-01-10 23:28:05 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-14 15:50:26 +0100 |
commit | 6fe46d118dacf3ca734f0a792713a36f33cb921b (patch) | |
tree | 63e2c3007ce66d3d43d66ec43a1b8b6e7f26a42c /init | |
parent | 51fe6eb1975b0978ebe8eaa9cf8a7e4d01d2525b (diff) |
z_2plus: Initial cleanup
*Lets start
Diffstat (limited to 'init')
-rw-r--r-- | init/Android.mk | 3 | ||||
-rw-r--r-- | init/init_z2_plus.cpp | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/init/Android.mk b/init/Android.mk index ce0e39a..6158ad3 100644 --- a/init/Android.mk +++ b/init/Android.mk @@ -1,5 +1,6 @@ # -# Copyright (C) 2016 The CyanogenMod Project +# Copyright (C) 2013-2016, The CyanogenMod Project +# Copyright (C) 2017, The LineageOS 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/init/init_z2_plus.cpp b/init/init_z2_plus.cpp index 5c6c550..dca42a3 100644 --- a/init/init_z2_plus.cpp +++ b/init/init_z2_plus.cpp @@ -1,5 +1,6 @@ /* - Copyright (c) 2016, The CyanogenMod Project + Copyright (C) 2013-2016, The CyanogenMod Project + Copyright (C) 2017, The LineageOS Project Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are |