From b6a33bf8a38c7e62c0d1b367548e7df2ff053dd9 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 19:33:14 +0100 Subject: [PATCH] sipp: fix copyright In a previous commit I updated the copyright message. But that was not correct as I am not affiliated with OpenWrt. This commit reverts the change. Signed-off-by: Sebastian Kemper --- net/sipp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sipp/Makefile b/net/sipp/Makefile index 814839a..d181392 100644 --- a/net/sipp/Makefile +++ b/net/sipp/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2013-2018 OpenWrt.org +# Copyright (C) 2013-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information.