From a7d500b76716703e612b710f3bb86d5b5d5901ab Mon Sep 17 00:00:00 2001 From: yehster Date: Wed, 30 Nov 2011 12:44:19 -0500 Subject: [PATCH] Copyright notice for new script file --- library/js/calendarDirectSelect.js | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/library/js/calendarDirectSelect.js b/library/js/calendarDirectSelect.js index 885f572e7..bd3a116b6 100644 --- a/library/js/calendarDirectSelect.js +++ b/library/js/calendarDirectSelect.js @@ -1,4 +1,28 @@ - function updateApptTime(marker,index,y,date,provider) +// +-----------------------------------------------------------------------------+ +// Copyright (C) 2011 IntegralEMR LLC +// +// +// 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 2 +// 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 General Public License for more details. +// +// +// A copy of the GNU General Public License is included along with this program: +// openemr/interface/login/GnuGPL.html +// For more information write to the Free Software +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +// +// Author: Kevin Yeh +// +// +------------------------------------------------------------------------------+ +function updateApptTime(marker,index,y,date,provider) { row=$("#times table tr").eq(index); timeSlot=row.find("td a"); -- 2.11.4.GIT