Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
update readme, LICENSE and remove asc.jar due to license incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgal committed Jan 7, 2012
1 parent f3bb55b commit d634b36
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
26 changes: 26 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

Copyright (c) 2012 Mozilla Foundation

Contributors: Andreas Gal <gal@mozilla.com>
Tobias Schneider <tschneider@mozilla.com>
Michael Bebenita <mbebenita@mozilla.com>
David Flanagan <dflanagan@mozilla.com>

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.

14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# pdf.js



## Overview

Shumway is an HTML5 technology experiment that explores building a faithful
and efficient renderer for the SWF file format without native code
assistance.

Shumway is community-driven and supported by Mozilla. Our goal is to
create a general-purpose, web standards-based platform for parsing and
rendering SWFs. Integration with Firefox is a possibility if the experiment
proves successful.
Binary file removed src/avm2/asc.jar
Binary file not shown.

2 comments on commit d634b36

@davidflanagan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about asc.jar. Since it was on a Mozilla ftp server, I didn't even check the license.

@andreasgal
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, its GPL/LGPL/MPL, so its fine in theory, but in practice we want to keep Shumway BSD to maximize adoption by others.

Please sign in to comment.