flo: Update extract-files and setup-makefiles

Update copyright notice and define INITIAL_COPYRIGHT_YEAR

Change-Id: Ibde3c44b36c2f082d9a9e6f1bbca51de6938622b
This commit is contained in:
Sean McCreary 2017-08-08 20:56:35 -06:00 committed by Artem Borisov
parent d38749d12e
commit 7ca2b3179f
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 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.

View File

@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 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.
@ -19,6 +20,7 @@ set -e
VENDOR=asus
DEVICE_COMMON=flo
DEVICE=${DEVICE:-flo}
export INITIAL_COPYRIGHT_YEAR=2013
# Load extractutils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"