comparison libdvdcss/css.c @ 31098:9e9595c779cf

libdvdcss: cosmetics: Fix FSF address and program name in license headers. This merges upstream revisions 219 and 221.
author diego
date Tue, 11 May 2010 10:51:46 +0000
parents a2525319f373
children 45159a4b8815
comparison
equal deleted inserted replaced
31097:5b23259d86e7 31098:9e9595c779cf
14 * (see http://www-2.cs.cmu.edu/~dst/DeCSS/FrankStevenson/index.html) 14 * (see http://www-2.cs.cmu.edu/~dst/DeCSS/FrankStevenson/index.html)
15 * - DeCSSPlus by Ethan Hawke 15 * - DeCSSPlus by Ethan Hawke
16 * - DecVOB 16 * - DecVOB
17 * see http://www.lemuria.org/DeCSS/ by Tom Vogt for more information. 17 * see http://www.lemuria.org/DeCSS/ by Tom Vogt for more information.
18 * 18 *
19 * This program is free software; you can redistribute it and/or modify 19 * This library is free software; you can redistribute it and/or modify
20 * 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
21 * the Free Software Foundation; either version 2 of the License, or 21 * the Free Software Foundation; either version 2 of the License, or
22 * (at your option) any later version. 22 * (at your option) any later version.
23 * 23 *
24 * This program is distributed in the hope that it will be useful, 24 * This library is distributed in the hope that it will be useful,
25 * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 * but WITHOUT ANY WARRANTY; without even the implied warranty of
26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27 * GNU General Public License for more details. 27 * GNU General Public License for more details.
28 * 28 *
29 * 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
30 * along with this program; if not, write to the Free Software 30 * with this library; if not, write to the Free Software Foundation, Inc.,
31 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. 31 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
32 *****************************************************************************/ 32 *****************************************************************************/
33 33
34 /***************************************************************************** 34 /*****************************************************************************
35 * Preamble 35 * Preamble
36 *****************************************************************************/ 36 *****************************************************************************/