comparison nav_read.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
1 /* 1 /*
2 * Copyright (C) 2000, 2001, 2002, 2003 Håkan Hjort <d95hjort@dtek.chalmers.se> 2 * Copyright (C) 2000, 2001, 2002, 2003 Håkan Hjort <d95hjort@dtek.chalmers.se>
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify 4 * This file is part of libdvdread.
5 *
6 * libdvdread is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or 8 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 9 * (at your option) any later version.
8 * 10 *
9 * This program is distributed in the hope that it will be useful, 11 * libdvdread is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 14 * GNU General Public License for more details.
13 * 15 *
14 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License along
15 * along with this program; if not, write to the Free Software 17 * with libdvdread; if not, write to the Free Software Foundation, Inc.,
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17 */ 19 */
18 20
19 #include "config.h" 21 #include "config.h"
20 22
21 #include <stdio.h> 23 #include <stdio.h>