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