diff options
author | Christian Gromm <christian.gromm@microchip.com> | 2016-12-16 17:34:24 +0100 |
---|---|---|
committer | Christian Gromm <christian.gromm@microchip.com> | 2016-12-16 17:34:24 +0100 |
commit | 43d2a8c5e3a5f9702a7a030f076b21b564e37ce6 (patch) | |
tree | 65636c99ce9d356daccfaeff2b347e81b79b3346 /Src/Multiplexer | |
parent | 0a28683a1ff9f3975c8b68b15017cf342bab5f3d (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>
Diffstat (limited to 'Src/Multiplexer')
-rw-r--r-- | Src/Multiplexer/Multiplexer.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/RingBuffer.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/Source.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/SourceFile.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/SourceFile.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/SourceFileConverted.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/SourceFileConverted.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/Stream.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/Stream.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/StreamList.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/StreamList.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/ThreadReadHdd.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/ThreadReadHdd.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/ThreadWriteNetwork.cpp | 2 | ||||
-rw-r--r-- | Src/Multiplexer/ThreadWriteNetwork.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/TsPacket.h | 2 | ||||
-rw-r--r-- | Src/Multiplexer/udp-stream.c | 2 | ||||
-rw-r--r-- | Src/Multiplexer/udp-stream.h | 2 |
18 files changed, 18 insertions, 18 deletions
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, |