From 2328a4872c54e0ada4edc7028b8499cf19c8b516 Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 20 Apr 2008 13:44:31 +0000 Subject: [PATCH] gplv3+ --- lib/cdio++/cdio.cpp | 25 ++++++++++++------------- lib/cdio++/devices.cpp | 25 ++++++++++++------------- lib/cdio++/iso9660.cpp | 25 ++++++++++++------------- 3 files changed, 36 insertions(+), 39 deletions(-) diff --git a/lib/cdio++/cdio.cpp b/lib/cdio++/cdio.cpp index 652f2360..4f8e3084 100644 --- a/lib/cdio++/cdio.cpp +++ b/lib/cdio++/cdio.cpp @@ -1,21 +1,20 @@ /* -*- C++ -*- - $Id: cdio.cpp,v 1.1 2006/03/07 10:46:37 rocky Exp $ + $Id: cdio.cpp,v 1.2 2008/04/20 13:44:31 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 - 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 . */ #include #include diff --git a/lib/cdio++/devices.cpp b/lib/cdio++/devices.cpp index bb1edac7..f234f8cc 100644 --- a/lib/cdio++/devices.cpp +++ b/lib/cdio++/devices.cpp @@ -1,21 +1,20 @@ /* -*- C++ -*- - $Id: devices.cpp,v 1.2 2007/03/10 23:57:58 rocky Exp $ + $Id: devices.cpp,v 1.3 2008/04/20 13:44:31 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 - 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 . */ #include "config.h" #ifdef HAVE_SYS_TYPES_H diff --git a/lib/cdio++/iso9660.cpp b/lib/cdio++/iso9660.cpp index f52f3bdc..846eec94 100644 --- a/lib/cdio++/iso9660.cpp +++ b/lib/cdio++/iso9660.cpp @@ -1,21 +1,20 @@ /* -*- C++ -*- - $Id: iso9660.cpp,v 1.4 2007/03/10 23:57:58 rocky Exp $ + $Id: iso9660.cpp,v 1.5 2008/04/20 13:44:31 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 - 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 . */ #include "config.h" #ifdef HAVE_SYS_TYPES_H