From 06c83dd486733c1fd948f247ba1a85344eaa0116 Mon Sep 17 00:00:00 2001 From: karl Date: Sat, 22 Mar 2008 18:08:25 +0000 Subject: [PATCH] gplv3 --- test/check_cd_read.sh | 25 ++++++++++++------------- test/check_common_fn.in | 25 ++++++++++++------------- test/check_sizeof.c | 25 ++++++++++++------------- test/testassert.c | 11 +++++------ test/testbincue.c.in | 15 +++++++-------- test/testdefault.c | 15 +++++++-------- test/testischar.c | 25 ++++++++++++------------- test/testiso9660.c | 25 ++++++++++++------------- test/testisocd.c | 15 +++++++-------- test/testisocd2.c.in | 15 +++++++-------- test/testparanoia.c | 35 ++++++++++++++++++----------------- test/testpregap.c | 15 +++++++-------- test/testtoc.c | 15 +++++++-------- 13 files changed, 125 insertions(+), 136 deletions(-) diff --git a/test/check_cd_read.sh b/test/check_cd_read.sh index 735d073f..fe312564 100755 --- a/test/check_cd_read.sh +++ b/test/check_cd_read.sh @@ -1,21 +1,20 @@ #!/bin/sh -#$Id: check_cd_read.sh,v 1.11 2008/03/06 01:16:49 rocky Exp $ +# $Id: check_cd_read.sh,v 1.12 2008/03/22 18:08:25 karl Exp $ # -# Copyright (C) 2003, 2005, 2008 Rocky Bernstein +# Copyright (C) 2003, 2005, 2008 Rocky Bernstein # -# This program 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 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 3 of the License, or +# (at your option) any later version. # -# This program 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. +# This program 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 +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # # Tests to see that CD reading is correct (via cd-read). diff --git a/test/check_common_fn.in b/test/check_common_fn.in index 43d09adb..532bce94 100755 --- a/test/check_common_fn.in +++ b/test/check_common_fn.in @@ -1,20 +1,19 @@ -# $Id: check_common_fn.in,v 1.12 2007/09/05 11:17:37 rocky Exp $ +# $Id: check_common_fn.in,v 1.13 2008/03/22 18:08:25 karl Exp $ # -# Copyright (C) 2003, 2004, 2005, 2007 Rocky Bernstein +# Copyright (C) 2003, 2004, 2005, 2006, 2008 Rocky Bernstein # -# This program 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 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 3 of the License, or +# (at your option) any later version. # -# This program 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. +# This program 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 +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # # Common routines and setup for regression testing. SKIP_TEST_EXITCODE=77 diff --git a/test/check_sizeof.c b/test/check_sizeof.c index de538475..9c14d088 100644 --- a/test/check_sizeof.c +++ b/test/check_sizeof.c @@ -1,21 +1,20 @@ /* - $Id: check_sizeof.c,v 1.4 2005/02/12 10:23:18 rocky Exp $ + $Id: check_sizeof.c,v 1.5 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2001 Herbert Valerio Riedel + Copyright (C) 2001, 2008 Herbert Valerio Riedel - This program 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 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 3 of the License, or + (at your option) any later version. - This program 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. + This program 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 + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/test/testassert.c b/test/testassert.c index bc334a55..4a696657 100644 --- a/test/testassert.c +++ b/test/testassert.c @@ -1,11 +1,11 @@ /* - $Id: testassert.c,v 1.1 2003/08/17 05:31:19 rocky Exp $ + $Id: testassert.c,v 1.2 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2001 Herbert Valerio Riedel + Copyright (C) 2001, 2008 Herbert Valerio Riedel - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -14,8 +14,7 @@ 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 + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H diff --git a/test/testbincue.c.in b/test/testbincue.c.in index 170067cc..1c2f66e0 100644 --- a/test/testbincue.c.in +++ b/test/testbincue.c.in @@ -1,21 +1,20 @@ /* -*- C -*- - $Id: testbincue.c.in,v 1.1 2006/03/07 02:38:44 rocky Exp $ + $Id: testbincue.c.in,v 1.2 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2004, 2006 Rocky Bernstein + Copyright (C) 2004, 2006, 2008 Rocky Bernstein - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /* diff --git a/test/testdefault.c b/test/testdefault.c index ca28937f..303a863f 100644 --- a/test/testdefault.c +++ b/test/testdefault.c @@ -1,21 +1,20 @@ /* - $Id: testdefault.c,v 1.7 2005/06/08 08:20:36 rocky Exp $ + $Id: testdefault.c,v 1.8 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2003, 2004, 2005 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2008 Rocky Bernstein - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /* diff --git a/test/testischar.c b/test/testischar.c index 2826d7cd..e1be8f80 100644 --- a/test/testischar.c +++ b/test/testischar.c @@ -1,21 +1,20 @@ /* - $Id: testischar.c,v 1.2 2006/03/06 19:39:35 rocky Exp $ + $Id: testischar.c,v 1.3 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2001 Herbert Valerio Riedel + Copyright (C) 2001, 2008 Herbert Valerio Riedel - This program 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 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 3 of the License, or + (at your option) any later version. - This program 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. + This program 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 + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* Tests ISO9660 character sets. */ diff --git a/test/testiso9660.c b/test/testiso9660.c index bf551a18..b4320724 100644 --- a/test/testiso9660.c +++ b/test/testiso9660.c @@ -1,21 +1,20 @@ /* - $Id: testiso9660.c,v 1.20 2007/11/16 22:44:57 flameeyes Exp $ + $Id: testiso9660.c,v 1.21 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2003, 2006, 2007 Rocky Bernstein + Copyright (C) 2003, 2006, 2007, 2008 Rocky Bernstein - This program 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 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 3 of the License, or + (at your option) any later version. - This program 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. + This program 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 + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* Tests ISO9660 library routines. */ diff --git a/test/testisocd.c b/test/testisocd.c index 17387cc2..fa1d9e35 100644 --- a/test/testisocd.c +++ b/test/testisocd.c @@ -1,21 +1,20 @@ -/* $Id: testisocd.c,v 1.5 2007/08/12 12:41:10 rocky Exp $ +/* $Id: testisocd.c,v 1.6 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2003, 2004, 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Rocky Bernstein - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /* Tests reading ISO 9660 info from a CD. */ diff --git a/test/testisocd2.c.in b/test/testisocd2.c.in index cf69211c..12475d47 100644 --- a/test/testisocd2.c.in +++ b/test/testisocd2.c.in @@ -1,21 +1,20 @@ -/* $Id: testisocd2.c.in,v 1.1 2007/08/12 12:41:10 rocky Exp $ +/* $Id: testisocd2.c.in,v 1.2 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2003, 2004, 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Rocky Bernstein - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /* Tests reading ISO 9660 info from an ISO 9660 image. */ diff --git a/test/testparanoia.c b/test/testparanoia.c index ae6f5e0b..1c95dd67 100644 --- a/test/testparanoia.c +++ b/test/testparanoia.c @@ -1,21 +1,22 @@ /* - * Copyright (C) 2005, 2006 Rocky Bernstein - * - * This program 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, or (at your option) - * any later version. - * - * This program 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., 675 Mass Ave, Cambridge, MA 02139, USA. - * - */ + $Id: testparanoia.c,v 1.13 2008/03/22 18:08:25 karl Exp $ + + Copyright (C) 2005, 2006, 2008 Rocky Bernstein + + This program 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 3 of the License, or + (at your option) any later version. + + This program 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, see . +*/ + /* Simple program to show using libcdio's version of cdparanoia. */ #ifdef HAVE_CONFIG_H diff --git a/test/testpregap.c b/test/testpregap.c index 0573e8d7..4d4990cc 100644 --- a/test/testpregap.c +++ b/test/testpregap.c @@ -1,22 +1,21 @@ /* - $Id: testpregap.c,v 1.1 2008/03/18 05:59:19 edsdead Exp $ + $Id: testpregap.c,v 1.2 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2003, 2004, 2005 Rocky Bernstein + Copyright (C) 2003, 2004, 2005 Rocky Bernstein Copyright (C) 2008 Robert W. Fuller - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /* diff --git a/test/testtoc.c b/test/testtoc.c index 9570d699..af60dbe7 100644 --- a/test/testtoc.c +++ b/test/testtoc.c @@ -1,21 +1,20 @@ /* - $Id: testtoc.c,v 1.8 2005/01/23 00:45:57 rocky Exp $ + $Id: testtoc.c,v 1.9 2008/03/22 18:08:25 karl Exp $ - Copyright (C) 2004 Rocky Bernstein + Copyright (C) 2004, 2008 Rocky Bernstein - This program is free software; you can redistribute it and/or modify + This program 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 + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + This program 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 + along with this program. If not, see . */ /*