fix licensing and id

This commit is contained in:
Simon Kornblith 2011-03-07 22:01:41 +00:00
parent 496b4b6f45
commit 5c680549ff
2 changed files with 23 additions and 18 deletions

View File

@ -20,9 +20,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with Zotero. If not, see <http://www.gnu.org/licenses/>. along with Zotero. If not, see <http://www.gnu.org/licenses/>.
Based on code from Greasemonkey and PiggyBank
***** END LICENSE BLOCK ***** ***** END LICENSE BLOCK *****
*/ */
var Zotero_DownloadOverlay = new function() { var Zotero_DownloadOverlay = new function() {

View File

@ -1,30 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- ***** BEGIN LICENSE BLOCK ***** <!--
***** BEGIN LICENSE BLOCK *****
FlashGot - a Firefox extension for external download managers integration
Copyright (C) 2004-2011 Giorgio Maone - g.maone@informaction.com Copyright © 2011 Center for History and New Media
George Mason University, Fairfax, Virginia, USA
This program is free software; you can redistribute it and/or modify http://zotero.org
This file is part of Zotero.
Zotero is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
This program is distributed in the hope that it will be useful, Zotero is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software along with Zotero. If not, see <http://www.gnu.org/licenses/>.
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Based on code derived from FlashGot - a Firefox extension for external
***** END LICENSE BLOCK ***** --> download managers integration.
Copyright (C) 2004-2011 Giorgio Maone - g.maone@informaction.com
***** END LICENSE BLOCK *****
-->
<!DOCTYPE overlay [ <!DOCTYPE overlay [
<!ENTITY % zoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd"> %zoteroDTD; <!ENTITY % zoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd"> %zoteroDTD;
]> ]>
<overlay id="flashgotDMOverlayFF" <overlay id="zotero-download-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="include.js"/> <script type="application/x-javascript" src="include.js"/>