Ariya Hidayat 2012-08-19 00:49:55 -07:00
parent ae7f39b4ef
commit 0ea2aa0c35
3 changed files with 43 additions and 1 deletions

View File

@ -40,3 +40,5 @@ and many others [companion projects](http://code.google.com/p/phantomjs/wiki/Who
- Explore the complete [documentation](http://code.google.com/p/phantomjs/wiki/PhantomJS?tm=6).
- Read tons of [user articles](http://code.google.com/p/phantomjs/wiki/ExternalArticles) on using PhantomJS.
- Join the [mailing-list](http://groups.google.com/group/phantomjs) and discuss with other PhantomJS fans.
PhantomJS is free software/open source, and is distributed under the [BSD license](http://opensource.org/licenses/BSD-3-Clause). It contains third-party code, see the included `third-party.txt` file for the license information on third-party code.

View File

@ -42,7 +42,7 @@ echo
echo -n "copying files..."
cp $src/bin/phantomjs $dest/bin
cp -r $src/{ChangeLog,examples,LICENSE.BSD,README.md} $dest/
cp -r $src/{ChangeLog,examples,LICENSE.BSD,third-party.txt,README.md} $dest/
echo "done"
echo

40
third-party.txt Normal file
View File

@ -0,0 +1,40 @@
This document contains the list of Third Party Software included with
PhantomJS, along with the license information.
Third Party Software may impose additional restrictions and it is the
user's responsibility to ensure that they have met the licensing
requirements of PhantomJS and the relevant license of the Third Party
Software they are using.
Qt - http://qt-project.org/
License: GNU Lesser General Public License (LGPL) version 2.1.
Reference: http://qt-project.org/doc/qt-4.8/lgpl.html.
WebKit - http://www.webkit.org/
License: GNU Lesser General Public License (LGPL) version 2.1 and BSD.
Reference: http://www.webkit.org/coding/lgpl-license.html and
http://www.webkit.org/coding/bsd-license.html.
Mongoose - https://github.com/valenok/mongoose
License: MIT
Reference: https://github.com/valenok/mongoose/blob/master/LICENSE
Breakpad - http://code.google.com/p/google-breakpad/
License: BSD.
Reference: http://code.google.com/p/google-breakpad/source/browse/trunk/COPYING.
Linenoise - https://github.com/tadmarshall/linenoise
License: BSD.
Reference: https://github.com/tadmarshall/linenoise/blob/master/linenoise.h.
CoffeeScript - http://coffeescript.org/
License: MIT.
Reference: https://github.com/jashkenas/coffee-script/blob/master/README.
GIFLIB - http://giflib.sourceforge.net/
License: MIT
Reference: http://giflib.cvs.sourceforge.net/viewvc/giflib/giflib/COPYING
wkhtmlpdf - http://code.google.com/p/wkhtmltopdf/
License: GNU Lesser General Public License (LGPL)
Reference: http://code.google.com/p/wkhtmltopdf/