dvb: camconditionalaccess: fix wrong license headers

Update the license blurb in camconditionalaccess.[hc] from GPL to LGPL.
The plugin is LGPL and the GPL header in those two files was just a
copy/paste mistake.
This commit is contained in:
Alessandro Decina 2018-06-01 16:30:12 +10:00
parent 58070fa12c
commit a8391ca2cd
2 changed files with 26 additions and 26 deletions

View file

@ -1,24 +1,24 @@
/* /*
* camconditionalaccess.c - CAM (EN50221) Conditional Access resource * camconditionalaccess.c - CAM (EN50221) Conditional Access Resource
* Copyright (C) 2007 Alessandro Decina * Copyright (C) 2007 Alessandro Decina
* *
* Authors: * Authors:
* Alessandro Decina <alessandro@nnva.org> * Alessandro Decina <alessandro@nnva.org>
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Library General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * 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, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Library 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 St, Fifth Floor, Boston, MA 02110-1301 USA.
* *
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/ */
#include <unistd.h> #include <unistd.h>

View file

@ -1,25 +1,25 @@
/* /*
* camconditionalaccess.h - CAM (EN50221) Conditional Access resource * camconditionalaccess.h - CAM (EN50221) Conditional Access Resource
* Copyright (C) 2007 Alessandro Decina * Copyright (C) 2007 Alessandro Decina
* *
* Authors: * Authors:
* Alessandro Decina <alessandro@nnva.org> * Alessandro Decina <alessandro@nnva.org>
* *
* This program is free software; you can redistribute it and/or modify * This library is free software; you can redistribute it and/or
* it under the terms of the GNU General Public License as published by * modify it under the terms of the GNU Library General Public
* the Free Software Foundation; either version 2 of the License, or * License as published by the Free Software Foundation; either
* (at your option) any later version. * 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, * This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* GNU General Public License for more details. * Library General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU Library General Public
* along with this program; if not, write to the Free Software * License along with this library; if not, write to the
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* * Boston, MA 02110-1301, USA.
*/ *V/
#ifndef CAM_CONDITIONAL_ACCESS_H #ifndef CAM_CONDITIONAL_ACCESS_H
#define CAM_CONDITIONAL_ACCESS_H #define CAM_CONDITIONAL_ACCESS_H