# HG changeset patch # User diego # Date 1221406969 0 # Node ID 4aa618ae094f595bfed17aea385efce3095c1666 # Parent fce16251755c538d2e2ded389fdc0e7eb0069fab Use consistent license headers everywhere: Fix FSF address and boilerplate. diff -r fce16251755c -r 4aa618ae094f bitreader.c --- a/bitreader.c Sat Sep 06 21:55:51 2008 +0000 +++ b/bitreader.c Sun Sep 14 15:42:49 2008 +0000 @@ -1,19 +1,21 @@ /* * Copyright (C) 2000, 2001, 2002, 2003 Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f bitreader.h --- a/bitreader.h Sat Sep 06 21:55:51 2008 +0000 +++ b/bitreader.h Sun Sep 14 15:42:49 2008 +0000 @@ -4,19 +4,21 @@ /* * Copyright (C) 2000, 2001, 2002 Håkan Hjort . * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ diff -r fce16251755c -r 4aa618ae094f bswap.h --- a/bswap.h Sat Sep 06 21:55:51 2008 +0000 +++ b/bswap.h Sun Sep 14 15:42:49 2008 +0000 @@ -5,19 +5,21 @@ * Copyright (C) 2000, 2001 Billy Biggs , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff -r fce16251755c -r 4aa618ae094f dvd_input.c --- a/dvd_input.c Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_input.c Sun Sep 14 15:42:49 2008 +0000 @@ -2,19 +2,21 @@ * Copyright (C) 2002 Samuel Hocevar , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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, USA. + * You should have received a copy of the GNU General Public License along + * with libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f dvd_input.h --- a/dvd_input.h Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_input.h Sun Sep 14 15:42:49 2008 +0000 @@ -5,19 +5,21 @@ * Copyright (C) 2001, 2002 Samuel Hocevar , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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, USA. + * You should have received a copy of the GNU General Public License along + * with libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /** diff -r fce16251755c -r 4aa618ae094f dvd_reader.c --- a/dvd_reader.c Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_reader.c Sun Sep 14 15:42:49 2008 +0000 @@ -3,19 +3,21 @@ * Håkan Hjort , * Björn Englund * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread 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. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, 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. + * libdvdread 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, USA. + * You should have received a copy of the GNU General Public License along + * with libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f dvd_reader.h --- a/dvd_reader.h Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_reader.h Sun Sep 14 15:42:49 2008 +0000 @@ -6,19 +6,21 @@ * Håkan Hjort , * Björn Englund * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread 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. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, 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. + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifdef _MSC_VER diff -r fce16251755c -r 4aa618ae094f dvd_udf.c --- a/dvd_udf.c Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_udf.c Sun Sep 14 15:42:49 2008 +0000 @@ -11,21 +11,21 @@ * GmbH The author can be reached at scarabaeus@convergence.de, the * project's page is at http://linuxtv.org/dvd/ * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread 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. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, 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. + * libdvdread 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. Or, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * You should have received a copy of the GNU General Public License along + * with libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f dvd_udf.h --- a/dvd_udf.h Sat Sep 06 21:55:51 2008 +0000 +++ b/dvd_udf.h Sun Sep 14 15:42:49 2008 +0000 @@ -14,21 +14,21 @@ * GmbH The author can be reached at scarabaeus@convergence.de, the * project's page is at http://linuxtv.org/dvd/ * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread 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. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, 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. + * libdvdread 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. Or, point your browser to - * http://www.gnu.org/copyleft/gpl.html + * You should have received a copy of the GNU General Public License along + * with libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff -r fce16251755c -r 4aa618ae094f ifo_print.c --- a/ifo_print.c Sat Sep 06 21:55:51 2008 +0000 +++ b/ifo_print.c Sun Sep 14 15:42:49 2008 +0000 @@ -1,17 +1,19 @@ /* - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * $Id$ * diff -r fce16251755c -r 4aa618ae094f ifo_print.h --- a/ifo_print.h Sat Sep 06 21:55:51 2008 +0000 +++ b/ifo_print.h Sun Sep 14 15:42:49 2008 +0000 @@ -1,17 +1,19 @@ /* - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * $Id$ * diff -r fce16251755c -r 4aa618ae094f ifo_read.c --- a/ifo_read.c Sat Sep 06 21:55:51 2008 +0000 +++ b/ifo_read.c Sun Sep 14 15:42:49 2008 +0000 @@ -3,19 +3,21 @@ * Björn Englund , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f ifo_read.h --- a/ifo_read.h Sat Sep 06 21:55:51 2008 +0000 +++ b/ifo_read.h Sun Sep 14 15:42:49 2008 +0000 @@ -5,19 +5,21 @@ * Copyright (C) 2000, 2001, 2002 Björn Englund , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "ifo_types.h" diff -r fce16251755c -r 4aa618ae094f ifo_types.h --- a/ifo_types.h Sat Sep 06 21:55:51 2008 +0000 +++ b/ifo_types.h Sun Sep 14 15:42:49 2008 +0000 @@ -5,19 +5,21 @@ * Copyright (C) 2000, 2001 Björn Englund , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include diff -r fce16251755c -r 4aa618ae094f md5.c --- a/md5.c Sat Sep 06 21:55:51 2008 +0000 +++ b/md5.c Sun Sep 14 15:42:49 2008 +0000 @@ -16,7 +16,7 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ /* Written by Ulrich Drepper , 1995. */ diff -r fce16251755c -r 4aa618ae094f md5.h --- a/md5.h Sat Sep 06 21:55:51 2008 +0000 +++ b/md5.h Sun Sep 14 15:42:49 2008 +0000 @@ -16,7 +16,7 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef _MD5_H #define _MD5_H 1 diff -r fce16251755c -r 4aa618ae094f nav_print.c --- a/nav_print.c Sat Sep 06 21:55:51 2008 +0000 +++ b/nav_print.c Sun Sep 14 15:42:49 2008 +0000 @@ -19,8 +19,8 @@ * 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, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f nav_print.h --- a/nav_print.h Sat Sep 06 21:55:51 2008 +0000 +++ b/nav_print.h Sun Sep 14 15:42:49 2008 +0000 @@ -5,19 +5,21 @@ * Copyright (C) 2001, 2002 Billy Biggs , * Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread 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. + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, 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. + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "nav_types.h" diff -r fce16251755c -r 4aa618ae094f nav_read.c --- a/nav_read.c Sat Sep 06 21:55:51 2008 +0000 +++ b/nav_read.c Sun Sep 14 15:42:49 2008 +0000 @@ -1,19 +1,21 @@ /* * Copyright (C) 2000, 2001, 2002, 2003 Håkan Hjort * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "config.h" diff -r fce16251755c -r 4aa618ae094f nav_read.h --- a/nav_read.h Sat Sep 06 21:55:51 2008 +0000 +++ b/nav_read.h Sun Sep 14 15:42:49 2008 +0000 @@ -4,19 +4,21 @@ /* * Copyright (C) 2000, 2001, 2002 Håkan Hjort . * - * This program is free software; you can redistribute it and/or modify + * This file is part of libdvdread. + * + * libdvdread is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * libdvdread 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 libdvdread; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "nav_types.h" diff -r fce16251755c -r 4aa618ae094f nav_types.h --- a/nav_types.h Sat Sep 06 21:55:51 2008 +0000 +++ b/nav_types.h Sun Sep 14 15:42:49 2008 +0000 @@ -24,9 +24,8 @@ * 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, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include