diff --git a/calendar/day.php b/calendar/day.php index 011766d282..093624fccc 100644 --- a/calendar/day.php +++ b/calendar/day.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/delete.php b/calendar/delete.php index d84bddac40..e2c9ffd204 100755 --- a/calendar/delete.php +++ b/calendar/delete.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/edit_entry.php b/calendar/edit_entry.php index 82ebec621d..1023aa3a04 100755 --- a/calendar/edit_entry.php +++ b/calendar/edit_entry.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/edit_entry_handler.php b/calendar/edit_entry_handler.php index b2d21513d5..e92d9ca59f 100755 --- a/calendar/edit_entry_handler.php +++ b/calendar/edit_entry_handler.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/inc/class.calendar.inc.php b/calendar/inc/class.calendar.inc.php index 9968f11557..f9db9a093a 100755 --- a/calendar/inc/class.calendar.inc.php +++ b/calendar/inc/class.calendar.inc.php @@ -1,7 +1,10 @@ * + * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/inc/class.calendar_item.inc.php b/calendar/inc/class.calendar_item.inc.php index b7b9bd9063..ff6a630dd7 100755 --- a/calendar/inc/class.calendar_item.inc.php +++ b/calendar/inc/class.calendar_item.inc.php @@ -1,7 +1,10 @@ * + * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/inc/header.inc.php b/calendar/inc/header.inc.php index f8c2c3efd3..be48fa5612 100644 --- a/calendar/inc/header.inc.php +++ b/calendar/inc/header.inc.php @@ -1,4 +1,17 @@ * + * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * + * -------------------------------------------- * + * 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. * + \**************************************************************************/ + /* $Id$ */ if (floor($PHP_VERSION ) == 4) { @@ -80,8 +93,7 @@ - -"; @@ -117,6 +129,4 @@ - + diff --git a/calendar/inc/hook_calendar_add_def_pref.inc.php b/calendar/inc/hook_calendar_add_def_pref.inc.php index d56895c909..cb35b6ac0a 100755 --- a/calendar/inc/hook_calendar_add_def_pref.inc.php +++ b/calendar/inc/hook_calendar_add_def_pref.inc.php @@ -1,4 +1,17 @@ * + * -------------------------------------------- * + * 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. * + \**************************************************************************/ + + /* $Id$ */ + global $pref; $pref->change("calendar","weekstarts","Monday"); $pref->change("calendar","workdaystarts","9"); diff --git a/calendar/inc/hook_home.inc.php b/calendar/inc/hook_home.inc.php index a9a547b0ee..9832689544 100755 --- a/calendar/inc/hook_home.inc.php +++ b/calendar/inc/hook_home.inc.php @@ -1,4 +1,17 @@ * + * http://www.radix.net/~cknudsen * + * Written by Mark Peters * + * -------------------------------------------- * + * 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. * + \**************************************************************************/ + $d1 = strtolower(substr($phpgw_info["server"]["app_inc"],0,3)); if($d1 == "htt" || $d1 == "ftp" ) { echo "Failed attempt to break in via an old Security Hole!
\n"; diff --git a/calendar/index.php b/calendar/index.php index 4c224e83dc..9822d6e93e 100755 --- a/calendar/index.php +++ b/calendar/index.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/matrixselect.php b/calendar/matrixselect.php index 49d1b75c47..81376e99bd 100755 --- a/calendar/matrixselect.php +++ b/calendar/matrixselect.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Written by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/search.php b/calendar/search.php index 3efc47e0aa..b8bb2c98d3 100755 --- a/calendar/search.php +++ b/calendar/search.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/view.php b/calendar/view.php index 28ce55eb8c..e6899adb4d 100755 --- a/calendar/view.php +++ b/calendar/view.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/viewmatrix.php b/calendar/viewmatrix.php index 806937a80b..ea0b3f0f92 100755 --- a/calendar/viewmatrix.php +++ b/calendar/viewmatrix.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Written by Mark Peters * * -------------------------------------------- * * 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 * diff --git a/calendar/week.php b/calendar/week.php index 19bb8576ed..0d941ff2cb 100755 --- a/calendar/week.php +++ b/calendar/week.php @@ -4,6 +4,7 @@ * http://www.phpgroupware.org * * Based on Webcalendar by Craig Knudsen * * http://www.radix.net/~cknudsen * + * Modified by Mark Peters * * -------------------------------------------- * * 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 *