diff --git a/include/download.mk b/include/download.mk index a359514002..d1d2027bb1 100644 --- a/include/download.mk +++ b/include/download.mk @@ -1,5 +1,6 @@ # # Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2016 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. diff --git a/scripts/download.pl b/scripts/download.pl index a1bd0133ca..749c762eec 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -1,6 +1,7 @@ #!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2016 LEDE project # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.