diff --git a/example/C++/OO/cdtext.cpp b/example/C++/OO/cdtext.cpp index 9124d3d2..0f9b4e1c 100644 --- a/example/C++/OO/cdtext.cpp +++ b/example/C++/OO/cdtext.cpp @@ -1,21 +1,20 @@ /* - $Id: cdtext.cpp,v 1.3 2005/11/14 01:15:33 rocky Exp $ + $Id: cdtext.cpp,v 1.4 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to list CD-Text info of a Compact Disc using diff --git a/example/C++/OO/device.cpp b/example/C++/OO/device.cpp index ef78245c..37fcbf22 100644 --- a/example/C++/OO/device.cpp +++ b/example/C++/OO/device.cpp @@ -1,21 +1,20 @@ /* - $Id: device.cpp,v 1.3 2006/01/25 07:21:52 rocky Exp $ + $Id: device.cpp,v 1.4 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show drivers installed and what the default diff --git a/example/C++/OO/drives.cpp b/example/C++/OO/drives.cpp index b1be7ee1..1f50e345 100644 --- a/example/C++/OO/drives.cpp +++ b/example/C++/OO/drives.cpp @@ -1,21 +1,20 @@ /* - $Id: drives.cpp,v 1.5 2006/03/28 03:26:16 rocky Exp $ + $Id: drives.cpp,v 1.6 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2003, 2004, 2006 Rocky Bernstein + Copyright (C) 2003, 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 . */ /* Simple program to show drivers installed and what the default diff --git a/example/C++/OO/eject.cpp b/example/C++/OO/eject.cpp index 4c17e35e..50246f86 100644 --- a/example/C++/OO/eject.cpp +++ b/example/C++/OO/eject.cpp @@ -1,21 +1,20 @@ /* - $Id: eject.cpp,v 1.6 2006/01/25 07:21:52 rocky Exp $ + $Id: eject.cpp,v 1.7 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005, 2006 Rocky Bernstein + Copyright (C) 2005, 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 . */ /* Simple program to eject a CD-ROM drive door and then close it again. diff --git a/example/C++/OO/iso4.cpp b/example/C++/OO/iso4.cpp index bcf01303..dcfd64cb 100644 --- a/example/C++/OO/iso4.cpp +++ b/example/C++/OO/iso4.cpp @@ -1,21 +1,20 @@ /* - $Id: iso4.cpp,v 1.1 2006/03/07 19:55:11 rocky Exp $ + $Id: iso4.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to list files in a directory of diff --git a/example/C++/OO/isofile.cpp b/example/C++/OO/isofile.cpp index 12df2d99..781ba303 100644 --- a/example/C++/OO/isofile.cpp +++ b/example/C++/OO/isofile.cpp @@ -1,21 +1,20 @@ /* - $Id: isofile.cpp,v 1.1 2006/04/15 16:12:51 rocky Exp $ + $Id: isofile.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to extract a file from an diff --git a/example/C++/OO/isofile2.cpp b/example/C++/OO/isofile2.cpp index af25e7bc..38926ebb 100644 --- a/example/C++/OO/isofile2.cpp +++ b/example/C++/OO/isofile2.cpp @@ -1,21 +1,20 @@ /* - $Id: isofile2.cpp,v 1.1 2006/04/15 16:12:51 rocky Exp $ + $Id: isofile2.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to extract a file from a diff --git a/example/C++/OO/isolist.cpp b/example/C++/OO/isolist.cpp index ef3d7b5d..0685bd2c 100644 --- a/example/C++/OO/isolist.cpp +++ b/example/C++/OO/isolist.cpp @@ -1,21 +1,20 @@ /* - $Id: isolist.cpp,v 1.1 2006/04/15 16:12:51 rocky Exp $ + $Id: isolist.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to list files in a directory of diff --git a/example/C++/OO/mmc1.cpp b/example/C++/OO/mmc1.cpp index 2b59f27d..86872c47 100644 --- a/example/C++/OO/mmc1.cpp +++ b/example/C++/OO/mmc1.cpp @@ -1,21 +1,20 @@ /* - $Id: mmc1.cpp,v 1.1 2005/11/14 01:15:33 rocky Exp $ + $Id: mmc1.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Sample program to show use of the MMC interface. diff --git a/example/C++/OO/mmc2.cpp b/example/C++/OO/mmc2.cpp index c008c6b0..05999c7f 100644 --- a/example/C++/OO/mmc2.cpp +++ b/example/C++/OO/mmc2.cpp @@ -1,21 +1,20 @@ /* - $Id: mmc2.cpp,v 1.1 2005/11/14 01:16:25 rocky Exp $ + $Id: mmc2.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* A program to using the MMC interface to list CD and drive features diff --git a/example/C++/OO/tracks.cpp b/example/C++/OO/tracks.cpp index b26a70b6..2acc142c 100644 --- a/example/C++/OO/tracks.cpp +++ b/example/C++/OO/tracks.cpp @@ -1,21 +1,20 @@ /* - $Id: tracks.cpp,v 1.1 2005/11/10 11:11:15 rocky Exp $ + $Id: tracks.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to list track numbers and logical sector numbers of diff --git a/example/C++/device.cpp b/example/C++/device.cpp index f4b2af7d..75b59bcd 100644 --- a/example/C++/device.cpp +++ b/example/C++/device.cpp @@ -1,21 +1,20 @@ /* - $Id: device.cpp,v 1.2 2006/03/05 06:52:15 rocky Exp $ + $Id: device.cpp,v 1.3 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 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 . */ /* Simple program to show drivers installed and what the default diff --git a/example/C++/eject.cpp b/example/C++/eject.cpp index 2eb7eb81..f719f064 100644 --- a/example/C++/eject.cpp +++ b/example/C++/eject.cpp @@ -1,21 +1,20 @@ /* - $Id: eject.cpp,v 1.3 2006/01/14 10:47:12 rocky Exp $ + $Id: eject.cpp,v 1.4 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2005, 2006 Rocky Bernstein + Copyright (C) 2005, 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 . */ /* Simple program to eject a CD-ROM drive door and then close it again. diff --git a/example/C++/isofile.cpp b/example/C++/isofile.cpp index 90fc72aa..1b541bfa 100644 --- a/example/C++/isofile.cpp +++ b/example/C++/isofile.cpp @@ -1,21 +1,20 @@ /* - $Id: isofile.cpp,v 1.1 2006/04/15 16:16:18 rocky Exp $ + $Id: isofile.cpp,v 1.2 2008/03/24 15:30:56 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 . */ /* Simple program to show using libiso9660 to extract a file from an diff --git a/example/C++/isofile2.cpp b/example/C++/isofile2.cpp index a0bd2bec..28835cab 100644 --- a/example/C++/isofile2.cpp +++ b/example/C++/isofile2.cpp @@ -1,21 +1,20 @@ /* - $Id: isofile2.cpp,v 1.1 2006/04/15 16:12:51 rocky Exp $ + $Id: isofile2.cpp,v 1.2 2008/03/24 15:30:56 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 . */ /* Simple program to show using libiso9660 to extract a file from an diff --git a/example/C++/isolist.cpp b/example/C++/isolist.cpp index b16fa7bf..269ac3f6 100644 --- a/example/C++/isolist.cpp +++ b/example/C++/isolist.cpp @@ -1,21 +1,20 @@ /* - $Id: isolist.cpp,v 1.1 2006/04/15 16:13:51 rocky Exp $ + $Id: isolist.cpp,v 1.2 2008/03/24 15:30:56 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 . */ /* Simple program to show using libiso9660 to list files in a directory of diff --git a/example/C++/mmc1.cpp b/example/C++/mmc1.cpp index 3b71d39e..ce54fb33 100644 --- a/example/C++/mmc1.cpp +++ b/example/C++/mmc1.cpp @@ -1,21 +1,20 @@ /* - $Id: mmc1.cpp,v 1.3 2005/11/14 01:15:33 rocky Exp $ + $Id: mmc1.cpp,v 1.4 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Sample program to show use of the MMC interface. diff --git a/example/C++/mmc2.cpp b/example/C++/mmc2.cpp index 91031d92..0105d278 100644 --- a/example/C++/mmc2.cpp +++ b/example/C++/mmc2.cpp @@ -1,21 +1,20 @@ /* - $Id: mmc2.cpp,v 1.2 2005/03/06 00:03:53 rocky Exp $ + $Id: mmc2.cpp,v 1.3 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 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 . */ /* A program to using the MMC interface to list CD and drive features diff --git a/example/C++/paranoia.cpp b/example/C++/paranoia.cpp index 8e022ce4..45207de5 100644 --- a/example/C++/paranoia.cpp +++ b/example/C++/paranoia.cpp @@ -1,24 +1,24 @@ /* - * Copyright (C) 2005 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: paranoia.cpp,v 1.3 2008/03/24 15:30:56 karl Exp $ + + Copyright (C) 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 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 the CD-DA paranoia. - library. - */ + library. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/example/C++/paranoia2.cpp b/example/C++/paranoia2.cpp index 72c3e7c7..8ccb6f49 100644 --- a/example/C++/paranoia2.cpp +++ b/example/C++/paranoia2.cpp @@ -1,27 +1,27 @@ /* - * Copyright (C) 2005 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: paranoia2.cpp,v 1.2 2008/03/24 15:30:57 karl Exp $ + + Copyright (C) 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 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 the CD-DA paranoia library. But in this version, we'll open a cdio object before calling paranoia's open. I imagine in many cases such as media players this may be what will be done since, one may want to get - CDDB/CD-Text info beforehand. - */ + CDDB/CD-Text info beforehand. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/example/audio.c b/example/audio.c index c6c6bb9a..50e088f5 100644 --- a/example/audio.c +++ b/example/audio.c @@ -1,24 +1,23 @@ /* - $Id: audio.c,v 1.8 2006/02/27 10:28:25 flameeyes Exp $ + $Id: audio.c,v 1.9 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 2005, 2008 Rocky Bernstein - Adapted from Gerd Knorr's player.c program - Copyright (C) 1997, 1998 + Adapted from Gerd Knorr's player.c program + Copyright (C) 1997, 1998 - 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 . */ /* A program to show use of audio controls. For a more expanded diff --git a/example/cdchange.c b/example/cdchange.c index bf8562fd..f0f21043 100644 --- a/example/cdchange.c +++ b/example/cdchange.c @@ -1,21 +1,20 @@ /* - $Id: cdchange.c,v 1.7 2007/04/15 16:42:23 rocky Exp $ + $Id: cdchange.c,v 1.8 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 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 . */ /* Test media changed */ diff --git a/example/cdio-eject.c b/example/cdio-eject.c index 5ff5f8e2..911424bc 100644 --- a/example/cdio-eject.c +++ b/example/cdio-eject.c @@ -1,20 +1,20 @@ -/* -*- c -*- - $Id: cdio-eject.c,v 1.3 2007/08/09 01:49:09 flameeyes Exp $ - Copyright (C) 2007 Rocky Bernstein +/* + $Id: cdio-eject.c,v 1.4 2008/03/24 15:30:55 karl Exp $ + + Copyright (C) 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 . */ #ifdef HAVE_CONFIG_H diff --git a/example/cdtext.c b/example/cdtext.c index f98c8235..9a0b2fbf 100644 --- a/example/cdtext.c +++ b/example/cdtext.c @@ -1,21 +1,20 @@ /* - $Id: cdtext.c,v 1.4 2006/03/18 01:28:13 rocky Exp $ + $Id: cdtext.c,v 1.5 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2004, 2005, 2006 Rocky Bernstein + Copyright (C) 2004, 2005, 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 . */ /* Simple program to list CD-Text info of a Compact Disc using diff --git a/example/device.c b/example/device.c index 52d855c8..6a7b8f8e 100644 --- a/example/device.c +++ b/example/device.c @@ -1,21 +1,20 @@ /* - $Id: device.c,v 1.2 2005/11/11 12:26:57 rocky Exp $ + $Id: device.c,v 1.3 2008/03/24 15:30:55 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 . */ /* Simple program to show drivers installed and what the default diff --git a/example/drives.c b/example/drives.c index feedbcc1..a0ceb19a 100644 --- a/example/drives.c +++ b/example/drives.c @@ -1,21 +1,20 @@ /* - $Id: drives.c,v 1.5 2006/03/28 03:26:16 rocky Exp $ + $Id: drives.c,v 1.6 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2003, 2004, 2006 Rocky Bernstein + Copyright (C) 2003, 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 . */ /* Simple program to show drivers installed and what the default diff --git a/example/eject.c b/example/eject.c index e300b196..1504bcf7 100644 --- a/example/eject.c +++ b/example/eject.c @@ -1,21 +1,20 @@ /* - $Id: eject.c,v 1.4 2006/01/14 10:47:12 rocky Exp $ + $Id: eject.c,v 1.5 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2005, 2006 Rocky Bernstein + Copyright (C) 2005, 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 . */ /* Simple program to eject a CD-ROM drive door and then close it again. diff --git a/example/isofile.c b/example/isofile.c index 7acb0e05..f95f27f5 100644 --- a/example/isofile.c +++ b/example/isofile.c @@ -1,21 +1,20 @@ /* - $Id: isofile.c,v 1.1 2006/04/15 15:45:25 rocky Exp $ + $Id: isofile.c,v 1.2 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2004, 2005, 2006 Rocky Bernstein + Copyright (C) 2004, 2005, 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 . */ /* Simple program to show using libiso9660 to extract a file from an diff --git a/example/isofile2.c b/example/isofile2.c index 5a36a42c..66237bfa 100644 --- a/example/isofile2.c +++ b/example/isofile2.c @@ -1,21 +1,20 @@ /* - $Id: isofile2.c,v 1.1 2006/04/15 15:45:25 rocky Exp $ + $Id: isofile2.c,v 1.2 2008/03/24 15:30:55 karl Exp $ - Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 2006 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 . */ /* Simple program to show using libiso9660 to extract a file from a diff --git a/example/isofuzzy.c b/example/isofuzzy.c index be6840d3..71153d6f 100644 --- a/example/isofuzzy.c +++ b/example/isofuzzy.c @@ -1,21 +1,20 @@ /* - $Id: isofuzzy.c,v 1.2 2005/11/07 07:44:00 rocky Exp $ + $Id: isofuzzy.c,v 1.3 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Program to show using libiso9660 with fuzzy search to get file info. diff --git a/example/isolist.c b/example/isolist.c index 8f2ce211..e19da701 100644 --- a/example/isolist.c +++ b/example/isolist.c @@ -1,21 +1,20 @@ /* - $Id: isolist.c,v 1.2 2007/08/12 00:56:10 rocky Exp $ + $Id: isolist.c,v 1.3 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to list files in a directory of diff --git a/example/isolsn.c b/example/isolsn.c index c5034428..f2a6509d 100644 --- a/example/isolsn.c +++ b/example/isolsn.c @@ -1,21 +1,20 @@ /* - $Id: isolsn.c,v 1.1 2007/08/12 00:56:10 rocky Exp $ + $Id: isolsn.c,v 1.2 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005, 2006, 2007 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show using libiso9660 to get a file path diff --git a/example/mmc1.c b/example/mmc1.c index 1f2b428a..822e1567 100644 --- a/example/mmc1.c +++ b/example/mmc1.c @@ -1,21 +1,20 @@ /* - $Id: mmc1.c,v 1.6 2005/11/14 01:15:33 rocky Exp $ + $Id: mmc1.c,v 1.7 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 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 . */ /* Sample program to show use of the MMC interface. diff --git a/example/mmc2.c b/example/mmc2.c index b1ba909a..3fcf1a5d 100644 --- a/example/mmc2.c +++ b/example/mmc2.c @@ -1,21 +1,20 @@ /* - $Id: mmc2.c,v 1.7 2005/11/14 01:15:33 rocky Exp $ + $Id: mmc2.c,v 1.8 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2004, 2005 Rocky Bernstein + Copyright (C) 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 . */ /* A program to using the MMC interface to list CD and drive features diff --git a/example/mmc2a.c b/example/mmc2a.c index 71e55332..800e04a8 100644 --- a/example/mmc2a.c +++ b/example/mmc2a.c @@ -1,21 +1,20 @@ /* - $Id: mmc2a.c,v 1.4 2006/04/12 09:38:45 rocky Exp $ + $Id: mmc2a.c,v 1.5 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Sample program to show use of the MMC interface. diff --git a/example/mmc3.c b/example/mmc3.c index 898f7cea..23f9680a 100644 --- a/example/mmc3.c +++ b/example/mmc3.c @@ -1,21 +1,20 @@ /* - $Id: mmc3.c,v 1.1 2006/10/11 12:38:18 rocky Exp $ + $Id: mmc3.c,v 1.2 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2006 Rocky Bernstein + Copyright (C) 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 . */ /* Simple program to show use of SCSI MMC interface. Is basically the diff --git a/example/paranoia.c b/example/paranoia.c index 63447603..fa8eef1a 100644 --- a/example/paranoia.c +++ b/example/paranoia.c @@ -1,24 +1,24 @@ /* - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + $Id: paranoia.c,v 1.9 2008/03/24 15:30:56 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 the CD-DA paranoia. - library. - */ + library. */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/example/paranoia2.c b/example/paranoia2.c index 6dbf9778..947dccae 100644 --- a/example/paranoia2.c +++ b/example/paranoia2.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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - */ + $Id: paranoia2.c,v 1.8 2008/03/24 15:30:56 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 the CD-DA paranoia library. But in this version, we'll open a cdio object before calling paranoia's open. I imagine in many cases such as media diff --git a/example/sample3.c b/example/sample3.c index 503226d3..c157e8a0 100644 --- a/example/sample3.c +++ b/example/sample3.c @@ -1,21 +1,20 @@ /* - $Id: sample3.c,v 1.9 2005/01/04 04:40:22 rocky Exp $ + $Id: sample3.c,v 1.10 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2003, 2005 Rocky Bernstein + Copyright (C) 2003, 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/example/sample4.c b/example/sample4.c index aea8a474..ba0bcfcc 100644 --- a/example/sample4.c +++ b/example/sample4.c @@ -1,21 +1,20 @@ /* - $Id: sample4.c,v 1.7 2005/01/04 04:40:22 rocky Exp $ + $Id: sample4.c,v 1.8 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2003, 2004 Rocky Bernstein + Copyright (C) 2003, 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 . */ /* diff --git a/example/tracks.c b/example/tracks.c index 36692d7f..dc3d5381 100644 --- a/example/tracks.c +++ b/example/tracks.c @@ -1,21 +1,20 @@ /* - $Id: tracks.c,v 1.6 2006/07/30 13:19:49 rocky Exp $ + $Id: tracks.c,v 1.7 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein + Copyright (C) 2003, 2004, 2005, 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 . */ /* Simple program to list track numbers and logical sector numbers of diff --git a/example/udf1.c b/example/udf1.c index b816902b..c9f49c36 100644 --- a/example/udf1.c +++ b/example/udf1.c @@ -1,21 +1,20 @@ /* - $Id: udf1.c,v 1.18 2008/01/09 04:27:16 rocky Exp $ + $Id: udf1.c,v 1.19 2008/03/24 15:30:56 karl Exp $ Copyright (C) 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 . */ /* Simple program to show using libudf to list files in a directory of diff --git a/example/udf2.c b/example/udf2.c index b41f98f7..bf9df7a0 100644 --- a/example/udf2.c +++ b/example/udf2.c @@ -1,21 +1,20 @@ /* - $Id: udf2.c,v 1.5 2006/04/11 06:46:29 rocky Exp $ + $Id: udf2.c,v 1.6 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2005, 2006 Rocky Bernstein + Copyright (C) 2005, 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 . */ /* Simple program to show using libudf to extract a file. diff --git a/example/udffile.c b/example/udffile.c index d8386b75..42e823f7 100644 --- a/example/udffile.c +++ b/example/udffile.c @@ -1,21 +1,20 @@ /* - $Id: udffile.c,v 1.2 2006/04/17 11:45:22 rocky Exp $ + $Id: udffile.c,v 1.3 2008/03/24 15:30:56 karl Exp $ - Copyright (C) 2005, 2006 Rocky Bernstein + Copyright (C) 2005, 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 . */ /* Simple program to show using libudf to extract a file.