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