summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-04-16 08:20:06 +0200
committerManuel Bentele2021-04-16 08:20:06 +0200
commitf7cca217a3696980a72564f57bad4597ddbe9df5 (patch)
treeaef86d634095f2ff73b5044c5be1eb662e036336
parent[SERVER] Mark uplink requests with BGR/prefetch flags and handle them (diff)
downloaddnbd3-f7cca217a3696980a72564f57bad4597ddbe9df5.tar.gz
dnbd3-f7cca217a3696980a72564f57bad4597ddbe9df5.tar.xz
dnbd3-f7cca217a3696980a72564f57bad4597ddbe9df5.zip
[KERNEL] Removes duplicate word 'of' in license headers
-rw-r--r--inc/dnbd3/config.h2
-rw-r--r--inc/dnbd3/shared/log.h2
-rw-r--r--inc/dnbd3/types.h2
-rw-r--r--src/client/client.c2
-rw-r--r--src/kernel/blk.c2
-rw-r--r--src/kernel/blk.h2
-rw-r--r--src/kernel/dnbd3_main.c2
-rw-r--r--src/kernel/dnbd3_main.h2
-rw-r--r--src/kernel/net.c2
-rw-r--r--src/kernel/net.h2
-rw-r--r--src/kernel/sysfs.c2
-rw-r--r--src/kernel/sysfs.h2
-rw-r--r--src/kernel/utils.c2
-rw-r--r--src/kernel/utils.h2
-rw-r--r--src/server/net.c2
-rw-r--r--src/server/net.h2
-rw-r--r--src/server/server.c2
-rw-r--r--src/server/server.h2
-rw-r--r--src/shared/log.c2
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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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 <johann@latocha.de>
*
- * 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