comparison dvd_udf.c @ 21:4aa618ae094f src

Use consistent license headers everywhere: Fix FSF address and boilerplate.
author diego
date Sun, 14 Sep 2008 15:42:49 +0000
parents fce16251755c
children 447c5319a522
comparison
equal deleted inserted replaced
20:fce16251755c 21:4aa618ae094f
9 * dvdudf: parse and read the UDF volume information of a DVD Video 9 * dvdudf: parse and read the UDF volume information of a DVD Video
10 * Copyright (C) 1999 Christian Wolff for convergence integrated media 10 * Copyright (C) 1999 Christian Wolff for convergence integrated media
11 * GmbH The author can be reached at scarabaeus@convergence.de, the 11 * GmbH The author can be reached at scarabaeus@convergence.de, the
12 * project's page is at http://linuxtv.org/dvd/ 12 * project's page is at http://linuxtv.org/dvd/
13 * 13 *
14 * This program is free software; you can redistribute it and/or modify 14 * This file is part of libdvdread.
15 *
16 * libdvdread is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License as published by 17 * it under the terms of the GNU General Public License as published by
16 * the Free Software Foundation; either version 2 of the License, or (at 18 * the Free Software Foundation; either version 2 of the License, or
17 * your option) any later version. 19 * (at your option) any later version.
18 * 20 *
19 * This program is distributed in the hope that it will be useful, but 21 * libdvdread is distributed in the hope that it will be useful,
20 * WITHOUT ANY WARRANTY; without even the implied warranty of 22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * General Public License for more details. 24 * GNU General Public License for more details.
23 * 25 *
24 * You should have received a copy of the GNU General Public License 26 * You should have received a copy of the GNU General Public License along
25 * along with this program; if not, write to the Free Software 27 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
26 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 28 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
27 * 02111-1307, USA. Or, point your browser to
28 * http://www.gnu.org/copyleft/gpl.html
29 */ 29 */
30 30
31 #include "config.h" 31 #include "config.h"
32 32
33 #include <stdio.h> 33 #include <stdio.h>