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