Attributions
nuTsie products contain the following open source components:
- Prototype JS Lib - CC BY-SA License and MIT (http//prototypejs.org/download)
- Scriptaculous JS Lib - MIT License (http://script.aculo.us/downloads
- Apache HttpComponents Core - HttpCore
Copyright 2006-2009 The Apache Software Foundation.This product includes software developed by The Apache Software Foundation (http://www.apache.org/) (download).
- The zlib general purpose compression library. Copyright 1995-2005 Jean-loup Gailly and Mark Adler (http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download).
- Standard Template Library:
Copyright (c) 1994
Hewlett-Packard Company
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Hewlett-Packard Company makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
Copyright (c) 1996,1997
Silicon Graphics Computer Systems, Inc.
Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Silicon Graphics makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
(http://www.sgi.com/tech/stl/download.html)
- FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding, Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com.
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 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 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Any non-GPL usage of this software or parts of this software is strictly forbidden.
The "appropriate copyright message" mentioned in section 2c of the GPLv2 must read: "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
Commercial non-GPL licensing of this software is possible. For more info contact Nero AG through Mpeg4AAClicense@nero.com.
(http://www.audiocoding.com/downloads.html) - LAME 3.xx
LAME Ain't an MP3 Encoder
http://lame.sourceforge.net/
March 2001.Originally developed by Mike Cheng (www.uq.net.au/~zzmcheng). Now maintained by Mark Taylor (lame.sourceforge.net).
This code is distributed under the GNU LESSER PUBLIC LICENSE (LGPL, see www.gnu.org) with the following modification:
- If you determine that distribution of LAME requires a patent license, and you obtain a patent license, you may distribute LAME even though redistribution of LAME may also require a patent license.
- You agree not to enforce any patent claims for any aspect of MPEG audio compression, or any other techniques contained in the LAME source code.
LAME uses the MPGLIB decoding engine, from the MPG123 package, written by: Michael Hipp (http://www.mpg123.de) MPGLIB is released under the GPL.
Copyrights (c) 1999-1007 by The LAME Project
Copyrights (c) 1999,2000,2001 by Mark Taylor
Copyrights (c) 1999,2000,2001 by Mark Taylor
Copyrights (c) 1998 by Michael Cheng
Copyrights (c) 1995,1996,1997 by Michael Hipp: mpglib
(http://lame.sourceforge.net/download.php) - Java
- FFmpeg License
FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, FFmpeg incorporates several optional parts and optimizations that are covered by the GNU General Public License (GPL) version 2 or later. If those parts get used the GPL applies to all of FFmpeg.
Read the license texts to learn how this affects programs built on top of FFmpeg or reusing FFmpeg. You may also wish to have a look at the GPL FAQ.
The following is a checklist for LGPL compliance when linking against the FFmpeg libraries. It is not the only way to comply with the license, but we think it is the easiest. There are also a few items that are not really related to LGPL compliance but are good ideas anyway.
You are not obliged by the LGPL to follow this list, but consult a copyright lawyer if you choose not to. If you end up violating the LGPL, you will likely end up on our shame list and/or get sued by us.
- Compile FFmpeg without "--enable-gpl" and without "--enable-nonfree".
- Use dynamic linking (on windows, this means linking to dlls) for linking with FFmpeg libraries.
- Distribute the source code of FFmpeg, no matter if you modified it or not.
- Make sure the source code corresponds exactly to the library binaries you are distributing.
- Run the command "svn diff . libswscale > changes.diff" in the root directory of the FFmpeg source code to create a file with only the changes.
- Explain how you compiled FFmpeg, for example the configure line, in a text file added to the root directory of the source code.
- Use tarball or a zip file for distributing the source code.
- Host the FFmpeg source code on the same webserver as the binary you are distributing.
- Add "This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here" to every page in your website where there is a download link to your application.
- Mention "This software uses libraries from the FFmpeg project under the LGPLv2.1" in your program "about box".
- `Mention in your EULA that your program uses FFmpeg under the LGPLv2.1.
- If your EULA claims ownership over the code, you have to explicitly mention that you do not own FFmpeg, and where the relevant owners can be found.
- Remove any prohibition of reverse engineering from your EULA.
- Do not misspell FFmpeg (two capitals F and lowercase "mpeg").
- Do not rename FFmpeg dlls to some obfuscated name, but adding a suffix or prefix is fine (renaming "avcodec.dll" to "MyProgDec.dll" is not fine, but to "avcodec-MyProg.dll" is).
- Go through all the items again for any LGPL external library you compiled into FFmpeg (for example LAME).
- Make sure your program is not using any GPL libraries (notably libx264).
Trademark
FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.
- Ruby is copyrighted free software by Yukihiro Matsumoto
. You can redistribute it and/or modify it under either the terms of the GPL (see COPYING.txt file), or the conditions below: - You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers.
- You may modify your copy of the software in any way, provided that
you do at least ONE of the following:
- place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software.
- use the modified software only within your corporation or organization.
- rename any non-standard executables so the names do not conflict with standard executables, which must also be provided.
- make other distribution arrangements with the author.
- You may distribute the software in object code or executable
form, provided that you do at least ONE of the following:
- distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution (http://www.ruby-lang.org/en/).
- accompany the distribution with the machine-readable source of the software.
- give non-standard executables non-standard names, with instructions on where to get the original software distribution.
- make other distribution arrangements with the author.
- You may modify and include the part of the software into any other
software (possibly commercial). But some files in the distribution
are not written by the author, so that they are not under this terms.
They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition.
- The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software.
- THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
- EventMachine is copyrighted free software owned by Francis Cianfrocca
(blackhedd ... gmail.com). The Owner of this software permits you to
redistribute and/or modify the software under either the terms of the GPL
version 2 (see the file GPL), or the conditions below ("Ruby License"):
- You may make and give away verbatim copies of the source form of this software without restriction, provided that you retain ALL of the original copyright notices and associated disclaimers.
- You may modify your copy of the software in any way, provided that
you do at least ONE of the following:
- place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software.
- use the modified software only within your corporation or organization.
- give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
- make other distribution arrangements with the Owner.
- You may distribute the software in object code or binary form,
provided that you do at least ONE of the following:
- distribute the binaries and library files of the software, together with instructions (in a manual page or equivalent) on where to get the original distribution (http://rubyeventmachine.com/).
- accompany the distribution with the machine-readable source of the software.
- give non-standard binaries non-standard names, with instructions on where to get the original software distribution.
- make other distribution arrangements with the Owner.
- You may modify and include parts of the software into any other
software (possibly commercial), provided you comply with the terms in
Sections 1, 2, and 3 above. But some files in the distribution
are not written by the Owner, so they may be made available to you
under different terms.
For the list of those files and their copying conditions, see the file LEGAL.
- The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whoever generated them, and may be sold commercially, and may be aggregated with this software.
- THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
- Curb is copyright (c) 2006 Ross Bamford (rosco AT roscopeco DOT co DOT uk).
The original source code is obtainable here: http://github.com/taf2/curb
- SQLite3-Ruby - Copyright (c) 2004, Jamis Buck (jamis@jamisbuck.org)
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 names of its contributors 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 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.
(http://rubyforge.org/projects/sqlite-ruby/) - Android Code and Samples - Copyright 2005-2008 The Android Open Source Project
This product includes software developed as part of The Android Open Source Project (http://source.android.com).
- BouncyCastle - Copyright (c) 2000 - 2009 The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
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.
- kXML2 - Copyright (c) 2002,2003, Stefan Haustein, Oberhausen, Rhld., Germany
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.
- Sun, Sun Microsystems, the Sun Logo, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.
- DOM4J - This product use the DOM4J software: http://dom4j.sourceforge.net
DOM4J is a registered trademark of MetaStuff, Ltd.
- FreeMarker 1.x was released under the LGPL license. Later, by community consensus, we have switched over to a BSD-style license. As of FreeMarker 2.2pre1, the original author, Benjamin Geer, has relinquished the copyright in behalf of Visigoth Software Society. The current copyright holder is the Visigoth Software Society.
Copyright (c) 2003 The Visigoth Software Society. 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.
- The end-user documentation included with the redistribution, if any, must include the following acknowledgement: "This product includes software developed by the Visigoth Software Society (http://www.visigoths.org/)." Alternately, this acknowledgement may appear in the software itself, if and wherever such third-party acknowledgements normally appear.
- Neither the name "FreeMarker", "Visigoth", nor any of the names of the project contributors may be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact visigoths@visigoths.org.
- Products derived from this software may not be called "FreeMarker" or "Visigoth" nor may "FreeMarker" or "Visigoth" appear in their names without prior written permission of the Visigoth Software Society.
Products derived from this software may not be called "FreeMarker" or "Visigoth" nor may "FreeMarker" or "Visigoth" appear in their names without prior written permission of the Visigoth Software Society.
THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESSED 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 VISIGOTH SOFTWARE SOCIETY OR ITS 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 software consists of voluntary contributions made by many individuals on behalf of the Visigoth Software Society. For more information on the Visigoth Software Society, please see http://www.visigoths.org/