Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdcss
Commits
d43e0c92
Commit
d43e0c92
authored
Oct 20, 2014
by
Diego Biurrun
Browse files
Consistently replace "this program/library" by "libdvdcss" in license headers.
parent
f9a28c11
Changes
12
Hide whitespace changes
Inline
Side-by-side
src/common.h
View file @
d43e0c92
...
...
@@ -8,12 +8,12 @@
* Vincent Seguin <seguin@via.ecp.fr>
* Gildas Bazin <gbazin@netcourrier.com>
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/css.c
View file @
d43e0c92
...
...
@@ -15,18 +15,18 @@
* - DecVOB
* see http://www.lemuria.org/DeCSS/ by Tom Vogt for more information.
*
*
This library
is free software; you can redistribute it and/or modify
*
libdvdcss
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 library
is distributed in the hope that it will be useful,
*
libdvdcss
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 library
; if not, write to the Free Software Foundation, Inc.,
* with
libdvdcss
; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*****************************************************************************/
...
...
src/css.h
View file @
d43e0c92
...
...
@@ -11,12 +11,12 @@
* - DeCSSPlus by Ethan Hawke
* - The Divide and conquer attack by Frank A. Stevenson <frank@funcom.com>
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/csstables.h
View file @
d43e0c92
...
...
@@ -13,12 +13,12 @@
* - DecVOB
* see http://www.lemuria.org/DeCSS/ by Tom Vogt for more information.
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/device.c
View file @
d43e0c92
...
...
@@ -7,18 +7,18 @@
* Sam Hocevar <sam@zoy.org>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
*
This library
is free software; you can redistribute it and/or modify
*
libdvdcss
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 library
is distributed in the hope that it will be useful,
*
libdvdcss
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 library
; if not, write to the Free Software Foundation, Inc.,
* with
libdvdcss
; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*****************************************************************************/
...
...
src/device.h
View file @
d43e0c92
...
...
@@ -7,12 +7,12 @@
* Sam Hocevar <sam@zoy.org>
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/dvdcss/dvdcss.h
View file @
d43e0c92
...
...
@@ -11,12 +11,12 @@
/*
* Copyright (C) 1998-2008 VideoLAN
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/error.c
View file @
d43e0c92
...
...
@@ -5,18 +5,18 @@
*
* Author: Sam Hocevar <sam@zoy.org>
*
*
This library
is free software; you can redistribute it and/or modify
*
libdvdcss
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 library
is distributed in the hope that it will be useful,
*
libdvdcss
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 library
; if not, write to the Free Software Foundation, Inc.,
* with
libdvdcss
; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*****************************************************************************/
...
...
src/ioctl.c
View file @
d43e0c92
...
...
@@ -12,18 +12,18 @@
* Alex Strelnikov <lelik@os2.ru>
* Gildas Bazin <gbazin@netcourrier.com>
*
*
This library
is free software; you can redistribute it and/or modify
*
libdvdcss
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 library
is distributed in the hope that it will be useful,
*
libdvdcss
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 library
; if not, write to the Free Software Foundation, Inc.,
* with
libdvdcss
; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*****************************************************************************/
...
...
src/ioctl.h
View file @
d43e0c92
...
...
@@ -5,12 +5,12 @@
*
* Authors: Sam Hocevar <sam@zoy.org>
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
src/libdvdcss.c
View file @
d43e0c92
...
...
@@ -6,18 +6,18 @@
*
* Copyright (C) 1998-2008 VideoLAN
*
*
This library
is free software; you can redistribute it and/or modify
*
libdvdcss
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 library
is distributed in the hope that it will be useful,
*
libdvdcss
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 library
; if not, write to the Free Software Foundation, Inc.,
* with
libdvdcss
; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
...
...
src/libdvdcss.h
View file @
d43e0c92
...
...
@@ -6,12 +6,12 @@
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Sam Hocevar <sam@zoy.org>
*
*
This program
is free software; you can redistribute it and/or modify
*
libdvdcss
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 program
is distributed in the hope that it will be useful,
*
libdvdcss
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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment