laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/30067 )
Change subject: Fix typos in copyright statements. ......................................................................
Fix typos in copyright statements.
Change-Id: I783c56bb1d216ce3a47a19da230ee5f50aca2ab3 --- M src/context.c M src/mnl.c M src/select.c 3 files changed, 3 insertions(+), 3 deletions(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/context.c b/src/context.c index 8ab6f87..6b58565 100644 --- a/src/context.c +++ b/src/context.c @@ -2,7 +2,7 @@ * talloc context handling. * * (C) 2019 by Harald Welte laforge@gnumonks.org - * All Rights Reserverd. + * All Rights Reserved. * * SPDX-License-Identifier: GPL-2.0+ * diff --git a/src/mnl.c b/src/mnl.c index f32367d..c3f5fe6 100644 --- a/src/mnl.c +++ b/src/mnl.c @@ -8,7 +8,7 @@
/* * (C) 2020 by Harald Welte laforge@gnumonks.org - * All Rights Reserverd. + * All Rights Reserved. * * SPDX-License-Identifier: GPL-2.0+ * diff --git a/src/select.c b/src/select.c index 5aee7d8..026d457 100644 --- a/src/select.c +++ b/src/select.c @@ -5,7 +5,7 @@ * of the linux 2.4 netfilter subsystem. */ /* * (C) 2000-2020 by Harald Welte laforge@gnumonks.org - * All Rights Reserverd. + * All Rights Reserved. * * SPDX-License-Identifier: GPL-2.0+ *