summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kemper2024-11-06 17:50:59 +0000
committerSebastian Kemper2024-11-06 17:54:12 +0000
commit81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a (patch)
tree181ac32a0768fd475bfa239e3e709f186485304d
parent75acd1cdc29740a47454212cd48755b9abbd7a12 (diff)
downloadtelephony-81ecfdf34a1e67d0bb3715c94d79bea9cc5b2e0a.tar.gz
Remove maintainer
As requested on openwrt-devel in October 2024 [1], remove maintainer, including any copyright lines. [1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
-rw-r--r--MAINTAINERS1
-rw-r--r--libs/freetdm/Makefile4
-rw-r--r--libs/gsmlib/Makefile2
-rw-r--r--libs/libctb/Makefile2
-rw-r--r--libs/libks/Makefile4
-rw-r--r--libs/signalwire-client-c/Makefile4
-rw-r--r--libs/sofia-sip/Makefile4
-rw-r--r--libs/spandsp3/Makefile6
-rw-r--r--net/coturn/Makefile4
-rw-r--r--net/freeswitch-mod-bcg729/Makefile2
-rw-r--r--net/freeswitch/Makefile4
-rw-r--r--net/rtpengine/Makefile4
-rw-r--r--net/sipgrep/Makefile2
-rw-r--r--net/sngrep/Makefile2
14 files changed, 13 insertions, 32 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index fd917b1..fb22f95 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11,4 +11,3 @@ Daniel Golle <daniel@makrotopia.org>
Jiri Slachta <jiri@slachta.eu>
Luka Perkov <luka@openwrt.org>
Mazi Lo <openwrt.mazilo@recursor.net>
-Sebastian Kemper <sebastian_ml@gmx.net>
diff --git a/libs/freetdm/Makefile b/libs/freetdm/Makefile
index 428a476..9b27619 100644
--- a/libs/freetdm/Makefile
+++ b/libs/freetdm/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2021 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freetdm
PKG_RELEASE:=2
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/freeswitch/freetdm.git
diff --git a/libs/gsmlib/Makefile b/libs/gsmlib/Makefile
index 9bc4324..6f93b30 100644
--- a/libs/gsmlib/Makefile
+++ b/libs/gsmlib/Makefile
@@ -29,7 +29,7 @@ PKG_INSTALL:=1
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
include $(INCLUDE_DIR)/package.mk
diff --git a/libs/libctb/Makefile b/libs/libctb/Makefile
index e1d6c1a..731e967 100644
--- a/libs/libctb/Makefile
+++ b/libs/libctb/Makefile
@@ -21,7 +21,7 @@ PKG_INSTALL:=1
PKG_LICENSE:=LGPL
PKG_LICENSE_FILES:=build/COPYING
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
include $(INCLUDE_DIR)/package.mk
diff --git a/libs/libks/Makefile b/libs/libks/Makefile
index d3bb1a8..3b77bbc 100644
--- a/libs/libks/Makefile
+++ b/libs/libks/Makefile
@@ -1,5 +1,3 @@
-#
-# Copyright (C) 2019 Sebastian Kemper <sebastian_ml@gmx.net>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -28,7 +26,7 @@ PKG_LICENSE:= \
twofish
PKG_LICENSE_FILES:=copyright
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
diff --git a/libs/signalwire-client-c/Makefile b/libs/signalwire-client-c/Makefile
index debb119..cddf45d 100644
--- a/libs/signalwire-client-c/Makefile
+++ b/libs/signalwire-client-c/Makefile
@@ -1,5 +1,3 @@
-#
-# Copyright (C) 2019 Sebastian Kemper <sebastian_ml@gmx.net>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -24,7 +22,7 @@ CMAKE_INSTALL:=1
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=copyright
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk
diff --git a/libs/sofia-sip/Makefile b/libs/sofia-sip/Makefile
index 2601e48..9f1652c 100644
--- a/libs/sofia-sip/Makefile
+++ b/libs/sofia-sip/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2020 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -28,7 +26,7 @@ PKG_INSTALL:=1
PKG_LICENSE:=LGPL-2.1+
PKG_LICENSE_FILES:=COPYING
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk
diff --git a/libs/spandsp3/Makefile b/libs/spandsp3/Makefile
index f497387..ecde0e9 100644
--- a/libs/spandsp3/Makefile
+++ b/libs/spandsp3/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2020 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -22,9 +20,7 @@ PKG_FIXUP:=autoreconf
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
-PKG_MAINTAINER:= \
- Jiri Slachta <jiri@slachta.eu> \
- Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
include $(INCLUDE_DIR)/package.mk
diff --git a/net/coturn/Makefile b/net/coturn/Makefile
index 685225b..30f7b07 100644
--- a/net/coturn/Makefile
+++ b/net/coturn/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2021 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -16,7 +14,7 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/coturn/coturn
PKG_MIRROR_HASH:=55a7d63edfde6548cd6d6f1b62f6997beeebc66e0ff07b0afd175829434cbf3a
-PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>, Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
PKG_LICENSE:=BSD-COTURN-CITRIX COMBINED-CITRIX-VIVOCHA-BSD MIT-HASH
PKG_LICENSE_FILES:=LICENSE src/apps/relay/dbdrivers/* src/server/ns_turn_khash.h
PKG_CPE_ID:=cpe:/a:coturn_project:coturn
diff --git a/net/freeswitch-mod-bcg729/Makefile b/net/freeswitch-mod-bcg729/Makefile
index 478f1c5..da2c2f1 100644
--- a/net/freeswitch-mod-bcg729/Makefile
+++ b/net/freeswitch-mod-bcg729/Makefile
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch-mod-bcg729
PKG_RELEASE:=1
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
PKG_LICENSE:=MPL-1.1
PKG_LICENSE_FILES:=LICENSE
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index aa49e9f..4f74863 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2017 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -10,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch
PKG_VERSION:=1.10.12
PKG_RELEASE:=2
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
PKG_SOURCE_URL:=https://files.freeswitch.org/releases/freeswitch
diff --git a/net/rtpengine/Makefile b/net/rtpengine/Makefile
index d694d4b..e8b468e 100644
--- a/net/rtpengine/Makefile
+++ b/net/rtpengine/Makefile
@@ -1,6 +1,4 @@
#
-# Copyright (C) 2020 Sebastian Kemper <sebastian_ml@gmx.net>
-#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
@@ -21,7 +19,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-mr$(PKG_VER
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=LICENSE
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
# When building in parallel, some files (like streambuf.c or dtmflib.c)
# are generated multiple times by the rtpengine build system.
diff --git a/net/sipgrep/Makefile b/net/sipgrep/Makefile
index e5cadc6..04fba06 100644
--- a/net/sipgrep/Makefile
+++ b/net/sipgrep/Makefile
@@ -17,7 +17,7 @@ PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep
PKG_MIRROR_HASH:=4fe322d672d5c78160ddf0f0bf599a14b2fc504437262ad08a4003fe66f3e4b5
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILES:=COPYING
diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile
index d889df8..66941e4 100644
--- a/net/sngrep/Makefile
+++ b/net/sngrep/Makefile
@@ -12,7 +12,7 @@ PKG_NAME:=sngrep
PKG_VERSION:=1.6.0
PKG_RELEASE:=1
-PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
+PKG_MAINTAINER:=
PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=COPYING