X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvdr.c;h=56e4eb0f04a2ef0b665d45c3367d14fffa6af13e;hb=6daa02af1a81efa197ea5a8c8f5ff4b6ef526c92;hp=98a4122febaed7d1e64281c30e14bb0123de361f;hpb=5a7311926dc031026298fcd0c6b57514b81f677a;p=vlc diff --git a/modules/access/vdr.c b/modules/access/vdr.c index 98a4122feb..56e4eb0f04 100644 --- a/modules/access/vdr.c +++ b/modules/access/vdr.c @@ -3,19 +3,19 @@ ***************************************************************************** * Copyright (C) 2010 Tobias Güntner * - * 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 2 of the License, or + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program 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 General Public License for more details. + * 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 General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /*** @@ -50,7 +50,7 @@ See http://www.vdr-wiki.de/ and http://www.tvdr.de/ for more information. #include #ifdef HAVE_UNISTD_H # include -#elif defined( WIN32 ) && !defined( UNDER_CE ) +#elif defined( WIN32 ) # include #endif