diff options
| author | Paul Spooren | 2021-01-27 03:21:48 +0000 |
|---|---|---|
| committer | Paul Spooren | 2021-01-27 03:30:09 +0000 |
| commit | 2d72be766d0b709436affeb0bceae698503d0c3b (patch) | |
| tree | a04afdd010ca9c605fb116688f62b2b5f746663f | |
| parent | 513f7171a3e509bba54ecc2af2d6259c7cbff221 (diff) | |
| download | openwrt-2d72be766d0b709436affeb0bceae698503d0c3b.tar.gz | |
base-files: bump Copyright to 2021
This commit is only added to keep the PKG_RELEASE correct after fixing
the $(COMMITCOUNT) logic in the previous commit.
This way the PKG_RELEASE stays the same while the compiled packages
content isn't changed.
Signed-off-by: Paul Spooren <mail@aparcar.org>
| -rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index d134641cb9..8a1ddf96f5 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2016 OpenWrt.org +# Copyright (C) 2007-2021 OpenWrt.org # Copyright (C) 2010 Vertical Communications # # This is free software, licensed under the GNU General Public License v2. |