From 28d5c6e672d1a6c39cf8bbfdeb4b0dbfb63f77bd Mon Sep 17 00:00:00 2001 From: jeb228 Date: Thu, 1 Jul 2010 20:11:36 +0000 Subject: [PATCH] Fix the licensing information on cropImage.js and validateUpload.js --- webapp/config/licenser/known_exceptions.txt | 2 -- webapp/web/js/imageUpload/cropImage.js | 2 ++ webapp/web/js/imageUpload/validateUpload.js | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/config/licenser/known_exceptions.txt b/webapp/config/licenser/known_exceptions.txt index 38858f002..58e9880fc 100644 --- a/webapp/config/licenser/known_exceptions.txt +++ b/webapp/config/licenser/known_exceptions.txt @@ -37,8 +37,6 @@ webapp/web/js/jquery.js webapp/web/js/jquery-ui/* webapp/web/js/jquery_plugins/* -webapp/web/js/imageUpload/cropImage.js - # From pajhome.org.uk webapp/web/js/md5.js diff --git a/webapp/web/js/imageUpload/cropImage.js b/webapp/web/js/imageUpload/cropImage.js index f9a6dc054..e0435f335 100644 --- a/webapp/web/js/imageUpload/cropImage.js +++ b/webapp/web/js/imageUpload/cropImage.js @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + (function($) { $(window).load(function(){ diff --git a/webapp/web/js/imageUpload/validateUpload.js b/webapp/web/js/imageUpload/validateUpload.js index 33668ccc5..30b64ccce 100644 --- a/webapp/web/js/imageUpload/validateUpload.js +++ b/webapp/web/js/imageUpload/validateUpload.js @@ -1,3 +1,5 @@ +/* $This file is distributed under the terms of the license in /doc/license.txt$ */ + function validate_upload_file(form_passed) { var msg="";