~openshot.code/libopenshot/trunk

« back to all changes in this revision

Viewing changes to src/FFmpegReader.cpp

  • Committer: Jonathan Thomas
  • Date: 2014-07-11 21:52:14 UTC
  • Revision ID: jonathan@openshot.org-20140711215214-3boow4hfde1u8q71
Changed license to LGPLv3 for all libopenshot code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * by the libopenshot project.
16
16
 *
17
17
 * OpenShot Library (libopenshot) is free software: you can redistribute it
18
 
 * and/or modify it under the terms of the GNU Affero General Public License
 
18
 * and/or modify it under the terms of the GNU Lesser General Public License
19
19
 * as published by the Free Software Foundation, either version 3 of the
20
20
 * License, or (at your option) any later version.
21
21
 *
22
22
 * OpenShot Library (libopenshot) is distributed in the hope that it will be
23
23
 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
24
24
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
 
 * GNU Affero General Public License for more details.
 
25
 * GNU Lesser General Public License for more details.
26
26
 *
27
 
 * You should have received a copy of the GNU Affero General Public License
 
27
 * You should have received a copy of the GNU Lesser General Public License
28
28
 * along with OpenShot Library. If not, see <http://www.gnu.org/licenses/>.
29
 
 *
30
 
 * Also, if your software can interact with users remotely through a computer
31
 
 * network, you should also make sure that it provides a way for users to
32
 
 * get its source. For example, if your program is a web application, its
33
 
 * interface could display a "Source" link that leads users to an archive
34
 
 * of the code. There are many ways you could offer source, and different
35
 
 * solutions will be better for different programs; see section 13 for the
36
 
 * specific requirements.
37
 
 *
38
 
 * You should also get your employer (if you work as a programmer) or school,
39
 
 * if any, to sign a "copyright disclaimer" for the program, if necessary.
40
 
 * For more information on this, and how to apply and follow the GNU AGPL, see
41
 
 * <http://www.gnu.org/licenses/>.
42
29
 */
43
30
 
44
31
#include "../include/FFmpegReader.h"