[libdvdcss-devel] [PATCH 25/25] Consistently replace "this program/library" by "libdvdcss" in license headers.
Diego Biurrun
diego at biurrun.de
Mon Oct 20 11:59:18 CEST 2014
---
src/common.h | 4 ++--
src/css.c | 6 +++---
src/css.h | 4 ++--
src/csstables.h | 4 ++--
src/device.c | 6 +++---
src/device.h | 4 ++--
src/dvdcss/dvdcss.h | 4 ++--
src/error.c | 6 +++---
src/ioctl.c | 6 +++---
src/ioctl.h | 4 ++--
src/libdvdcss.c | 6 +++---
src/libdvdcss.h | 4 ++--
12 files changed, 29 insertions(+), 29 deletions(-)
diff --git a/src/common.h b/src/common.h
index d4e4f36..a83b0c0 100644
--- a/src/common.h
+++ b/src/common.h
@@ -8,12 +8,12 @@
* Vincent Seguin <seguin at via.ecp.fr>
* Gildas Bazin <gbazin at 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.
diff --git a/src/css.c b/src/css.c
index 5b8ee17..b70759a 100644
--- a/src/css.c
+++ b/src/css.c
@@ -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.
*****************************************************************************/
diff --git a/src/css.h b/src/css.h
index 48d7a1e..8b47840 100644
--- a/src/css.h
+++ b/src/css.h
@@ -11,12 +11,12 @@
* - DeCSSPlus by Ethan Hawke
* - The Divide and conquer attack by Frank A. Stevenson <frank at 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.
diff --git a/src/csstables.h b/src/csstables.h
index 7306f35..6dadbb3 100644
--- a/src/csstables.h
+++ b/src/csstables.h
@@ -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.
diff --git a/src/device.c b/src/device.c
index 77c0fa5..417d9f3 100644
--- a/src/device.c
+++ b/src/device.c
@@ -7,18 +7,18 @@
* Sam Hocevar <sam at zoy.org>
* Håkan Hjort <d95hjort at 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.
*****************************************************************************/
diff --git a/src/device.h b/src/device.h
index 4119b70..e45d075 100644
--- a/src/device.h
+++ b/src/device.h
@@ -7,12 +7,12 @@
* Sam Hocevar <sam at zoy.org>
* Håkan Hjort <d95hjort at 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.
diff --git a/src/dvdcss/dvdcss.h b/src/dvdcss/dvdcss.h
index fb05a30..035b093 100644
--- a/src/dvdcss/dvdcss.h
+++ b/src/dvdcss/dvdcss.h
@@ -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.
diff --git a/src/error.c b/src/error.c
index e7127b6..204caa2 100644
--- a/src/error.c
+++ b/src/error.c
@@ -5,18 +5,18 @@
*
* Author: Sam Hocevar <sam at 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.
*****************************************************************************/
diff --git a/src/ioctl.c b/src/ioctl.c
index 00b8449..7c7534d 100644
--- a/src/ioctl.c
+++ b/src/ioctl.c
@@ -12,18 +12,18 @@
* Alex Strelnikov <lelik at os2.ru>
* Gildas Bazin <gbazin at 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.
*****************************************************************************/
diff --git a/src/ioctl.h b/src/ioctl.h
index bb50214..96a06d4 100644
--- a/src/ioctl.h
+++ b/src/ioctl.h
@@ -5,12 +5,12 @@
*
* Authors: Sam Hocevar <sam at 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.
diff --git a/src/libdvdcss.c b/src/libdvdcss.c
index a79e5c3..d01169c 100644
--- a/src/libdvdcss.c
+++ b/src/libdvdcss.c
@@ -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.
*/
diff --git a/src/libdvdcss.h b/src/libdvdcss.h
index 741fbd2..2faaa5d 100644
--- a/src/libdvdcss.h
+++ b/src/libdvdcss.h
@@ -6,12 +6,12 @@
* Authors: Stéphane Borel <stef at via.ecp.fr>
* Sam Hocevar <sam at 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.
--
1.9.1
More information about the libdvdcss-devel
mailing list