Blame SOURCES/5f8c33d04fcf7b4cede360e79cc3806e9139127f.patch

f6936b
From 5f8c33d04fcf7b4cede360e79cc3806e9139127f Mon Sep 17 00:00:00 2001
f6936b
From: Adrian Reber <adrian@lisas.de>
f6936b
Date: Sun, 4 Nov 2012 22:55:53 +0100
f6936b
Subject: [PATCH] Fixup license headers (again)
f6936b
f6936b
Like said in previous commit, but this time for real:
f6936b
f6936b
After the libcdio - libcdio-paranoia split many license headers
f6936b
were wrong. The original cdparanoia library is LGPLv2+ and the
f6936b
binaries are GPLv2+. This changes all GPLv3 headers from the
f6936b
libcdio split back to GPLv2+ and the files in lib/paranoia to
f6936b
LGPLv2+.
f6936b
---
f6936b
 lib/paranoia/gap.c      |   22 +++++++++++-----------
f6936b
 lib/paranoia/gap.h      |   22 +++++++++++-----------
f6936b
 lib/paranoia/isort.c    |   22 +++++++++++-----------
f6936b
 lib/paranoia/isort.h    |   20 ++++++++++----------
f6936b
 lib/paranoia/overlap.c  |   22 +++++++++++-----------
f6936b
 lib/paranoia/overlap.h  |   22 +++++++++++-----------
f6936b
 lib/paranoia/p_block.h  |   20 ++++++++++----------
f6936b
 lib/paranoia/paranoia.c |   22 +++++++++++-----------
f6936b
 8 files changed, 86 insertions(+), 86 deletions(-)
f6936b
f6936b
diff --git a/lib/paranoia/gap.c b/lib/paranoia/gap.c
f6936b
index 1f5f95b..5e83856 100644
f6936b
--- a/lib/paranoia/gap.c
f6936b
+++ b/lib/paranoia/gap.c
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 /***
f6936b
  * Gap analysis support code for paranoia
f6936b
diff --git a/lib/paranoia/gap.h b/lib/paranoia/gap.h
f6936b
index 3185695..1d15f84 100644
f6936b
--- a/lib/paranoia/gap.h
f6936b
+++ b/lib/paranoia/gap.h
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2008 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 #ifndef _GAP_H_
f6936b
diff --git a/lib/paranoia/isort.c b/lib/paranoia/isort.c
f6936b
index b80005b..0825f50 100644
f6936b
--- a/lib/paranoia/isort.c
f6936b
+++ b/lib/paranoia/isort.c
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2005, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 /* sorted vector abstraction for paranoia */
f6936b
diff --git a/lib/paranoia/isort.h b/lib/paranoia/isort.h
f6936b
index a1eace5..842260e 100644
f6936b
--- a/lib/paranoia/isort.h
f6936b
+++ b/lib/paranoia/isort.h
f6936b
@@ -4,19 +4,19 @@
f6936b
   Copyright (C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
 
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 #ifndef _ISORT_H_
f6936b
diff --git a/lib/paranoia/overlap.c b/lib/paranoia/overlap.c
f6936b
index 7301e7f..d4e7473 100644
f6936b
--- a/lib/paranoia/overlap.c
f6936b
+++ b/lib/paranoia/overlap.c
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2005, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 /***
f6936b
diff --git a/lib/paranoia/overlap.h b/lib/paranoia/overlap.h
f6936b
index e2a3fa8..2760692 100644
f6936b
--- a/lib/paranoia/overlap.h
f6936b
+++ b/lib/paranoia/overlap.h
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2008 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 #ifndef _OVERLAP_H_
f6936b
diff --git a/lib/paranoia/p_block.h b/lib/paranoia/p_block.h
f6936b
index f1e325f..165dae5 100644
f6936b
--- a/lib/paranoia/p_block.h
f6936b
+++ b/lib/paranoia/p_block.h
f6936b
@@ -2,19 +2,19 @@
f6936b
   Copyright (C) 2004, 2005, 2008 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) by Monty (xiphmont@mit.edu)
f6936b
 
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 
f6936b
 #ifndef _P_BLOCK_H_
f6936b
diff --git a/lib/paranoia/paranoia.c b/lib/paranoia/paranoia.c
f6936b
index 3af7f16..4ecfcdf 100644
f6936b
--- a/lib/paranoia/paranoia.c
f6936b
+++ b/lib/paranoia/paranoia.c
f6936b
@@ -1,20 +1,20 @@
f6936b
 /*
f6936b
   Copyright (C) 2004, 2005, 2006, 2008, 2011 Rocky Bernstein <rocky@gnu.org>
f6936b
   Copyright (C) 1998 Monty xiphmont@mit.edu
f6936b
-  
f6936b
-  This program is free software; you can redistribute it and/or modify
f6936b
-  it under the terms of the GNU General Public License as published by
f6936b
-  the Free Software Foundation; either version 2 of the License, or
f6936b
-  (at your option) any later version.
f6936b
 
f6936b
-  This program is distributed in the hope that it will be useful,
f6936b
+  This library is free software; you can redistribute it and/or
f6936b
+  modify it under the terms of the GNU Lesser General Public
f6936b
+  License as published by the Free Software Foundation; either
f6936b
+  version 2.1 of the License, or (at your option) any later version.
f6936b
+
f6936b
+  This library is distributed in the hope that it will be useful,
f6936b
   but WITHOUT ANY WARRANTY; without even the implied warranty of
f6936b
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
f6936b
-  GNU General Public License for more details.
f6936b
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f6936b
+  Lesser General Public License for more details.
f6936b
 
f6936b
-  You should have received a copy of the GNU General Public License along
f6936b
-  with this program; if not, write to the Free Software Foundation, Inc.,
f6936b
-  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
f6936b
+  You should have received a copy of the GNU Lesser General Public
f6936b
+  License along with this library; if not, write to the Free Software
f6936b
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
f6936b
 */
f6936b
 /***
f6936b
  * Toplevel file for the paranoia abstraction over the cdda lib 
f6936b
-- 
f6936b
1.7.10
f6936b