cvsimport
[beagle.git] / COPYING
blobd70c9de58d4c4d2dc7b9b82e06ef6b15c4763802
2 Various parts of Beagle are covered by various licenses.  If you want to
3 incorporate any of this code into your own project, be sure to consult the
4 license information in the source code.  Some subprojects instead contain a
5 COPYING, LICENSE, or README file which lists the licensing terms.
7 Subprojects include:
8         * DotLucene - Apache License v2.0
9         * Entagged-Sharp - MIT License
10         * HtmlAgilityPack - BSD License
11         * SemWeb - Creative Commons Attribution License
12         * Parts of libegg (eggaccelerators.c and eggtrayicon.c) - GNU LGPL v2
13         * xdgmime - Academic Free License v2.0 or GNU LGPL v2
15 -----------------------------------------------------------------------------
17 The core parts of Beagle are under the MIT license (aka the X11 license):
19 Permission is hereby granted, free of charge, to any person obtaining a copy
20 of this software and associated documentation files (the "Software"), to deal
21 in the Software without restriction, including without limitation the rights
22 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 copies of the Software, and to permit persons to whom the Software is
24 furnished to do so, subject to the following conditions:
26 The above copyright notice and this permission notice shall be included in all
27 copies or substantial portions of the Software.
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
35 SOFTWARE.