From f7cca217a3696980a72564f57bad4597ddbe9df5 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 16 Apr 2021 08:20:06 +0200 Subject: [KERNEL] Removes duplicate word 'of' in license headers --- inc/dnbd3/config.h | 2 +- inc/dnbd3/shared/log.h | 2 +- inc/dnbd3/types.h | 2 +- src/client/client.c | 2 +- src/kernel/blk.c | 2 +- src/kernel/blk.h | 2 +- src/kernel/dnbd3_main.c | 2 +- src/kernel/dnbd3_main.h | 2 +- src/kernel/net.c | 2 +- src/kernel/net.h | 2 +- src/kernel/sysfs.c | 2 +- src/kernel/sysfs.h | 2 +- src/kernel/utils.c | 2 +- src/kernel/utils.h | 2 +- src/server/net.c | 2 +- src/server/net.h | 2 +- src/server/server.c | 2 +- src/server/server.h | 2 +- src/shared/log.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/inc/dnbd3/config.h b/inc/dnbd3/config.h index 50336af..eb4b8b1 100644 --- a/inc/dnbd3/config.h +++ b/inc/dnbd3/config.h @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/inc/dnbd3/shared/log.h b/inc/dnbd3/shared/log.h index 9185b18..2a15f1d 100644 --- a/inc/dnbd3/shared/log.h +++ b/inc/dnbd3/shared/log.h @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Simon Rettberg * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/inc/dnbd3/types.h b/inc/dnbd3/types.h index 59bf2d1..699fa68 100644 --- a/inc/dnbd3/types.h +++ b/inc/dnbd3/types.h @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/client/client.c b/src/client/client.c index c458ac1..0cf222e 100644 --- a/src/client/client.c +++ b/src/client/client.c @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/blk.c b/src/kernel/blk.c index 96a330c..8527651 100644 --- a/src/kernel/blk.c +++ b/src/kernel/blk.c @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/blk.h b/src/kernel/blk.h index 45b4352..2410fe1 100644 --- a/src/kernel/blk.h +++ b/src/kernel/blk.h @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/dnbd3_main.c b/src/kernel/dnbd3_main.c index 3f492b1..cb42567 100644 --- a/src/kernel/dnbd3_main.c +++ b/src/kernel/dnbd3_main.c @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/dnbd3_main.h b/src/kernel/dnbd3_main.h index 71c3cf8..f3bd8fe 100644 --- a/src/kernel/dnbd3_main.h +++ b/src/kernel/dnbd3_main.h @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/net.c b/src/kernel/net.c index b07e8dc..76fc338 100644 --- a/src/kernel/net.c +++ b/src/kernel/net.c @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/net.h b/src/kernel/net.h index f91334e..4d658ab 100644 --- a/src/kernel/net.h +++ b/src/kernel/net.h @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/sysfs.c b/src/kernel/sysfs.c index 5b07ae3..79bc21e 100644 --- a/src/kernel/sysfs.c +++ b/src/kernel/sysfs.c @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/sysfs.h b/src/kernel/sysfs.h index 015147b..1db4a07 100644 --- a/src/kernel/sysfs.h +++ b/src/kernel/sysfs.h @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/utils.c b/src/kernel/utils.c index c40120a..f2b7264 100644 --- a/src/kernel/utils.c +++ b/src/kernel/utils.c @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/kernel/utils.h b/src/kernel/utils.h index 1364c30..e0efb97 100644 --- a/src/kernel/utils.h +++ b/src/kernel/utils.h @@ -4,7 +4,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/server/net.c b/src/server/net.c index 4cd9773..eb51d29 100644 --- a/src/server/net.c +++ b/src/server/net.c @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/server/net.h b/src/server/net.h index 6813b49..2d6e5e7 100644 --- a/src/server/net.h +++ b/src/server/net.h @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/server/server.c b/src/server/server.c index 6d1366f..0f75935 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/server/server.h b/src/server/server.h index 93ab925..e93d8f5 100644 --- a/src/server/server.h +++ b/src/server/server.h @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Johann Latocha * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed diff --git a/src/shared/log.c b/src/shared/log.c index 374bed1..3a4739d 100644 --- a/src/shared/log.c +++ b/src/shared/log.c @@ -3,7 +3,7 @@ * * Copyright(c) 2011-2012 Simon Rettberg * - * This file may be licensed under the terms of of the + * This file may be licensed under the terms of the * GNU General Public License Version 2 (the ``GPL''). * * Software distributed under the License is distributed -- cgit v1.2.3-55-g7522