comparison dvd_udf.h @ 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
12 * dvdudf: parse and read the UDF volume information of a DVD Video 12 * dvdudf: parse and read the UDF volume information of a DVD Video
13 * Copyright (C) 1999 Christian Wolff for convergence integrated media 13 * Copyright (C) 1999 Christian Wolff for convergence integrated media
14 * GmbH The author can be reached at scarabaeus@convergence.de, the 14 * GmbH The author can be reached at scarabaeus@convergence.de, the
15 * project's page is at http://linuxtv.org/dvd/ 15 * project's page is at http://linuxtv.org/dvd/
16 * 16 *
17 * This program is free software; you can redistribute it and/or modify 17 * This file is part of libdvdread.
18 *
19 * libdvdread is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License as published by 20 * it under the terms of the GNU General Public License as published by
19 * the Free Software Foundation; either version 2 of the License, or (at 21 * the Free Software Foundation; either version 2 of the License, or
20 * your option) any later version. 22 * (at your option) any later version.
21 * 23 *
22 * This program is distributed in the hope that it will be useful, but 24 * libdvdread is distributed in the hope that it will be useful,
23 * WITHOUT ANY WARRANTY; without even the implied warranty of 25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
24 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 * General Public License for more details. 27 * GNU General Public License for more details.
26 * 28 *
27 * You should have received a copy of the GNU General Public License 29 * You should have received a copy of the GNU General Public License along
28 * along with this program; if not, write to the Free Software 30 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
29 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 31 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30 * 02111-1307, USA. Or, point your browser to
31 * http://www.gnu.org/copyleft/gpl.html
32 */ 32 */
33 33
34 #include <inttypes.h> 34 #include <inttypes.h>
35 35
36 #include "dvd_reader.h" 36 #include "dvd_reader.h"