From 28326cd4cd1cd4cbe9dfc8bedf017b79f795d89b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 7 Jun 2019 02:24:23 -0400 Subject: [PATCH] Add license block to file --- chrome/content/zotero/xpcom/retractions.js | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/chrome/content/zotero/xpcom/retractions.js b/chrome/content/zotero/xpcom/retractions.js index 898aa973c5..d210473a2f 100644 --- a/chrome/content/zotero/xpcom/retractions.js +++ b/chrome/content/zotero/xpcom/retractions.js @@ -1,3 +1,28 @@ +/* + ***** BEGIN LICENSE BLOCK ***** + + Copyright © 2019 Corporation for Digital Scholarship + Vienna, Virginia, USA + http://digitalscholar.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 Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + Zotero 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with Zotero. If not, see . + + ***** END LICENSE BLOCK ***** +*/ + Zotero.Retractions = { TYPE_DOI: 'd', TYPE_PMID: 'p',