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%/*}"