Browse code

Copy and paste LGPL from tree.h, the previous one referred to a non-existing version.

Originally committed as revision 14818 to svn://svn.ffmpeg.org/ffmpeg/trunk

Michael Niedermayer authored on 2008/08/18 04:32:51
Showing 2 changed files
... ...
@@ -2,20 +2,21 @@
2 2
  * Principal component analysis
3 3
  * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
4 4
  *
5
- * This library is free software; you can redistribute it and/or
5
+ * This file is part of FFmpeg.
6
+ *
7
+ * FFmpeg is free software; you can redistribute it and/or
6 8
  * modify it under the terms of the GNU Lesser General Public
7 9
  * License as published by the Free Software Foundation; either
8
- * version 2 of the License, or (at your option) any later version.
10
+ * version 2.1 of the License, or (at your option) any later version.
9 11
  *
10
- * This library is distributed in the hope that it will be useful,
12
+ * FFmpeg is distributed in the hope that it will be useful,
11 13
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 14
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 15
  * Lesser General Public License for more details.
14 16
  *
15 17
  * You should have received a copy of the GNU Lesser General Public
16
- * License along with this library; if not, write to the Free Software
17
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
- *
18
+ * License along with FFmpeg; if not, write to the Free Software
19
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 20
  */
20 21
 
21 22
 /**
... ...
@@ -2,20 +2,21 @@
2 2
  * Principal component analysis
3 3
  * Copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
4 4
  *
5
- * This library is free software; you can redistribute it and/or
5
+ * This file is part of FFmpeg.
6
+ *
7
+ * FFmpeg is free software; you can redistribute it and/or
6 8
  * modify it under the terms of the GNU Lesser General Public
7 9
  * License as published by the Free Software Foundation; either
8
- * version 2 of the License, or (at your option) any later version.
10
+ * version 2.1 of the License, or (at your option) any later version.
9 11
  *
10
- * This library is distributed in the hope that it will be useful,
12
+ * FFmpeg is distributed in the hope that it will be useful,
11 13
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 14
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 15
  * Lesser General Public License for more details.
14 16
  *
15 17
  * You should have received a copy of the GNU Lesser General Public
16
- * License along with this library; if not, write to the Free Software
17
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
- *
18
+ * License along with FFmpeg; if not, write to the Free Software
19
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 20
  */
20 21
 
21 22
 /**