[Vtigercrm-commits] [vtiger-commits] r10684 - in /vtigercrm/branches/5.0.3/cron: intimateTaskStatus.bat jobstartwindows.bat
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 13 11:22:00 EDT 2007
Author: richie
Date: Fri Apr 13 09:21:53 2007
New Revision: 10684
Log:
* Added license, Fixed #3560
Modified:
vtigercrm/branches/5.0.3/cron/intimateTaskStatus.bat
vtigercrm/branches/5.0.3/cron/jobstartwindows.bat
Modified: vtigercrm/branches/5.0.3/cron/intimateTaskStatus.bat
==============================================================================
--- vtigercrm/branches/5.0.3/cron/intimateTaskStatus.bat (original)
+++ vtigercrm/branches/5.0.3/cron/intimateTaskStatus.bat Fri Apr 13 09:21:53 2007
@@ -1,2 +1,11 @@
+REM **************************************************************************************
+REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 *
+REM * ("License"); You may not use this file except in compliance with the License *
+REM * The Original Code is: vtiger CRM Open Source *
+REM * The Initial Developer of the Original Code is vtiger. *
+REM * Portions created by vtiger are Copyright (C) vtiger. *
+REM * All Rights Reserved. *
+REM * *
+REM **************************************************************************************
@echo off
..\..\..\..\php\php.exe intimateTaskStatus.php
Modified: vtigercrm/branches/5.0.3/cron/jobstartwindows.bat
==============================================================================
--- vtigercrm/branches/5.0.3/cron/jobstartwindows.bat (original)
+++ vtigercrm/branches/5.0.3/cron/jobstartwindows.bat Fri Apr 13 09:21:53 2007
@@ -1,3 +1,12 @@
+REM **************************************************************************************
+REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 *
+REM * ("License"); You may not use this file except in compliance with the License *
+REM * The Original Code is: vtiger CRM Open Source *
+REM * The Initial Developer of the Original Code is vtiger. *
+REM * Portions created by vtiger are Copyright (C) vtiger. *
+REM * All Rights Reserved. *
+REM * *
+REM **************************************************************************************
@echo off
set SCH_INSTALL=%1
FOR %%X in (%SCH_INSTALL%) DO SET SCH_INSTALL=%%~sX
More information about the vtigercrm-commits
mailing list