~openshot.code/libopenshot/trunk

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

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