ECL 1.0 -> GPLv3

This commit is contained in:
Dan Stillman 2009-12-28 09:47:49 +00:00
commit 94e279e034
116 changed files with 2662 additions and 1788 deletions

22
components/zotero-integration-service.js Executable file → Normal file
View file

@ -1,28 +1,6 @@
/*
***** BEGIN LICENSE BLOCK *****
Copyright (c) 2009 Zotero
Center for History and New Media
George Mason University, Fairfax, Virginia, USA
http://zotero.org
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 3 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, see <http://www.gnu.org/licenses/>.
Based on nsICommandLineHandler example code at
https://developer.mozilla.org/en/Chrome/Command_Line
***** END LICENSE BLOCK *****
*/
const nsISupports = Components.interfaces.nsISupports;