From 9baafddb14259a1a0a5afc04774170983605c5f1 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 16 Jan 2015 13:06:38 -1000 Subject: [PATCH] Add license to file input view --- js/views/file_input_view.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/js/views/file_input_view.js b/js/views/file_input_view.js index 70672443..079d334d 100644 --- a/js/views/file_input_view.js +++ b/js/views/file_input_view.js @@ -1,3 +1,18 @@ +/* vim: ts=4:sw=4:expandtab + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + */ var Whisper = Whisper || {}; (function () {