From c41f8363252cf68dccd0a49d6830693da979dab7 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Thu, 7 Jan 2010 03:02:18 +0000 Subject: [PATCH] flashdetector MDL-20841 add Moodle licence text --- lib/flashdetect/flashdetect.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/flashdetect/flashdetect.js b/lib/flashdetect/flashdetect.js index 133a6ee00d8..aea53e4cb14 100644 --- a/lib/flashdetect/flashdetect.js +++ b/lib/flashdetect/flashdetect.js @@ -1,3 +1,23 @@ +/////////////////////////////////////////////////////////////////////////// +// // +// This file is part of Moodle - http://moodle.org/ // +// Moodle - Modular Object-Oriented Dynamic Learning Environment // +// // +// Moodle 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. // +// // +// Moodle 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 Moodle. If not, see . // +// // +/////////////////////////////////////////////////////////////////////////// + /* * Library for flash destection */