-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathLICENSE
26 lines (17 loc) · 1.23 KB
/
LICENSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Signals - a modern C++ framework to build modular applications.
=====
Other LICENSE files in subfolders superseed this LICENSE file.
The core of this projet is licensed under the permissive Apache 2.0 license. This is necessary because the project uses a lot of C++ templates embedded in headers.
The other parts (modules and applications) are available under a dual-license: AGPLv3+ and commercial licence provided by GPAC Licensing. For commercial licensing please [email protected].
=====
Copyright (C) 2013 - Romain Bouqueau, Samurai Akihiro, Motion Spell S.A.R.L.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.