diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:31:02 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2008-03-29 17:31:02 +0000 |
| commit | f6046e66c5ce76fd47b113af760cb5b7757477c1 (patch) | |
| tree | c7a5508eff0bc3808438383d1610475261e798f3 | |
| parent | 4c53e9a784ed7ba9deb889810186c09942e912f7 (diff) | |
| download | xxv-f6046e66c5ce76fd47b113af760cb5b7757477c1.tar.gz xxv-f6046e66c5ce76fd47b113af760cb5b7757477c1.tar.bz2 | |
* Update header
| -rw-r--r-- | contrib/vdr2jpeg/Makefile | 15 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/ffm.cpp | 17 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/ffm.h | 22 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/gop.cpp | 17 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/gop.h | 17 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/tools.cpp | 17 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/tools.h | 17 | ||||
| -rw-r--r-- | contrib/vdr2jpeg/vdr2jpeg.cpp | 19 |
8 files changed, 25 insertions, 116 deletions
diff --git a/contrib/vdr2jpeg/Makefile b/contrib/vdr2jpeg/Makefile index c1daa74..f39af73 100644 --- a/contrib/vdr2jpeg/Makefile +++ b/contrib/vdr2jpeg/Makefile @@ -4,20 +4,9 @@ # # Copyright (c) 2005-2008 Andreas Brachold # -# This code 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 (at your option) any later version. +# This code is distributed under the terms and conditions of the +# GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. # -# This code 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. -# -# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -# Or, point your browser to http://www.gnu.org/copyleft/gpl.html # You can change the compile options here or create a Make.config diff --git a/contrib/vdr2jpeg/ffm.cpp b/contrib/vdr2jpeg/ffm.cpp index b0bd50c..fb4be80 100644 --- a/contrib/vdr2jpeg/ffm.cpp +++ b/contrib/vdr2jpeg/ffm.cpp @@ -5,20 +5,9 @@ * * based on FFmpeg main Copyright (c) 2000-2003 Fabrice Bellard * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include <limits.h> diff --git a/contrib/vdr2jpeg/ffm.h b/contrib/vdr2jpeg/ffm.h index 1be1de2..4bac40a 100644 --- a/contrib/vdr2jpeg/ffm.h +++ b/contrib/vdr2jpeg/ffm.h @@ -2,24 +2,10 @@ * Simple program to grab images from VDR Recording * * Copyright (c) 2005-2008 Andreas Brachold - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL - * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - * THE SOFTWARE. + * + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ extern void ffm_initalize(void); diff --git a/contrib/vdr2jpeg/gop.cpp b/contrib/vdr2jpeg/gop.cpp index 0395927..f0a9930 100644 --- a/contrib/vdr2jpeg/gop.cpp +++ b/contrib/vdr2jpeg/gop.cpp @@ -5,20 +5,9 @@ * * demux ported from vdrsync.pl : Copyright(c) 2005 Peter Sebbel * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include <sys/types.h> diff --git a/contrib/vdr2jpeg/gop.h b/contrib/vdr2jpeg/gop.h index 705755f..92ba7d9 100644 --- a/contrib/vdr2jpeg/gop.h +++ b/contrib/vdr2jpeg/gop.h @@ -5,20 +5,9 @@ * * demux ported from vdrsync.pl : Copyright(c) 2005 Peter Sebbel * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include <iostream> diff --git a/contrib/vdr2jpeg/tools.cpp b/contrib/vdr2jpeg/tools.cpp index 761e3c1..00d4579 100644 --- a/contrib/vdr2jpeg/tools.cpp +++ b/contrib/vdr2jpeg/tools.cpp @@ -3,20 +3,9 @@ * * Copyright(c) 2007-2008 Andreas Brachold * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include "tools.h" diff --git a/contrib/vdr2jpeg/tools.h b/contrib/vdr2jpeg/tools.h index 7a1b062..2911da3 100644 --- a/contrib/vdr2jpeg/tools.h +++ b/contrib/vdr2jpeg/tools.h @@ -3,20 +3,9 @@ * * Copyright(c) 2007-2008 Andreas Brachold * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include <string> diff --git a/contrib/vdr2jpeg/vdr2jpeg.cpp b/contrib/vdr2jpeg/vdr2jpeg.cpp index 02f44a6..5eda8f3 100644 --- a/contrib/vdr2jpeg/vdr2jpeg.cpp +++ b/contrib/vdr2jpeg/vdr2jpeg.cpp @@ -2,21 +2,10 @@ * Simple program to grab images from VDR Recording * * Copyright(c) 2005-2008 Andreas Brachold - * - * This code 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 (at your option) any later version. - * - * This code 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. - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html + * + * This code is distributed under the terms and conditions of the + * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. + * */ #include <sys/types.h> |
