From 6b4f36cbf3f1c2561ba17e6d5139c241c29eb023 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 27 Apr 2009 18:12:49 +0000 Subject: [PATCH] add placeholder file for the infohash window --- deluge/ui/web/js/Deluge.Add.Infohash.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 deluge/ui/web/js/Deluge.Add.Infohash.js diff --git a/deluge/ui/web/js/Deluge.Add.Infohash.js b/deluge/ui/web/js/Deluge.Add.Infohash.js new file mode 100644 index 000000000..c89277ecf --- /dev/null +++ b/deluge/ui/web/js/Deluge.Add.Infohash.js @@ -0,0 +1,22 @@ +/* +Script: Deluge.Add.Infohash.js + Contains the Add Torrent by infohash window. + +Copyright: + (C) Damien Churchill 2009 + 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, 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, write to: + The Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor + Boston, MA 02110-1301, USA. +*/ \ No newline at end of file