From 7ca2b3179f8bf7af3c526f1f4fff240129d8e35b Mon Sep 17 00:00:00 2001 From: Sean McCreary Date: Tue, 8 Aug 2017 20:56:35 -0600 Subject: [PATCH] flo: Update extract-files and setup-makefiles Update copyright notice and define INITIAL_COPYRIGHT_YEAR Change-Id: Ibde3c44b36c2f082d9a9e6f1bbca51de6938622b --- extract-files.sh | 1 + setup-makefiles.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/extract-files.sh b/extract-files.sh index 3931064..7d1fcd0 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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. diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 0875b47..0133514 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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%/*}"