From f34679e27acdd4fcd4441895db65b86ea42365db Mon Sep 17 00:00:00 2001 From: Lars Heer Date: Fri, 20 Sep 2013 05:48:47 +0200 Subject: applied svn diff -r188:189 from https://svn.baycom.de/repos/vdr-mcli-plugin/ : r189 | fliegl | 2013-09-19 21:26:55 +0200 (Do, 19. Sep 2013) | 2 Zeilen , Add LGPL license for all tools (including netcvdvbip) --- README | 20 ++++++++++---------- mcast/common/version.h | 2 +- mcast/netcv2dvbip/channels.conf | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README b/README index b9a3800..c7738fc 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ This is a "plugin" for the Video Disk Recorder (VDR) to access DVB-streams produced by the NetCeiver-hardware. Project's homepage: -http://www.baycom.de/wiki/index.php/Products::netceiver +http://www.baycom.de/hardware/netceiver/ Latest version available via SVN at: https://svn.baycom.de/repos/vdr-mcli-plugin/ @@ -16,17 +16,17 @@ Copyright (C) 2010 by Christian Cier-Zniewski ------------------------------------------------------------------ -The mcli-library (libmcli.so) is covered by the -GNU LESSER GENERAL PUBLIC LICENSE (LGPL), version 2.1: +The mcli-library (libmcli.so) and all tools (including netcv2dvbip) +are covered by the GNU LESSER GENERAL PUBLIC LICENSE (LGPL), version 2.1: -This library is free software; you can redistribute it and/or modify it -under the terms of the GNU Lesser General Public License version 2.1 as -published by the Free Software Foundation. +This library and all tools are free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License version +2.1 as published by the Free Software Foundation. -This library is distributed in the hope that it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License -for more details. +This library and all tools are distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser +General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, diff --git a/mcast/common/version.h b/mcast/common/version.h index e7aea47..f7f4cb3 100644 --- a/mcast/common/version.h +++ b/mcast/common/version.h @@ -11,7 +11,7 @@ #else #define MCLI_P2PSTR "" #endif -#define MCLI_APP_VERSION "0.99.33"MCLI_P2PSTR +#define MCLI_APP_VERSION "0.99.34"MCLI_P2PSTR #define MCLI_COMPILED __DATE__" "__TIME__ #define MCLI_VERSION_STR MCLI_APP_VERSION" ("MCLI_COMPILED")" #define MCLI_MAGIC 0xDEADBEEF diff --git a/mcast/netcv2dvbip/channels.conf b/mcast/netcv2dvbip/channels.conf index 520e108..d6e5270 100644 --- a/mcast/netcv2dvbip/channels.conf +++ b/mcast/netcv2dvbip/channels.conf @@ -1,3 +1,3 @@ :Hauptsender Das Erste;ARD:11836:hC34:S19.2E:27500:101:102=deu,103=2ch;106=deu:104:0:28106:1:1101:0 -ZDF;ZDFvision:11954:hC34:S19.2E:27500:110:120=deu,121=2ch;125=deu:130:0:28006:1:1079:0 +ZDF;ZDFvision:11954:hC34:S19.2E:27500:110:120=deu,121=2ch;125=deu:130:0:28006:1:1079:0 \ No newline at end of file -- cgit v1.2.3