summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Gromm <christian.gromm@microchip.com>2016-12-16 17:34:24 +0100
committerChristian Gromm <christian.gromm@microchip.com>2016-12-16 17:34:24 +0100
commit43d2a8c5e3a5f9702a7a030f076b21b564e37ce6 (patch)
tree65636c99ce9d356daccfaeff2b347e81b79b3346
parent0a28683a1ff9f3975c8b68b15017cf342bab5f3d (diff)
src: vod-server: change license
This patch changes the license to GPLv2. Change-Id: I1c1d3cf7bdce5913b0d3299b9ceebab559510507 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
-rw-r--r--Src/AutoLock.h2
-rw-r--r--Src/ConnectionInfo.cpp2
-rw-r--r--Src/ConnectionInfo.h2
-rw-r--r--Src/Console.c2
-rw-r--r--Src/Console.h2
-rw-r--r--Src/DoxyGenStartPage.h2
-rw-r--r--Src/IP/MostIpc.cpp2
-rw-r--r--Src/IP/MostIpc.h2
-rw-r--r--Src/IP/MostMsg.cpp2
-rw-r--r--Src/IP/MostMsg.h2
-rw-r--r--Src/IP/MostMsgTx.cpp2
-rw-r--r--Src/IP/MostMsgTx.h2
-rw-r--r--Src/IP/MsgAddr.cpp2
-rw-r--r--Src/IP/MsgAddr.h2
-rw-r--r--Src/IP/MsgFilter.cpp2
-rw-r--r--Src/IP/MsgFilter.h2
-rw-r--r--Src/MacAddr.cpp2
-rw-r--r--Src/MacAddr.h2
-rw-r--r--Src/Main.cpp2
-rw-r--r--Src/Multiplexer/Multiplexer.h2
-rw-r--r--Src/Multiplexer/RingBuffer.h2
-rw-r--r--Src/Multiplexer/Source.h2
-rw-r--r--Src/Multiplexer/SourceFile.cpp2
-rw-r--r--Src/Multiplexer/SourceFile.h2
-rw-r--r--Src/Multiplexer/SourceFileConverted.cpp2
-rw-r--r--Src/Multiplexer/SourceFileConverted.h2
-rw-r--r--Src/Multiplexer/Stream.cpp2
-rw-r--r--Src/Multiplexer/Stream.h2
-rw-r--r--Src/Multiplexer/StreamList.cpp2
-rw-r--r--Src/Multiplexer/StreamList.h2
-rw-r--r--Src/Multiplexer/ThreadReadHdd.cpp2
-rw-r--r--Src/Multiplexer/ThreadReadHdd.h2
-rw-r--r--Src/Multiplexer/ThreadWriteNetwork.cpp2
-rw-r--r--Src/Multiplexer/ThreadWriteNetwork.h2
-rw-r--r--Src/Multiplexer/TsPacket.h2
-rw-r--r--Src/Multiplexer/udp-stream.c2
-rw-r--r--Src/Multiplexer/udp-stream.h2
-rw-r--r--Src/SafeVector.h2
-rw-r--r--Src/Thread.cpp2
-rw-r--r--Src/Thread.h2
-rw-r--r--Src/Types.h2
-rw-r--r--Src/VodHandler.cpp2
-rw-r--r--Src/VodHandler.h2
43 files changed, 43 insertions, 43 deletions
diff --git a/Src/AutoLock.h b/Src/AutoLock.h
index 35404cf..21f0087 100644
--- a/Src/AutoLock.h
+++ b/Src/AutoLock.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/ConnectionInfo.cpp b/Src/ConnectionInfo.cpp
index 927dcb3..f08c637 100644
--- a/Src/ConnectionInfo.cpp
+++ b/Src/ConnectionInfo.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/ConnectionInfo.h b/Src/ConnectionInfo.h
index 13016f5..f37b567 100644
--- a/Src/ConnectionInfo.h
+++ b/Src/ConnectionInfo.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Console.c b/Src/Console.c
index 4ae52a3..03738bf 100644
--- a/Src/Console.c
+++ b/Src/Console.c
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Console.h b/Src/Console.h
index aab7e71..232d0e6 100644
--- a/Src/Console.h
+++ b/Src/Console.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/DoxyGenStartPage.h b/Src/DoxyGenStartPage.h
index 47dc411..ad5740d 100644
--- a/Src/DoxyGenStartPage.h
+++ b/Src/DoxyGenStartPage.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostIpc.cpp b/Src/IP/MostIpc.cpp
index 86e7341..6bdaee1 100644
--- a/Src/IP/MostIpc.cpp
+++ b/Src/IP/MostIpc.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostIpc.h b/Src/IP/MostIpc.h
index 0f8596d..b0417ad 100644
--- a/Src/IP/MostIpc.h
+++ b/Src/IP/MostIpc.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostMsg.cpp b/Src/IP/MostMsg.cpp
index 3ca043f..7148d2f 100644
--- a/Src/IP/MostMsg.cpp
+++ b/Src/IP/MostMsg.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostMsg.h b/Src/IP/MostMsg.h
index fb4bdd8..da50186 100644
--- a/Src/IP/MostMsg.h
+++ b/Src/IP/MostMsg.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostMsgTx.cpp b/Src/IP/MostMsgTx.cpp
index d3c5864..a5ff3f4 100644
--- a/Src/IP/MostMsgTx.cpp
+++ b/Src/IP/MostMsgTx.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MostMsgTx.h b/Src/IP/MostMsgTx.h
index 00736ae..a2c3261 100644
--- a/Src/IP/MostMsgTx.h
+++ b/Src/IP/MostMsgTx.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MsgAddr.cpp b/Src/IP/MsgAddr.cpp
index 3da23f0..69e553f 100644
--- a/Src/IP/MsgAddr.cpp
+++ b/Src/IP/MsgAddr.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MsgAddr.h b/Src/IP/MsgAddr.h
index 9a3fa80..f480e33 100644
--- a/Src/IP/MsgAddr.h
+++ b/Src/IP/MsgAddr.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MsgFilter.cpp b/Src/IP/MsgFilter.cpp
index f9684f4..e22f74c 100644
--- a/Src/IP/MsgFilter.cpp
+++ b/Src/IP/MsgFilter.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/IP/MsgFilter.h b/Src/IP/MsgFilter.h
index 72ef45f..cd0c00b 100644
--- a/Src/IP/MsgFilter.h
+++ b/Src/IP/MsgFilter.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/MacAddr.cpp b/Src/MacAddr.cpp
index 8b1f699..b4f07a6 100644
--- a/Src/MacAddr.cpp
+++ b/Src/MacAddr.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/MacAddr.h b/Src/MacAddr.h
index 0ff9858..e48b037 100644
--- a/Src/MacAddr.h
+++ b/Src/MacAddr.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Main.cpp b/Src/Main.cpp
index 489f454..db9d6ad 100644
--- a/Src/Main.cpp
+++ b/Src/Main.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/Multiplexer.h b/Src/Multiplexer/Multiplexer.h
index d90e4b0..8de4140 100644
--- a/Src/Multiplexer/Multiplexer.h
+++ b/Src/Multiplexer/Multiplexer.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/RingBuffer.h b/Src/Multiplexer/RingBuffer.h
index 29cafcd..ea96df4 100644
--- a/Src/Multiplexer/RingBuffer.h
+++ b/Src/Multiplexer/RingBuffer.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/Source.h b/Src/Multiplexer/Source.h
index 9747e39..95f0b86 100644
--- a/Src/Multiplexer/Source.h
+++ b/Src/Multiplexer/Source.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/SourceFile.cpp b/Src/Multiplexer/SourceFile.cpp
index 3105145..ad34b26 100644
--- a/Src/Multiplexer/SourceFile.cpp
+++ b/Src/Multiplexer/SourceFile.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/SourceFile.h b/Src/Multiplexer/SourceFile.h
index 02afea2..ed628b3 100644
--- a/Src/Multiplexer/SourceFile.h
+++ b/Src/Multiplexer/SourceFile.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/SourceFileConverted.cpp b/Src/Multiplexer/SourceFileConverted.cpp
index 2816663..5e7e01e 100644
--- a/Src/Multiplexer/SourceFileConverted.cpp
+++ b/Src/Multiplexer/SourceFileConverted.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/SourceFileConverted.h b/Src/Multiplexer/SourceFileConverted.h
index 297b582..dc4b01c 100644
--- a/Src/Multiplexer/SourceFileConverted.h
+++ b/Src/Multiplexer/SourceFileConverted.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/Stream.cpp b/Src/Multiplexer/Stream.cpp
index 37fa93b..28f4ef2 100644
--- a/Src/Multiplexer/Stream.cpp
+++ b/Src/Multiplexer/Stream.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/Stream.h b/Src/Multiplexer/Stream.h
index 9206f27..eeebdc3 100644
--- a/Src/Multiplexer/Stream.h
+++ b/Src/Multiplexer/Stream.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/StreamList.cpp b/Src/Multiplexer/StreamList.cpp
index a2766e0..b5845ea 100644
--- a/Src/Multiplexer/StreamList.cpp
+++ b/Src/Multiplexer/StreamList.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/StreamList.h b/Src/Multiplexer/StreamList.h
index 8770a86..6bd4978 100644
--- a/Src/Multiplexer/StreamList.h
+++ b/Src/Multiplexer/StreamList.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/ThreadReadHdd.cpp b/Src/Multiplexer/ThreadReadHdd.cpp
index 7009642..1bb5f39 100644
--- a/Src/Multiplexer/ThreadReadHdd.cpp
+++ b/Src/Multiplexer/ThreadReadHdd.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/ThreadReadHdd.h b/Src/Multiplexer/ThreadReadHdd.h
index 74996fd..5732a4a 100644
--- a/Src/Multiplexer/ThreadReadHdd.h
+++ b/Src/Multiplexer/ThreadReadHdd.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/ThreadWriteNetwork.cpp b/Src/Multiplexer/ThreadWriteNetwork.cpp
index 5723a6c..d413c1c 100644
--- a/Src/Multiplexer/ThreadWriteNetwork.cpp
+++ b/Src/Multiplexer/ThreadWriteNetwork.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/ThreadWriteNetwork.h b/Src/Multiplexer/ThreadWriteNetwork.h
index c0fda28..cbca933 100644
--- a/Src/Multiplexer/ThreadWriteNetwork.h
+++ b/Src/Multiplexer/ThreadWriteNetwork.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/TsPacket.h b/Src/Multiplexer/TsPacket.h
index fe68289..ada5d1e 100644
--- a/Src/Multiplexer/TsPacket.h
+++ b/Src/Multiplexer/TsPacket.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/udp-stream.c b/Src/Multiplexer/udp-stream.c
index c830789..4fe1030 100644
--- a/Src/Multiplexer/udp-stream.c
+++ b/Src/Multiplexer/udp-stream.c
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Multiplexer/udp-stream.h b/Src/Multiplexer/udp-stream.h
index df6c5db..412f69d 100644
--- a/Src/Multiplexer/udp-stream.h
+++ b/Src/Multiplexer/udp-stream.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/SafeVector.h b/Src/SafeVector.h
index 97a4882..cf44f3a 100644
--- a/Src/SafeVector.h
+++ b/Src/SafeVector.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Thread.cpp b/Src/Thread.cpp
index b6bb01e..f70af1d 100644
--- a/Src/Thread.cpp
+++ b/Src/Thread.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Thread.h b/Src/Thread.h
index 01f6500..fe58fa8 100644
--- a/Src/Thread.h
+++ b/Src/Thread.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/Types.h b/Src/Types.h
index 13ab01b..2e1aa44 100644
--- a/Src/Types.h
+++ b/Src/Types.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/VodHandler.cpp b/Src/VodHandler.cpp
index 98ead21..989bab4 100644
--- a/Src/VodHandler.cpp
+++ b/Src/VodHandler.cpp
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/Src/VodHandler.h b/Src/VodHandler.h
index 030c08e..d597f1b 100644
--- a/Src/VodHandler.h
+++ b/Src/VodHandler.h
@@ -5,7 +5,7 @@
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
+ * the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,