-
Notifications
You must be signed in to change notification settings - Fork 66
/
LICENSE.txt
48 lines (38 loc) · 2.5 KB
/
LICENSE.txt
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
OpenLase, as a whole, is licensed under the GNU General Public License, either
version 2 or, at your option version 3. The license text of these licenses can
be found in the COPYING.GPL2 and COPYING.GPL3 files in this repository.
--------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 2 or version 3.
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 General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--------------------------------------------------------------------------------
Additionally, portions of OpenLase are individually licensed under the GNU
Lesser General Public License, either version 2 or, at your option, version 3.
The license text of these licenses can be found in the COPYING.LGPL2 and
COPYING.LGPL3 files in this repository.
If you wish to use OpenLase under the GNU Lesser General Public License, you
are responsible for ensuring that you only use portions that are individually
licensed under said license. Every file licensable under the GNU Lesser General
Public License has a header stating that fact:
--------------------------------------------------------------------------------
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 2 or version 3.
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 Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
with this program; if not, write to the Free Software Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
--------------------------------------------------------------------------------
libol, including the Python bindings, is licensable under the LGPL. This
includes everything in the following directories:
- libol/
- python/
- include/