-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the record: BASS 2.4.12 BASS_FX 2.4.11.1 GLEW 1.5.3 OpenCV 2.1 MESA 11.0.5 projectM 1.1
- Loading branch information
Showing
12 changed files
with
1,532 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Licence | ||
======= | ||
BASS is free for non-commercial use. If you are a non-commercial entity | ||
(eg. an individual) and you are not making any money from your product | ||
(through sales/advertising/etc), then you can use BASS in it for free. | ||
If you wish to use BASS in commercial products, then please also see the | ||
next section. | ||
|
||
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, BASS IS PROVIDED | ||
"AS IS", WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, | ||
INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
AND/OR FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS SHALL NOT BE HELD | ||
LIABLE FOR ANY DAMAGE THAT MAY RESULT FROM THE USE OF BASS. YOU USE | ||
BASS ENTIRELY AT YOUR OWN RISK. | ||
|
||
Usage of BASS indicates that you agree to the above conditions. | ||
|
||
All trademarks and other registered names contained in the BASS | ||
package are the property of their respective owners. | ||
|
||
Commercial licensing | ||
-------------------- | ||
BASS is available for use in your commercial products. The licence | ||
types available are as follows: | ||
|
||
SHAREWARE: Allows the usage of BASS in an unlimited number of your | ||
shareware ("try before you buy") products, which must sell for no more | ||
than 40 Euros each. Non-shareware products are also permitted, but the | ||
product price limit is 10 Euros in that case. The price limit can be | ||
raised by purchasing duplicate licences, eg. 2 licences doubles it. If | ||
you are an individual (not a corporation) making and selling your own | ||
software, this is the licence for you. | ||
|
||
SINGLE COMMERCIAL: Allows the usage of BASS in one commercial product. | ||
|
||
UNLIMITED COMMERCIAL: Allows the usage of BASS in an unlimited number | ||
of your commercial products. This licence is on a per-site basis, eg. | ||
if you are creating products with BASS at 2 sites/locations, then 2 | ||
licences are required. | ||
|
||
Please note the products must be end-user products, eg. not components | ||
used by other products. | ||
|
||
These licences only cover your own software, not the publishing of | ||
other's software. If you publish other's software, its developers (or | ||
the software itself) will need to be licensed to use BASS. | ||
|
||
These licences are on a per-platform basis, with reductions available | ||
when licensing for multiple platforms. In all cases there are no royalties | ||
to pay, and you can use future BASS updates without further cost. | ||
|
||
These licences do not allow reselling/sublicensing of BASS. For example, | ||
if a product is a development system, the users of said product are not | ||
licensed to use BASS in their productions; they will need their own | ||
licences. | ||
|
||
If the standard licences do not meet your requirements, or if you have | ||
any questions, please get in touch (email: [email protected]). | ||
|
||
Visit the BASS website for the latest pricing: | ||
|
||
www.un4seen.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Copyright, Disclaimer, and all that other jazz | ||
============================================== | ||
The BASS_FX library is free, so if anyone tries to charge you | ||
for it, kick 'em where it hurts. | ||
|
||
This software is provided "as is", without warranty of ANY KIND, | ||
either expressed or implied, including but not limited to the | ||
implied warranties of merchantability and/or fitness for a | ||
particular purpose. The author shall NOT be held liable for | ||
ANY damage to you, your computer, or to anyone or anything else, | ||
that may result from its use, or misuse. Basically, you use it | ||
at YOUR OWN RISK. | ||
|
||
Usage of BASS_FX indicates that you agree to the above conditions. | ||
|
||
You may freely distribute the BASS_FX package as long as NO FEE is | ||
charged and all the files remain INTACT AND UNMODIFIED. | ||
|
||
All trademarks and other registered names contained in the BASS_FX | ||
package are the property of their respective owners. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
The OpenGL Extension Wrangler Library | ||
Copyright (C) 2002-2008, Milan Ikits <milan ikits[]ieee org> | ||
Copyright (C) 2002-2008, Marcelo E. Magallon <mmagallo[]debian org> | ||
Copyright (C) 2002, Lev Povalahev | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
* The name of the author may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ''AS IS'' | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF | ||
THE POSSIBILITY OF SUCH DAMAGE. | ||
|
||
|
||
Mesa 3-D graphics library | ||
|
||
Version: 7.0 | ||
|
||
Copyright (C) 1999-2007 Brian Paul All Rights Reserved. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and associated documentation files (the ''Software''), | ||
to deal in the Software without restriction, including without limitation | ||
the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED ''AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN | ||
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
|
||
|
||
Copyright (c) 2007 The Khronos Group Inc. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and/or associated documentation files (the | ||
''Materials''), to deal in the Materials without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Materials, and to | ||
permit persons to whom the Materials are furnished to do so, subject to | ||
the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Materials. | ||
|
||
THE MATERIALS ARE PROVIDED ''AS IS'', WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. | ||
|
||
By downloading, copying, installing or using the software you agree to this license. | ||
If you do not agree to this license, do not download, install, | ||
copy or use the software. | ||
|
||
|
||
License Agreement | ||
For Open Source Computer Vision Library | ||
|
||
Copyright (C) 2000-2008, Intel Corporation, all rights reserved. | ||
Copyright (C) 2008-2010, Willow Garage Inc., all rights reserved. | ||
Third party copyrights are property of their respective owners. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
* Redistribution's of source code must retain the above copyright notice, | ||
this list of conditions and the following disclaimer. | ||
|
||
* Redistribution's in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
* The name of the copyright holders may not be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
This software is provided by the copyright holders and contributors "as is" and | ||
any express or implied warranties, including, but not limited to, the implied | ||
warranties of merchantability and fitness for a particular purpose are disclaimed. | ||
In no event shall the Intel Corporation or contributors be liable for any direct, | ||
indirect, incidental, special, exemplary, or consequential damages | ||
(including, but not limited to, procurement of substitute goods or services; | ||
loss of use, data, or profits; or business interruption) however caused | ||
and on any theory of liability, whether in contract, strict liability, | ||
or tort (including negligence or otherwise) arising in any way out of | ||
the use of this software, even if advised of the possibility of such damage. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
The Mesa 3D Graphics Library | ||
|
||
Disclaimer | ||
|
||
Mesa is a 3-D graphics library with an API which is very similar to that of | ||
OpenGL.* To the extent that Mesa utilizes the OpenGL command syntax or state | ||
machine, it is being used with authorization from Silicon Graphics, Inc.(SGI). | ||
However, the author does not possess an OpenGL license from SGI, and makes no | ||
claim that Mesa is in any way a compatible replacement for OpenGL or associated | ||
with SGI. Those who want a licensed implementation of OpenGL should contact a | ||
licensed vendor. | ||
|
||
Please do not refer to the library as MesaGL (for legal reasons). It's just | ||
Mesa or The Mesa 3-D graphics library. | ||
|
||
* OpenGL is a trademark of Silicon Graphics Incorporated. | ||
|
||
License / Copyright Information | ||
|
||
The Mesa distribution consists of several components. Different copyrights and | ||
licenses apply to different components. For example, some demo programs are | ||
copyrighted by SGI, some of the Mesa device drivers are copyrighted by their | ||
authors. See below for a list of Mesa's main components and the license for | ||
each. | ||
|
||
The core Mesa library is licensed according to the terms of the MIT license. | ||
This allows integration with the XFree86, Xorg and DRI projects. | ||
|
||
The default Mesa license is as follows: | ||
|
||
Copyright (C) 1999-2007 Brian Paul All Rights Reserved. | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a | ||
copy of this software and associated documentation files (the "Software"), | ||
to deal in the Software without restriction, including without limitation | ||
the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the | ||
Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included | ||
in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
|
||
Attention, Contributors | ||
|
||
When contributing to the Mesa project you must agree to the licensing terms of | ||
the component to which you're contributing. The following section lists the | ||
primary components of the Mesa distribution and their respective licenses. | ||
|
||
Mesa Component Licenses | ||
|
||
Component Location License | ||
------------------------------------------------------------------ | ||
Main Mesa code src/mesa/ Mesa (MIT) | ||
|
||
Device drivers src/mesa/drivers/* MIT, generally | ||
|
||
Ext headers include/GL/glext.h Khronos | ||
include/GL/glxext.h | ||
|
||
C11 thread include/c11/threads*.h Boost (permissive) | ||
emulation | ||
|
||
In general, consult the source files for license terms. |
Oops, something went wrong.